@charset "utf-8";
/* ----------------------------------
　Reset
---------------------------------- */
html, body {
	overflow-y: inherit;
	width: 100%;
	font: 13px/1.4 "メイリオ","ＭＳ Ｐゴシック",Helvetica,Arial,Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN W3","モリサワ 新ゴ R",Droid Sans,sans-serif;
	color: #333;
}
body {
	-webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6, p, 
dl, dt, dd, ul, ol, li, div { margin: 0; padding: 0;}
ul, li { list-style: none;}
h3 {}

* span, 
* strong, 
* sup, 
* sub {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	text-decoration: inherit;
}

input[type="text"], 
input[type="submit"], 
input[type="button"], 
input[type="reset"] {
	-webkit-appearance: none;
	border-radius: 0;
	outline: none;
	color: #333;
}

a, 
#pankuzu .inner a {
	color: #2361ad;
	text-decoration: none;
}
a:hover, 
#pankuzu .inner a:hover  {
	color: #66ccff;
	text-decoration: underline;
}
a:visited {
	color: #2361ad;
	text-decoration: none;
}
a:hover {
	color: #1494e5;
}






/* ----------------------------------
　COMMON PARTS
---------------------------------- */
#spfooter {
	*display: none; /* IE7 */
	display: none\9; /* IE8 */
}
#spfooter .pageFooter {
	display: none;
}
#footer {
	clear: both;
	border: none;
}
#footer .footer02 .otherNavArea {
	overflow: hidden;
}





/* ----------------------------------
　COMMON STYLES
---------------------------------- */
.clrfix:after {
	content: '';
	display: block;
	clear: both;
}
.clrfix {
	zoom: 1;
}

.clr{
	clear: both;
}

.WholeClick {
	cursor: pointer;
}






/* -------------------- *
		opacity
** ------------------- */
/*  a.opcBgIm  */
#contents a.opcBgIm img {
	background: #fff !important;
}
#contents a.opcBgIm:hover img {
	-ms-filter: "alpha(opacity=70)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	opacity: 0.7;
	zoom: 1;
}


/*  opcBgIm & WholeClick  */
.opcBgIm.WholeClick:hover {
	-ms-filter: "alpha(opacity=70)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	opacity: 0.7;
	zoom: 1;
}


/*  a.opcBg01  */
#contents .opcBg01:hover {
	-ms-filter: "alpha(opacity=70)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	opacity: 0.7;
	zoom: 1;
	text-decoration: none !important;
	color: #fff !important;
}
#contents .opcBg01, 
#contents .opcBg01 a {
	color: #fff !important;
}
#contents .opcBg01:hover a {
	text-decoration: none !important;
}


/*  .opcBg02  */
#contents .opcBg02:hover {
	background: url(https://img.his-j.com/yado/shared/images/bg_hover_opacity.png) 0 0 repeat;
	text-decoration: none !important;
	color: #fff !important;
}



/* -------------------- *
		spVer
** ------------------- */
#contents .spVer {
	display: none;
}



/* -------------------- *
		search
** ------------------- */
.placeHolder {
	color: #999 !important;
}



/* -------------------- *
		margin
** ------------------- */
.mt0 {	margin-top: 0px !important;}
.mt5 {	margin-top: 5px !important;}
.mt10 {	margin-top: 10px !important;}
.mt15 {	margin-top: 15px !important;}
.mt20 {	margin-top: 20px !important;}
.mt25 {	margin-top: 25px !important;}
.mt30 {	margin-top: 30px !important;}


.mb0 {	margin-bottom: 0px !important;}
.mb5 {	margin-bottom: 5px !important;}
.mb10 {	margin-bottom: 10px !important;}
.mb15 {	margin-bottom: 15px !important;}
.mb20 {	margin-bottom: 20px !important;}
.mb25 {	margin-bottom: 25px !important;}
.mb30 {	margin-bottom: 30px !important;}







