@charset "utf-8";
/* main
================================================ */
/* スライダー */
main .box-top_slider{
	background-color: #fff;
	padding: 10px 0;
}
main .mv_slider{
	background-color: #000;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
}
.mv_slider.slick-initialized{
	opacity: 1;
}
main .mv_slider li.slider_img{
	max-width: 1024px;
	margin: 0 auto;
	opacity: .6;
}
main .mv_slider li.slider_img.slick-active{
	opacity: 1;
}
main .mv_slider .slick-dots li, .slick-dots li button{
	height: 2px;
	padding: 0;
}
main .mv_slider .slick-dots li button:before{
	content: "";
	height: 2px;
	display: block;
	background-color: #fff;
	opacity: 1;
}
main .mv_slider .slick-dots li.slick-active button:before{
	content: "";
	height: 2px;
	display: block;
	background-color: #1D2088;
	opacity: 1;
}
main .mv_slider .slick-dots{
	bottom: 0;
	opacity: .85;
}
main .slick-dotted.slick-slider{
	margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
main .mv_slider li{
	opacity: 1;
}
}
main .mv_slider li.slick-center{
	opacity: 1;
}
main .mv_slider .slick-arrow{
	-webkit-transition: .2s all ease-in-out;
	transition: .2s all ease-in-out;
	opacity: 0;
	z-index: 11;
}
main .mv_slider:hover .slick-prev{
	opacity: 1;
	left: 6px;
}
main .mv_slider:hover .slick-next{
	opacity: 1;
	right: 6px;
}
main .bg_season{
	width: 100%;
	height: 100%;
	padding: 50px 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
/* ホテルマップ */
.box-hotel_search{
	padding-bottom: 70px;
}
.box-hotel_search .hotel_map_wrap{
	width:98%;
	margin:0px auto;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
}
.box-hotel_search .hotel_map{
	position: relative;
	width: 35%;
	margin-left:2%;
	aspect-ratio: 16 / 14;
	background: url(/img_rwd/map_bg.png) no-repeat;
	background-size: contain;
	transition-duration: 0.2s;
	transition-property: all;
	z-index: 2;
}
@media screen and (min-width: 1150px) {
	.box-hotel_search .hotel_map{
		aspect-ratio: 16 / 13;
	}

}
.box-hotel_search .hotel_map_ttl{
	position: absolute;
	top: -10px;
	left: 0;
	z-index: 3;
}
.box-hotel_search .hotel_map h2{
	text-align: left;
	margin-bottom: 0;
}
.box-hotel_search .hotel_map .hotel_map_head{
	font-weight: bold;
	margin-top: 8px;
}
.box-hotel_search .hotel_map .hotel_map_head::before{
	content: "";
	width: 110%;
	height: 1px;
	background-color: #000;
	display: block;
	margin-bottom: 15px;
}
.box-hotel_search .hotel_map .hotel_map_txt{
	font-weight: bold;
	line-height: 1.2;
}
.box-hotel_search .hotel_map .hotel_num{
	font-family: 'Libre Baskerville', serif;
	font-size: 8.6rem;
	font-weight: normal;
	vertical-align: middle;
	margin: 0 0.05em;
}
.hotel_btn_area{
	width: calc(95% - 37%);
	margin-left: 3%;
	padding: 1.6em;
	background-color: #fff;
	border-radius:5px;
}
.hotel_btn_area .btn_area_back{
	display: none;
	color: #fff;
	background-color: #555;
	position: relative;
	text-align: center;
	margin-top: 1em;
	padding: 0.5em 3em;
	cursor: pointer;
}
.hotel_btn_area .btn_area_back::after{
	content: '';
	width: 0.4em;
	height: 0.4em;
	display: block;
	border-top: solid 1px;
	border-right: solid 1px;
	-webkit-transform: translate(0,-50%) rotate(225deg);
	transform: translate(0,-50%) rotate(225deg);
	position: absolute;
	top: 50%;
	left: 1em;
	-webkit-transition-property: left;
	transition-property: left;
	-webkit-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}
.hotel_btn_area .btn_area_back:hover::after{
	left: 0.5em;
}
.box-hotel_search .hotel_btn_list{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
}

.box-hotel_search .hotel_btn_todoufuken > dt{
	width: 100%;

}
.box-hotel_search .hotel_btn_list > li{
	width:calc(25% - 16px);
	margin:8px;
	aspect-ratio: 16 / 9;
	border-radius: 5px;
}
.box-hotel_search .hotel_btn_todoufuken > dd{
	width:calc(33.33% - 16px);
	margin:8px;
	aspect-ratio: 16 / 9;
	border-radius: 5px;
}
.box-hotel_search .hotel_btn_todoufuken > dt, .box-hotel_search .hotel_btn_todoufuken > dd a{
	display: block;
	padding: .8em;

}

.box-hotel_search .hotel_btn_list > li a{
	display: block;
	padding: .8em;
	border-radius: 5px;
	text-align: center;
	height:100%;
}
.box-hotel_search .hotel_btn_list > li a>div{
	position: relative;
	top:50%;
	left:50%;
	transform: translateY(-50%) translateX(-50%);
	font-size:12px;
	font-weight:bold;
}
@media screen and (min-width: 920px) {
	.box-hotel_search .hotel_btn_list > li a>div{
		font-size:12px;
	}

}
@media screen and (min-width: 1080px) {
	.box-hotel_search .hotel_btn_list > li a{
		padding: .6em;
	}
	.box-hotel_search .hotel_btn_list > li a>div{
		font-size:14px;
	}

}
@media screen and (min-width: 1280px) {
	.box-hotel_search .hotel_btn_list > li a>div{
		font-size:18px;
	}

}
.box-hotel_search .shop_count{
	color: #fff;
	border: 1px solid #fff;
	border-radius: 1em;
	padding: 0.2em .5em;
	margin-left: 0.5em;
	font-weight:normal;
}
.box-hotel_search .hotel_btn_todoufuken > dt{
	text-align: center;
	letter-spacing: 0.1em;
	margin-top: 0;
	margin-bottom: 0.6em;
	padding: 0 0 0.4em 0;
	border-bottom: 1px solid #3DA1CC;
}
 .box-hotel_search .hotel_btn_todoufuken > dd a{
	display: block;
	padding: .8em;
	border-radius: 5px;
	text-align: center;
	height:100%;

}

.box-hotel_search .hotel_btn_todoufuken{
	display: none;
}
.box-hotel_search .todoufuken_flex{
	display: flex;
	flex-wrap: wrap;

}
.box-hotel_search .todoufuken_flex > dd{
	width:calc(33.33% - 16px);
	margin:8px;
	aspect-ratio: 3 / 1;
	border-radius: 5px;
}
.box-hotel_search .todoufuken_flex > dd a{
	display: block;
	padding: .8em;
	border-radius: 5px;
	text-align: center;
	height:100%;
}
.box-hotel_search .todoufuken_flex > dd a>div{
	position: relative;
	top:50%;
	left:50%;
	transform: translateY(-50%) translateX(-50%);
}

@media screen and (min-width: 1280px) {
	.box-hotel_search .todoufuken_flex > dd a>div{
		font-size:18px;
	}
}
/*index都道府県ボタン装飾*/
.bgarea1,.bgarea2,.bgarea3,.bgarea4,.bgarea5,.bgarea6,.bgarea7{
	background-size:cover;
	background-position: center;
}
.bgarea1{
	background-image: url(/img_rwd/index_todoufuken/01_hokkaidotohoku.jpg);
}
.bgarea2{
	background-image: url(/img_rwd/index_todoufuken/02_koshinetsuhokuriku.jpg);
}
.bgarea3{
	background-image: url(/img_rwd/index_todoufuken/03_kanto.jpg);
}
.bgarea4{
	background-image: url(/img_rwd/index_todoufuken/04_tokai.jpg);
}
.bgarea5{
	background-image: url(/img_rwd/index_todoufuken/05_kinki.jpg);
}
.bgarea6{
	background-image: url(/img_rwd/index_todoufuken/06_chugokushikoku.jpg);
}
.bgarea7{
	background-image: url(/img_rwd/index_todoufuken/07_kyusyuokinawa.jpg);
}



/* オープン予定ホテル */
.open_hotel{
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 20px;
}
.open_hotel .slick-slide{
	margin: 0 10px;
	padding: 15px;
	background-color: #fff;
}
.open_hotel .list-category, .open_hotel .list-openday{
	text-align: center;
}
.open_hotel .list-openday{
	font-family: 'Libre Baskerville', YuGothic,'Yu Gothic';
	letter-spacing: 0.02em;
	color: #fff;
	background-color: #9F7A46;
	padding: 0 0.5em 0.1em;
}
.open_hotel .list-category{
	color: #fff;
	font-weight: bold;
	padding: 0.2em;
	margin-bottom: 0.3em;
}
.open_hotel .list-hotel_name{
	font-weight: bold;
}
.open_hotel .list-hotel_address{
	margin-top: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #333;
}
.open_hotel .list-access{
	margin-top: 0.5em;
}
.open_hotel .list-access > li{
	text-indent: calc(-1em + 3px);
	padding-left: 1em;
}
.open_hotel .list-access > li::before{
	content: "";
	display: inline-block;
	width: 3px;
	height: 3px;
	margin-right: .5em;
	background-color: #333;
	vertical-align: middle;
}
.open_hotel .list-btn{
	display: flex;
	margin: 10px 15px 15px;
}
.open_hotel .list-btn li{
	width: 100%;
	text-align: center;
}
.open_hotel .list-btn li + li{
	margin-left: 3%;
}
.open_hotel .list-btn a{
	border-width: 1px;
	border-style: solid;
	border-radius: 100px;
	padding: 0.3em;
	display: block;
}
.open_hotel .list-btn .btn-grayout{
	color: #777;
	background-color: #D4D4D4;
	border: 1px solid #D4D4D4;
	border-radius: 100px;
	padding: 0.4em;
}
.open_hotel .open_slider{
	display: flex;
	flex-wrap: wrap;
	margin-top: -15px;
	margin-left: -15px;
}
.open_hotel .open_slider_li{
	width: calc(50% - 15px);
	margin-top: 15px;
	margin-left: 15px;
	border: 4px solid #9F7A46;
}
.open_hotel .open_slider_li .icon-shinchiku{
	position: relative;
}
.open_hotel .open_slider_li .icon-shinchiku::before{
	content: "";
	position: absolute;
	top: -4px;
	left: -4px;
	border-bottom: 4.5em solid transparent;
    border-left: 4.5em solid #E62E2E;
	z-index: 1;
}
.open_hotel .open_slider_li .icon-shinchiku::after{
	content: "新築";
	position: absolute;
	top: 6px;
	left: 2px;
	display: block;
	transform: rotate(-45deg);
	color: #fff;
	z-index: 2;
}
.open_hotel .list-box_inner{
	display: flex;
	height: 100%;
	padding: 15px 15px 0;
}
.open_hotel .list-leftbox{
	width: 44%;
	height: 100%;
}
.open_hotel .list-rightbox{
	width: 56%;
	margin-left: 15px;
}
.open_hotel .btn-open_more{
	text-align: center;
	margin-top: 20px;
}
main .hotel_seo_txt{
	color: #9e7c2c;
	margin-top: 50px;
	padding: 0 20px;
	text-align: center;
}
.box-hotel_search .bnr-area{
	margin-top: 20px;
}

/* ご案内 */
.box-guide ul{
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}
.box-guide li{
	width: 25%;
	text-align: center;
	overflow: hidden;
}
.box-guide .guide-li a{
	position: relative;
	width: 100%;
	height: 250px;
	color: #fff;
	display: block;

}
.box-guide .guide-li a::before{
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	z-index: 9;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
}
.box-guide .guide-li a::after{
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.box-guide .guide-reason a::after{
	background-image: url(/img_rwd/guide-reason.jpg);
}
.box-guide .guide-stay a::after{
	background-image: url(/img_rwd/guide-stay.jpg);
}
.box-guide .guide-book a::after{
	background-image: url(/img_rwd/guide-book.jpg);
}
.box-guide .guide-contact a::after{
	background-image: url(/img_rwd/guide-contact.jpg);
}
.box-guide .guide-p::before{
	content: "";
	width: 3em;
	height: 3em;
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
	margin: 0 auto 0.4em;
}
.box-guide .guide-reason .guide-p::before{
	background-image: url(/img_rwd/icon/i_brand.png);
}
.box-guide .guide-stay .guide-p::before{
	background-image: url(/img_rwd/icon/i_information.png);
}
.box-guide .guide-book .guide-p::before{
	background-image: url(/img_rwd/icon/i_reserve.png);
}
.box-guide .guide-contact .guide-p::before{
	background-image: url(/img_rwd/icon/i_contact.png);
}
.box-guide .guide-li a:hover{
	opacity: 1;
}
.box-guide .guide-li a:hover::before{
	background-color: rgba(0,0,0,0);
}
.box-guide .guide-li a:hover::after{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.box-guide .guide-p{
	width: 100%;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 0.5em;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	text-shadow:0px 0px 5px #000000;
	z-index: 99;
}

/* シリーズ紹介 */
.box-series ul{
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.box-series li{
	width: calc(100% / 3);
	text-align: center;
	overflow: hidden;
}
.box-series li.resorts-color_bg{
	background-color: #1a1616;
}
.box-series .series-li a{
	position: relative;
	width: 100%;
	height: 420px;
	color: #fff;
	display: block;
}
.box-series .series-li a::after{
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 50%;
	top: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
}
.box-series .series-premium a::after{
	background-image: url(/img_rwd/brand/brand-premium.jpg);
}
.box-series .series-standard a::after{
	background-image: url(/img_rwd/brand/brand-standard.jpg);
}
.box-series .series-budget a::after{
	background-image: url(/img_rwd/brand/brand-budget.jpg);
}
.box-series .series-hostels a::after{
	background-image: url(/img_rwd/brand/brand-hostels.jpg);
}
.box-series .series-maxcube a::after{
	background-image: url(/img_rwd/brand/brand-maxcube.jpg);
}
.box-series .series-resorts a::after{
	background-image: url(/img_rwd/brand/brand-resort.jpg);
}
.box-series .series-li a:hover{
	opacity: 1;
}
.box-series .series-ttl{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	max-width: 200px;
	width: 70%;
	height: 138px;
	z-index: 99;
	box-shadow: 3px 3px 16px -1px rgba(0,0,0,0.3);
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.box-series .series-li a:hover .series-ttl{
	top: calc(50% - 5px);
}
_:-ms-lang(x), .box-series .series-li a:hover .series-ttl{
	top: 48.5%; /* IE対策 */
}
.box-series .series-ttl.premium-color_bg{
	/* background-color: #231815; */
	background: url(/img_rwd/brand/bg_premium.png) repeat;
}
.box-series .series-ttl.resorts-color_bg{
	background: url(/img_rwd/brand/bg_resort.jpg) repeat;
}
.box-series .series-ttl img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform: translate(-50%,-50%);
	height: 100%;
	padding: 1em;
}
.box-series .series-premium .series-ttl img{
	padding: 0.8em 0.5em;
}
.box-series .series-txt_wrap{
	position: absolute;
	height: 141px;
	bottom: 0;
	left: 50%;
	-webkit-transform : translateX(-50%);
	transform: translateX(-50%);
	z-index: 10;
	width: 100%;
}
.box-series .series-copy{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%;
	padding: 0 1em;
	line-height: 1.5;
}

/* プランモーダル */
#plan_modal{
	display: none;
	position: fixed;
	justify-content: center;
	top: 0;
	background-color: rgba(0,0,0,0.8);
	width: 100%;
	height: 120vh;
	z-index: 9999;
}
#plan_modal .plan_modal_inr{
	max-width: 600px;
	margin: 0 auto;
	height: 95vh;
	padding: 16px;
	overflow: auto;
}
#plan_modal .plan_form{
	width: 100%;
	max-width: 600px;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
}
#plan_modal .plan_form dt{
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	margin-top: 1em;
}
#plan_modal .plan_form dt, #plan_modal .plan_form dd{
	width: 100%;
	text-align: left;
}
#plan_modal .plan_form select{
	width: 100%;
}
#plan_modal .plan_close{
	/* width: 40%; */
	width: 45px;
    height: 45px;
	color: #fff;
	text-align: center;
	margin: 20px auto 0;
	padding: 8px;
	border: 2px solid #fff;
	border-radius: 50%;
	cursor: pointer;
	box-sizing: border-box;
	position: absolute;
    top: 0;
    right: 0;
    background-image: url(/common_rwd/img/lightbox_parts/close.png);
    background-repeat: no-repeat;
    background-position: center;
}
#plan_modal .plan_select select {
	font-size: 1.6rem;
	width: 100%;
	padding-right: 5px;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#plan_modal .plan_select select::-ms-expand {
	display: none;
}
#plan_modal .plan_select.plan_select_item {
	position: relative;
	border-radius: 2px;
	border: 1px solid #555;
	border-radius: 2px;
	background: #ffffff;
}
#plan_modal .plan_select.plan_select_item::before {
	position: absolute;
	top: 1.2em;
	right: 0.8em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #555;
	pointer-events: none;
}
#plan_modal .plan_select.plan_select_item select {
	padding: 8px 38px 8px 6px;
	color: #555;
}
#plan_modal select:disabled{
	background-color: #ddd;
	cursor: not-allowed;
}
#plan_modal input[type="button"]:disabled{
	background-color: #555;
	cursor: not-allowed;
}
#plan_modal input[type="button"]{
	width: 100%;
	color: #fff;
	background-color: #cf000a;
	border: none;
	margin-top: 3.0em;
	padding: 8px;
	border-radius: 3px;
	cursor: pointer;
}
#plan_modal dt.plan_choice{
	color: #fff;
	font-size: 2.2rem;
	text-align: center;
	border-bottom: 1px dotted #fff;
}
#plan_modal #searchBox{
	margin-top:10px;
	display: flex;
	flex-wrap: wrap;
}
#plan_modal #searchBox dt{
	margin-top:0;
}
#plan_modal fieldset.checkin,
#plan_modal fieldset.checkout,
#plan_modal fieldset.rooms,
#plan_modal fieldset.adults,
#plan_modal fieldset.child1,
#plan_modal fieldset.child2,
#plan_modal fieldset.child3,
#plan_modal fieldset.child4,
#plan_modal fieldset.child5
{
	display: flex;
	padding:10px 0;
}
#plan_modal fieldset.rooms
{
	width:100%;
}
#plan_modal fieldset.adults{
	width:150px;
}
#plan_modal fieldset.child1{
	width:150px;
