/*
* Copyright 2013 (c) Dynatech.inc
* Direct In Smart Phone CSS
*/

/*	Reset
-----------------------------------------*/
html			{ color: #fff;}
body,
div,
dl,dt,dd,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,
form,fieldset,legend,
input,textarea,
p,blockquote,
th,td,
a			{ margin: 0; padding: 0;}
table			{ border-collapse: collapse; border-spacing: 0;}
fieldset,img		{ border: 0;}
address,caption,
cite,code,dfn,
em,
th,
var			{ font-style: normal; font-weight: normal;}
li			{ list-style: none;}
caption,th		{ text-align: left;}
h1,h2,h3,h4,h5,h6	{ font-size: 100%; font-weight: normal;}
q:before,q:after	{ content:'';}
abbr,acronym		{ border: 0; font-variant: normal;}

/* to preserve line-height and selector appearance */
sup			{ vertical-align: text-top;}
sub			{ vertical-align: text-bottom;}
input,textarea,select	{ font-family: inherit; font-size: inherit; font-weight: inherit;}

/* to enable resizing for IE */
input,textarea,select	{ *font-size: 100%;}

/* because legend doesn't inherit in IE */
legend			{ color: #000;}
del,ins			{ text-decoration: none;}

.clearfix:after {
	content	: "";
	clear	: both;
	display	: block;
}


/*	Base
-----------------------------------------*/
body {
	background: #fbfaf7 url(../img/common/bg_base.jpg) repeat 0 0;
	color : #333;
	font-family	: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	font-size: 62.5%;
	line-height : 1.6;
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
}
a { color: #B28F13;}

.column { margin: 5px 0; padding: 0; font-size:1.4em;}
.column:after { content:""; display: block; clear: both;}
.column-inner { margin: 0 10px;}

/* ベースのボタン */
a.btn {
	padding		: 6px 0;
	font-size	: 13px;
	text-decoration	: none;
	text-align	: center;
	position	: relative;
	display		: block;

/*	border-radius		: 5px;
	-moz-border-radius	: 5px;
	-webkit-border-radius	: 5px;
*/
}


/* 見出し */
h2.hd {
	padding: 10px 0;
	font-size:2.0em;
	color: #333;
	text-align:center;
	border-top: 3px solid #386290;
	border-bottom: 1px solid #555;
	background:#fff;
	}
h2.hd:before {
	width		: 10px;
	height		: 36px;
	margin-top	: -18px;
	position: absolute;
	top: 50%;
	left: 8px;
	content		: "";
/*	background-image	: url(../img/smart/h2_hd.png);
	background-repeat	: no-repeat;
	background-size		: 10px 36px;　*/
}

/* Box全体をクリック */
.box		{ cursor: pointer;}
.box:hover	{ background: #eef3f6;}
.box:after	{ content:""; clear: both; display: block;}

/* アコーディオン */
.acordion { padding: 0 5%;}
.trigger {
	margin-bottom	: 0;
	padding		: 8px;
	color		: #fff;
	font-size	: 12px;
	background	: #99c0e6;
	border		: 1px solid #99c0e6;
	cursor		: pointer;
}
.active {}
.trigger span.open-close {
	width		: 20px;
	height		: 20px;
	background	: url(../img/common/arrow_plus.png) no-repeat right top;
	float		: right;
	text-indent	: -9999em;
}
.active span.open-close {
	width		: 20px;
	height		: 20px;
	background	: url(../img/common/arrow_close.png) no-repeat right top;
	float		: right;
}
.acordion .acordion_tree {
	border		: 1px solid #99c0e6;
	border-top	: none;
}
/* .acordion_tree li {
	padding		: 10px;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f0f0));
	background	: #9bd8ff linear-gradient(#fff, #f0f0f0);
	border-bottom	: 1px solid #ddd;
}*/
.acordion .acordion_tree li a {
	padding		: 11px 25px 11px 11px;
	text-decoration	: none;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f0f0));
	background	: #fff linear-gradient(#fff, #f0f0f0);
	border-bottom	: 1px solid #99c0e6;
	display		: block;
	position	: relative;
}
.acordion .acordion_tree li a:after {
	width		: 7px;
	height		: 7px;
	margin-top	: -4px;
	border-top	: solid 2px #7f7f7f;
	border-right	: solid 2px #7f7f7f;
	display		: block;
	position	: absolute;
	top		: 50%;
	right		: 15px;
	content		: "";
	-webkit-transform	: rotate(45deg);
	transform		: rotate(45deg);
}
.acordion .acordion_tree li:last-child a { border: none;}

/*.more			{ margin: 10px 10%; border: 1px solid #5B5B5B; text-align: center; clear: both;}
.more a			{ padding: 5px 0; background: #1f391a; color: #fff; text-decoration: none; display: block;}
.more a:hover	{ background: #e9f0f5;}*/

.statement_link			{ width: 90%; margin: 0 auto; padding: 10px 0 5px; text-align: center; clear: both;}
.statement_link a		{ padding: 5px 0; background: #B28F13; color: #fff; text-decoration: none;  border: 1px solid #86753A; display: block;}
.statement_link a:hover	{}


/*	ヘッダー
-----------------------------------------*/
header		{ margin: 0; padding: 10px 5%; position: relative;}
header h1	{ width: 60%; font-size: 1.2em; float: left;}
header h1 a	{ color: #fff; display:block;}
header h1 a { overflow:hidden; height:0; background:url(../img/smart/logo.png) no-repeat 0 0; background-size: contain; padding-top:40px;} 

header .header_tel a {
	width		: 30%;
	padding		: 10px;
	background	: #0e63b0;
	color		: #fff;
	text-decoration	: none;
	text-align	: center;
	float		: right;
	border: 1px solid #0e63b0;
	font-size: 1.2em;
}

/* コンテンツ */
.container{ overflow:hidden; position:relative;}
.content{}
.content-inner{}
.content-inner-inner{}

/**/
.main-photo{ margin: 0; padding: 0;}
.main-photo img{ vertical-align: bottom;}

/*	nav,topオンライン予約
-----------------------------------------*/
.contents_top{ width: 100%; margin: 0 auto 1px; padding: 0;}


/*	gnav（ブロック形式）
-----------------------------------------*/
.contents_top ul.gnav {
	width		: 100%;
	margin-bottom	: 1px;
	background	: #524939;
	overflow	: hidden;
}

.contents_top ul.gnav li {
	width		: 25%;
	margin		: 0;
	line-height	: 1.2;
	text-align	: center;
	background	: -moz-linear-gradient(top,#ffffff 0%,#e6f2fa);
	background	: -webkit-gradient(linear, left top, left bottom, from(#ffffff),to(#e6f2fa));
	border-top	: solid #aaa;
	border-width: 1px 0;
	float		: left;
}
.contents_top ul.gnav li a {
	width		: 96%;
	padding		: 15px 2%;
	color		: #3c352a;
	text-decoration	: none;
	border-right	: 1px dotted #aaa;
	position	: relative;
	display		: block;
}

.contents_top ul.gnav li:nth-child(4) a,
.contents_top ul.gnav li:nth-child(8) a { border:none;}

.contents_top ul.gnav li:hover { background: #ffffff;}


/*	gnav（アイコン形式）
-----------------------------------------*/
.contents_top nav ul	{ margin: 0; padding: 0;}
.contents_top nav li	{
	width		: 33%;
	margin		: 0 1px 1% 0;
	padding		: 0;
	font-size	: 11px;
	text-align	: center;
	float		: left;
}

.contents_top nav li a	{
	padding		: 40px 0 10px 0;
	color		: #f8f2ec;
	background	: -moz-linear-gradient(top,#ffffff 0%,#e6f2fa);
	background	: -webkit-gradient(linear, left top, left bottom, from(#ffffff),to(#e6f2fa));
	text-decoration	: none;
	display		: block;
	position	: relative;
	border-radius		: 5px;
	-moz-border-radius	: 5px;
	-webkit-border-radius	: 5px;
/*	box-shadow		: 1px 1px 3px #182737;
	-webkit-box-shadow	: 1px 1px 3px #182737;
	-moz-box-shadow		: 1px 1px 3px #182737;
*/
	text-align	: center;
	vertical-align	: middle;
}
.contents_top nav li a:hover { background: #826758;}

.contents_top nav li#nav_menu a:before {
	width		: 38px;
	height		: 30px;
	margin		: 0 0 0 -19px;
	position	: absolute;
	top		: 8px;
	left		: 50%;
	content		: "";
	background-image	: url(../img/smart/icon_nav_menu.png);
	background-repeat	: no-repeat;
	background-size		: 38px 30px;
}
.contents_top nav li#nav_access a:before {
	width		: 38px;
	height		: 30px;
	margin		: 0 0 0 -19px;
	position	: absolute;
	top		: 8px;
	left		: 50%;
	content		: "";
	background-image	: url(../img/smart/icon_nav_access.png);
	background-repeat	: no-repeat;
	background-size		: 38px 30px;
}
.contents_top nav li#nav_gallery a:before {
	width		: 38px;
	height		: 30px;
	margin		: 0 0 0 -19px;
	position	: absolute;
	top		: 8px;
	left		: 50%;
	content		: "";
	background-image	: url(../img/smart/icon_nav_gallery.png);
	background-repeat	: no-repeat;
	background-size		: 38px 30px;
}


/*	gnav（アコーディオン形式）
-----------------------------------------*/
.gnav_acordion{ padding: 0; margin: 0 0 1px;}
.gnav_acordion p.trigger {
	margin-bottom	: 0;
	padding		: 12px 8px 12px 5%;
	color		: #333;
	font-size	: 14px;
	background	: #fff;
	border:none;
	border-bottom:3px solid #386290;
	border-top:1px solid #ddd;
	cursor		: pointer;
}
.gnav_acordion p.trigger em { font-size:80%; font-style: normal;}

.active {}
.gnav_acordion p.trigger span.open-close {
	width		: 20px;
	height		: 20px;
	text-indent	: -9999em;
	background	: url(../img/smart/arrow_open.png) no-repeat right top;
	float		: right;
}
.gnav_acordion p.active span.open-close {
	width		: 20px;
	height		: 20px;
	background	: url(../img/smart/arrow_close02.png) no-repeat right top;
	float		: right;
}
.gnav_acordion .acordion_tree {
	margin		: 0;
	padding		: 0;
	border-top	: none;
}
.gnav_acordion .acordion_tree li { background: #fff; border-bottom: 1px solid #ccc;}
.gnav_acordion .acordion_tree li a { padding: 8px 25px 8px 5%; position: relative; text-decoration: none; display: block; color: #8c8787; font-size:1.4em;}
.gnav_acordion .acordion_tree li a:after {
	width		: 14px;
	height		: 14px;
	margin		: -7px 0 0 0;
	position	: absolute;
	top		: 50%;
	right		: 10px;
	content		: "";
	background-image	: url(../img/smart/arrow_nav.png);
	background-repeat	: no-repeat;
	background-size		: 14px 14px;
}
.gnav_acordion .acordion_tree li a:hover { background: #eef3f6;}
.gnav_acordion .acordion_tree li:last-child { border: none;}

/* アコーディオン：個別アイコン設定 */
/*
.gnav_acordion .acordion_tree li a { padding: 8px 20px 8px 25px;}
.gnav_acordion .acordion_tree li a:before {
	width		: 14px;
	height		: 14px;
	margin		: -7px 0 0 0;
	position	: absolute;
	top		: 50%;
	left		: 5px;
	content		: "";
	background-repeat	: no-repeat;
	background-size		: 14px 14px;
}
.gnav_acordion .acordion_tree li.nav01 a:before { background-image: url(../img/smart/gnav_icon.png);}
.gnav_acordion .acordion_tree li.nav02 a:before { background-image: url(../img/smart/gnav_icon.png);}
.gnav_acordion .acordion_tree li.nav03 a:before { background-image: url(../img/smart/gnav_icon.png);}
.gnav_acordion .acordion_tree li.nav04 a:before { background-image: url(../img/smart/gnav_icon.png);}
.gnav_acordion .acordion_tree li.nav05 a:before { background-image: url(../img/smart/gnav_icon.png);}
.gnav_acordion .acordion_tree li.nav06 a:before { background-image: url(../img/smart/gnav_icon.png);}
.gnav_acordion .acordion_tree li.nav07 a:before { background-image: url(../img/smart/gnav_icon.png);}
.gnav_acordion .acordion_tree li.nav08 a:before { background-image: url(../img/smart/gnav_icon.png);}
*/


/* 宿泊・レストラン予約(アコーディオン形式) */
.online_reserved { padding: 0; margin: 0 0 1px; width: 100%;}
.reserved_acordion { padding: 0; margin: 0;}
.reserved_acordion p.trigger {
	margin-bottom	: 0;
	padding		: 12px 8px 12px 11%;
	color		: #fff;
	font-size	: 14px;
	background	: #386290;
	cursor		: pointer;
	position:relative;
	border:none;
}
.reserved_acordion p.trigger:before {
	width		: 14px;
	height		: 14px;
	margin-top	: -7px;
	position	: absolute;
	top		: 50%;
	left		: 5%;
	content		: "";
	background-image	: url(../img/smart/icon_search.png);
	background-repeat	: no-repeat;
	background-size		: 14px 14px;
}

.reserved_acordion p.trigger em { font-size: 80%; font-style: normal; color: #999;}
.reserved_acordion p.trigger:hover{}
.active {}
.reserved_acordion p.trigger span.open-close {
	width		: 20px;
	height		: 20px;
	background	: url(../img/smart/arrow_plus.png) no-repeat right top;
	float		: right;
	text-indent	: -9999em;
}
.reserved_acordion p.active span.open-close {
	width		: 20px;
	height		: 20px;
	background	: url(../img/smart/arrow_close.png) no-repeat right top;
	float		: right;
}
.reserved_acordion .acordion_tree {
	margin		: 0;
	padding		: 0;
	border-top	: none;
}
.reserved_acordion .acordion_tree li { background: #fff; border-bottom: 1px solid #ccc;}
.reserved_acordion .acordion_tree li a { padding: 8px 5%; position: relative; text-decoration: none; display: block; color: #8c8787; font-size:1.4em;}
.reserved_acordion .acordion_tree li a:after {
	width		: 14px;
	height		: 14px;
	margin		: -7px 0 0 0;
	position	: absolute;
	top		: 50%;
	right		: 10px;
	content		: "";
	background-image	: url(../img/smart/arrow_nav.png);
	background-repeat	: no-repeat;
	background-size		: 14px 14px;
}
.reserved_acordion .acordion_tree li a:hover { background: #eef3f6;}
/*.reserved_acordion .acordion_tree li:last-child { border: none;}*/

/* btnオンライン予約 */
a.resavation {
	width		: 100%;
	margin-top	: 5px;
	color		: #ffffff;
	font-size	: 14px;
	background	: -moz-linear-gradient(top,#dcab42 0%,#ac6e0c);
	background	: -webkit-gradient(linear, left top, left bottom, from(#dcab42),to(#ac6e0c));
	border		: 1px solid #ac6e0c;
	text-shadow	: -1px -1px 1px #86580f;
}

/* btnクーポン */
a.btn_coupon {
	width		: 100%;
	margin-top	: 5px;
	color		: #362e2b;
	font-size	: 14px;
	background	: -moz-linear-gradient(top,#ffffff 0%,#e7dbcf);  
	background	: -webkit-gradient(linear, left top, left bottom, from(#ffffff),to(#e7dbcf));  
	border		: 1px solid #362e2b;
}
a.btn_coupon:after {
	width		: 10px;
	height		: 16px;
	margin		: -8px 0 0 0;
	position	: absolute;
	top		: 50%;
	right		: 15px;
	content		: "";
	background-image	: url(../img/smart/arrow_sp.png);
	background-repeat	: no-repeat;
	background-size		: 10px 16px;
}


/*	タブ切替
-----------------------------------------*/
.tabs_nav { margin: 15px 0 0; padding:0;}
.tabs_nav:after { content:""; display: block; clear: both;}
.tabs_nav ul { margin: 0; padding: 0;}
.tabs_nav li { width: 50%; font-weight: normal; float: left;}
.tabs_nav li a.btn_act {
	margin		: 0;
	padding		: 8px 0 14px 0;
	text-decoration	: none;
	color: #555;
	background:#ebebeb;
	border: solid #1f391a;
	border-width: 1px 0 3px 0;
	text-align	: center;
	display		: block;
	position	: relative;
}
.tabs_nav li a.active {
	color		: #fff;
	background	: #1f391a;
	cursor: default;
}
.tabs_nav li a:after { background: none;}
.tabs_nav li a.active:after {
	width		: 10px;
	height		: 8px;
	margin		: 0 0 0 -5px;
	position	: absolute;
	bottom		: 1px;
	left		: 50%;
	content		: "";
	background-image	: url(../img/smart/arrow_tabs.png);
	background-repeat	: no-repeat;
	background-size		: 10px 8px;
}

.motion		{ margin: 0; padding: 0; border: none;}
.column		{ margin: 0; padding: 0; border: none;}
.column-inner	{ margin: 0; padding: 10px 5%;}
.column-inner h3 { margin-bottom: 10px; color: #333; font-size:1.6em; line-height: 1.6;}
.column-inner h3 a { color: #333;}

.motion .mealtime{ padding: 3px 5px; font-size:85%; color: #FFF; background-color: #1f391a; display: inline-block; line-height:1.2; /*float: right;*/}
.motion .mealtime:after{ clear: both;}


/*	サブnav
-----------------------------------------*/
.contents_sub		{ margin: 0 auto; padding: 5px 0px 15px; background: #755d4f;}
.contents_sub .column	{ margin-bottom: 0;}
.contents_sub ul	{ margin: 0 5%; padding: 10px 0;}
.contents_sub ul li	{}
.contents_sub ul li a	{
	padding		: 8px 30px 8px 5px;
	font-size	: 12px;
	text-decoration	: none;
	text-align	: left;
	border		: 1px solid #ded6cf;
	border-bottom	: 0px;
	position	: relative;
	display		: block;
	background-image	: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#f1e8e0));
	background		: #ffffff linear-gradient(#ffffff, #f1e8e0);
}
.contents_sub ul li a:hover { background: #f1e8e0;}
.contents_sub ul li a:after {
	width		: 10px;
	height		: 16px;
	margin		: -8px 0 0 0;
	position	: absolute;
	top		: 50%;
	right		: 10px;
	content		: "";
	background-image	: url(../img/smart/arrow_sp_fnav.png);
	background-repeat	: no-repeat;
	background-size		: 10px 16px;
}
.contents_sub ul li:first-child a {
	border-radius			: 5px 5px 0 0;
	-webkit-border-top-left-radius	: 5px;
	-webkit-border-top-right-radius	: 5px;
}
/* 一番下の行を、左下と右下の角だけ丸くする */
.contents_sub ul li:last-child a {
	border-radius	: 0 0 5px 5px;
	border-bottom	: 1px #4f6983 solid;
	-webkit-border-bottom-left-radius	: 5px;
	-webkit-border-bottom-right-radius	: 5px;
}


/*	SNS Link
-------------------------------------------------- */
.snslink	{ background: #F1E6DA; border-top: 2px solid #755d4f;}
.snslink ul	{ padding: 10px 5%;}
.snslink ul li	{ margin-left: 3px; float: left;}


/*	To Top
-------------------------------------------------- */
.move { margin:0; clear: both; font-size: 1.4em;}
.move a { display: block; background: #386290; color:#fff; text-align:center; text-decoration:none; height:35px; line-height:35px; padding-top:10px; position: relative;}
.move a::before {
	position: absolute;
	top:8px;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: auto;
	content: "";
	vertical-align: middle;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


/*	フッター
-------------------------------------------------- */
footer{ width :100%; margin: 0; padding: 0; background: #fff; border-top: 1px solid #ddd; position: relative;}
.info_hotel { padding: 5px 5%; font-size:1.4em;}
.info_hotel .information-photo { width: 30%; margin-right: 10px; float: left;}
.info_hotel .information-photo img { width: 100%;}
.info_hotel a.ft_tel { font-size: 1.2em; font-weight: bold;}
.info_hotel .information-access { margin-bottom: 5px; overflow: hidden;}
.info_hotel .hotel_caption { clear: both;}

footer .mode{ background:#1b1b1b; padding: 5px 0; color: #fff; text-align:center;}
footer .mode a{ color: #fff;}
footer .copyright{ background:#1b1b1b; padding: 5px 0; color: #fff; font-size: 80%; text-align: center;}


/*
--------------------------------------------------
	Home
-------------------------------------------------- */
#home_appeal{ padding-top:20px; border-bottom: 1px solid #eddcc6; background:url(../img/common/bg_home_appeal.jpg) repeat 0 0;}
#home_appeal h2{ font-size:1.8em; margin-bottom:20px; text-align:center; padding-top:60px; background:url(../img/common/hd_home_appeal.png) no-repeat center 0;}
#home_appeal h2 span{ font-size:0.6em; display:block;}


.appeal_box{ padding-bottom: 30px;}
.ph_home_appeal img{ width:100%;}
.appeal_box_inner{ padding: 0 10px;}
.appeal_box_inner h3{ margin:10px 0;}
.appeal_box_inner h3 img{ width:80%;}
.appeal_box_inner p{ line-height:1.5;}


.appeal_box02{ padding-bottom: 30px;}
.ph_home_appeal02 img{ width:100%;}
.appeal_box_inner02{padding: 0 10px;}
.appeal_box_inner02 h3{ margin:10px 0;}
.appeal_box_inner02 h3 img{ width:80%;}
.appeal_box_inner02 p{ line-height:1.5;}

.btn_more { overflow: hidden; width:100%; height: 40px; margin: 10px 0 0; padding: 0; border:1px solid #c58233;}
.btn_more:after{ content:""; clear:both; display:block;}
.btn_more a {
	display: block;
	position: relative;
	z-index: 100;
	text-align:center;
	background: #fff;
	color: #c58233;
	font-size: 14px;
	line-height: 40px;
	text-decoration:none;
	transition:.8s;
}
.btn_more a:hover { background: #c58233; color: #fff;}
.btn_more a:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 18px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #c58233;
	transition:.8s;
}
.btn_more a:after { 
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 20px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #fff;
	transition:.8s;
}
.btn_more a:hover:before { background: #fff;}
.btn_more a:hover:after { background: #c58233;}

/* Recommend */
.recommends { margin-bottom:20px;}
.recommends:after{ content:""; clear:both; display:block;}
.recommends .column{ width:100%; overflow:hidden;}
.recommends .column-inner { margin: 0 0 20px; padding-bottom:10px; overflow: hidden;}
.recommends .column-inner h3{ font-size: 1.2em;}

.recommends hr { height: 0px; border: 1px dotted #DDD;}
.recommends .mealtime { margin-bottom: 5px; padding: 3px 5px; color: #FFF; font-size: 80%; background-color: #0068b7; display: inline-block;}
.recommends .mealtime:after { clear: both;}

/* News */
#news { margin-bottom:20px;}
#news:after{ content:""; clear:both; display:block;}
#news .column{width:100%; overflow:hidden;}
#news .column-inner {  margin: 0 0 20px; padding-bottom:10px; overflow: hidden;}
#news .column-inner h3{ font-size: 1.2em;}
#news .column-inner p { margin-bottom: 5px; line-height: 1.42;}
#news hr { height: 0px; border: 1px dotted #DDD;}

/* Restaurant */
#restaurant					 { padding: 10px 0 20px;}
#restaurant .column-inner	 { margin-bottom: 10px; padding: 10px; overflow: hidden;}
#restaurant .column-inner h3 { margin-bottom: 5px; line-height: 1.42;}
#restaurant .column-inner p	 { margin-bottom: 5px; line-height: 1.42;}
#restaurant hr				 { height: 0px; border: 1px dotted #DDD;}
#restaurant .mealtime		 { margin-bottom: 5px; padding: 3px 5px; color: #FFF; font-size: 80%; background-color: #B28F13; display: inline-block;}
#restaurant .mealtime:after	 { clear: both;}

p.more { line-height: 1.32; clear: both; padding:0; width:80%; margin: 0 auto; font-size:1.4em;}
p.more a { display: block; height:50px; line-height:50px; border:1px solid #c58233; background: #c58233; color: #fff; text-decoration: none; text-align:center; transition-duration:.6s;} 
p.more a:hover { text-decoration: none; background:#fff; color:#c58233;}
p.more:after { content: ""; display: block; clear: both;}


/* Home
-------------------------------------------------- */
#osusume h2.hd,
#news  h2.hd{ margin-bottom: 0;}

/* Recommend */
/*#osusume			{ padding: 0; margin: 10px 0 0;}
#osusume .column		{ margin: 0; border: none;}
#osusume .column-inner		{ margin: 0; padding: 5px 5%; border-bottom: 1px dotted #aaa; overflow: hidden;}
#osusume .column-inner h3	{ margin-bottom: 5px; line-height: 1.42; color: #B28F13;}
#osusume .column-inner h3 a	{ color: #B28F13;}
#osusume .column-inner p	{ margin-bottom: 5px; line-height: 1.42;}
#osusume hr			{ height: 0px; border: 1px dotted #DDD;}
#osusume .mealtime		{ padding: 3px 5px; font-size:85%; color: #FFF; background-color: #1f391a; display: inline-block; line-height:1.2;}
#osusume .mealtime:after	{ clear: both;}*/

/* News */
/*#news				{ padding: 0; margin: 10px 0 0;}
#news .column			{ margin: 0;}
#news .column-inner		{ margin: 0; padding: 5px 5%; border-bottom: 1px dotted #aaa; overflow: hidden;}
#news .column-inner h3		{ margin-bottom: 5px; line-height: 1.42; color: #B28F13;}
#news .column-inner h3 a	{ color: #B28F13;}
#news .column-inner p		{ margin-bottom: 5px; line-height: 1.42;}
#news hr			{ height: 0px; border: 1px dotted #DDD;}*/


/*	記事
--------------------------------------------------*/
/* Photos */
.photos		{}
.photos-left	{ width: 40%; margin-right: 10px; float: left;}
.photos-right	{ width: 40%; margin-left: 10px; float: right;}
.photos-center	{ width: 100%; text-align: center;}

.photos-conformity	  { margin: 0 auto;}
.photos-conformity-left	  { margin: 0;}
.photos-conformity-right  { margin: 0;}
.photos-conformity-center { margin: 0 auto;}

.photos-conformity div,
.photos-conformity-left div,
.photos-conformity-right div,
.photos-conformity-center div { margin: 0 1px 0 0; padding: 0; float: left;}

.photos-conformity div:last-child,
.photos-conformity-left div:last-child,
.photos-conformity-right div:last-child,
.photos-conformity-center div:last-child { margin: 0;}

.photos img,
.photos-left img,
.photos-right img,
.photos-center img,
.photos-conformity img,
.photos-conformity-left img,
.photos-conformity-right img,
.photos-conformity-center img { padding: 0; vertical-align: bottom;}

.photos .caps,
.photos-left .caps,
.photos-right .caps,
.photos-center .caps,
.photos-conformity .caps,
.photos-conformity-left .caps,
.photos-conformity-right .caps,
.photos-conformity-center .caps { padding-top: 2px; font-size: 90%; line-height: 1.32; display: block; word-wrap: break-word;}

/* List */
.column-inner ul { margin: 0; padding: 0;}
.column-inner ol { margin: 0 0 0 2em; padding: 0;}

.column-inner ul li { margin: 0; padding: 0; list-style:none;}
.column-inner ol li { margin: 0; padding: 0; list-style: decimal;}

/* Detail */
.plandetail	  { overflow: hidden;}
.plandetail-left  { overflow: hidden;}
.plandetail-right { overflow: hidden;}
.plandetail-center{ overflow: hidden; clear: both;}

.plandetail-conformity	     { overflow: hidden; clear: both;}
.plandetail-conformity-left  { overflow: hidden; clear: both;}
.plandetail-conformity-right { overflow: hidden; clear: both;}
.plandetail-conformity-center{ overflow: hidden; clear: both; padding-top: 10px;}


/*	下層ページ（共通）
-------------------------------------------------- */
/* top / bottom move */
.page_move_top		{ padding: 5px 5%; background: #F1E6DA; border-top: 1px solid #755d4f;}
.page_move_top a.btn	{
	color		: #755D4F;
	font-size	: 12px;
	position	: relative;
	display		: block;
	background	: -moz-linear-gradient(top,#ffffff 0%,#F1E6DA);
	background	: -webkit-gradient(linear, left top, left bottom, from(#ffffff),to(#F1E6DA));
	text-shadow	: -1px -1px 1px #ffffff;
	border		: 1px solid #755D4F;
}

.page_move_top a.page_reserved {
	width		: 55%;
	float		: right;
}
.page_move_top a.page_reserved:before {
	width		: 14px;
	height		: 14px;
	margin-top	: -8px;
	position	: absolute;
	top		: 50%;
	left		: 8px;
	content		: "";
	background-image	: url(../img/smart/icon_online.png);
	background-repeat	: no-repeat;
	background-size		: 14px 14px;
}

.page_move_top a.page_tel {
	width		: 40%;
	float		: left;
}
.page_move_top a.page_tel:before {
	width		: 14px;
	height		: 14px;
	margin-top	: -8px;
	position	: absolute;
	top		: 50%;
	left		: 8px;
	content		: "";
	background-image	: url(../img/smart/icon_tel.png);
	background-repeat	: no-repeat;
	background-size		: 14px 14px;
}

.page_move_top a.page_home {
	width		: 35%;
	padding		: 5px 0 5px 20px;
	font-size	: 14px;
	text-decoration	: none;
	position	: relative;
	float		: left;
	display		: block;
}
.page_move_top a.page_home:before {
	width		: 14px;
	height		: 14px;
	margin-top	: -8px;
	position	: absolute;
	top		: 50%;
	left		: 0;
	content		: "";
	background-image	: url(../img/smart/icon_arrow.png);
	background-repeat	: no-repeat;
	background-size		: 14px 14px;
}


/*
--------------------------------------------------
	page
-------------------------------------------------- */
/* 通常記事 */
.column		 { width: 100%; margin: 0; padding: 0; clear: both;}
.column-inner	 { margin: 0; padding: 15px 10px; zoom: 1; border-bottom: 1px dotted #aaa;}
.column-inner:after { content:""; display: block; clear: both;}
.column-inner h3 { margin-bottom: 10px; color: #333; font-size:1.4em; line-height: 1.6;}
.column-inner h3 a { color: #333;}

/* table */
.column-inner table { margin: 10px 0; line-height: 1.42; border: solid #786249; border-width: 1px 0 0 1px; border-collapse: separate; border-spacing:0;}
.column-inner table th,
.column-inner table td { padding: 14px 10px; border: solid #786249; border-width: 0 1px 1px 0; text-align:center;}
.column-inner table th { background	:#d09e62; color: #fff;}

/* テーブル形式 */
table.menu_photo_list		{ width: 100%; word-break: break-all;}
table.menu_photo_list td.text	{}
table.menu_photo_list td.price	{ width: 20%; white-space: nowrap;}


/* ギャラリー形式 */
.menu_photo_gallery {
	width		: 100%;
	height		: 100%;
	position	: relative;
	overflow	: hidden;
	text-align	: center;
	word-break	: break-all;
}

.menu_photo_gallery ul {
	height		: 100%;
	margin		: 0 0 10px;
	padding		: 0;
	position	: relative;
	left		: 50%;
	float		: left;

	display		: table;
}

.menu_photo_gallery ul li {
	height		: 100%;
	padding		: 10px;
	margin-right	: 10px;
	border		: 1px solid #38302d;
	background	: #f5ebe1;
	list-style	: none;
	position	: relative;
	left		: -50%;
	float		: left;

	vertical-align	: top;
	display		: inline-block;
}

* html .menu_photo_gallery ul li { display: inline; zoom: 1;}
*:first-child+html .menu_photo_gallery ul li{ display: inline; zoom: 1;}

.menu_photo_gallery .photo {
	display		: block;
	margin-bottom	: 10px;
}


/*
--------------------------------------------------
	Bread crumbs
-------------------------------------------------- */
.breadcrumbs {
	width		: 100%;
	margin		: 0 auto 10px;
	overflow	: hidden;
}
.breadcrumbs ul {
	font-size	: 93%;
	color		: #888f7a;
	line-height	: 1.32;
}
.breadcrumbs ul li {
	display		: inline;
}


/*
--------------------------------------------------
	Sitemap
-------------------------------------------------- */
#page-sitemap {}
#page-sitemap .column { border: none;}
#sitemap { margin: 0; padding: 10px 0;}
#sitemap .column-inner{ margin: 0 10px; padding:0; border-bottom:none; font-size:13px;}
p.category a {
	padding		: 12px 5% 12px 25px;
	color		: #555;
	border: 1px solid #043c67;
	border-top: none;
	display		: block;
	text-decoration	: none;
	background	: #fff url(../img/smart/arr_sitemap01.png) no-repeat 10px center;
	background-size	: 12px 12px;
}
#sitemap ul,
#sitemap ul li{ list-style: none; margin:0; padding:0;}

#sitemap ul.primary{}
#sitemap ul.primary li a{
	padding		: 12px 5% 12px 40px;
	color		: #555;
	font-size	: 9px;
	border: 1px solid #043c67;
	border-top: none;
	display		: block;
	text-decoration	: none;
	background	: #fff url(../img/smart/arr_sitemap02.png) no-repeat 25px center;
	background-size	: 9px 9px;
	font-size:1.0em;
	}

#sitemap ul.secondary{}
#sitemap ul.secondary li a{
	padding		: 12px 5% 12px 55px;
	color		: #555;
	font-size	: 9px;
	border: 1px solid #043c67;
	border-top: none;
	display		: block;
	text-decoration	: none;
	background	: #fff url(../img/smart/arr_sitemap02.png) no-repeat 40px center;
	background-size	: 9px 9px;
	font-size:1.0em;
	}
#sitemap p.category:first-child a{
	border-top: 1px solid #043c67;
}
#sitemap p.category:last-child a{
	border-top:none;
}


/*
--------------------------------------------------
	Gallery
-------------------------------------------------- */
ul.galleries		{ width: 721px; font-size: 73%; line-height: 1.32; overflow: hidden;}
ul.galleries li		{ width: 120px; float: left; overflow: hidden;}
ul.galleries li a	{ outline: none;}
ul.galleries li img	{ display: block;}
ul.galleries li span.caps {
	width		: 110px;
	padding		: 0 5px;
	font-size	: 100%;
	text-align	: center;
	display		: block;
}


/*
--------------------------------------------------
	Image Surfing Style
-------------------------------------------------- */
/* Small-160px */
.imagesurfingsmall {
	width		: 164px;
	height		: auto;
	text-align	: center;
	overflow	: hidden;
}
.imagesurfingsmall ul { width: 160px; margin: 0 auto;}
.imagesurfingsmall ul li { width: 40px; padding: 1px 0 0 0; margin: 0; float: left; list-style: none;}
.imagesurfingsmall ul li a {
	width		: 40px;
	height		: 30px;
	border		: none;
	border-bottom	: 4px solid #eee;
	display		: block;
	float		: left;
	outline		: none;
	overflow	: hidden;
}
.imagesurfingsmall img {
	width		: auto;
	height		: 120px;
	text-align	: center;
	vertical-align	: bottom;
}
.imagesurfingsmall ul li img {
	width		: 39px;
	height		: 29px;
	margin		: 0;
	padding		: 0;
	background	: #FFF;
	border-right	: 1px solid #FFF;
}
.imagesurfingsmall ul li a.imagesurfing-selected {
	border-bottom	: 4px solid #cd783a;
}
.imagesurfingsmall p.imagesurfing-caption {
	margin		: 0 !important;
	padding		: 3px 0;
	font-size	: 10px;
	line-height	: 1.2;
}


/* Normal-220px */
.imagesurfingnormal {
	width		: 224px;
	height		: auto;
	text-align	: center;
	overflow	: hidden;
}
.imagesurfingnormal ul { width: 220px; margin: 0 auto;}
.imagesurfingnormal ul li { width: 55px; padding: 1px 0 0 0; margin: 0; float: left; list-style: none;}
.imagesurfingnormal ul li a {
	width		: 55px;
	height		: 42px;
	border		: none;
	border-bottom	: 4px solid #eee;
	display		: block;
	float		: left;
	outline		: none;
	overflow	: hidden;
}
.imagesurfingnormal img {
	width		: auto;
	height		: 165px;
	text-align	: center;
	vertical-align	: bottom;
}
.imagesurfingnormal ul li img {
	width		: 54px;
	height		: 41px;
	margin		: 0;
	padding		: 0;
	background	: #FFF;
	border-right	: 1px solid #FFF;
}
.imagesurfingnormal ul li a.imagesurfing-selected {
	border-bottom	: 4px solid #cd783a;
}
.imagesurfingnormal p.imagesurfing-caption {
	margin		: 0 !important;
	padding		: 3px 0;
	font-size	: 10px;
	line-height	: 1.2;
}


/* Large-280px */
.imagesurfinglarge {
	width		: 284px;
	height		: auto;
	text-align	: center;
	overflow	: hidden;
}
.imagesurfinglarge ul { width: 280px; margin: 0 auto;}
.imagesurfinglarge ul li { width: 70px; padding: 1px 0 0 0; margin: 0; float: left; list-style: none;}
.imagesurfinglarge ul li a {
	width		: 70px;
	height		: 53px;
	border		: none;
	border-bottom	: 4px solid #eee;
	display		: block;
	float		: left;
	outline		: none;
	overflow	: hidden;
}
.imagesurfinglarge img {
	width		: auto;
	height		: 210px;
	text-align	: center;
	vertical-align	: bottom;
}
.imagesurfinglarge ul li img {
	width		: 69px;
	height		: 52px;
	margin		: 0;
	padding		: 0;
	background	: #FFF;
	border-right	: 1px solid #FFF;
}
.imagesurfinglarge ul li a.imagesurfing-selected {
	border-bottom	: 4px solid #cd783a;
}
.imagesurfinglarge p.imagesurfing-caption {
	margin		: 0 !important;
	padding		: 3px 0;
	font-size	: 10px;
	line-height	: 1.2;
}


/* メイン画像
-----------------------------------------------------------------------------------------------------------*/
.main-photo {
	width			: 320px;
	height			: auto;
	margin			: 0 auto;
	padding			: 0;
	overflow		: hidden;
}
.main-photo img {
	width			: 100%;
	margin			: 0;
	padding			: 0;
}
/* 縦傾き時 */
.portrait .main-photo {
	width			: 320px;
	height			: auto;
	margin			: 0 auto;
	padding			: 0;
	overflow		: hidden;
}
.portrait .main-photo img {
	width			: 100%;
	margin			: 0;
	padding			: 0;
}
/* 横傾き時 */
.landscape .main-photo {
	width			: 480px;
	height			: auto;
	margin			: 0 auto;
	padding			: 0;
	overflow		: hidden;
}
.landscape .main-photo img {
	width			: 100%;
	margin			: 0;
	padding			: 0;
}


/* 記事
-----------------------------------------------------------------------------------------------------------*/
/* 横傾き時 */
.landscape .column .photos {
	margin			: 0 10px 0 0;
	float			: left;
}
.landscape .column .photos-left {
	margin			: 0 10px 0 0;
	float			: left;
}
.landscape .column .photos-center {
	margin			: 0 auto;
	text-align		: center;
}
.landscape .column .photos-center div{ margin-bottom:10px;}
.landscape .column .photos-right {
	margin			: 0 0 0 10px;
	float			: right;
}

.column span.caps {
	display			: block;
}


/*
--------------------------------------------------
	Entries（タブメニュー）
-------------------------------------------------- */
#entries {}
#entries div.column {}

/* Tabs Contents */
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen {
	/* Use class for showing/hiding tab content,
	so that visibility can be better controlled in different media types... */
	.ui-tabs-hide { display: none;}
}
/* Hide useless elements in print layouts... */
@media print {
	.ui-tabs-nav { display: none;}
}

ul.ui-tabs-nav {
	width		: 100%;
	height		: 30px;
	background	: url(../img/home/tab_bg.gif) repeat-x 0 0;
	overflow	: hidden;
}
ul.ui-tabs-nav li { float: left;}
ul.ui-tabs-nav li a {
	width		: 150px;
	height		: 0;
	padding-top	: 30px;
	display		: block;
	float		: left;
	overflow	: hidden;
	outline		: none;
}

/* Tab Style */
ul.ui-tabs-nav li#entries-tab-recommend a {
	background	: url(../img/home/tab_recommend.gif) no-repeat 0 0;
}
ul.ui-tabs-nav li#entries-tab-recommend a:hover { background-position: 0 -30px;}
ul.ui-tabs-nav li#entries-tab-recommend.ui-tabs-selected a { background-position: 0 -60px;}
ul.ui-tabs-nav li#entries-tab-news a {
	background	: url(../img/home/tab_news.gif) no-repeat 0 0;
}
ul.ui-tabs-nav li#entries-tab-news a:hover { background-position: 0 -30px;}
ul.ui-tabs-nav li#entries-tab-news.ui-tabs-selected a { background-position: 0 -60px;}


/* デザイン
---------------------------------------------------*/
/* 横幅リサイズ用 */
.autoresize {
	width			: 100%
}


/*
--------------------------------------------------
	Side Menu
-------------------------------------------------- */
#submenu {
	width			: 98%;
	margin			: 5px auto;
	padding			: 0;
	font-size		: 78%;
}
#submenu ul li.submenu-title {
	display			: none;
}

#submenu ul {
	width			: 100%;
	text-shadow		: none;
}
#submenu ul li {
	margin			: 0;
	padding			: 0;
	border			: 1px solid #5B5B5B;
	border-bottom		: none;
	background		: #1f391a;
	color			: #FFF;
}
#submenu ul li:last-child {
	border-bottom		: 1px solid #5B5B5B;
}
#submenu ul li a {
	margin			: 0;
	padding			: 5px 5px 5px 15px;
	text-decoration		: none;
	color			: #FFF;
	display			: block;
}
#submenu ul li a:hover {
	color			: #EEE;
	background		: #808080;
}
#submenu ul li ul.sub {
	width			: 100%;
}
#submenu ul li ul.sub li {
	margin			: 0;
	padding			: 0;
	border			: none;
	background		: #5B5B5B;
	color			: #FFF;
}
#submenu ul li ul.sub li a {
	margin			: 0;
	padding			: 5px 5px 5px 25px;
	text-decoration		: none;
	color			: #FFF;
	display			: block;
}
#submenu ul li ul.sub li a:hover {
	color			: #EEE;
	background		: #808080;
}


/* Common style */
.column-inner h3.shd{
	color:#0E63B0;
	text-align:center;
	font-size:1.3em;
	font-family :"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-weight:bold;
	margin: 10px 0;
}
.column-inner h4.sshd{ font-weight:bold; font-size:1.0em; margin: 10px 0;}
.column-inner .center{ text-align:center;}

/*--------------------------------------------------
	宿泊
-------------------------------------------------- */
#page-stay .photos-center div{
    width: 48%;
    text-align: center;
	float:left;
	margin: 0 1%;
}
.column-inner ul.item_list,
.column-inner ul.item_list li{ list-style:none; margin:0; padding:0;}
.column-inner ul.item_list{ margin-bottom:15px;}
.column-inner ul.item_list li{ display:inline; margin-bottom:5px;}
.column-inner ul.item_list li:after{ content:"/"; margin-left:3px;}
.column-inner ul.item_list li:last-child:after{ content:none;}

/*--------------------------------------------------
	レストラン
-------------------------------------------------- */
#page-restaurant .column-inner{ border-bottom:none;}
#page-restaurant .photos-center div{
    width: 48%;
    text-align: center;
	float:left;
	margin: 0 1% 10px;
}
#page-restaurant .photos-center div img{ width:100% !important;}

#page-restaurant .photos-conformity-left{ margin-top:20px;}
#page-restaurant .photos-conformity-left div{ margin: 0 10px 15px; padding: 0; float: left;}
#page-restaurant .photos-conformity-left div:nth-child(5),
#page-restaurant .photos-conformity-left div:nth-child(9){ clear:both;}
#page-restaurant .photos-conformity-left div img{ transition: .5s;}
#page-restaurant .photos-conformity-left div img:hover{ opacity: 0.8;}

#page-restaurant ul.page_link_rest{ list-style:none; margin:0; border:1px solid #c4b399; border-bottom:none;}
#page-restaurant ul.page_link_rest li{ list-style:none; margin: 0;}
#page-restaurant ul.page_link_rest li a{ color:#c58233; padding:10px; display:block; text-decoration:none; border-bottom:1px solid #c4b399; position:relative;}
#page-restaurant ul.page_link_rest li a::after{ position: absolute; top: 0; bottom: 0; left: 0; margin: auto; content: ""; vertical-align: middle;}
#page-restaurant ul.page_link_rest li a::after{
	left: 100%;
	width: 5px;
	height: 5px;
	margin-left:-15px;
	border-right: 1px solid #c58233;
	border-bottom: 1px solid #c58233;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


.column-inner .rest_header{ margin-top:0;}

.column-inner .menu_list{ margin-bottom:20px;}
.column-inner .menu_list dt{ margin-bottom:5px;}
.column-inner .menu_list dd{ margin-left:15px; margin-bottom:20px;}
.column-inner .menu_list dd em{ font-style:normal; font-size:0.825em; color:#C58233; font-weight:bold;}

.column-inner ul.menu_list02{ margin-bottom:20px; text-align:left;}
.column-inner ul.menu_list02,
.column-inner ul.menu_list02 li{ margin:0; list-style:none;}
.column-inner ul.menu_list02 li{ margin-bottom:0;}

#page-restaurant .rest_menu_col{ width:480px; float:left;}

.column-inner h3.shd_season{ line-height:150%; margin-bottom:0;}
.column-inner h3.shd_season span{ background:#C58233; font-size:0.7em; color:#fff; padding:0; text-align:center; margin-bottom:5px; vertical-align:middle; display:block;}


/*--------------------------------------------------
	サバ料理
-------------------------------------------------- */
#page-saba .photos-center div{
    width: 48%;
    text-align: center;
	float:left;
	margin: 0 1% 10px;
}
#page-saba .photos-center div img{ width:100% !important;}
#page-saba .photos-center div:nth-child(3){ clear:both;}

/*--------------------------------------------------
	お弁当
-------------------------------------------------- */
#page-catering .photos-center div{
    width: 48%;
    text-align: center;
	float:left;
	margin: 0 1% 10px;
}
#page-catering .photos-center div img{ width:100% !important;}
#page-catering .photos-center div:nth-child(3),
#page-catering .photos-center div:nth-child(5){ clear:both;}

/*--------------------------------------------------
	婚礼・宴会・会議
-------------------------------------------------- */
.column-inner ul.party_link,
.column-inner ul.party_link li{ margin:0; list-style:none;}
.column-inner ul.party_link li{ width:100%;}
.column-inner ul.party_link li img{ width:100%;}

#page-conference .column-inner img{ width:100%;}

/*--------------------------------------------------
	アクセス
-------------------------------------------------- */
#page-access p.more {font-size: 1.0em;}

/*--------------------------------------------------
	会社概要
-------------------------------------------------- */
#page-company .column-inner table th{ width: 30%; text-align:left;}
#page-company .column-inner table td{ text-align:left;}

/*--------------------------------------------------
	設備・サービス
-------------------------------------------------- */
#page-facilities .column-inner h3 {
    text-align: center;
}

#page-facilities .no_link {
    color: #333;
    text-decoration: none;
    pointer-events: none;
}

/***フロアガイド***/
#page-facilities .floor table th,
#page-facilities .floor table td {
    border: 1px solid #333;
    border-width: 0 1px 1px 0;
    /*line-height: 1;*/
}

#page-facilities .floor table th {
    color: #333;
    background: #eee3d5;
    font-size: calc(30 / 750 * 100vw);
    font-weight: bold;
    padding: calc(15 / 750 * 100vw) calc(20 / 750 * 100vw);
}

#page-facilities .floor table td {
    background: #fff;
    font-size: calc(26 / 750 * 100vw);
    padding: calc(15 / 750 * 100vw) calc(45 / 750 * 100vw);
    text-align: left;
}

/***施設・設備***/
#page-facilities .shisetsu .box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 95%;
}

#page-facilities .shisetsu .box li {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border-radius: 50%;
    box-sizing: border-box;
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.5;
    margin-bottom: calc(30 / 750 * 100vw);
    text-align: center;
    height: calc(320 / 750 * 100vw);
    width: 47%;
}

#page-facilities .shisetsu .box li .ico {
    width: 90%;
    margin: calc(-30 / 750 * 100vw) auto calc(-20 / 750 * 100vw);
}

#page-facilities .shisetsu .box li .ico img {
    max-width: 100%;
}

#page-facilities .shisetsu .box li:nth-of-type(odd) {
    margin-right: 6%;
}

/***サービス***/
#page-facilities .service .ph_box {
    text-align: center;
    margin-bottom: calc(20 / 750 * 100vw);
}

#page-facilities .service .ph_box li {
    margin: 0 auto;
    width: 60%;
}

#page-facilities .service .ph_box li img {
    width: 100%;
}

#page-facilities .service .box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}

#page-facilities .service .box li {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border: 1px solid #b28f13;
    box-sizing: border-box;
    font-size: calc(28 / 750 * 100vw);
    line-height: 1;
    margin-bottom: calc(30 / 750 * 100vw);
    height: calc(120 / 750 * 100vw);
    width: 48%;
}

#page-facilities .service .box li span {
    font-size: calc(26 / 750 * 100vw);
    margin: calc(10 / 750 * 100vw) 0 0 0;
}

#page-facilities .service .box li:nth-of-type(odd) {
    margin-right: 4%;
}