/* ----------------------------------
　brdBnr
---------------------------------- */
#brdBnr {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0 auto;
	padding: 20px 0 0 0;
	max-width: 940px;
}
#brdBnr > p {
	border: 4px solid #eee;
	background: #fff;
}
#brdBnr > p > img {
	width: 100%;
}









/* ----------------------------------
　contents
---------------------------------- */
#contents {
	z-index: inherit !important;
}



/* -------------------- *
		yadoHeadWrap
** ------------------- */
#yadoHeader {
}
#yadoHeadWrap {
	position: relative;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0 auto 20px;
	padding: 20px 0 0;
	max-width: 940px;
}

#yadoHeadWrap #siteTitle {
	line-height: 1;
	font-size: 11px;
	color: #999;
}

#yadoHeadWrap .box {
	display: table;
	margin: 20px 0 0 0;
	width: 100%;
}
#yadoHeadWrap .logo, 
#yadoHeadWrap .copy {
	display: table-cell;
	vertical-align: top;
}
#yadoHeadWrap .logo {
	padding: 0 20px 0 0;	
	width: 342px;
	height: 60px;
}
#yadoHeadWrap .logo img {
	width: 100%;
}

#yadoHeadWrap .copy {
	padding-bottom: 15px;
	width: 580px;
	height: 50px;
	height: auto;
	font-size: 13px;
	line-height: 1;
}
#yadoHeadWrap .copy span.red {
	color: #f00;
	font-weight: bold;
}
#yadoHeadWrap .copy strong {
	font-weight: bold;
}


#yadoHeadWrap .logoList {
	position: absolute;
	bottom: 10px;
	left: 360px;
	width: 580px;
}
#yadoHeadWrap .logoList li {
	float: left;
	margin: 0 4px 0 0;
	width: 57px;
	height: 28px;
}
#yadoHeadWrap .logoList li.logoRkt { background: url(https://img.his-j.com/yado/shared/images/logo/rakuten_pc.png) 0 0 no-repeat;}			/*　楽天　*/
#yadoHeadWrap .logoList li.logoJln { background: url(https://img.his-j.com/yado/shared/images/logo/jln_pc.png) 0 0 no-repeat;}			/*　しゃらん　*/
#yadoHeadWrap .logoList li.logoJtb { background: url(https://img.his-j.com/yado/shared/images/logo/jtb_pc.png) 0 0 no-repeat;}			/*　JTB　*/
#yadoHeadWrap .logoList li.logoIky { background: url(https://img.his-j.com/yado/shared/images/logo/iky_pc.png) 0 0 no-repeat;}			/*　一休　*/
#yadoHeadWrap .logoList li.logoRrb { background: url(https://img.his-j.com/yado/shared/images/logo/rrb_pc.png) 0 0 no-repeat;}			/*　るるぶ　*/
#yadoHeadWrap .logoList li.logoYnv { background: url(https://img.his-j.com/yado/shared/images/logo/ynv_pc.png) 0 0 no-repeat;}			/*　日本旅行　*/
#yadoHeadWrap .logoList li.logoKnt { background: url(https://img.his-j.com/yado/shared/images/logo/knt_pc.png) 0 0 no-repeat;}			/*　近畿日本ツーリスト　*/
#yadoHeadWrap .logoList li.logoExp { background: url(https://img.his-j.com/yado/shared/images/logo/exp_pc.png) 0 0 no-repeat;}			/*　Expedia　*/
#yadoHeadWrap .logoList li.logoOzm { background: url(https://img.his-j.com/yado/shared/images/logo/ozm_pc.png) 0 0 no-repeat;}			/*　OZmall　*/
#yadoHeadWrap .logoList li.logoHsb { background: url(https://img.his-j.com/yado/shared/images/logo/hsb_pc.png) 0 0 no-repeat;}			/*　スマ宿　*/

