/*
* Copyright 2013 (c) Dynatech.inc
* Direct In Smart Phone CSS
*/

/*	Reset
-----------------------------------------*/
html			{ color: #000; }
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: #ffffff;
	color : #333;
	font-family	: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	font-size: 62.5%;
	line-height	: 1.42;
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
}
.container{ position:relative;}
a { color: #333333;}

.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;
}



/* Box全体をクリック */
.box		{ cursor: pointer;}
.box:hover	{ background: #d2d2d2;}
.box:after	{ content:""; clear: both; display: block;}

/* アコーディオン */
.acordion { padding: 0 5%;}
.trigger {
	margin-bottom	: 0;
	padding		: 8px;
	color		: #fff;
	font-size	: 12px;
	background	: #555555;
	border		: 1px solid #555555;
	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	: #9bd8ff 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 #333333; text-align: center; clear: both;}
.more a	{ padding: 5px 0; background: #d2d2d2; color:#555555; text-decoration: none; display: block;}
.more a:hover{ background: #fff;}*/

.statement_link	{ clear: both; width:90%; margin:0 auto; padding:10px 0 5px; text-align: center;}
.statement_link a	{ display: block; padding: 5px 0; background: #a3944d; color: #fff; text-decoration: none;  border: 1px solid #a3944d;}
.statement_link a:hover{}

/*	ヘッダー
-----------------------------------------*/
header { margin: 0; padding:0; position: relative; border-bottom:1px solid #362E2B;}
header h1 { width: 50%; font-size: 1.2em; float: left; margin-left:10px;}
header h1 a	{
	overflow:hidden;
	height:0;
	padding-top:65px;
	display:block;
	background-image:url(../img/common/logo.png);
	background-repeat:no-repeat;
	background-position:0;
	background-size: contain;
	}
header .header_tel{
	position:absolute;
	top:10px;
	right:65px;
	border:2px solid #362e2b;
	border-radius:5px;
	}	
header .header_tel a {
	display:block;
	overflow:hidden;
	height:0;
	width:45px;
	padding-top:45px;
	background:url(../img/smart/icon_header_tel.png) no-repeat center center;
	box-sizing:border-box;
}
header .gnav_acordion{ padding: 0; margin:0; font-size:1.4em;}
header .gnav_acordion p.trigger {
	position:absolute;
	top:10px;
	right:10px;
	border:2px solid #00A0DA;
	background:#00A0DA;
	margin:0;
	padding:0;
}
header .gnav_acordion p.trigger span.open-close {
	display:block;
	overflow:hidden;
	height:0;
	width:45px;
	padding-top:45px;
	background:url(../img/smart/icon_header_menu.png) no-repeat center center;
	box-sizing:border-box;
}
header .gnav_acordion p.active span.open-close {
	display:block;
	overflow:hidden;
	height:0;
	width:45px;
	padding-top:45px;
	background : url(../img/smart/icon_header_close.png) no-repeat center center;
	box-sizing:border-box;
}
header .gnav_acordion .acordion_tree {
	position:absolute;
	z-index:9999;
	top:65px;
	clear:both;
	width:100%;
	margin : 0 0 10px;
	padding : 0;
	border-top : none;
	border-bottom: 1px solid #b9b9b9;
}
header .gnav_acordion .acordion_tree li { background: rgba(255,255,255,1.0); border-bottom: 1px solid #b9b9b9;}
header .gnav_acordion .acordion_tree li:first-child{border-top: 1px solid #b9b9b9;}
header .gnav_acordion .acordion_tree li a { padding: 12px 25px 12px 5%; position: relative; text-decoration: none; display: block; color:#555555;}
header .gnav_acordion .acordion_tree li a:after {
	content:"";
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right:20px;
	margin-top: -4px;
	background-image :none;}
header .gnav_acordion .acordion_tree li a:hover {}
header .gnav_acordion .acordion_tree li:last-child { border: none;}



/* コンテンツ */
.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	: #555555;
	overflow	: hidden;
}

.contents_top ul.gnav li {
	width		: 25%;
	margin		: 0;
	line-height	: 1.2;
	text-align	: center;
	background: #555555;
	background	: -moz-linear-gradient(top,#555555 0%,#555555);
	background	: -webkit-gradient(linear, left top, left bottom, from(#555555),to(#555555));
	border-top	: solid #f0efef;
	border-width: 1px 0;
	float		: left;
}
.contents_top ul.gnav li a {
	width		: 96%;
	padding		: 15px 2%;
	color		: #fff;
	text-decoration	: none;
	border-right	: 1px dotted #f0efef;
	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: #555555;}


/*	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		: #fff;
	background: #555555;
	background	: -moz-linear-gradient(top,#555555 0%,#555555);
	background	: -webkit-gradient(linear, left top, left bottom, from(#555555),to(#555555));
	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: #555555;}

.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		: 8px 8px 8px 5%;
	color		: #fff;
	font-size	: 14px;
	background:#555555;
	background	: -moz-linear-gradient(top,#555555 0%,#555555);
	background	: -webkit-gradient(linear, left top, left bottom, from(#555555),to(#555555));
	border		: none;
	border: solid #555555;
	border-width: 1px 0;
/*	text-shadow	: 1px 1px 1px #2A4461;*/
	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_plus.png) no-repeat right top;
	float		: right;
}
.gnav_acordion p.active span.open-close {
	width		: 20px;
	height		: 20px;
	background	: url(../img/smart/arrow_close.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 #b9b9b9;}
.gnav_acordion .acordion_tree li a { padding: 8px 25px 8px 5%; position: relative; text-decoration: none; display: block; color:#555555;}
.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 {}
.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 10px 12px 10px;
	color : #fff;
	font-size : 16px;
	background:#00a0e9;
	border :none;
	cursor : pointer;
	position:relative;
}
.reserved_acordion p.trigger:before {
	width : 14px;
	height : 14px;
	margin-top : -7px;
	position	: absolute;
	top		: 50%;
	left		: 5%;
	content		: "";
	background-image :none;
	background-repeat	: no-repeat;
	background-size		: 14px 14px;
}

.reserved_acordion p.trigger em { font-size: 80%; font-style: normal; color: #fff;}
.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 #b9b9b9;}
.reserved_acordion .acordion_tree li a { padding: 8px 5%; position: relative; text-decoration: none; display: block; color:#555555;}
.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 {}

/* 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;
	background:#e2e2e2;
	color: #333333;
	border: solid #222222;
	border-width: 1px 0 3px 0;
	text-align	: center;
	display		: block;
	position	: relative;
}
.tabs_nav li a.active {
	color		: #fff;
	background	: #555555;
	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 h3	{ font-size: 1.0em;}


/*	サブ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{width: 100%;}
.move:after{ content:""; clear:both; display: block;}
.move a{
	text-align:center;
	display: block;
	text-decoration:none;
	height:40px;
	line-height:40px;
	background: #093b50;
	color:#fff;
	border-bottom:1px solid #fff;
	font-size: 1.4em;
}

/*
--------------------------------------------------
	Footer
-------------------------------------------------- */
.footer{ width:100%; margin: 0; padding: 0; background:#362e2b; color:#fff; font-size:1.3em; text-align: center; clear: both; margin-top: 60px;}
.footer-inner	{}

/* fnav */
.fnav { width: 100%; overflow: hidden;}
.fnav-inner { width: 960px; margin: 0 auto; padding: 10px 0 25px; background:url(../img/common/bg_footer_nav.png) no-repeat 0 bottom;}
.fnav ul { padding: 5px 0 0 0;}
.fnav ul li	{ padding: 0 14px 0 0; display: inline; border-right:1px dotted #fff;}
.fnav ul li a { color: #fff; padding: 0 0 0 10px; text-decoration:none;}
.fnav ul li a:hover	{ color: #fff; text-decoration: underline;}
.fnav ul li#fnav08,
.fnav ul li#fnav17,
.fnav ul li:last-child	{ border: none;}

.footer_sns{ padding-top:10px;}
.footer_sns li{ display:inline; padding: 0 1px;}

/* Information */
.info_hotel{ background:#1793c7; padding: 20px 0;}
.information-access{ clear:both; background:#1793c7;}
.information-access h4 { margin:5px 0;font-size:1.5em;}
.information-access	a.ft_tel{ width:80%; margin: 10px auto 0; border:1px solid #fff; height:35px; line-height:35px; color:#fff; text-decoration:none; display:block;}

.footer_sns{ width:300px; margin: 10px auto 0;}
.footer_sns li { float:left; margin-right:5px;}
.footer_sns li a{ display: block; overflow:hidden; height:0; background:url(../img/common/icon_footer_sns.png) no-repeat 0 0; padding-top:48px; width:48px;}
.footer_sns li a:hover{ opacity:0.8;}
.footer_sns li.sns_fb a{ background-position: 0 -48px;}
.footer_sns li.sns_tw a{ background-position: 0 -96px;}
.footer_sns li.sns_google a{ background-position: 0 -144px;}
.footer_sns li.sns_youtube a{ background-position: 0 -192px; width:72px;}

/* Copyright */
.copyright { width:100%; font-size:1.0em; background:#093b50; padding: 15px 0; color:#ffffff;}


/* Home
-------------------------------------------------- */

/* 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 #9b8c78; overflow: hidden;}
#osusume .column-inner h3	{ margin-bottom: 5px; line-height: 1.42; color: #ee827c;}
#osusume .column-inner h3 a	{ color: #ee827c;}
#osusume .column-inner p	{ margin-bottom: 5px; line-height: 1.42;}
#osusume hr			{ height: 0px; border: 1px dotted #a99b8c;}
#osusume .mealtime		{ padding: 3px 5px; font-size:85%; color: #FFF; background-color: #AD6451; display: inline-block; line-height:1.2; /*float: right;*/}
#osusume .mealtime:after	{ clear: both;}
.motion .mealtime{ padding: 3px 5px; font-size:85%; color: #FFF; background-color: #AD6451; display: inline-block; line-height:1.2; /*float: right;*/}
.motion .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 #a99b8c; overflow: hidden;}
#news .column-inner h3		{ margin-bottom: 5px; line-height: 1.42; color: #ee827c;}
#news .column-inner h3 a	{ color: #ee827c;}
#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: 2px; 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 0 0 2em; padding: 0;}
.column-inner ol { margin: 0 0 0 2em; padding: 0;}

.column-inner ul li { margin: 0; padding: 0; list-style: disc;}
.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 0 15px; padding: 0; clear: both;}
.column-inner	 { margin: 0; padding: 0 10px 15px; zoom: 1;}
.column-inner:after { content:""; display: block; clear: both;}
.column-inner h3{ font-size: 1.5em; color: #555555; margin: 5px 0;}

/* table */
.column-inner table {
	margin : 15px 0;
	border-collapse : separate;
	border-spacing : 0;
	width:100%;
}
.column-inner table th,
.column-inner table td {
	padding : 8px 10px;
	border-bottom:1px dotted #aaa;
}
.column-inner table th{ text-align:left; width: 30%;}
.column-inner table td{ text-align:left;}
.column-inner table tr:first-child th,
.column-inner table tr:first-child td{ border-top:1px dotted #aaa;}


/* テーブル形式 */
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 0;}
#sitemap .column-inner{ margin: 0 10px; padding:0; border-bottom:none; font-size:13px;}
p.category a {
	padding		: 12px 5% 12px 25px;
	color		: #444444;
	border: 1px solid #e2e2e2;
	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		: #444444;
	font-size	: 9px;
	border: 1px solid #e2e2e2;
	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		: #444444;
	font-size	: 9px;
	border: 1px solid #e2e2e2;
	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 #e2e2e2;
}
#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 #777777;
}
.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 #777777;
}
.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 #777777;
}
.imagesurfinglarge p.imagesurfing-caption {
	margin		: 0 !important;
	padding		: 3px 0;
	font-size	: 10px;
	line-height	: 1.2;
}

/* メイン画像
-----------------------------------------------------------------------------------------------------------*/
.main-photo {
	width			: 100%;
	height			: auto;
	margin			: 0 auto;
	padding			: 0;
	overflow		: hidden;
}
.main-photo img {
	width			: 100%;
	margin			: 0;
	padding			: 0;
}
/* 縦傾き時 */
.portrait .main-photo {
	width			: 100%;
	height			: auto;
	margin			: 0 auto;
	padding			: 0;
	overflow		: hidden;
}
.portrait .main-photo img {
	width			: 100%;
	margin			: 0;
	padding			: 0;
}
/* 横傾き時 */
.landscape .main-photo {
	width			: 100%;
	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-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 #1b1938;
	border-bottom		: none;
	background		: #35325a;
	color			: #FFF;
}
#submenu ul li:last-child {
	border-bottom		: 1px solid #1b1938;
}
#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		: #292279;
}
#submenu ul li ul.sub {
	width			: 100%;
}
#submenu ul li ul.sub li {
	margin			: 0;
	padding			: 0;
	border			: none;
	background		: #716bab;
	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		: #292279;
}

/*
--------------------------------------------------
	Original Template
--------------------------------------------------*/
dl.list_table {
  background-color : #a5dbef;
  border-width : 0 1px 1px 1px;
  border-style : solid;
  border-color : #aaa;
  width : 100%;
  box-sizing:border-box;
  line-height:1.6;
}
 
dl.list_table dt {
  border-width : 1px 0 0 0;
  border-style : solid;
  border-color : #aaa;
  padding : 8px 10px;
}
 
dl.list_table dd {
  background-color: #fff;
  border-width: 1px 0 0 0; 
  border-style: solid;
  border-color: #aaa;
  padding : 8px 10px;
  overflow: hidden;
  
}

.mt10{ margin-top:10px;}
.mt30{ margin-top:30px;}
.mr15{ margin-right:15px;}

.txt_center{ text-align:center;}

.column-inner h4 { margin-bottom: 10px; font-size: 1.3em; font-weight: normal;}


/*	Home
-------------------------------------------------- */
.yu-min, h2, h3{ font-family :"Roboto Slab" , Garamond , "Times New Roman" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" ,"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" ,  "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;}
h2.hd{
	color:#2a211c;
	font-size:2.4em;
	text-align:center;
	padding-top:5px;
	line-height:1.3;
	margin-bottom:15px;
	margin-top:10px;
}
h2.hd:after{ content:""; display:block; background:#00a0da; width:100px; height:2px; margin: 10px auto 0;}

h2.hd.bg_none{ background:none;}
h2.hd span{
	display: block;
	font-size:0.5em;
	margin-bottom:10px;
	font-family: "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#recommends .column-inner h3, #news .column-inner h3 {
	font-family: "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


#top_freearea{ background:#fff;}
#top_freearea:after{ content:""; clear:both; display:block;}
.home_concept{ text-align:center; border-bottom:1px solid #6a6761; background:#faf6f0;}
.home_concept .inner{ width:960px; text-align:center; margin: 0 auto; padding: 40px 0 40px;}
.home_concept p{ margin-bottom: 1em; font-size:2.0em;}

/* Recommend */
#recommends{ padding: 20px 0; margin: 0 10px; background:#fff;}
#recommends .column { margin: 0;}

#recommends:after{ content:""; clear:both; display:block;}
#recommends-inner{ width:960px; padding: 40px 0; margin: 0 auto;}
#recommends .column-inner    { padding:10px 0; margin:0; overflow: hidden; border-bottom: 1px dotted #a0a0a0;}
#recommends div:first-of-type.column { border-top: 1px dotted #a0a0a0;}
#recommends .column-inner h3 { margin-bottom: 5px; line-height: 1.42; font-size:1.0em;}
#recommends .column-inner p  { margin-bottom: 5px; line-height: 1.42;}
#recommends hr		     { height: 0px; border: 1px dotted #DDD;}
#recommends .mealtime{ margin-bottom: 5px; padding: 3px 5px;  color: #FFF;  font-size: 80%; background-color: #ad6451; display: inline-block;}
#recommends .mealtime:after{ clear: both;}


/* News */
#news { padding: 20px 0; margin: 0 10px;}
#news .column{ font-size: 1.5em;}
#news .column-inner	{ padding:10px 0; margin:0; overflow: hidden; border-bottom: 1px dotted #a0a0a0;}
#news div:first-of-type.column { border-top: 1px dotted #a0a0a0;}
#news .column-inner h3{ margin:0; color:#1e79ad; font-size:1.0em; margin-bottom:5px;}
#news .column-inner h3 a{ display:block; padding: 15px; margin:0; color:#1e79ad; font-weight:normal; }
#news .column-inner h3 a:hover{ background: #efefef;}
#news .column-inner p	{ margin-bottom: 5px; line-height: 1.42;}

/* btn more */
.more{ clear: both; margin: 0 10px; padding: 15px 0; text-align:center; font-size:1.5em;}
.more a{ display:block; background:#fff; border:1px solid #0064a3; box-sizing:border-box; height:40px; line-height:40px; color:#0064a3; text-decoration:none; transition-duration:.5s;}


/* 特典 */
.home_tokuten{ margin: 0 10px; padding:0;}
.home_tokuten img{ width:100%;}

/* ポイント */
.home_point{}
.home_point h2{ background: url(../img/common/bg_home_hd.png) no-repeat center 0; padding-top:0;}
.home_point h2.hd em{ font-size: 1.75em;}
.home_point p{ font-size:1.4em; text-align:center;}
.home_point_inner{ margin:10px 0 0;}
.home_point_box {
	border-top:1px solid #fff;
	position: relative;
	overflow: hidden;
	width: 100%;
	height:100%;
}
.home_point_box img{ width:100%; vertical-align:bottom;}
.home_point_box h3{ font-size:2.0em; line-height:1.6; width:240px; border-bottom:1px solid #fff; text-align:center; color:#fff; position:absolute; top:35%; left:50%; z-index:10; margin-left:-120px; margin-top:-38px; text-shadow: 0 0 10px rgba(0,0,0,1);}
.home_point_box h3 a{ color:#fff; text-decoration:none; display:block;}

.figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
	/*-webkit-transition: .3s;
	transition: .3s;*/
	opacity:1;
}
.figcaption .cap_inner{ width:24em; color:#fff; position:absolute; top:50%; left:50%; margin-left:-12em; text-shadow: 0 0 10px rgba(0,0,0,1)}
.figcaption .btn_point{ width:180px; margin: 10px auto 0; font-size:1.2em; text-shadow:none;}
.figcaption .btn_point a{ display:block; background:#fff; height:30px; line-height:30px; color:#333; text-decoration:none; transition-duration:.5s;}

.home_point_box:hover .figcaption {
	opacity: 1;
}


/* 目的別 */
#page-home .home_plans h2{ background: url(../img/common/bg_home_hd.png) no-repeat center 0; padding-top:20px; margin-bottom:20px; font-size:2.0em;}
.home_plans{ background:#fff; padding:0 0 10px; margin: 0;}
.plan_box{ width:46%; height:auto; position: relative; background:#fff; padding:10px; box-sizing:border-box; border-radius:5px; outline:1px solid #ccc; margin:0 2% 10px; transition:.2s; float:left;}
.plan_box a {
text-decoration: none;	
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.plan_box img{ width:100%;}
.plan_box h3{ position:static; font-size:1.4em; text-align:center; text-decoration:none; margin-top:10px;}
.plan_box h3 span{ /*border-bottom: 3px solid #ccc;*/ padding: 5px 0 10px 0;}

.plan_box:hover{ outline: 4px solid #ef9001;}
.plan_box:hover h3{ color:#ef9001;}
.plan_box:hover h3 span{ border-color:#ef9001;}

/* Homeバナー */
.home-banner{ clear:both; border-top:1px solid #aaa; margin-top:10px; padding: 5px 0 10px;}
.home-banner-inner{ margin: 0 auto;}
.home-banner-inner ul{ padding-top:15px;}
.home-banner-inner li{ margin: 0 0 5px; text-align:center;}
.home-banner-inner li img{ vertical-align:bottom;}
.home-banner-inner .tripadvisor{ width:150px; margin: 0 auto; text-align:center;}

.home_col{ border-top:1px solid #ad926d;}
.home_col_inner{ width:960px; margin: 0 auto;}
.home_fb_col{ width:360px; float:right; padding: 40px 0;}

/* Home SNS（Facebook/Instagram） */
.home-sns{ clear:both; padding: 20px 0; margin-bottom:20px;}
.home-sns-inner{  }
.home-sns-box{ margin: 0 10px 10px;}
.home-sns-boxinner{ border:1px solid #aaa; border-top:0; padding: 10px 10px 15px;}
.home-sns-box h3{ background:#3b5998; text-align:center; font-size:2.0em; height:40px; line-height:40px; color:#fff; font-family:Arial, Helvetica, sans-serif;}

#sns_insta .home-sns-boxinner{ padding: 10px 10px 0;}
#sns_insta.home-sns-box h3{background:#cb2893;}

/*
--------------------------------------------------
	page
-------------------------------------------------- */
.page_intro{ text-align:center; font-size:1.6em; margin: 30px 10px 10px;}
.column-inner .page_intro{ font-size: 1.0em;}
.column-inner h4.shd{ font-size: 1.4em; margin-top: 10px;}

/* btn_down */
a.btn_down {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  position: relative;
  z-index: 2;
  background-color: #fff;
  border: 1px solid #0064a3;
  color: #0064a3;
  overflow: hidden;
  box-sizing:border-box;
}

a.btn_down::before,
a.btn_down::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
a.btn_down,
a.btn_down::before,
a.btn_down::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
a.btn_down:hover {
  color: #fff;
}
a.btn_down::after {
  top: -100%;
  width: 100%;
  height: 100%;
}
a.btn_down:hover::after {
  top: 0;
  background-color: #0064a3;
}


/*
--------------------------------------------------
	お部屋 #page-rooms
-------------------------------------------------- */
.column-inner p.icon_nosmoking{ background:#fff; border:1px solid #c49b38; color:#c49b38; width:4em; text-align:center; padding: 3px 0; margin-bottom:5px;}
.column-inner .btn_reserved{ width:100%; margin:10px 0 15px;}
.column-inner .btn_reserved a.btn_down{ display:block; width:100%; margin: 0 auto;}

#page-rooms .column-inner p.room_info{ font-size: 0.8em; margin-bottom:15px;}

#page-rooms .column-inner .room_txt{ text-align:center; margin-bottom:20px;}
#page-rooms .column-inner .room_txt h3{ margin-bottom:0; font-size:1.6em;}
#page-rooms .column-inner .room_txt h4{ margin-bottom:0; font-size:1.3em;}

#page-rooms .column-inner .premium_room_txt{ width:100%; margin-top:15px;}
#page-rooms .column-inner .premium_room_txt h4{ font-size:1.2em;}
#page-rooms .column-inner .premium_room_tb{ width:100%;}
#page-rooms .column-inner .premium_room_tb th{ width:30%;}

/*
--------------------------------------------------
	温泉 #page-spa
-------------------------------------------------- */
#page-spa .column-inner{ margin-bottom:5px; padding-bottom:5px;}

#page-spa .column-inner table{ width:100%;}
#page-spa .column-inner table td{ text-align:left;}

#page-spa .column-inner .spa_txt{ text-align:center;}
#page-spa .column-inner .spa_txt h3{ margin-bottom:10px;}

/*
--------------------------------------------------
	料理 #page-cuisine
-------------------------------------------------- */
.column-inner .cuisine_price{ margin-bottom:10px;}
.column-inner .cuisine_price strong{ font-size:1.4em;}
.column-inner span.cuisine_info{ display:block; margin-top:10px;}
.column-inner .menu_info{ border: 2px solid #00B3E2; padding: 10px 15px;}

#page-cuisine .photos-conformity-left{ margin-top:15px;}
#page-cuisine .photos-conformity-left div{ margin: 0 10px;}
#page-cuisine .photos-conformity-left div img:hover{ opacity:0.8;}

#page-cuisine .column-inner .cuisine_txt{ text-align:center; margin-bottom:15px;}
#page-cuisine .column-inner .cuisine_txt h3{ margin-bottom:10px;}


/*
--------------------------------------------------
	観光 #page-rooms
-------------------------------------------------- */
.column-inner dl.sightseeing_link{ margin:15px 0;}
.column-inner dl.sightseeing_link dt{ clear:both; float:left; width:4em; background:#1793c7; color:#fff; text-align:center; padding: 3px 0;}
.column-inner dl.sightseeing_link dd{ margin-left:5em;}

/*
--------------------------------------------------
	ACCESS #page-company
-------------------------------------------------- */
#page-access .column-inner h3{ background:url(../img/common/icon_arr_access.png) no-repeat 0 5px; padding-left:20px;}
#page-access .gmap {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
}
#page-access .gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/*
--------------------------------------------------
	フォトギャラリー #page-photogallery
-------------------------------------------------- */
#page-photogallery .column-inner h3{ text-align:center;}
#page-photogallery .photos-center div{ width:48%; margin: 0 1% 10px; float: left;}
#page-photogallery .photos-center div img{ width:100% !important;}
#page-photogallery .photos-conformity-left div img:hover{ opacity:0.8;}
#page-photogallery .photos-conformity-left div:nth-of-type(4n+1){ clear:both;}



/*
--------------------------------------------------
	鴨川の四季 #page-seasons
-------------------------------------------------- */
.column-inner .season_txt{ text-align:center; line-height: 1.8;}

.column-inner .shd_season{ text-align:center;}
.column-inner .shd_season h3{ height:130px; font-size:1.5em; letter-spacing:0.1em; padding-top:75px; box-sizing:border-box;}
.column-inner .shd_season h3.shd_season_spring{ background:url(../img/common/shd_season_spring.png) no-repeat center 0;}
.column-inner .shd_season h3.shd_season_summer{ background:url(../img/common/shd_season_summer.png) no-repeat center 0;}
.column-inner .shd_season h3.shd_season_autumn{ background:url(../img/common/shd_season_autumn.png) no-repeat center 0;}
.column-inner .shd_season h3.shd_season_winter{ background:url(../img/common/shd_season_winter.png) no-repeat center 0;}

.ph_season_2col{ margin-top:20px;}
.ph_season_2col:after{ content:""; clear:both; display:block;}
.ph_season_2col p{ width:100%; margin: 0 10px;}
.ph_season_2col p img{ width:100%; }

.ph_season_3col{ margin-top:20px;}
.ph_season_3col:after{ content:""; clear:both; display:block;}
.ph_season_3col p{ width:300px; margin: 0 10px; float:left;}


/*
--------------------------------------------------
	過ごし方 #page-stay
-------------------------------------------------- */
h2.hd_stay{ text-align:center; font-size:1.5em; margin-bottom: 30px;}
h2.hd_stay span{ font-size:0.8em; font-style:italic; display:block;}


.stay_contents{/* float:left;*/}
.stay_contents:after{ content:""; clear:both; display:block;}

ul.stay_list{list-style:none; margin: 0 0 15px; padding:0; box-sizing:border-box;}
ul.stay_list:after{ content:""; clear:both; display:block;}
ul.stay_list li{
	list-style:none;
	/*float:left;
	width:85px;
	height:300px;*/
	height:68px;
	position:relative;
	background:#fff;
	transition:background-color 0.5s;
	padding: 3px 0;
	box-sizing:border-box;
	border-bottom: 1px solid #ddd;
}
ul.stay_list li:hover{ background:#eee;}

ul.stay_list li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  z-index:2;
}

ul.stay_list li:first-child{ border-top: 1px solid #ddd;}
ul.stay_list li span.ttl{
	/*-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;*/
	text-align:center;
	line-height:60px;
}
ul.stay_list li span.time{ text-align:center; margin: 0 10px 0 0; font-size:0.9em;}
ul.stay_list li img{ vertical-align:bottom; width:79px; height:60px;}

.stay_contents h4.shd_stay_first{ background: url(../img/common/shd_stay_border01.png) repeat-x 0 bottom; padding-bottom:5px; width:100%; margin-bottom:15px;}
.stay_contents h4.shd_stay_second{  background: url(../img/common/shd_stay_border02.png) repeat-x 0 bottom; padding-bottom:5px; width:100%; margin-bottom:15px;}

#page-stay .column-inner{ background: url(../img/common/line_stay.png) no-repeat 0 bottom; padding-bottom: 35px; margin-bottom: 10px;}
#page-stay .column-inner h3{ text-align:center;line-height: 1.4; font-size: 1.6em;}
#page-stay .column-inner h3 span{ display:none;}
#page-stay .column-inner h3#stay_1500{ background:url(../img/common/ico_stay_1500.png) no-repeat center 0; padding: 80px 0 0 0;}
#page-stay .column-inner h3#stay_1515{ background:url(../img/common/ico_stay_1515.png) no-repeat center 0; padding: 80px 0 0 0;}
#page-stay .column-inner h3#stay_1600{ background:url(../img/common/ico_stay_1600.png) no-repeat center 0; padding: 80px 0 0 0;}
#page-stay .column-inner h3#stay_1700{ background:url(../img/common/ico_stay_1700.png) no-repeat center 0; padding: 80px 0 0 0;}
#page-stay .column-inner h3#stay_1800{ background:url(../img/common/ico_stay_1800.png) no-repeat center 0; padding: 80px 0 0 0;}
#page-stay .column-inner h3#stay_2100{ background:url(../img/common/ico_stay_2100.png) no-repeat center 0; padding: 80px 0 0 0;}
#page-stay .column-inner h3#stay_0630{ background:url(../img/common/ico_stay_0630.png) no-repeat center 0; padding: 80px 0 0 0;}
#page-stay .column-inner h3#stay_0800{ background:url(../img/common/ico_stay_0800.png) no-repeat center 0; padding: 80px 0 0 0;}
#page-stay .column-inner h3#stay_0945{ background:url(../img/common/ico_stay_0945.png) no-repeat center 0; padding: 80px 0 0 0;}
#page-stay .column-inner h3#stay_1000{ background:url(../img/common/ico_stay_1000.png) no-repeat center 0; padding: 80px 0 0 0;}
#page-stay .column-inner h3#stay_1130{ background:url(../img/common/ico_stay_1130.png) no-repeat center 0; padding: 80px 0 0 0;}

#page-stay .column-inner .stay_txt{ text-align:center; line-height:1.6em; margin-bottom: 15px;}
#page-stay .column-inner .stay_txt .small{ font-size:0.8em; display:block;}
#page-stay .column-inner .photos-right img,
#page-stay .column-inner .photos-left img{ border-radius:10px;}

#page-stay .column-inner h3.stay_date{ font-size:2.4em;}
#page-stay .column-inner h3.stay_date em{ font-size:0.5em; font-style:normal;}
#page-stay .column-inner h3.stay_date:after{ content:""; display:block; width:120px; border-bottom: 3px double #00a0da; margin: 10px auto 0;}

#page-stay .column-inner .ph_layout{ position:relative; width:100%; height:320px;}
#page-stay .column-inner .ph_layout .ph_layout001{ position:absolute; top: 0; left:0;}
#page-stay .column-inner .ph_layout .ph_layout002{ position:absolute; bottom: 0; right:0;}
#page-stay .column-inner .layout_detail_left{ overflow: hidden; width: 100%;}
#page-stay .column-inner .layout_detail_right{ overflow: hidden; width: 100%;}

#page-stay .landscape .column .photos-left,
#page-stay  .photos-left,
#page-stay .landscape .column .photos-right,
#page-stay  .photos-right{ float:inherit;width:100%; margin:0;}

#page-stay .landscape .column .photos-left img,
#page-stay .column .photos-left img,
#page-stay .landscape .column .photos-right img,
#page-stay .column .photos-right img{ width:100%;}

#page-stay .column-inner h3.hd_sharing{ text-align:left;}

/*
--------------------------------------------------
	コンセプト #page-feature
-------------------------------------------------- */
#page-feature h2{ display:none;}
#page-feature .column-inner .ph_feature{ }
#page-feature .column-inner .txt_feature{ text-align:center; font-size: 1.1em; line-height: 2.0; margin: 20px 0 0;}

/* 調整 */
br.pc_br{ display:none;}
.contents_top { display: none;}
.online_reserved { margin-bottom:20px; font-size:1.4em;}
.home_point h2 { background:none;}
.photos-right img{ padding:0;}