/*	width:calc(100% - 170px); */
}
#plan_modal fieldset.checkin legend,
#plan_modal fieldset.checkout legend,
#plan_modal fieldset.rooms legend,
#plan_modal fieldset.adults legend,
#plan_modal fieldset.child1 legend,
#plan_modal fieldset.child2 legend,
#plan_modal fieldset.child3 legend,
#plan_modal fieldset.child4 legend,
#plan_modal fieldset.child5 legend
{
	color: #fff;
	width: auto;
	max-width: none;
	padding-right:10px;
	font-size: 1.6rem;
}
#plan_modal fieldset.checkin input,
#plan_modal fieldset.checkout input,
#plan_modal fieldset.rooms select,
#plan_modal fieldset.adults select,
#plan_modal fieldset.child1 select,
#plan_modal fieldset.child2 select,
#plan_modal fieldset.child3 select,
#plan_modal fieldset.child4 select,
#plan_modal fieldset.child5 select
{
	width: auto;
	max-width: none;
	margin-right:30px;
	font-size: 1.6rem;

}
#plan_modal fieldset.child2 legend span,
#plan_modal fieldset.child3 legend span,
#plan_modal fieldset.child4 legend span,
#plan_modal fieldset.child5 legend span
{
	font-size: 1.6rem;
	font-weight:normal;
}