#yadoHeadWrap .logoList li.logoAgd { background: url(https://img.his-j.com/yado/shared/images/logo/agd_pc.png) 0 0 no-repeat;}			/*　agoda　*/
#yadoHeadWrap .logoList li.logoBkg { background: url(https://img.his-j.com/yado/shared/images/logo/bkg_pc.png) 0 0 no-repeat;}			/*　Booking　*/
#yadoHeadWrap .logoList li.logoBrv { background: url(https://img.his-j.com/yado/shared/images/logo/brv_pc.png) 0 0 no-repeat;}			/*　Best Reserve　*/
#yadoHeadWrap .logoList li.logoDtr { background: url(https://img.his-j.com/yado/shared/images/logo/dtr_pc.png) 0 0 no-repeat;}			/*　dトラベル　*/
#yadoHeadWrap .logoList li.logoHnq { background: url(https://img.his-j.com/yado/shared/images/logo/hnq_pc.png) 0 0 no-repeat;}			/*　阪急交通社　*/
#yadoHeadWrap .logoList li.logoKkr { background: url(https://img.his-j.com/yado/shared/images/logo/kkr_pc.png) 0 0 no-repeat;}			/*　宿ホテル公式　*/
#yadoHeadWrap .logoList li.logoMpl { background: url(https://img.his-j.com/yado/shared/images/logo/mpl_pc.png) 0 0 no-repeat;}			/*　MAPPLE　*/
#yadoHeadWrap .logoList li.logoMtk { background: url(https://img.his-j.com/yado/shared/images/logo/mtk_pc.png) 0 0 no-repeat;}			/*　名鉄観光　*/
#yadoHeadWrap .logoList li.logoOnp { background: url(https://img.his-j.com/yado/shared/images/logo/onp_pc.png) 0 0 no-repeat;}			/*　温泉パラダイス　*/
#yadoHeadWrap .logoList li.logoRkd { background: url(https://img.his-j.com/yado/shared/images/logo/rkd02_pc.png) 0 0 no-repeat;}			/*　らくだ倶楽部　*/
#yadoHeadWrap .logoList li.logoTtt { background: url(https://img.his-j.com/yado/shared/images/logo/ttt_pc.png) 0 0 no-repeat;}			/*　東武トップツアーズ　*/
#yadoHeadWrap .logoList li.logoYuk { background: url(https://img.his-j.com/yado/shared/images/logo/yuk_pc.png) 0 0 no-repeat;}			/*　ゆこゆこ　*/
#yadoHeadWrap .logoList li.logoYyq { background: url(https://img.his-j.com/yado/shared/images/logo/yyq_pc.png) 0 0 no-repeat;}			/*　yoyaQ　*/

#yadoHeadWrap .logoList li.sp {
	display: none !important;
}
#yadoHeadWrap .logoList li img {
	display: none;
	width: 100%;
	vertical-align: bottom;
}
#yadoHeadWrap .logoListTxt {
	position: absolute;
	bottom: 10px;
	right: 2px;
	font-size: 10px;
}





/* -------------------- *
		globalMenu
** ------------------- */
#globalMenu {
	overflow: hidden;
	zoom: 1;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	max-width: 940px;
	margin: 5px auto 20px;
}
#globalMenu li {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
	border-right: 1px solid #ccc;
	margin: 0;
	padding: 0;
	width: 25%;
}
#globalMenu li:first-child {
	border-left: 1px solid #ccc;
}

#globalMenu li a {
	display: block;
	padding: 7px 11%;
	text-align: center;
	text-decoration: none;
	color: #555;
	font-size: 16px;
	font-weight: bold;
}
#globalMenu li a:hover {
}


#globalMenu li.top a {
	background: url(https://img.his-j.com/yado/shared/images/navi/ic_gnavi01.png) no-repeat 95% center;
}
#globalMenu li.top a:hover {
	color: #00aeac;
}

