@charset "utf-8";

/*-------------------------------------------------------------------------------
 top-kv
 -------------------------------------------------------------------------------*/
.top-kv-wrap{
	width: 100%;
	height: 180px;
	display: table;
	text-align: center;
	position: relative;
}
.top-kv-contents{
	display: table-cell;
	vertical-align: middle;
}
.top-kv-list {
	width: 100%;
	height: 180px;
	position: absolute;
	top: 0;
	z-index: 1;
}
.top-kv-list > ul {
	position: relative;
}
.top-kv-list li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 180px;
	background-size: cover!important;
}
.top-kv-list li.kv01 {
	background: url(/en/japan_hotels_ryokan/img/top/jlnin.image.kyoto.png) 50% 50% no-repeat;
	z-index: 10;
}
.top-kv-list li.kv02 {
	background: url(/en/japan_hotels_ryokan/img/top/jlnin.image.yamanashi.png) 50% 50% no-repeat;
	z-index: 9;
}
.top-kv-list li.kv03 {
	background: url(/en/japan_hotels_ryokan/img/top/jlnin.image.fukuoka.png) 50% 50% no-repeat;
	z-index: 8;
}
.top-kv-list li.kv04 {
	background: url(/en/japan_hotels_ryokan/img/top/jlnin.image.tokyo.png) 50% 50% no-repeat;
	z-index: 7;
}
.top-kv-list li.kv05 {
	background: url(/en/japan_hotels_ryokan/img/top/jlnin.image.okinawa.png) 50% 50% no-repeat;
	z-index: 6;
}
.top-kv-list-arrow {
	position: absolute;
	width: 100%;
	z-index: 1;
	top: 50%;
	margin: -24px auto;
}
.top-kv-list-arrow a {
	display: block;
	position: relative;
	width: 40px;
	height: 47px;
	margin: 0 20px;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	-moz-opacity: 0;
	-khtml-opacity: 0;
}
.arrow-prev {
	float: left;
}
.arrow-prev a:after {
	content: "";
	display: block;
	position: absolute;
	width: 21px;
	height: 47px;
	top: 0;
	left: 10px;
	background: url(/en/japan_hotels_ryokan/img/top/prev-arrow.svg) no-repeat;
}
.no-svg .arrow-prev a:after {
	background: url(/en/japan_hotels_ryokan/img/top/prev-arrow.png) no-repeat;
}
.arrow-prev:hover,
.arrow-next:hover {
	opacity: 0.5;
}
.arrow-next {
	float: right;
}
.arrow-next a:after {
	content: "";
	display: block;
	position: absolute;
	width: 21px;
	height: 47px;
	top: 0;
	right: 10px;
	background: url(/en/japan_hotels_ryokan/img/top/next-arrow.svg) no-repeat;
}
.no-svg .arrow-next a:after {
	background: url(/en/japan_hotels_ryokan/img/top/next-arrow.png) no-repeat;
}
.top-kv-catch {
	color: #ffffff;
	font-size: 46px;
	position: relative;
	z-index: 2;
	margin: -25px 0;
}


/*-------------------------------------------------------------------------------
 top-content
 -------------------------------------------------------------------------------*/
.mT0 {
		margin-top: 0!important;
}
.mB40 {
		margin-bottom: 40px !important;
}
.top-contents {
	width: 980px;
	margin: 0 auto;
}
.top-section-title {
	overflow: hidden;
	font-size: 32px;
	line-height: 34px;
	color: #323232;
	font-family: 'Alegreya Sans', 'SimHei', sans-serif;
}
.top-section-titleL {
	font-size: 38px;
	text-align: center;
}

/* descriptions */
.description-container {
	padding: 30px 0 48px;
}
.description-container-item {
	overflow: hidden;
	padding-top: 30px;
	display: table;
}
.description-container-item li {
	display: table-cell;
	width: 33%;
	height: 38px;
	padding: 10px;
	font-size: 14px;
	line-height: 18px;
	vertical-align: middle;
	border-left: 1px solid #ddd;
	color: #333;
}
.description-container-item li:first-child {
	border-left: none;
}
.description-container-item li.search {
	padding-left: 56px;
	background: url(/img/common/icon-hotel-search.png) no-repeat 10px 10px;
}
.description-container-item li.plan {
	padding-left: 53px;
	background: url(/img/common/icon-price-plan.png) no-repeat 10px 10px;
}
.description-container-item li.detail {
	padding-left: 58px;
	background: url(/img/common/icon-detail-plan.png) no-repeat 10px 10px;
}