/* ================================================
 タブレット
================================================ */
@media screen and (max-width: 896px) {
/* main
================================================ */
main .mv_slider .slick-arrow{
	opacity: .75;
}
main .mv_slider .slick-prev{
	left: 6px;
}
main .mv_slider .slick-next{
	right: 6px;
}
main .bg_season{
	padding: 30px 0;
}
.box-hotel_search{
	padding-bottom: 60px;
}

.box-hotel_search .hotel_map_ttl{
	top: 0;
	left: 3%;
}
.box-hotel_search .hotel_map .hotel_num{
	font-size: 7.2rem;
}

.box-hotel_search .hotel_map{
	width: 100%;
	max-width: 300px;
	padding-top:0;
	aspect-ratio: 1 / 2;

}
.box-hotel_search .js-map_display{
	width: 100%;
	max-width: 300px;
	height: 0;
	padding-top: 91.8367%;
}
.hotel_btn_area{
	width: calc(97% - 38%);
	margin-left: 3%;
	padding: 1.2em;
}
.hotel_btn_area .btn_area_back{
	margin-top: 0.8em;
	padding: 0.4em 2em;
}
.box-hotel_search .hotel_btn_list > li, .box-hotel_search .hotel_btn_todoufuken > dt, .box-hotel_search .hotel_btn_todoufuken > dd{
	margin-top: 0.4em;
}
.box-hotel_search .hotel_btn_list > li a, .box-hotel_search .hotel_btn_todoufuken > dt, .box-hotel_search .hotel_btn_todoufuken > dd a{
	padding: .6em;
}
.box-hotel_search .hotel_btn_todoufuken > dt{
	margin-top: 0;
	padding: 0 .5em .5em;
}

.box-hotel_search .hotel_btn_list{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: left;
}
.box-hotel_search .hotel_btn_list > li{
	width:calc(50% - 16px);
}
.box-hotel_search .hotel_btn_list > li a>div{
	font-size:16px;
}
.box-hotel_search .todoufuken_flex > dd{
	width:calc(50% - 16px);
}

/* オープン予定ホテル */
.open_hotel{
	width: 100%;
	padding: 1em 0;
}
.open_hotel h2{
	font-size: 3.0rem;
	margin-bottom: 0;
}
.open_hotel .slick-track{
	height: calc(100% - 4px);
}
.open_hotel .slick-slide{
	margin: 0 15px;
	padding: 0;
}
.open_hotel .open_slider{
	margin-top: -15px;
	margin-left: 0;
	flex-wrap: nowrap;
}
.open_hotel .open_slider_li{
	max-width: 80vw;
	margin-top: 5px;
	margin-left: 0;
	border: 3px solid #9F7A46;
}
.open_hotel .slick-dots{
	position: static;
	margin-top: -0.8em;
}
.open_hotel .slick-dots li{
	margin: 0;
}
.open_hotel .slick-dots li.slick-active button:before{
	color: #1D2088;
}
.open_hotel .slick-dotted.slick-slider{
	margin-top: 5px;
	margin-bottom: 0;
}
.open_hotel .slick-prev{
	left: 5px;
}
.open_hotel .slick-next{
	right: 5px;
}
.open_hotel .slick-prev:before, .open_hotel .slick-next:before{
	color: #333;
	font-size: 4rem;
}
.open_hotel .slick-prev, .open_hotel .slick-next{
	z-index: 99;
}
.open_hotel .slick-prev, .open_hotel .slick-next{
	width: 4rem;
	height: 4rem;
}
.open_hotel .list-box_inner{
	padding: 10px 10px 0;
}
.open_hotel .list-openday{
	margin-bottom: 0;
}
.open_hotel .list-leftbox{
	width: 28%;
}
.open_hotel .list-rightbox{
	width: 72%;
}
.open_hotel .list-category{
	margin-bottom: 0.4em;
}
.open_hotel .list-hotel_address{
	margin-top: 0.6em;
	padding-bottom: 0.6em;
}
.open_hotel .list-access{
	margin-top: 0.8em;
}
.open_hotel .list-btn{
	margin: 2% 0 10px;
	padding: 0 10px;
}
.open_hotel .list-btn li{
	width: 100%;
	margin-left: 0;
}
.open_hotel .list-btn li + li{
	margin-left: 2%;
}
main .hotel_seo_txt{
	margin-top: 30px;
}
.box-hotel_search .bnr-livechoku{
	margin-top: 5%;
}
/* シリーズ紹介 */
.box-series li{
	width: 50%;
}
.box-series .series-li a{
	height: 350px;
}
.box-series .series-ttl{
	width: 60%;
	height: 100px;
}
.box-series .series-txt_wrap{
	height: 125px;
}
}