#globalMenu li.gm02 a {
	background: url(https://img.his-j.com/yado/shared/images/navi/ic_gnavi02.png) no-repeat 95% center;
}
#globalMenu li.gm02 a:hover {
	color: #ff9600;
}

#globalMenu li.gm03 a {
	background: url(https://img.his-j.com/yado/shared/images/navi/ic_gnavi02.png) no-repeat 95% center;
}
#globalMenu li.gm03 a:hover {
	color: #ff9600;
}

#globalMenu li.gm04 a {
	background: url(https://img.his-j.com/yado/shared/images/navi/ic_gnavi02.png) no-repeat 95% center;
}
#globalMenu li.gm04 a:hover {
	color: #ff9600;
}






/* -------------------- *
		breadcrumbs
** ------------------- */
#breadcrumbs {
	background: #eee;
}
#breadcrumbs ol {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 7px 0;
	margin: 0 auto;
	max-width: 940px;
}
#breadcrumbs li {
	display: inline;
	padding: 10px 0;
	font-size: 92.3%;
	line-height: 1;
}
#breadcrumbs li + li:before {
	content: "＞";
	padding: 0 3px 0 0;	
}






/* ----------------------------------
　brdBnr
---------------------------------- */
#brdBnr {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0 auto;
	padding: 20px 0 0 0;
	max-width: 940px;
}
#brdBnr > p {
	border: 4px solid #eee;
	background: #fff;
}
#brdBnr > p > img {
	width: 100%;
}

/* ----------------------------------
　contents  (OLD page)
---------------------------------- */
#contents, 
.contents {
	margin-top: 20px !important;
	padding-top: 0 !important;
}
#contents .body, 
#contents #case_01single, 
#contents #main_wrapper {
	margin-top: 0 !important;
	padding-top: 0 !important;
}
#tdr-room #pageHeaderArea #pageTitle {
	padding-top: 20px !important;
}






/* ----------------------------------
	btmAreaSearch
---------------------------------- */
#btmAreaSearch {
	clear: both;
	margin: 0 10px;
	padding: 30px 0 0;
}
#btmAreaSearch h3 {
	margin: 0 0 15px;
	line-height: 1;
	font-weight: bold;
}
#btmAreaSearch h3:before {
	content: "■";
	color: #00C9C7;
}
#btmAreaSearch .area01 ul {
	padding: 0 0 40px;
}
#btmAreaSearch .area01 li {
	float: left;
	border-right: 1px solid #CCC;
	padding: 0 10px;
	line-height: 1;
}
#btmAreaSearch .area01 li:first-child {
	border-left: 1px solid #CCC;
}
#btmAreaSearch .area02{
	padding-bottom: 25px;
}
#btmAreaSearch .area02 .area02_01, 
#btmAreaSearch .area02 .area02_02 {
	float: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#btmAreaSearch .area02 .area02_01 {
	width: 434px;
	margin-right: 20px;
}
#btmAreaSearch .area02 .area02_02 {
	width: 434px;
}
#btmAreaSearch .area02 dt {
	clear: both;
	float: left;
	width: 5em;
	line-height: 1;
}
#btmAreaSearch .area02 dd {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
	width: 100%;
	margin: 0 0 0 -5em;
	padding-left: 5em;
}
#btmAreaSearch .area02 ul {
	padding-bottom: 5px;
}
#btmAreaSearch .area02 li {
	float: left;
	margin-bottom: 10px;
	line-height: 1;
}
#btmAreaSearch .area02 li + li {
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #CCC;
}
#btmAreaSearch .area02 li.br {
	clear: both;
	border: none;	
	margin-left: 0;
	padding-left: 0;
}





/* ----------------------------------
	pageTop
---------------------------------- */
body #pgTop {
	position: fixed;
	right: 30px;
	bottom: 30px;
	display: none;
	width: 100px;
	height: 100px;
	background: url(https://img.his-j.com/yado/shared/images/btn_pagetop_pc.png) 0 0 no-repeat;
	z-index: 100;
}
body #pgTop p {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
body #pgTop p:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
} 
body #pgTop p #movePgTop {
	display: block;
	width: 100px;
	height: 100px;
	cursor: pointer;
	font-size: 0;
}