/* Popular Cities */
.map-container {
	width: 470px;
}
.map-img {
	position: relative;
	height: 434px;
	margin-top: 25px;
}
.map-img img {
	position: absolute;
	top: 0;
	left: 0;
}
.map-img .area-item {
	display: none;
}
.map {
	position: relative;
	width: 470px;
	clear: left;
}
.map-link-btn > li {
	position: absolute;
	height: 26px;
	cursor: pointer;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border: 1px solid #FF6B00;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #656565;
	text-align: center;
}
.map-link-btn > li:hover {
	background-color: #FF8A3E;
	border-color: #FFFFFF;
	color: #FFFFFF;
}
.map-link-btn > li.area01 {
	width: 93px;
	top: 71px;
	left: 352px;
}
.map-link-btn > li.area02 {
	width: 80px;
	top: 176px;
	left: 306px;
}
.map-link-btn > li.area03 {
	width: 62px;
	top: 252px;
	left: 286px;
}
.map-link-btn > li.area04 {
	width: 66px;
	top: 298px;
	left: 289px;
}
.map-link-btn > li.area05 {
	width: 70px;
	top: 217px;
	left: 178px;
}
.map-link-btn > li.area06 {
	width: 60px;
	top: 320px;
	left: 198px;
}
.map-link-btn > li.area07 {
	width: 87px;
	top: 257px;
	left: 81px;
}
.map-link-btn > li.area08 {
	width: 80px;
	top: 354px;
	left: 134px;
}
.map-link-btn > li.area09 {
	width: 80px;
	top: 359px;
	left: 23px;
}
.map-link-btn > li.area10 {
	width: 93px;
	top: 41px;
	left: 30px;
}

.cities-container {
	width: 470px;
}

.top-section-popular.clum2 {
	margin-top: 25px;
}
.top-section-popular.clum3 {
	margin-top: 10px;
}
.top-section-popular.clum2.flat {
	margin-top: 10px;
}
.top-section-popular.clum1 li {
	border: 1px solid #ccc;
	margin-top: 7px;
}
.top-section-popular.clum1 li:first-child {
	margin-top: 25px;
}
.top-section-popular.clum1 li a {
	width: 100%;
	display: block;
	text-decoration: none;
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}
.top-section-popular.clum2 li,.top-section-popular.clum1 li a:hover {
	opacity: 0.7;
	filter: alpha( opacity=70 ); /* IE 6,7 */
	-ms-filter: "alpha( opacity=70 )"; /* IE8 */
}
.top-section-popular.clum2 li,
.top-section-popular.clum3 li {
	position: relative;
	float: left;
	overflow: hidden;
}
.top-section-popular.clum2 img {
	width: 230px;
	height: 190px;
}
.top-section-popular.clum3 img {
	width: 150px;
	height: 125px;
}
.top-section-popular.clum2.flat img {
	width: 230px;
	height: 100px;
}
.top-section-popular.clum2 li {
	width: 230px;
}
.top-section-popular.clum3 li {
	width: 150px;
}
.top-section-popular.clum2 li + li,
.top-section-popular.clum3 li + li {
	margin-left: 10px;
}
.top-section-popular.clum2 li > a:first-of-type,
.top-section-popular.clum3 li > a:first-of-type {
	display: block;
	overflow: hidden;
	position: relative;
}
.top-section-popular-caption {
	position: absolute;
	top: 50%;
	right: 0;
	line-height: 26px;
	margin-top: -13px;
	padding: 0 10px;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	box-sizing: border-box;
	text-align: right;
	text-shadow: 1px 1px 7px #333;
}
.no-svg .top-section-popular-caption {
	background-color: inherit;
	background-image: url(/en/japan_hotels_ryokan/img/common/bg-caption.png);
}
.popular-cities-description {
	display: none;
	margin-top: 5px;
	font-size: 14px;
}
.top-section-popular a:hover .popular-cities-description {
	display: block;
	max-height: 100px;
	overflow: hidden;
}
.top-section-popular.clum2 .top-section-popular-caption,
.top-section-popular.clum3 .top-section-popular-caption {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	text-decoration: none;
}
.top-section-popular li {
	position: relative;
}
.popular-cities-btn {
	position: absolute;
	right: 15px;
	padding-right: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF!important;
	text-decoration: none;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	-khtml-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}
