/*
* 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	: #1D1D23;
	background-image: url(../img/smart/bg_base.jpg) repeat 0 0;
	background-repeat: repeat-x;
	-moz-background-size:150% auto;
	background-size:150% auto;
	color		: #e0d2bb;
	font-family	: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size	: 12px;
	line-height	: 1.42;
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
}
a { color: #ffcc66;}

.column		{ margin: 5px 0; padding: 0;}
.column:after	{ content:""; display: block; clear: both;}
.column-inner	{ margin: 0 5%;}

/* ベースのボタン */
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 {
	margin-bottom: 0;
	padding: 8px 5% 8px 35px;
	font-size: 16px;
	color: #efebde;
/*	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5b4d34), to(#1D1D23));
	background	: #fff linear-gradient(#5b4d34, #1D1D23);*/
	border: solid #af7a85;
	border-width: 1px 0;
	position:relative;
	background-image	: url(../img/smart/hd_base.png);
	background-repeat	: no-repeat;
	background-position	: left 0;
	background-size		: auto 100%;
}
h2.hd:before {
	width		: 6px;
	height		: 24px;
	margin-top	: -12px;
	position: absolute;
	top: 50%;
	left: 8px;
	content		: "";
	background-image	: url(https://www.hmi-ryokan.jp/koganoi/common/hmiryokan/img/smart/hd_icon.png);
	background-repeat	: no-repeat;
	background-size		: 6px 24px;
}

/* Box全体をクリック */
.box		{ cursor: pointer;}
.box:hover	{ background: #29212b;}
.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(https://www.hmi-ryokan.jp/koganoi/common/hmiryokan/img/common/arrow_plus.png) no-repeat right top;
	float		: right;
	text-indent	: -9999em;
}
.active span.open-close {
	width		: 20px;
	height		: 20px;
	background	: url(https://www.hmi-ryokan.jp/koganoi/common/hmiryokan/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 #a79fa6; text-align: center; clear: both;}
.more a			{ padding: 5px 0; background: #422F3C; color: #eee; text-decoration: none; display: block;}
.more a:hover	{ background: #422F3C;}

.statement_link			{ width: 90%; margin: 0 auto; padding: 10px 0 5px; text-align: center; clear: both;}
.statement_link a		{ padding: 5px 0; background: #a65c83; color: #fff; text-decoration: none; border: 1px solid #a65c83; 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: #ffffff;}
header .header_tel a {
	width		: 30%;
	padding		: 10px;
	background	: -moz-linear-gradient(top,#472649 0%,#793667);
	background	: -webkit-gradient(linear, left top, left bottom, from(#472649),to(#793667));
	color		: #eeeeee;
	text-decoration	: none;
	text-align	: center;
	float		: right;
	border: 1px solid #9d5f8c;
}

/* コンテンツ */
.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,#6f3a56 0%,#471931);
	background	: -webkit-gradient(linear, left top, left bottom, from(#6f3a56),to(#471931));
	border-top	: solid #1D1D23;
	border-width: 1px 0;
	float		: left;
}
.contents_top ul.gnav li a {
	width		: 96%;
	padding		: 15px 2%;
	color		: #eee;
	text-decoration	: none;
	border-right	: 1px dotted #1D1D23;
	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: #471931;}


/*	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,#c49bb0 0%,#6f3a56);
	background	: -webkit-gradient(linear, left top, left bottom, from(#3f3f3f),to(#161616));
	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(https://www.hmi-ryokan.jp/koganoi/common/hmiryokan/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(https://www.hmi-ryokan.jp/koganoi/common/hmiryokan/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(https://www.hmi-ryokan.jp/koganoi/common/hmiryokan/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		: #eeeeee;
	font-size	: 14px;
/*	font-weight	: bold;	*/
	background	: -moz-linear-gradient(top,#942148 0%,#331612);
	background	: -webkit-gradient(linear, left top, left bottom, from(#942148),to(#331612));
	border		: none;
	border: solid #1D1D23;
	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_plus02.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:#67435b;}
.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: #f6ebf3;}
.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		: 8px 8px 8px 11%;
	color		: #273212;
	font-size	: 14px;
/*	font-weight	: bold;	*/
	background	: -moz-linear-gradient(top,#f6ebf3 0%,#ffffff);
	background	: -webkit-gradient(linear, left top, left bottom, from(#f6ebf3),to(#ffffff));
	border		: solid #833c71;
	border-width: 3px 0 1px 0;
/*	text-shadow	: 1px 1px 1px #2A4461;*/
	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	: 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{ background: #ffffff;}
.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:#67435b;}
.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: #f6ebf3;}
/*.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:#f6ebf3;
	border: solid #6d2534;
	border-width: 1px 0 3px 0;
	text-align	: center;
	display		: block;
	position	: relative;
}
.tabs_nav li a.active {
	color		: #fff;
	background	: #6d2534;
	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;}

.motion .mealtime{ padding: 3px 5px; font-size:85%; color: #FFF; background-color: #492B40; 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(https://www.hmi-ryokan.jp/koganoi/common/hmiryokan/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		{ padding: 10px 0;}
.move:after { content: ""; display: block; clear: both;}
.move a {
	height			: 40px;
	margin			: 0 10px 0 0;
	padding			: 0 0 0 18px;
	color			: #eee;
	line-height		: 40px;
	text-decoration	: none;

	border-radius			: 6px;
	-moz-border-radius		: 6px;
	-webkit-border-radius	: 6px;

	position		: relative;
	float			: right;
}
.move a:before {
	width		: 14px;
	height		: 14px;
	margin-top	: -8px;

	background-image	: url(../img/smart/arrow_move.png);
	background-repeat	: no-repeat;
	background-size		: 14px 14px;

	position	: absolute;
	top			: 50%;
	left		: 0;
	content		: "";
}


/*	フッター
-------------------------------------------------- */
footer{ width :100%; margin: 0; padding: 0; background: #242424; position: relative;}
.info_hotel { padding: 5px 5%;}
.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.5em; font-weight: bold;}
.info_hotel .information-access		{ margin-bottom: 5px; overflow: hidden;}
.info_hotel .hotel_caption		{ font-size: 85%; clear: both;}

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


/* 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: #ffcc66;}
#osusume .column-inner h3 a	{ color: #ffcc66;}
#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: #492B40; display: inline-block; line-height:1.2; /*float: right;*/}
#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: #ffcc66;}
#news .column-inner h3 a	{ color: #ffcc66;}
#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(https://www.hmi-ryokan.jp/koganoi/common/hmiryokan/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(https://www.hmi-ryokan.jp/koganoi/common/hmiryokan/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(https://www.hmi-ryokan.jp/koganoi/common/hmiryokan/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: 5px 5%; zoom: 1; border-bottom: 1px dotted #aaa;}
.column-inner:after { content:""; display: block; clear: both;}
.column-inner h3{ font-size: 1.2em; color: #ffcc66; margin: 5px 0;}

/* table */
.column-inner table { margin: 5px 0; line-height: 1.42; border: solid #999; border-width: 1px 0 0 1px; border-collapse: separate; border-spacing: 0;}
.column-inner table th,
.column-inner table td { padding: 8px; border: solid #999; border-width: 0 1px 1px 0;}
.column-inner table th { background	: #422f3c;}

/* テーブル形式 */
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		: #e8e7e8;
	border: 1px solid #735d76;
	border-top: none;
	display		: block;
	text-decoration	: none;
	background	: #372634 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		: #e8e7e8;
	font-size	: 9px;
	border: 1px solid #735d76;
	border-top: none;
	display		: block;
	text-decoration	: none;
	background	: #372634 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		: #e8e7e8;
	font-size	: 9px;
	border: 1px solid #735d76;
	border-top: none;
	display		: block;
	text-decoration	: none;
	background	: #372634 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 #735d76;
}
#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 #E76200;
}
.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 #E76200;
}
.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 #E76200;
}
.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-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;
}


/* カスタマイズ取込用 */
header h1 a {

	width				: 100%;
	heght				: 0;
	margin				: 0;
	padding				: 1.5em 0 0 0;

	background-image	: url(../img/smart/logo.png); /* 画像を拡大縮小するので、.png形式で出力 */
	background-position	: left top;
	background-repeat	: no-repeat;
	-moz-background-size: contain; /* 背景画像の拡大縮小制御 */
	background-size		: contain; /* 背景画像の拡大縮小制御 */

	display				: block;
	overflow			: hidden;
	text-indent			: -9999px;

}

/*
--------------------------------------------------
	HMIグループ用　カスタマイズ追記
-------------------------------------------------- */
/*　■ 共通 */

.pagetop { width: 100%; margin: 10px auto; clear: both;}
.pagetop ul {font-size: 85%;line-height: 1.32; text-align: right;}
.pagetop ul li {display: inline;}
.pagetop ul li a {color: #ccc; text-decoration: none; padding-left: 14px; background: url(../img/common/arrow_totop.png) no-repeat left center;}
.pagetop ul li a:hover {color: #fff;text-decoration: none;}
.pagetop ul li a.color01{color:#330000;}

p.attention{padding:2em; text-align:center; font-size:120%; font-weight:bold; border:1px solid #fff; }
p.attention02{padding:2em; text-align:center; font-size:120%; font-weight:bold; color:#ff0000; border:1px #ff0000 solid;}

/*　■ 宿泊約款 */
#page-stipulation .column-inner { padding: 5px;}
#page-stipulation .column-inner p { padding: 0 5px 0 10px;}
#page-stipulation ol.stipulation li { padding: 5px 0; line-height: 1.4; list-style: none;}
#page-stipulation table { margin: 10px; }

/*　■ よくあるご質問 */
#page-faq .column-inner { background: padding: 5px;}
#page-faq .faqItem p { line-height: 1.8; padding: 0 5px 5px 0;}
#page-faq .faqItem a { color: #e0d2bb;}
#page-faq dl { float: left; padding: 10px 0; line-height: 1.5;}
#page-faq dl dt { float: left; height: 45px; padding: 7px 0 0 35px; background: url(../img/common/faq/faq_q_bg.png) no-repeat;}
#page-faq dl dd { float: left; padding: 0 0 0 35px; background: url(../img/common/faq/faq_a_bg.png) no-repeat;}

/*　■グループ宴会プラン、コンパニオンプラン*/
#page-group01 .column-inner{ background-color:#cc9966;}
#page-group02 .column-inner{ background-color:#cc6633;}
#page-group01 div.btn_group{ width:50%; height:auto; background-color:#cc3300; margin:3%; border:1px solid #fff; text-align:center; float:right;}
#page-group02 div.btn_group{ width:50%; height:auto; background-color:#8f0317; margin:3%; border:1px solid #fff; text-align:center; float:right;}
#page-group02 table{color:#fff; width:100%; text-align: center;}
#page-group01 div.btn_group a,#page-group02 div.btn_group a{display:block; width:96%; padding:2%;}
#page-group01 div.btn_group a:active{background-color:#CC6600;}
#page-group02 div.btn_group a:active{background-color:#CC0000;}
#page-group02 table th{color:#fff; background-color:#330000;}
#page-group01 h3,#page-group02 h3{color:#000; font-size:120%; border-top:2px solid #000; border-bottom:2px solid #000; padding:1% ;}
#page-group01 p.text,#page-group02 p.text{color:#330000; line-height:1.8;}
#page-group01 span.caps{color:#663300;}
#page-group01 a:hover,#page-group02 a:hover{text-decoration:none;}

/*　　ホワイトロード　whiteroad_info*/
#page-whiteroad_info .column-inner{ background-color:#d2daa0;color:#000;}
#page-whiteroad_info div.lead_txt01{width:94%; padding:3%; margin:0 auto;font-size:120%; color:#FF0000; }
#page-whiteroad_info ul.lead_navi{width:100%; margin:0 auto;}
#page-whiteroad_info ul.lead_navi li{width:80%; list-style-type:none; background-color:#993300; margin:0 0 1em; text-align:center; border-radius:8px;}
#page-whiteroad_info ul.lead_navi li a{display:block; width:100%; padding:0.5em 0;}
#page-whiteroad_info p.tit{padding:0 0 2%; font-size:120%; color:#000;}
#page-whiteroad_info div.cont01{width: 90％; padding:2%; margin:0 auto;background-color:#fff; }
#page-whiteroad_info div.cont01 p{text-align:center;}
#page-whiteroad_info div.cont01 p img{width:100%; max-width:300px;}
#page-whiteroad_info div.cont01 p.lead_txt{width:100%; text-align:left; padding:0 0 2%; }
#page-whiteroad_info ul.p_btn{width:100%; margin:0 auto;}
#page-whiteroad_info ul.p_btn li{width:80%; margin:0 0 1em; list-style-type:none; background-color:#336600; border-radius:8px;}
#page-whiteroad_info ul.p_btn li a{display:block; width:100%; padding:0.5em 0;}
#page-whiteroad_info .pagetop ul li a {color: #000; text-decoration: underline; padding-left: 14px; background: url(../img/common/arrow_totop.png) no-repeat left center;}
#page-whiteroad_info .pagetop ul li a:hover {color: #990033;text-decoration: none;}
#page-whiteroad_info p.link_p a:hover{text-decoration: none;}
#page-whiteroad_info ul.conts03{width:94%;padding:0 3%; margin:0 auto; line-height:1.8;}
#page-whiteroad_info ul.conts03 li{color:#2c1501; list-style-type:none;}
#page-whiteroad_info ul.conts03 li.txt{padding:0 0 2%;}
#page-whiteroad_info ul.conts03 li.txt_o{color:#FF6600; font-size:115%; font-weigt:bold; }
#page-whiteroad_info ul.conts03 li.txt span.link a{color:#3366CC;}
#page-whiteroad_info ul.conts03 li.txt span.link a:hover{text-decoration: none;}
#page-whiteroad_info span.btn_b{background-color:#993300; padding:2%;line-height:1.8;}
#page-whiteroad_info .column-inner div#ryokin_table table#w_ryokin{width:100%; color:#000; background-color:#fff; border:1px solid #669966;}
#page-whiteroad_info .column-inner table#w_ryokin th{background-color:#336600; color:#fff; border:1px solid #669966;}
#page-whiteroad_info .column-inner table#w_ryokin td{border:1px solid #669966;}
#page-whiteroad_info .attention{width:90%; border:1px solid #ff0000; padding:1em ; margin:0 auto 1em; color:#ff0000; font-size:120%;}

/*　■ 料理 */
#page-dish .oshoinagaki li { float: left; list-style: none; margin-right:10px; }

/*　■ お品書きリスト*/
div#menuList { float: left; overflow: hidden; width: 100%; margin: 20px 0 0 0;}
div#menuList .inner { float: left; width: 100%; background: url(../img/common/dish/dish_menulist_mid_bg.jpg) repeat-y;}
div#menuList div.list { float: left; padding: 80px 15px 0 15px; background: url(../img/common/dish/dish_menulist_bg.jpg) no-repeat;}
div#menuList div.list dl{ width: 100%; height: auto; display: inline-block; border-bottom: #caaa7f 1px solid; }
div#menuList div.list dl dt { float: left; display: inline-block; width: 23%; color: #3d2d0b; border-top: #caaa7f 1px solid; line-height: 1.7; padding: 5px 0 4px 0;}
div#menuList div.list dl dd { float: left; display: inline-block; width: 77%; color: #3d2d0b; border-top: #caaa7f 1px solid; line-height: 1.7; padding: 5px 0 4px 0;}
div#menuList div.list h3 { float: left; display: inline-block; width: 100%; border-top: none; font-weight: bold; line-height: 1.7;}
div.aw_back{background-color:#996633; color:#fff;padding:3% 0; margin:0 0 3%;}
div.ss_back{background-color:#99CC66; color:#000;padding:3% 0; margin:0 0 3%;}
div.s_back{background-color:#66CCCC; color:#000;padding:3% 0; margin:0 0 3%;}

.main-img img { vertical-align:bottom; }
.imagesurfingnormal ul { margin:0; }

/*　■蟹が食べられるプラン　kani */
#page-kani .column-inner{color:#330000; padding:0 ; width:100%; overflow:hidden; background: url(../img/common/stay/kani/kani_bg.jpg) repeat-y scroll 0% 0%; );}
#page-kani p.lead{width:96%; padding:0 2%;}
#page-kani div.txt{width:92%; padding:0 2% 3%; margin:0 2%;}
#page-kani h3{width:96%; padding:2%; font-size:115%; color:#fff;background-color:#000; }
#page-kani div.p_btn a{color:#330000;}

/*　■卒業旅行プラン*/
#page-grad .column-inner{ background-color: #FFCC99; color:#600; width:90%;}
#page-grad #check{ background-color: #fff; width:100%; }
#page-grad #check p.a_tit{font-size:120%; }
#page-grad h3{font-weight:bold; font-size:120%; background-color:#009900; color:#fff;padding:2%;}
#page-grad p.sub_tit{font-weight:bold; color:#cc0066;}
#page-grad div.btn_grad{ width:90%; background-color:#fc7e95; padding:2%; margin:0 0 5%; border:1px solid #fff; text-align:center;}
#page-grad div.btn_grad a{color:#fff;}
#page-grad a:hover{text-decoration:none;}

/*　■新幹線　sinkansen*/
#page-sinkansen .column-inner{ background-color:#fff; padding:2%; }
#page-sinkansen h3 img{max-width:400px; min-width:220px;}
#page-sinkansen p.text{color:#330000; line-height:1.8;}
#page-sinkansen span.caps{color:#330000; padding:0 0 2%;}
#page-sinkansen .column-inner a.allow{padding-left:25px; background: url(../img/common/stay/sinkansen/allow_mark.png) no-repeat 0% 50%;}
#page-sinkansen .column-inner a.link{color:#3366cc;}
#page-sinkansen p.btn_plan{background-color:#cc9966; border:1px solid #ccc; padding:1%; margin:2%; width:80%; }
#page-sinkansen span.link_btn a,#page-sinkansen span.link_btn a:visited{color:#ffcc66;}

/*　■体験　plan01*/
#page-plan01 ul#list{float:left; width:96％; overflow:hidden;padding:2%; margin:0; background-color:#fdf4e1;}
#page-plan01 ul#list li{list-style:none; }
#page-plan01 ul#list li.tit{float:left;width:100%;}
#page-plan01 ul#list li.photo_l{width:100%; text-align:center; }
#page-plan01 ul#list li.photo_l img{max-width:200px; }
#page-plan01 ul#list li.txt_l{text-align:left; color:#660000; padding:2%;}
#page-plan01 p.btn_plan{background-color:#660000; border:1px solid #ccc; padding:1%; margin:2%; width:80%; }
#page-plan01 a:hover{text-decoration:none;}

/*　■観光 sightseeing */
#page-sightseeing ul.s_list{float:left; width:96%; padding:2%; overflow:hidden;}
#page-sightseeing ul.s_list li{padding:0 0 1em; list-style-type:none;}
#page-sightseeing ul.list_sightseeing{width:90%; margin:5%;}
#page-sightseeing ul.list_sightseeing li{width:98%; margin:1em; list-style-type:none; text-align:center; background-color:#8f0317; border:1px solid #fff; font-size:110%;}
#page-sightseeing ul.list_sightseeing li a{display:block; width:100%; padding:5px 0;}

/*　■手ぶらで金沢観光 */
#page-kanazawa_tebura .column-inner{background-color:#FFCC99; padding:2%; }
#page-kanazawa_tebura ul.anchor{width:100%;overflow:hidden; margin:0; }
#page-kanazawa_tebura ul.anchor li{width:220px;list-style-type:none; margin:0 auto;}
#page-kanazawa_tebura dl.txt{padding:2%; float:left; overflow:hidden; color:#3d1b01; }
#page-kanazawa_tebura h3{color:#330000; font-size:120%; border-top:2px solid #996600; border-bottom:2px solid #996600; padding:1%;}
#page-kanazawa_tebura h3 span.mark_r{color:#990000;}
#page-kanazawa_tebura dt{font-size:120%; }
#page-kanazawa_tebura dd{width:100%;}
#page-kanazawa_tebura dd.photo01{max-width:400px; margin:0 auto;}
#page-kanazawa_tebura dd.photo02{max-width:600px; margin:0 auto;}
#page-kanazawa_tebura .pagetop ul li a {color: #000; text-decoration: underline; padding-left: 14px; background: url(../img/common/arrow_totop.png) no-repeat left center;}
#page-kanazawa_tebura .pagetop ul li a:hover {color: #990033;text-decoration: none;}
#page-kanazawa_tebura dd.anchor{ font-size:110%;}
#page-kanazawa_tebura dl.txt dd.anchor a{color:#3366CC;}
#page-kanazawa_tebura dl.txt dd.anchor a:hover{text-decoration:none;}
#page-kanazawa_tebura ul.spot{width:100%; margin:0 auto; color:#3d1b01;}
#page-kanazawa_tebura ul.spot li{list-style-type:none;}
#page-kanazawa_tebura ul.spot li.lead{color:#73021f; font-size:120%; padding-bottom:1%;}
#page-kanazawa_tebura ul.spot li dl{background-color:#fff; padding:3%; width:93%;}
#page-kanazawa_tebura ul.spot li dt{background-color:#3d1b01; color:#fff; padding:2% 1%;width:98%; margin-bottom:1%;}
#page-kanazawa_tebura ul.spot li dt span.link{font-size:80%; background-color:#73021f; padding:1%; float:right; }
#page-kanazawa_tebura ul.spot li dt a:hover{color:#fff;}
#page-kanazawa_tebura ul.spot li dd{line-height:1.5;}
#page-kanazawa_tebura ul.spot li dd.photo{width:100%; max-width:280px; margin:0 auto;}
#page-kanazawa_tebura div.btn_c{width:94%; padding:3%; font-size:115%; margin:0 auto; color:#fff;}
#page-kanazawa_tebura div.btn_c a:hover{text-decoration:none;}
#page-kanazawa_tebura p.plan_btn03{width:50%; background-color:#660000; text-align:center; padding:2%; margin:0 auto;}

/*　■ 片山津夏のイベント　katayamazu_event */
#page-katayamazu_event div.btn_c{width:94%; padding:3%; font-size:115%; margin:0 auto; color:#fff;}
#page-katayamazu_event p.plan_btn03{width:50%; background-color:#660000; text-align:center; padding:2%; margin:0 auto;}

/*　■ 館内夏のイベント　event */
#page-event div.btn_c{width:94%; padding:3%; font-size:115%; margin:0 auto; color:#fff;}
#page-event p.plan_btn03{width:50%; background-color:#660000; text-align:center; padding:2%; margin:0 auto;}
#page-event p.r_plan a:hover{text-decoration:none;}

/*　■花火の見えるプラン */
#page-fireworks .column-inner{float:left; width:96%; padding:0 2%; background-color:#eddace;}
#page-fireworks h3{background-color:#c5074a; color:#fff; padding:2%; font-size:120%; margin:0 0 2%;}
#page-fireworks p.lead{padding:0 2% 2%; float:left; width:96%; overflow:hidden; color:#333;}
#page-fireworks span.pink{color:#c5074a;}
#page-fireworks ul.list{float:left; width:96%; overflow:hidden;padding:0 2% 2%; margin:0;}
#page-fireworks ul.list li{list-style:none; float:left;width:100%; padding:0 0 2%; color:#333;}
#page-fireworks div#toku{ width:96%; float:left; overflow:hidden; color:#333; margin:0 0 5%; text-align:center;}
#page-fireworks p.text{color:#333; width:100%; float:left; padding:0 0 2%;}

/*　■ 宿泊プラン　カテゴリー別 planchoice01　02 */
p.cho_lead{width:100%; text-align:center;font-size:110%; padding-bottom:10px;
}
ul.cho_list{float:left;width:70%; overflow:hidden;text-align:center; margin:0 15%;}
ul.cho_list li{width:100%; height:auto; background-color:#CC6699; float:left; list-style-type:none; margin:0 0 3%;}
ul.cho_list .l02{background-color:#66CCCC;}
ul.cho_list .l03{background-color:#CC6600;}
ul.cho_list .l04{background-color:#996633;}
ul.cho_list .l05{background-color:#660033;}
ul.cho_list .l06{background-color:#660066;}
ul.cho_list .l07{background-color:#000099;}
ul.cho_list .l08{background-color:#990066;}
ul.cho_list li a{color:#FFFF99; display:block; width:96%; padding:2%;}
ul.cho_list li a:active{background-color:#660000;}

#page-planchoice01 h3,#page-planchoice02 h3{text-align:center; font-size:120%; color:#fff; background-color:#CC6699; padding:2%;}
#page-planchoice01 h3.t02{background-color:#66CCCC;}
#page-planchoice01 h3.t03{background-color:#CC6600;}
#page-planchoice01 h3.t04{background-color:#996633;}
#page-planchoice01 h3.t06{background-color:#660066;}
#page-planchoice01 h3.t07{background-color:#000099;}
#page-planchoice01 h3.t08{background-color:#990066;}
#page-planchoice02 h4.t04{font-size:120%; padding:0 0 0 2%;}



/*　宿泊プラン　カテゴリー別アコーディオン　*/
.accordion {
	min-width: 300px;
	margin: 0 auto;
	padding: 10px;
}
.accordion {
	margin: 0 10px;
}
.accordion input {
	display: none;
}
.accordion label{
	display: block;
	background: #bc8f63; color:#330000;
	cursor: pointer;
	padding: 10px;
	border-bottom: 1px solid #fff;
}
.accordion label:hover {
	background: #ccc;
}
.accordion .ac-cont {
	transition: 0.2s;
	height: 0;
	overflow: hidden;
	background: #cccccc; color:#660000;
	padding: 0 10px;
}
.accordion input:checked + .ac-cont {
	height: auto;
	padding: 10px;
}
.accordion .ac-cont .list dt{text-align:center; min-width: 150px}
.accordion .ac-cont .list dt img{max-width:400px;}
.accordion .ac-cont .list dd a:link,.accordion .ac-cont dl.spot a:link{text-decoration:underline; color:#0066cc;}
.accordion .ac-cont .list dd a:visited,.accordion .ac-cont dl.spot a:visited{text-decoration:underline; color:#941D55;}
.accordion .ac-cont .list dd a:hover,.accordion .ac-cont dl.spot a:hover{color:#0066cc; text-decoration:none;}
.accordion .ac-cont .list dd a:active,.accordion .ac-cont dl.spot a:active{color:#0066cc; text-decoration:none;}
.accordion .ac-cont .list dd.plan{padding:0 0 2%;}
.accordion .ac-cont p.spot_tit{font-size:120%; text-align:center; color:#000;}
.accordion .ac-cont dl.spot dd{text-align:center; min-width: 150px}
.accordion .ac-cont dl.spot{color:#003300; border-bottom:1px #003300 dashed; padding:2% 0;}

/*　■ホワイトロード宿泊プラン　whiteroad_stayplan */
#page-whiteroad_stayplan .column-inner{ float:left; width:96%; padding:0 2% 2%; overflow:hidden; background-color:#f4ecd7; }
#page-whiteroad_stayplan ul.anchor{float:left; width:96%;  overflow:hidden; margin:0 2% 1em;}
#page-whiteroad_stayplan ul.anchor li{float:left; width:31%;  list-style:none; background-color:#dc3204; margin:0 1% 0 0; text-align:center; border-radius:5px;}
#page-whiteroad_stayplan ul.anchor li a{display:block; width:98%; padding:0.5em 1%;}
#page-whiteroad_stayplan h3.w_tit{padding:0.2em 0.5em; font-size:120%; border-bottom:solid 3px #d84d28; border-left:solid 10px #d84d28; color:#cf2003; font-weight:bold;}
#page-whiteroad_stayplan p.text{font-size:110%; color:#330000; line-height:1.6;}
#page-whiteroad_stayplan span.caps{color:#481800;}
#page-whiteroad_stayplan span.spot{font-size:110%; color:#c92a57;}
#page-whiteroad_stayplan a.allow{padding-left:25px; background: url(../img/common/stay/sinkansen/allow_mark.png) no-repeat 0% 50%;}
#page-whiteroad_stayplan div.allow_link  a:link,div.allow_link a:visited,div.allow_link a:hover,div.allow_link a:active{color:#3366cc;}
#page-whiteroad_stayplan p.btn_plan,#page-whiteroad_info p.btn_plan{width:80%; margin:0 10% 2%; background-color:#ce2d02; text-align:center; font-weight:bold; font-size:120%; border-radius:8px; }
#page-whiteroad_stayplan p.btn_plan a,#page-whiteroad_info p.btn_plan a{display:block; width:96%; padding:0.5em 2%; color:#fff;}

/* ■おすすめポイント */
#page-appeal_point .column-inner{background-color:#eee8d9; color:#380f01;}
#page-appeal_point div#appeal_a{margin:1em; padding:1em; background-color:#fde5b1; text-align:center;}
#page-appeal_point div#appeal_a ul{margin:0;}
#page-appeal_point div#appeal_a ul li{margin:0 0 15px; list-style:none; text-align:center;}

#page-appeal_point h3.anchor_tit{color:#330000; font-size:120%; text-align:center; font-family:
	"Times New Roman", 
	"ヒラギノ明朝 ProN W6",
	"HiraMinProN-W6",
	"HG明朝E",
	"ＭＳ Ｐ明朝",
	"MS PMincho",
	"MS 明朝",
	serif;
	font-weight: normal;}
#page-appeal_point h3.tit{position: relative; margin:15px 15px 25px; padding: .5em .75em; background-color: #d00b51; color:#fff; font-size:120%; border-radius: 6px;
font-family:
	"Times New Roman", 
	"ヒラギノ明朝 ProN W6",
	"HiraMinProN-W6",
	"HG明朝E",
	"ＭＳ Ｐ明朝",
	"MS PMincho",
	"MS 明朝",
	serif;
	font-weight: normal;}
#page-appeal_point h3.tit::after {position: absolute; top: 100%; left: 30px;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 15px solid #d00b51;
}
#page-appeal_point p.txt{padding:0 15px 30px;}
#page-appeal_point p.txt02{padding:0 15px;}
#page-appeal_point .btn_link{ width:220px;  float:right; margin-right:15px; background-color:#330000; border-radius:5px; text-align:center;}
#page-appeal_point .btn_link02{ width:220px;  float:right; margin-right:15px; background-color:#ff3300; border-radius:5px; text-align:center;}
#page-appeal_point .btn_link a,#page-appeal_point .btn_link02 a{display:block; width:202px; padding:8px ; color:#fff; }
#page-appeal_point .photos-top{padding:0 15px 15px;}
#page-appeal_point .photos-conformity-left{padding:0 0 0 15px;}
#page-appeal_point div.top_rest{width:96%; margin:10px 2%; text-align:center; background-color:#e2caa8;}
#page-appeal_point div.top_rest img{width:96%;}
#page-appeal_point p.rest_link{width:96%; margin:0 2%; text-align:center;}
#page-appeal_point p.rest_link a{width:100%; display:block; padding:0.5em 0 ; color:#fff; font-weight:bold; font-size:120%; background-color:#330000; border-radius:8px;}
#page-appeal_point .pagetop ul li a {color: #000; text-decoration: underline; padding-left: 14px; background: url(../img/common/arrow_totop.png) no-repeat left center;}
#page-appeal_point .pagetop ul li a:hover {color: #990033;text-decoration: none;}
/*　■トップページ アピールページへのリンク*/
#page-home div#appeal_a{margin:1em; padding:1em; background-color:#62585d; text-align:center;}
#page-home div#appeal_a ul{margin:0;}
#page-home div#appeal_a ul li{margin:0 0 15px; list-style:none; text-align:center;}
#page-home div#appeal_a ul li.lc{margin:0 ;}

/*　■ 各ページ下の宿泊プラン一覧などへのボタン */
a:active img {
  opacity: 0.8;
  filter: (opacity=80);
  -ms-filter: "(opacity=80)";
}

div#reserveconts{background-color:#551a25; text-align:center; padding:10px 0 ; margin:10px 0 ;}
div.recommend_box{background-color:#551a25; width:100%; margin:0 auto;}
div.reco_box_inner{padding:3% 0px; text-align: center; }
div#toku{background-color:#fff; width:96%; padding:2%; color:#333;}
div#toku h3{color:#fff; background-color:#7f0000; padding:2%; width:96%; font-weight:bold;}

p.plan_btn_red{width:80%; background-color:#660000; text-align:center; height:auto; margin:0 auto; border:1px solid #cc6600;}
p.plan_btn_red a{display:block; width:96%; padding:2%;}
p.plan_btn_red a:active{background-color:#990033;}

span.link_plan{ width:100%; height:auto; background-color:#CC6600; margin:0 auto 1%; border:1px solid #ccc; float:left; text-align:center;}
span.link_plan a{display:block; width:96%; padding:2%;}
span.link_plan a:active{background-color:#FF9900;}

span.link_btn{ width:100%; height:auto; background-color:#336600; margin:0 auto 1%; border:1px solid #ccc; float:left; text-align:center;}
span.link_btn a{display:block; width:96%; padding:2%;}
span.link_btn a:active{background-color:#339900;}

/*　■ ゲスト予約 */
div.guest_reserve{width:96%; margin:2em 2% ; }
div.guest_reserve p{padding:0.5em; color:#fff; text-align:center; font-size:140%; font-weight:bold; border:1px solid #fff; border-radius: 8px;}

/*　■ 共通 */
.font120{font-size:120%;}
.red{color:#ff0000;}
.yellow{color:#ffcc00;}
.ora{color:#ff6600;}
.pink03{color:#d00b51;}

p.plan_btn03{width:300px; background-color:#660000; text-align:center; margin:0 auto; border-radius:5px;}
p.plan_btn03 a{width:100％; padding:5px; display:block;}

/*　■各種乗車券×宿泊プランのご紹介*/
div #dp_title { margin-top:20px;} ※スマホのみ
ul.big_bnr_area { width: 100%; margin:0; }
ul.big_bnr_area li { list-style-type:none; width:48.5%; float:left; margin: 3% 0 3% 3%; }
ul.big_bnr_area li:first-child { margin-left: 0; }
ul.big_bnr_area .b { font-weight:bold; font-size:110%; color:#FFF; }

#reserveconts {display:none;}