@media screen and (max-width: 673px) {
/* ホテルマップ */
.box-hotel_search .js-map_display{
	display: none;
	position: static;
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	background-repeat: repeat;
	background-size: auto auto;
	transition-duration: 0s;
	opacity: 1;
	z-index: auto;
}
.box-hotel_search .hotel_map_wrap{
	flex-wrap: wrap;
	align-items: normal;
}
.box-hotel_search .hotel_map{
	max-width: none;
	background-image: none;
	background-size: auto auto;
	float: none;
}
.box-hotel_search .hotel_map{
	position: static;
	height: auto;
	padding-top: 0;
	z-index: auto;
	aspect-ratio: auto;
}
.box-hotel_search .hotel_map_ttl{
	position: static;
	top: auto;
	left: auto;
	z-index: auto;
}
.box-hotel_search .hotel_map h2{
	text-align: center;
}
.box-hotel_search .hotel_map_ttl_inner{
	margin: 0 auto;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}
.box-hotel_search .hotel_map .hotel_map_head{
	font-weight: bold;
	text-align: center;
	margin-top: -0.1em;
	margin-right: 0.5em;
}
.box-hotel_search .hotel_map .hotel_map_head::before{
	content: normal;
	width: auto;
	height: auto;
	background-color: transparent;
	display: inline-block;
	margin-bottom: 0;
}
.box-hotel_search .hotel_map .hotel_map_txt{
	text-align: center;
	line-height: 1.2;
}
.box-hotel_search .hotel_map .hotel_num{
	font-size: 7.0rem;
}
.box-hotel_search .hotel_btn_area{
	width: 100%;
	margin-top: 2%;
	margin-left: 0;
}
.box-hotel_search .hotel_btn_list > li, .box-hotel_search .hotel_btn_todoufuken > dt, .box-hotel_search .hotel_btn_todoufuken > dd{
	margin-top: .8em;
}
.box-hotel_search .hotel_btn_todoufuken > dt{
	margin-top: 0;
}
/* オープン予定ホテル */
.open_hotel .list-leftbox{
	width: 35%;
}
.open_hotel .list-rightbox{
	width: 65%;
}
.open_hotel .list-hotel_name{
	line-height: 1.4;
}
.open_hotel .list-category{
	margin-bottom: 0.5em;
}
.open_hotel .list-hotel_address{
	margin-top: 0.5em;
	padding-bottom: 0.5em;
}
.open_hotel .list-access{
	margin-top: 0.5em;
}
.box-hotel_search .bnr-livechoku{
	margin-top: 8%;
}
main .hotel_seo_txt{
	margin-top: 30px;
}
/* ご案内 */
.box-guide li{
	width: 50%;
}
.box-guide .guide-li a{
	height: 200px;
}
}