/* ----------------------------------
	ftSubNavi
---------------------------------- */
#ftSubNavi {
	border-top: 2px solid #f3f3f3;
	border-bottom: 2px solid #f3f3f3;
}
#ftSubNavi ul {
	padding: 10px;
	margin: 0 auto;
	max-width: 940px;
	text-align: right;
}
#ftSubNavi ul li a {
	padding: 0 0 0 15px;
	background: url(https://img.his-j.com/yado/shared/images/icon_arrow_gray_01.gif) 0 center no-repeat;
	color: #333;
	font-size: 11px;
}





/* ----------------------------------
	ftSubNavi
---------------------------------- */
#ftLogo {
	margin: 14px auto 0;
	width: 940px;
	text-align: right;
}
#ftLogo img {
	width: 134px;
}





/* ----------------------------------
	alertMessage
---------------------------------- */
#alertMessage {
	width: 100%;
	background: #fffedf;
}
#alertMessage dl {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	overflow: hidden;
	zoom: 1;
	margin: 0 auto;
	padding: 10px 0;
	max-width: 940px;
}
#alertMessage dl dt {
	float: left;
	display: inline-block;
	margin: 0 6px 0 0;
	padding: 4px 6px;
	background: #f00;
	color: #fff;
	font-size: 12px;
}
#alertMessage dl dd {
	overflow: hidden;
	padding: 4px 0 0 0;
	color: #f00;
	font-size: 13px;
}
#alertMessage dl dd .br01 {
	display: none;
}








/* ******************************************************************************** *

		media screen  -  max-width: 990px (TB)
		@media screen and (min-width: 764px) and (max-width: 990px)
		
* ******************************************************************************** */
@media only screen and (max-width: 990px) {
	
}