.popular-cities-btn:hover {
	text-decoration: underline;
}
.popular-cities-btn:after {
	display: block;
	position: absolute;
	right: 0;
	bottom: 6px;
	width: 6px;
	height: 12px;
	background-image: url(/en/japan_hotels_ryokan/img/common/right-arrow.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	content: "";
}
.no-svg .popular-cities-btn:after {
	background-image: url(/en/japan_hotels_ryokan/img/common/right-arrow.png);
}
.top-section-popular-img-outer {
	float: left;
	position: relative;
	width: 237px;
}
.top-section-popular-desc {
	color: #333;
	float: right;
	line-height: 1.2;
	padding: 10px;
	width: 210px;
}


.top-contents section + section {
	margin-top: 90px;
	margin-bottom: 150px;
}

/* Recommended Hotels */
.recommend-wrapper {
	margin-top: 30px;
}
.top-content-list {
	margin-top: 25px;
}
.top-content-list > li {
	float: left;
	width: 25%;
}
.top-content-list > li > a {
	position: relative;
	display: block;
	padding: 8px;
	text-decoration: none;
}
.top-content-list-left {
	float: left;
	margin-right: 10px;
}
.top-content-list-left > img {
	width: 130px;
	height: 100px;
}
.top-content-list a:hover img {
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-khtml-opacity: 60;
	-moz-opacity: 60;
	opacity: 0.6;
}
.top-content-list-right {
	overflow: hidden;
}
.top-content-list-right > h4 {
	line-height: 1.2;
	font-size: 22px;
	text-decoration: underline;
}
.top-content-list a:hover h4 {
	text-decoration: none;
	color: #4480B4;
}
.top-content-list-locate {
	position: relative;
	margin-top: 3px;
	padding-left: 15px;
	font-size: 14px;
	color: #909090;
}
.top-content-list-locate:before {
	position: absolute;
	top: 4px;
	left: 0;
	display: block;
	width: 11px;
	height: 15px;
	content: "";
	background: url(/en/japan_hotels_ryokan/img/top/icn-locate.svg) 0 0 no-repeat;
}
.no-svg .top-content-list-locate:before {
	background: url(/en/japan_hotels_ryokan/img/top/icn-locate.oldie.png) 0 0 no-repeat;
}
.top-content-list-price {
	position: absolute;
	bottom: 5px;
	font-family: Arial;
	font-style: italic;
	font-size: 20px;
	font-weight: bold;
	color: #323232;
}
.more-horels {
	text-align: right;
}
.more-horels > a {
	font-size: 18px;
}


.ui-state-default {
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

input:focus,
input.selected {
	box-shadow: 0px 0px 7px 0px rgba(0, 136, 255, 0.94);
}

.current {
	background-color: #DDDDDD;
}


.recommend-hotel.top-content-list {
	width: 640px;
}
.recommend-hotel.top-content-list > li {
	width: 50%;
}

.favorite-list.top-content-list,
.history-list.top-content-list {
	width: 300px;
	margin-top: 0px;
}
.favorite-list.top-content-list > li,
.history-list.top-content-list > li {
	width: 50%;
	margin-top: 10px;
}
.side-content .top-content-list > li > a {
	padding: 0;
}
.favorite-list.top-content-list img,
.history-list.top-content-list img {
	width: 60px;
	height: 60px;
}

.side-content {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #999999;
}
.side-content .top-content-list-right > h4 {
	font-size: 16px;
}
.side-content .top-content-list-locate {
	font-size: 11px;
}
.side-content .top-content-list-locate:before {
	top: 2px;
}
.top-list-title {
	margin-bottom: 10px;
	line-height: 28px;
	font-size: 28px;
	color: #323232;
	font-family: 'Alegreya Sans', 'SimHei', sans-serif;
}

.content-left {
	float: left;
}
.content-right {
	float: right;
}

.banner-list {
	width: 300px;
}
.banner-list > li + li {
	margin-top: 10px;
}
.banner-list > li img {
	width: 300px;
	height: auto;
}
.banner-list > li img:hover {
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-khtml-opacity: 60;
	-moz-opacity: 60;
	opacity: 0.6;
}


.prefectures-list-container {
	display: none;
	position: absolute;
	top: 35px;
	left: 20px;
	width: 430px;
	padding: 15px 10px;
	background-color: #FFFFFF;
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
	line-height: 1;
	box-sizing: border-box;
}
.no-svg .prefectures-list-container {
	border: 4px solid #DDDDDD;
}
.prefectures-name {
	font-size: 28px;
	font-weight: bold;
	color: #323232;
}
.prefectures-content h4,
.select-area-content h4 {
	margin-top: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #323232;
}
.prefectures-list,
.select-area-list {
	margin-top: 10px;
}
.prefectures-list > li {
	float: left;
	font-size: 16px;
}
.prefectures-list > li + li:before {
	padding: 0 5px;
	content: "/";
}
.select-area-list > li {
	position: relative;
	padding-left: 20px;
	font-size: 15px;
}
.select-area-list > li:before {
	content: "";
	position: absolute;
	top: 6px;
	left: 5px;
	border-top: 3px solid transparent;
	border-right: 3px solid transparent;
	border-left: 5px solid #323232;
	 border-bottom: 3px solid transparent;
	z-index: 1;
}
.select-area-list > li + li {
	margin-top: 10px;
}

.bg-prefectures-list {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-khtml-opacity: 70;
	-moz-opacity: 70;
	opacity: 0.7;
}
.prefectures-list-close {
	display: block;
	position: absolute;
	top: 8px;
	right: 8px;
	width: 16px;
	height: 16px;
	background-image: url(/en/japan_hotels_ryokan/img/common/icon-close-white.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
	text-indent: -9999px;
	text-decoration: none;
	color: #999999;
	box-sizing: border-box;
}
.no-svg .prefectures-list-close {
	background-image: url(/en/japan_hotels_ryokan/img/common/icon-close-white.png);
}

.simple-calendar td:hover,
.top-kv-search-members-list > li:hover {
	background-color: #DDDDDD;
}

.btn {
	display: block;
	position: relative;
	text-decoration: none;
	font-family: 'Alegreya Sans', 'SimHei', sans-serif;
}
.btn:hover {
	top: 1px;
	left: 1px;
	border-bottom-color: transparent;
	border-right-color: transparent;
}


@media screen and (max-width: 736px) {
	.content-left,
	.content-right {
		float: none;
	}
	.top-contents,
	.map-container,
	.cities-container,
	.recommend-hotel.top-content-list,
	.favorite-list.top-content-list {
		width: 100%;
		box-sizing: border-box;
	}
	.map-container {
		display: none;
	}
	.recommend-hotel.top-content-list > li {
		float: none;
		width: 100%;
	}
	.top-section-popular.clum2 li,
	.top-section-popular.clum3 li {
		width: 50%;
	}
	.top-section-popular.clum2 li + li,
	.top-section-popular.clum3 li + li {
		margin-left: 0px;
	}
	.top-section-popular.clum2 img,
	.top-section-popular.clum3 img,
	.top-section-popular.clum2.flat img {
		width: 100%;
		height: auto;
	}
	.top-section-popular.clum3 > li:first-child {
		display: none;
	}
	.banner-list {
		width: 100%;
		margin: 0 auto;
	}
	.banner-list > li img {
		width: 100%;
	}
	.top-content-list-left > img {
		width: 100px;
		height: auto;
	}
	.top-content-list-price {
		display: none;
	}
	.bg-color {
		background-color: #FFFFFF!important;
	}
	.content-right {
		margin-top: 100px;
	}


	.top-kv-list-arrow {
		display: none!important;
	}
	.alert {
		width: 300px;
		height: 220px;
	}
	.alert-inner {
		height: 214px;
		padding: 10px 20px;
	}
}

/* footer bnr list */
.informationBnrArea {
	width: 980px;
	margin: 40px auto 20px;
	overflow: hidden;
}
.informationBnrList {
	width: 1020px;
	margin: 0 -20px;
}
.informationBnrList li {
	float: left;
	width: 470px;
	margin: 20px 20px 0;
}
.informationBnrList a img {
	vertical-align: top;
}
.informationBnrList a img {
	vertical-align: top;
	text-decoration: none;
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}
.informationBnrList a:hover img {
	opacity: 0.7;
	filter: alpha( opacity=70 ); /* IE 6,7 */
	-ms-filter: "alpha( opacity=70 )"; /* IE8 */
}

.informationBnrList.col4 {
	margin: 0 -10px;
}
.informationBnrList.col4 li {
	float: left;
	width: 230px;
	margin: 20px 10px 0;
	position: relative;
}
.informationBnrCaption {
	position: absolute;
	top: 50%;
	right: 0;
	line-height: 18px;
	margin-top: -9px;
	padding: 0 10px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	box-sizing: border-box;
	text-align: right;
	text-shadow: 1px 1px 7px #333;
}

@media screen and (max-width: 736px) {
	.informationBnrArea {
		width: auto;
		margin: 0 10px 0;
	}
	.informationBnrList {
		width: auto;
		margin: 0 auto;
	}
	.informationBnrList li {
		float: none;
		width: auto;
		max-width: 100%;
		margin: 0 auto 15px;
		text-align: center;
	}
	.informationBnrList li img {
		width: auto;
		max-width: 100%;
		height: auto;
	}

	.informationBnrList.col4 {
		width: 480px;
		margin: 0 auto;
	}
	.informationBnrList.col4 li {
		margin: 0 5px 15px;
	}
}