/* ================================================
 スマホ
================================================ */
@media screen and (max-width: 480px) {
/* main
================================================ */
main .bg_season{
	padding: 20px 0;
}
.box-hotel_search{
	padding-bottom: 50px;
}
.box-hotel_search .hotel_map_ttl_inner{
	display: block;
}
.box-hotel_search .hotel_map .hotel_map_head{
	font-weight: bold;
	text-align: center;
	margin-top: 0.5em;
	margin-right: 0;
}
/* オープン予定ホテル */
.open_hotel h2{
	font-size: 2.4rem;
}
.open_hotel .slick-slide{
	margin: 0 5px;
}
.open_hotel .open_slider_li{
	max-width: 80vw;
}
.open_hotel .open_slider_li .icon-shinchiku::before{
	top: 26px;
	left: 0;
}
.open_hotel .open_slider_li .icon-shinchiku::after{
	top: 34px;
	left: 7px;
}
.open_hotel .list-openday{
	line-height: 1.2;
}
.open_hotel .list-box_inner{
	flex-wrap: wrap;
}
.open_hotel .list-leftbox, .open_hotel .list-rightbox{
	width: 100%;
	margin: 0;
}
.open_hotel .list-hotel_name{
	font-size: 1.8rem;
	margin-top: 0.3em;
}
.open_hotel .list-category{
	margin-bottom: 0;
}
.box-guide .guide-p::before{
	width: 2em;
	height: 2em;
}
.box-hotel_search .bnr-area{
	margin-top: 15px;
}
main .hotel_seo_txt{
	margin-top: 20px;
	line-height: 1.4;
}
.open_hotel .list-btn li + li{
	margin-left: 4.5%;
}
/* シリーズ紹介 */
.box-series ul{
	padding-top: calc(0.5em + 40px);
}
.box-series li{
	width: 100%;
	overflow: visible;
	margin-bottom: 3em;
}
.box-series li:last-of-type{
	margin-bottom: 0;
}
.box-series .series-li a{
	height: 250px;
}
.box-series .series-li a .series-ttl{
	top: 0;
}
.box-series .series-ttl{
	top: 0;
	width: 50%;
	height: 80px;
}
.box-series .series-li a:hover .series-ttl{
	top: 0;
}
.box-series .series-li a::after{
	height: 60%;
}
.box-series .series-copy{
	top: 50%;
}
.box-series .series-premium .series-ttl img,
.box-series .series-budget .series-ttl img{
	padding: 0.5em;
}
.box-series .series-txt_wrap{
	height: 100px;
}
}