/* ******************************************************************************** *

		media screen  -  max-width: 640px (SP)

* ******************************************************************************** */
@media only screen and (max-width: 640px) {
	
	#wrapper *:hover, 
	#wrapper *:hover * {
		opacity: 1 !important;
	}
	
	
	html {
		overflow-x: hidden;
	}
	#wrapper {
		min-width: 0;
		width: 100%;
	}
	#footer {
		display: none !important;
	}
	.pageFooter {
		display: block !important;
	}
	
	
	html body footer .subMenu li:nth-child(3) {
		border-bottom: none;
		border-right: none;
		box-sizing: border-box;
		float: left;
		width: 100%;
	}
	html body .pageFooter #copyRightArea {
		margin: 15px 0 0;
	}
	
	
	#sttl {
		font-size: 28px !important;
		width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	
	
	
	
	
	/* ----------------------------------
	　contents
	---------------------------------- */
	.ers .pcs {
		width: 85% !important;
	}
	#contents .pcVer {
		display: none;
	}
	#contents .spVer {
		display: block;
	}
	
	
	/*  yadoHeader  */
	#yadoHeader {
		border-top: 15px solid #02429a;
	}
	#yadoHeadWrap {
		position: relative;
		padding: 10px 10px 0;
		max-width: 768px;
	}
	
	#yadoHeadWrap #siteTitle {
		display: none;
	}
	
	#yadoHeadWrap .box {
		display: block;
		margin: 10px auto 0;
		width: auto;
		max-width: 450px;
	}
	
	
	
	
	
	#yadoHeadWrap .logo, 
	#yadoHeadWrap .copy {
		display: block;
		padding-bottom: 26px;
		height: auto;
		vertical-align: top;
	}
	#yadoHeadWrap .copy {
		margin: 0 auto 5px;
		padding: 0;
		max-width: 450px;
		width: auto;
		min-height: 0;
		line-height: 1.4;
		font-size: 13px;
	}
	
	
	
	
	#yadoHeadWrap .logoList {
	}
	
	
	#yadoHeadWrap .logo {
		width: auto;
		padding: 0;
		text-align: center;
		margin-bottom: 15px;
	}
	#yadoHeadWrap .logo img {
		width: 100%;
		max-width: 450px;
		height: auto;
	}
	
	
	#yadoHeadWrap .logoList {
		position: static;
		bottom: 0;
		left: 0;
		margin: 0 auto;
		max-width: 454px;
		width: 100%;
	}
	#yadoHeadWrap .logoList li {
		-webkit-box-sizing: border-box;
			 -moz-box-sizing: border-box;
						box-sizing: border-box;
		margin: 0 0.6% 0.5% 0;
		padding: 0;
		width: 16%;
		height: auto;
	}
	#yadoHeadWrap .logoList li {
		background: none !important;
	}
	#yadoHeadWrap .logoList li.sp {
		display: block !important;
	}
	
	#yadoHeadWrap .logoList li img {
		display: block;
		width: 100%;
		height: auto;
	}
	#yadoHeadWrap .logoListTxt {
		bottom: 2px;
	}
	
	
	
	/*  globalMenu  */
	#globalMenu {
		max-width: 750px;
		margin: 0;
		padding: 0;
	}
	#globalMenu li {
		border-right: none;
		border-bottom: 1px solid #ccc;
		width: 50%;
	}
	#globalMenu li:first-child {
		border-left: none;
		border-top: 1px solid #ccc;
	}
	#globalMenu li:nth-child(2) {
		border-top: 1px solid #ccc;
	}
	#globalMenu li:nth-child(2n) {
		border-left: 1px solid #ccc;
	}
	#globalMenu li a {
		padding: 16px 11%;
	}
	
	
	
	/*  breadcrumbs  */
	#breadcrumbs ol {
		padding: 7px 10px;
		max-width: 750px;
	}
	#breadcrumbs li {
		font-size: 11px;
	}
	
	
	
	/*  btmAreaSearch  */
	#yadoMainContents #btmAreaSearch {
		display: none;
	}
	
	
	/* ----------------------------------
	　contents  (OLD page)
	---------------------------------- */
	#contents, 
	.contents {
		margin-top: 0 !important;
	}
	
	
	/* ----------------------------------
		pageTop
	---------------------------------- */
	body #pgTop {
		bottom: 10px;
		right: 10px;
		width: 50px;
		height: 46px;
		background: url(https://img.his-j.com/yado/shared/images/btn_pagetop_sp.png) 0 0 no-repeat;
		background-size: cover;
	}
	body #pgTop p #movePgTop {
		width: 50px;
		height: 46px;
	}
	
	
	
	/* ----------------------------------
		ftSubNavi
	---------------------------------- */
	#ftSubNavi {
		padding: 0 15px;
	}
	#ftSubNavi ul {
		max-width: 750px;
	}
	
	
	
	/* ----------------------------------
		ftSubNavi
	---------------------------------- */
	#ftLogo {
		margin: 14px auto;
		padding: 0 20px;
		max-width: 900px;
		width: auto;
	}
	#ftLogo img {
		width: 118px;
	}
	
	
	
	/* ----------------------------------
	　brdBnr
	---------------------------------- */
	#brdBnr {
		margin: 0;
		padding: 0;
		max-width: inherit;
	}
	#brdBnr > p {
		border: none;
	}
	
	
	
	/* ----------------------------------
		alertMessage
	---------------------------------- */
	#alertMessage {
	}
	#alertMessage dl {
		padding: 10px;
		max-width: 750px;
	}
	#alertMessage dl dt {
		float: none;
	}
	#alertMessage dl dd {
		padding: 6px 0 0 0;
	}
	#alertMessage dl dd .br01 {
		display: block;
	}
}

