@charset "utf-8";


/*  キービジュアル
============================================================================= */
.mv, .mv-inner, .mv-sp, .mv-slide_item img{
	height: 400px;
}
.mv{
	position: relative;
	overflow: hidden;
	width: 100%;
	background: #000;
}

.mv-inner{
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	margin: 0 auto;
	padding: 0 5px;
	width: 100%;
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.8);	
}
.mv-ttl{
	font-size: 2.0rem;
}
.mv-txt{
	margin-top: 30px;
	font-size: 2.8rem;
}
.mv-slide{
	position: absolute!important;
	left: 0;
	top: 0;
	opacity: 0;
	transition: opacity .3s linear;
}
.mv-slide.slick-initialized{
	opacity: 1;
}
.mv-slide_item img{
	width: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%;'	
}
.mv-slide_item figcaption{
	position: absolute;
	right: 10px!important;
	bottom: 5px!important;
	color: #fff;
	font-size: 1.1rem;
	font-weight: bold;
}

@media screen and (min-width: 760px) {
	.mv, .mv-inner, .mv-slide, .mv-slide_item img{
		height: 500px;
	}
	.mv-inner{
		min-width: 970px;
		max-width: 1246px;
	}
	.mv-ttl{
		font-size: 3.0rem;
	}
	.mv-txt{
		font-size: 5.0rem;
	}

	.mv-slide_item{
		position: relative;
	}
	.mv-slide_item img{
        transform: translateX(-5%) scale(1.1);
	}
	.mv-slide_item.slick-active img{
		animation: bg-zoom-in 10s ease-in-out;
		-webkit-animation: bg-zoom-in 10s ease-in-out;
		animation-fill-mode:forwards;
	}
}

@keyframes bg-zoom-in {
    0% {
        transform: translateX(5%) scale(1.1);
    }
    100% {
        transform: translateX(-5%) scale(1.1);
    }
}

/*  共通
============================================================================= */
.contents-wraper{
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
.sect-ttl{
	font-size: 2.5rem;
	font-weight: bold;
}
.sect-subttl{
	font-size: 1.8rem;
	font-weight: bold;
}
.sect-txt{
	margin-top: 20px;
}
.insect{
	margin-top: 30px;
}
.insect:first-of-type{
	margin-top: 30px;
}
.morelink{
	margin-top: 30px;
	text-align: right;
}
.morelink a{
	display: inline-block;
	position: relative;
	padding-right: 30px;
	transition: all .5s ease;
}
.morelink a:after{
	position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
	display: inline-block;
    font-family: 'Material Icons Round';
    content: "\e409";
    font-size: 3.0rem;
	line-height: 1;
}
.morelink a:hover{
	opacity: .6;
}

@media screen and (min-width: 760px) {
	.sect-ttl{
		font-size: 3.0rem;
	}
	.sect-subttl{
		font-size: 2.5rem;
	}
	.insect{
		margin-top: 50px;
	}
	.insect:first-of-type{
		margin-top: 30px;
	}
	.morelink{
		margin-top: 30px;
		text-align: right;
	}
	.morelink a{
		position: relative;
		padding-right: 30px;
		transition: all .5s ease;
	}
	.morelink a:after{
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		display: inline-block;
		font-family: 'Material Icons Round';
		content: "\e409";
		font-size: 3.0rem;
		line-height: 1;
	}
	.morelink a:hover{
		opacity: .6;
	}
}

/*  部門別アイコン
============================================================================= */
.department {
    position: relative;
    padding: 5px 0 20px;
}
p.daikibo_icon {
    position: absolute;
    left: 10px;
    padding: 2px 6px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    background: #65544a;
    border-radius: 50vw;
    white-space: nowrap;
}


/*  バナー
============================================================================= */
.head-bn{
	padding: 30px 10px 10px;
	text-align: center;
	background: #EEECE2;
}
.head-bn img{
	width: inherit;
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 759px) {
	.head-bn_pc{
		display: none;
	}
}
@media screen and (min-width: 760px) {
	.head-bn{
		padding: 50px 0 0;
	}
	.head-bn_sp{
		display: none;
	}
	.head-bn a{
		transition: opacity .5s ease;
	}
	.head-bn a:hover{
		opacity: .6;
	}
}

/*  ページ内アンカー
============================================================================= */
.pagenav{
    width: 100%;
    background: linear-gradient(to right, #1e130c 0%, #65544a 100%);
    box-shadow: 0px 0px 10px 0 rgb(0 0 0 / 20%);
}
.pagenav_list{
	display: flex;
	justify-content: center;
}
.pagenav_list li{
	position: relative;
	width: 100%;
}
.pagenav_list li:after{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	display: inline-block;
	width: 1px;
	height: calc(100% - 10px);
	background: #fff;
}
.pagenav_list li a{
	position: relative;
	display: block;
	padding: 10px 10px 20px;
	color: #fff;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
}
.pagenav_list li a:after{
	position: absolute;
    left: 50%;
	bottom: 0;
	z-index: 4;
	transform: translateX(-50%);
	font-family: 'Material Icons Round';
	content: "\e5cf";
	font-size: 1.5rem;
}
.fixed .pagenav{
	position: fixed;
	left: 0;
	top: -64px;
	z-index: 100;
}

@media screen and (max-width: 759px) {
    .pagenav_list li{
	width: 100%;
    }
    .pagenav_list li:last-child:after{
	display: none;
    }
}

@media screen and (min-width: 760px) {
    .pagenav_list li:first-child:before{
	    position: absolute;
	    left: 0;
	    top: 50%;
	    transform: translateY(-50%);
	    content: "";
	    display: inline-block;
	    width: 1px;
	    height: calc(100% - 10px);
	    background: #fff;
    }
    .pagenav_list li a{
	    overflow: hidden;
	    padding: 15px 25px 25px;
	    font-size: 1.6rem;
	    outline: none;
	    transition: ease .2s;
    }
    .pagenav_list li span {
	    position: relative;
	    z-index: 3;
    }
    .pagenav_list li a:before {
	    position: absolute;
	    top:0;
	    left: 0;
	    content: '';
	    z-index: 2;
	    width: 100%;
	    height: 0;
	    background: #333;
	    transition: .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    }
    .pagenav_list li a:hover:before{
        height: 100%;  
        background-color: #555;
    }
}

/*  検索・マップ
============================================================================= */
.sh-sect{
	background: #EEECE2;
}
.sh-map{
	margin: 30px 10px 0;
}

@media screen and (min-width: 760px) {
	.sh-wrap{
		display: flex;
		margin-left: -20px;
	}
	.sh-panel, .sh-map{
		margin-left: 20px;
		width: calc(100% / 2 - 20px);
		background: #fff;
	}

	.sh-map{
		display: block;
		margin: 0;
		padding: 20px 30px;
	}
	.sh-map h2{
		font-size: 1.8rem;
		font-weight: bold;
	}
	.sh-map .f-map-wrap{
		position: relative;
		margin: -25px auto 0;
	}
	.sh-map .f-map svg {
		width: 100%;
		max-height: 349px;
	}
	.sh-map .f-map path.is-active {
		fill: #65544A;
	}
	.sh-map .f-map-text:hover {
		fill: #d2d0ce;
		cursor: pointer;
	}
	.sh-map .f-map-list__item {
		position: absolute;
	}
	.sh-map .f-map-list__item:nth-child(1) {
		top: 8.8%;
		left: 75.6%;
	}
	.sh-map .f-map-list__item:nth-child(2) {
		top: 27%;
		left: 67%;
	}
	.sh-map .f-map-list__item:nth-child(3){
		top: 58.8%;
    	left: 77.5%;
	}
	.sh-map .f-map-list__item:nth-child(4) {
		top: 33.3%;
		left: 38.5%;
	}
	.sh-map .f-map-list__item:nth-child(5) {
		top: 47.7%;
		left: 28.5%;
	}
	.sh-map .f-map-list__item:nth-child(6) {
		top: 69%;
  		left: 75.5%;
	}
	.sh-map .f-map-list__item:nth-child(7) {
		top: 89.2%;
		left: 41.7%;
	}
	.sh-map .f-map-list__item:nth-child(8) {
		top: 55%;
		left: 14.6%;
	}
	.sh-map .f-map-list__item:nth-child(9) {
		top: 89.2%;
		left: 28.5%;
	}
	.sh-map .f-map-list__item:nth-child(10) {
		top: 89%;
		left: 8.6%;
	}
	.sh-map .f-map-list__item:nth-child(11) {
		top: 24.5%;
		left: 22.6%;
	}
	.sh-map .f-map-list__item:nth-child(12) {
		top: 48.5%;
		left: 66.6%;
	}

	.sh-map .f-map-list__link {
		border: 1px solid #65544A;
		display: inline-flex;
		align-items: center;
		padding: 5px 10px 5px 3px;
		background: #fff;
		font-size: 1.2rem;
		color: #323743;
	}
	.sh-map .f-map-list__link .f-icon {
		color: #65544a;
		font-size: 1.3em;
		transform: scale(1.5);
	}

	@supports ((-webkit-background-clip: text) or (background-clip: text)) {
		.sh-map .f-map-list__link .f-icon {
			background: linear-gradient(#7d6b61, #65544a);
			-webkit-background-clip: text;
			background-clip: text;
			-webkit-text-fill-color: transparent;
		}
	}
	.sh-map .f-map-pref {
		position: absolute;
		top: 100%;
		left: 0;
		width: 136px;
		display: flex;
		flex-wrap: wrap;
		border: 1px solid #BCBDC2;
		background: #fff;
		transition: opacity 0.3s ease-in-out;
		opacity: 0;
		z-index: -1;
		visibility: hidden;
	}
	.sh-map .f-map-pref.is-active {
		opacity: 1;
		visibility: visible;
		z-index: 1;
	}
	.sh-map .f-map-pref.f-map-pref--upper {
		top: auto;
		bottom: 100%;
	}
	.sh-map .f-map-pref__item {
		flex: 50%;
		max-width: 50%;
	}
	.sh-map .f-map-pref__link {
		color: #323743;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 10px 8px 10px 10px;
		font-size: 1.2rem;
		line-height: 1;
		letter-spacing: 0;
		background: #fff;
	}
	.sh-map .f-map-pref__link .f-icon {
		color: #95999e;
		font-size: 1em;
		transform: scale(1.5);
	}
	.sh-map .f-map-list__link:hover {
		color: #65544A;
		background: #d2d0ce;
	}
	.sh-map .f-map-pref__link:hover {
		color: #65544A;
		background: #d2d0ce;
	}
}

.sh-bt a{
	overflow: hidden;
	position: relative;
	display: inline-block;
	margin: 0 auto;
	padding: 15px 5px;
	width: 100%;
	height: inherit;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	background: -webkit-gradient(linear, left top, right top, from(#1e130c), to(#65544a));
	background: linear-gradient(to right, #1e130c 0%, #65544a 100%);
	-webkit-box-shadow: 0px 1px 3px rgb(0 0 0 / 20%);
	box-shadow: 0px 1px 3px rgb(0 0 0 / 20%);
	-webkit-transition: border-radius .3s;
	transition: border-radius .3s;
	border: none;
	line-height: 1.4;
	text-align: center;
	cursor: pointer;
}
.sh-bt a:hover {
	border-radius: 30px;
	opacity: 1;
}
.sh-bt span{
	position: relative;
	padding-right: 20px;
}
.sh-bt span:after{
	position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    font-family: 'Material Icons Round';
    content: "\e409";
	font-weight: normal;
    font-size: 3.0rem;
    line-height: 1;
}

@media screen and (min-width: 760px) {
	.sh-bt{
    margin-top: 10px;
		text-align: right;
	}
	.sh-bt a{
		max-width: 290px;
	}
}



/*  リモートコンシェルジュ
============================================================================= */
.remote-sect{
	background: #EEECE2;
}
.remote-wrap{
	padding: 24px;
	background: #fff;
}
.remote-box{
	display: flex;
	margin-top: 20px;
}
.remote-txt{
	flex: 1 auto;
	color: #65544A;
}
.remote-bt{
	margin-top: 20px;
	text-align: right;
}

.remote-bt a{
	overflow: hidden;
	position: relative;
	display: inline-block;
	margin: 0 auto;
	padding: 15px 10px;
	width: 100%;
	height: inherit;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	background: -webkit-gradient(linear, left top, right top, from(#1e130c), to(#65544a));
	background: linear-gradient(to right, #1e130c 0%, #65544a 100%);
	-webkit-box-shadow: 0px 1px 3px rgb(0 0 0 / 20%);
	box-shadow: 0px 1px 3px rgb(0 0 0 / 20%);
	-webkit-transition: border-radius .3s;
	transition: border-radius .3s;
	border: none;
	line-height: 1.4;
	text-align: center;
	cursor: pointer;
}
.remote-bt a:hover {
	border-radius: 30px;
	opacity: 1;
}
.remote-bt span{
	position: relative;
	padding-right: 20px;
}
.remote-bt span:after{
	position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    font-family: 'Material Icons Round';
    content: "\e409";
	font-weight: normal;
    font-size: 3.0rem;
    line-height: 1;
}
@media screen and (max-width: 760px) {
	.remote-wrap{
		margin: 0 10px;
	}
	.remote-box{
		flex-direction: column-reverse;
	}
	.remote-body{
		margin-top: 20px;
	}
}

@media screen and (min-width: 760px) {
	.remote-box{
		flex-direction: row-reverse;
	}
	.remote-img{
		width: 320px;
	}
	.remote-body{
		display: flex;
		flex-direction: column;
		margin-left: 30px;
		width: calc(100% - 350px);
	}
	.remote-bt{
		margin-top: 0;
	}
	.remote-bt a{
		max-width: 290px;
	}
}


/*  プラチナクオリティ
============================================================================= */
.platinum-sect{
	background: #EEECE2;
}
.platinum-sect .in-wrapper{
	padding: 0 10px;
}
.platinum-cont{
	position: relative;
	margin-top: 30px;
	padding-top: 90px;
	color: #65544A;
}
.platinum-cont:before{
	position: absolute;
	left: 50%;
	top: 0;
	content: "";
	margin-left: -40px;
	width: 80px;
	height: 80px;
	border-radius: 50vw;
	background: url("/premium/_images/crown.svg") center 40% / 70% auto no-repeat #fff;
	box-shadow: 0px 0px 3px 3px rgba(203,198,174,0.3);
}
.platinum-cont dt{
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
}
.platinum-cont dt:not(:first-of-type){
	margin-top: 20px;
}
.platinum-cont dd{
	margin-top: 5px;
}
.platinum-kome{
	margin-top: 20px;
}
.platinum-kome span{
	position: relative;
	display: inline-block;
	padding-left: 1.2em;
}
.platinum-kome span:before{
	position: absolute;
	left: 0;
	top: 0;
	content: "※";
}
	
	
@media screen and (min-width: 760px) {
	.platinum-cont{
		position: relative;
		flex: 1 auto;
		padding: 0 0 0 220px;
	}
	.platinum-cont:before{
		left: 20px;
		top: 10px;
		margin-left: 0;
		width: 150px;
		height: 150px;
	}
	.platinum-cont dt{
		text-align: left;
	}
	.platinum-kome{
		margin-top: 30px;
		text-align: right;
		font-size: 1.3rem;
	}
}


/*  カセット（共通）
============================================================================= */
.cassette{
	display: flex;
	flex-wrap: wrap;
	margin: 10px 0 0 -10px;
}
.cassette_item{
	margin: 10px 0 0 10px;
	width: calc(100% - 10px);
}
.cassette_box{
	cursor: pointer;
	display: flex;
	flex-direction: column-reverse;
	height: 100%;
	color: #323743;
	background: #fff;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	transition: all .5s ease;
}
.cassette_photo figure{
	overflow: hidden;
}
.cassette_photo figure,
.cassette-modal_photo figure{
	position: relative;
	overflow: hidden;
}
.cassette_photo figcaption,
.cassette-modal_photo figcaption{
	position: absolute;
	right: 5px;
	bottom: 0;
	color: #fff;
	text-shadow: 1px 2px 3px #000;
	font-size: 1.1rem;
	font-weight: bold;
}

.cassette-modal_mov{
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 75%!important;
}
.cassette-modal_photo .eviry-baseplayer{
}

.cassette-modal_photo .eviry-baseplayer{
	position: absolute!important;
    top: 50%;
    left: 50%;
	transform: translate(-50%,-50%);
	width: 100%!important;
	height: 0!important;
	padding-top: calc(295 / 480 * 100%)!important;
}
.cassette-modal_photo .eviry-screen{
	position: absolute!important;
	width: 100%!important;
	height: 100%!important;
}
.cassette_photo{
	min-height: 0%;
}
.cassette_photo img{
    transform: scale(1.2,1.2);
	transition: all .5s ease;
}
.cassette_ttl{
	display: flex;
	flex-direction: column;
	flex: 1 auto;
	min-height: 0%;
	padding: 10px;
}
.cassette_style{
	text-align: right;
	font-size: 1.2rem;
}
.cassette_name{
	flex: 1 auto;
}

.cassette_area, .cassette-modal_area{
	color: #656972;
	font-size: 1.1rem;
}
.cassette_name, .cassette-modal_name{
	font-weight: bold;
}



html.sp-lock, body.sp-lock{
    height: calc(var(--window-inner-height) - 1px);
    overflow: hidden;
    box-sizing: border-box;
}

.cassette-modal{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: #fff;
}
.cassette-modal:before{
	background: #fff;
}

.-contents-sp .cassette-modal{
	overflow-y: auto;
}

.cassette-modal_wrap{
	position: relative;
	display: flex;
	flex-direction: column-reverse;
	padding: 50px 0;
	width: 100%;
	height: 100%;
	background: #fff;
}
.cassette-modal_body{
	flex: 1 auto;
	padding: 20px;
}

.cassette-modal_photo img{
	width: 100%;
	height: auto;
    transform: scale(1.2,1.2);
}
.cassette-modal_name{
	font-size: 2.2rem;
}
.cassette_flexbox{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}
.cassette_valu{
	display: flex;
	align-items: center;
	font-size: 1.1rem;
}
.cassette_valu dt{
	white-space: nowrap;
	vertical-align: bottom;
}
.cassette_valu dd{
	margin-left: 10px;
}
.cassette_valu-star{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	vertical-align: middle;
	line-height: 1;
}
.cassette_valu-num{
	width: 40px;
}
.cassette_valu-num span{
	font-size: 2.0rem;
}
.cassette-modal_htldetail a{
	position: relative;
	padding: 0 35px 0 20px;
}
.cassette-modal_htldetail a:after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	font-family: 'Material Icons Round';
    line-height: 1;
}

.cassette-modal_htldetail a:after{
	right: 0;
	content: "\e409";
    font-size: 3.0rem;
}

.cassette-modal_txt{
	margin-top: 20px;
}
.cassette-modal_rsv{
	margin:  30px 20px 0;
}
.cassette-modal_rsv li{
	margin: 15px auto 0;
	width: 100%;
	max-width: 350px;
}
.cassette-modal_rsv li a{
	display: block;
	padding: 10px;
	color: #8B3849;
	text-align: center;
	font-weight: bold;
	border: solid 2px #8B3849;
	transition: all .5s ease;
}
.modal-close {
	cursor: pointer;
    margin-bottom: 0;
    right: 10px;
    top: 10px;
    color: #656972;
}
.modal-close-txt{
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
}


.cassette-more-txt{
	padding-top: 30px;
	width: 100%;
	text-align: center;
}
.cassette-more-txt span{
	position: relative;
	padding-left: 45px;
	transition: all .5s ease;
}
.cassette-more-txt span:before{
	position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
	display: inline-block;
    font-family: 'Material Icons Round';
    content: "\e5cf";
    font-size: 2.6rem;
	transition: all .5s ease;
}
.cassette-more-txt.is-active span:before{
	transform: translateY(-50%) rotateZ(180deg);
}


@media screen and (min-width: 760px) {
	.cassette{
		margin: 10px 0 0 -20px;
	}
	.cassette_item{
		margin: 20px 0 0 20px;
		width: calc(100% / 3 - 20px);
	}
	.cassette_box:hover{
		opacity: .6;
	}
	.cassette_box:hover .cassette_photo img{
		transform: scale(1.3,1.3);
	}

	.cassette-modal{
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		max-width: 1236px;
		min-width: 970px;
		height: auto;
	}
	.cassette-modal_wrap{
		flex-direction: row-reverse;
		padding: 0;
		height: auto;
	}
	.cassette-modal_body{
		display: flex;
		flex-direction: column;
		justify-content:space-between;
		padding: 40px 20px 25px;
		width: 40%;
	}
	.cassette-modal_top{
		flex: 1;
	}
	.cassette-modal_name{
		font-size: 2.6rem;
	}
	.cassette_area, .cassette-modal_area{
		font-size: 1.3rem;
	}
	.modal-wrap .cassette_flexbox{
		margin-top: 20px;
	}
	.cassette_valu{
		font-size: 1.3rem;
	}
	.cassette_valu-star{
		width: 80px;
	}
	.cassette-modal_rsv{
		margin: 0;
	}
	.cassette-modal_rsv li a:hover{
		opacity: .6;
	}
	.cassette-modal_photo{
		width: 60%;
	}
	.modal-close:hover {
		color: #656972;
	}
}


/*  JTBが提案する11の過ごし方
============================================================================= */
.jtbplan-sect{
	background: #EEECE2;
}
.jtbplan-sect .in-wrapper{
	padding: 0 10px;
}

.hotel-cassette_recommend-list li{
	position: relative;
	padding-left: 20px;
}
.hotel-cassette_recommend-list li:after{
	position: absolute;
    left: 0;
	top: 0;
	display: inline-block;
    font-family: 'Material Icons Round';
    content: "\e838";
	font-size: 1.6rem;
}
.hotel-cassette_recommend-list a:hover{
	opacity: .6;
}

/*  ランキング・おすすめの過ごし方
============================================================================= */
.ranking-sect .in-wrapper, .howtime-sect .in-wrapper{
	padding: 0 10px;
}
.cassette.-howtime .cassette_item{
	width: calc(100% / 2 - 10px);
}

@media screen and (min-width: 760px) {
	.cassette.-howtime .cassette_item{
		width: calc(100% / 4 - 20px);
	}
}

/* ランキングのみ */
	.cassette.-ranking .cassette_item{
		padding-top: 0px;
}
	.cassette.-ranking .cassette_item:before {
		width: 40px;
		height: 40px;
		line-height: 1.2;
		background: url("../_images/crown_rank04.svg") center / 100% no-repeat;
	}
	
@media screen and (min-width: 760px) {
	.cassette.-ranking .cassette_item{
		width: calc(100% / 3 - 20px);
	}
}


/*  特集バナー
============================================================================= */
.feature-sect .in-wrapper{
    padding: 0 10px;
}
.feature-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    margin: 10px 0 0 -12px;
}
.feature-list > li{
	margin: 10px 0 0 10px;
	width: calc(100% / 2 - 10px);
}
.feature-list > li p{
	margin-top: 10px;
	line-height: 1.3;
	color: #65544a;
}
.feature-list > li dl{
	margin-top: 10px;
	line-height: 1.3;
}
.feature-list > li dt{
	font-weight: bold;
}
.feature-list > li dd{
	margin-top: 5px;
	font-size: 1.2rem;
}

.feature-list_tabimonogatari{
	position: relative;
	padding-top: calc(175 / 260 * 100%);
	height: 0;
	border: solid 1px #ccc;
}
.feature-list_tabimonogatari img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	max-width: 200px;
}
.feature__more{
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
}

/* もっと見る */
.bt-more{
	margin-top: 20px;
	text-align: center;
}
.bt-more span{
	cursor: pointer;
	transition: opacity .2s;
}
.bt-more span:after{
    display: inline-block;
	content: "\e5cf";
    font-family: 'Material Icons Round';
    font-size: 2.5rem;
    text-decoration: none;
    speak: none;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    margin-bottom: 5px;
	transform: rotate(0deg);
    transition: 0.2s;
}
.bt-more.is-open span:after{
	transform: rotate(180deg);
}
.bt-more span:hover{
	opacity: .6;
}

@media screen and (min-width: 760px){
	.feature-sect .in-wrapper{
		padding: 0;
	}
	.feature-list{
		display: flex;
		flex-wrap: wrap;
		margin-top: -20px;
	}
	.feature-list > li{
		margin-top: 50px;
		width: calc(100% / 4 - 10px);
		max-width: 260px;
	}
	.feature-list:before{
		content:"";
		display: block;
		margin: 10px 0 0 10px;
		width: 260px;
		order:1;
	}
	.feature-list:after{
		content:"";
		display: block;
		margin: 10px 0 0 10px;
		width: 260px;
	}
	.feature-list > li a:hover{
		opacity: .6;
	}
	.feature-list > li dd{
		font-size: 1.4rem;
	}

	
	/* もっと見る */
	.bt-more{
		margin-top: 30px;
	}
}


/*  faq
============================================================================= */
.faq-sect .sect-ttl{
	margin: 0 10px;
}
.faq-dl{
	margin-top: 30px;
}
.faq-dl dt{
	overflow: hidden;
	cursor: pointer;
	position: relative;
	padding: 20px 30px 20px 50px;
	color: #65544A;
	background: #EEECE2;
	transition: all .5s ease;
}

.faq-dl dt:before{
	position: absolute;
	left: 10px;
	top: 8px;
	content: "Q.";
	font-size: 2.6rem;
}
.faq-dl dt:after{
	position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
	display: inline-block;
    font-family: 'Material Icons Round';
    content: "\e5cf";
    font-size: 2.6rem;
	transition: all .5s ease;
}
.faq-dl dt.is-active:after{
	transform: translateY(-50%) rotateZ(180deg);
}
.faq-dl dd{
	display: none;
	position: relative;
	padding: 20px 30px 20px 50px;
	background: #F4F5F5;
}
.faq-dl dd:before{
	position: absolute;
	left: 10px;
	top: 8px;
	content: "A.";
	color: #8B3849;
	font-size: 2.6rem;
}
.faq-dl dd a{
	text-decoration: underline;
	transition: all .5s ease;
}
@media screen and (min-width: 760px) {
	.faq-sect .sect-ttl{
		margin: 0;
	}
	.faq-dl dt{
		padding: 20px 30px 20px 80px;
	}
	.faq-dl dt:before,
	.faq-dl dd:before{
		left: 20px;
		top: 12px;
	}
	.faq-dl dt:hover{
		opacity: .6;
	}
	.faq-dl dt:after{
		right: 15px;
	}
	.faq-dl dd{
		padding: 20px 30px 20px 80px;
	}

	.faq-dl dd a:hover{
		opacity: .6;
	}
}

/*  resrvbtn
============================================================================= */
.resrvbtn{
	padding: 30px 0;
	width: 100%;
    background: #f5f5f5;
}
.resrvbtn.absolute{
	position: absolute;
	padding: 30px 0;
}
.resrvbtn .select-departure{
	position: absolute;
	right: 5px;
	top: 3px;
}
.resrvbtn .select-departure__panel{
	left: inherit;
	right: 0;
	padding: 0 1px 1px 0;
	width: 300%;
}
.resrvbtn .select-departure__panel li{
	float: left;
	margin: 1px 0 0 1px;
	width: calc(100% / 4 - 1px);
	text-align: center;
	background: #f5f5f5;
}
.resrvbtn .select-departure__panel li.is-active{
	color: #fff;
	background: #01a199;
}
.resrvbtn-dl{
	display: flex;
	flex-wrap: wrap;
	margin-right: 170px;
}
.resrvbtn-dl dt{
	padding-top: 5px;
	width: 250px;
	color: #01a199;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.1;
	text-align: center;
    text-shadow:
		3px 3px 3px #fff, -3px -3px 3px #fff,
	   -3px 3px 3px #fff,  3px -3px 3px #fff,
		3px 0px 3px #fff, -3px -0px 3px #fff,
		0px 3px 3px #fff,  0px -3px 3px #fff;
}
.resrvbtn-dl dd{
	width: calc(100% - 250px);
}
.reserv-att{
	margin-top: 10px;
	width: 100%;
	text-align: center;
	font-size: 1.1rem;
}
.reserv-att a{
	color: #323743;
	text-decoration: underline;
}


.resrvbtn-dl .recommend-cassette_link{
	margin-top: 0;
}


/*  tour
============================================================================= */
.recommend-cassette_link{
	display: flex;
	justify-content: space-between;
	margin: 15px 0 0 -8px;
}
.recommend-cassette_link li{
	margin-left: 8px;
	width: 100%;
	text-align: center;
}
.recommend-cassette_btn{
	position: relative;
	display: block;
	padding: 15px 15px 15px 5px;
	color: #fff!important;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	border-radius: 8px;
	transition: opacity .2s;
}
.recommend-cassette_btn:hover{
	opacity: .6;
}
.recommend-cassette_btn:after{
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;

	font-family: 'kkrs-dp' !important;
	content: "\e902";
	text-decoration: none;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
li.recommend-cassette_jr .recommend-cassette_btn{ background: #f59000; }
li.recommend-cassette_air .recommend-cassette_btn{ background: #60a8d6; }

.recommend-cassette_btn span{
	display: inline-block;
	position: relative;
	padding-left: 20px;
}
.recommend-cassette_btn span:before{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -.5em;
    transition: .2s;
	font-size: 1.8rem;
    
	font-family: 'kkrs-dp' !important;
	text-decoration: none;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
li.recommend-cassette_yado .recommend-cassette_btn span:before{ content: "\e960"; }
li.recommend-cassette_jr .recommend-cassette_btn span:before{ content: "\e969"; }
li.recommend-cassette_air .recommend-cassette_btn span:before{ content: "\e918"; }

.recommend-cassette_btn em{
	font-size: 1.6rem;
	font-weight: 700;
}


/* modelcourse
============================================================================= */
.modelcourse-list{
	display: flex;
	flex-wrap: wrap;
	margin: -20px 0 0 -3%;
}
.modelcourse_item{
	position: relative;
	margin: 20px 0 0 3%;
	width: calc(100% / 2 - 3%);
}
.modelcourse_item:before{
	position: absolute;
	left: 3px;
	top: 3px;
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
}
.modelcourse_item a{
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	padding: 20px 5%;
	color: #323743;
	background: #f6f6f2;
	transition: all 0.4s ease;
}
.modelcourse_item a:hover{
	background: #e3e3d3;
}
.modelcourse_item a:after{
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: solid 3px #d2e7c4;
	background: #fff;

	font-family: 'jtb-dom' !important;
	text-decoration: none;
	content: "\e90b";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.modelcourse_item.-tour01 a:after{
	color: #01a199;
	border: solid 3px #01a199;
}
.modelcourse_item.-tour02 a:after{
	color: #fb8616;
	border: solid 3px #fb8616;
}
.modelcourse_cnt{
	padding: 20px 0 10px;
	width: 55%;
}
.modelcourse_name{
	position: relative;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.3;
}
.modelcourse_name span{
	position: absolute;
	left: 0;
	bottom: calc(100% + 5px);
	font-size: 1.6rem;
}
.modelcourse_item.-tour01 .modelcourse_name span{
	color: #01a199;
}
.modelcourse_item.-tour02 .modelcourse_name span{
	color: #fb8616;
}
.modelcourse_day{
	margin-top: 5px;
	font-weight: 500;
}
.modelcourse_item.-tour01 .modelcourse_day{
	color: #01a199;
}
.modelcourse_item.-tour02 .modelcourse_day{
	color: #fb8616;
}
.modelcourse_coupon{
	margin-top: 10px;
	color: #fff;
}
.modelcourse_coupon span{
	display: inline-block;
	padding: 5px 10px;
}
.modelcourse_item.-tour01 .modelcourse_coupon span{
	background: #01a199;
}
.modelcourse_item.-tour02 .modelcourse_coupon span{
	background: #fb8616;
}
.modelcourse_photo{
	width: 40%;
}
.modelcourse_photo figure{
	overflow: hidden;
	border-radius: 15px;
}
.modelcourse_photo img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}



/*  フロー
============================================================================= */
.flow{
	position: fixed;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1001;
	padding: 5px;
	border-radius: 5px;
	background-color: rgba(0,0,0,0.2);
}
.flow_list{
	overflow:hidden;
}
.flow_item{
	width: 105px;
}
.flow_item a{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	height: 110px;
	padding: 30px 5px 7px 5px;
	color: #01a199;
	font-size: 1.3rem;
	text-align: center;
	line-height: 1.3;
    background: #fff;
	transition: all 0.4s ease;
}
.flow_item:first-child a{
	padding-top: 10px;
	height: 95px;
}

.flow_item:last-child a{
	height: 120px;
	padding-bottom: 5px;
}
.flow_item:last-child a:before,
.flow_item:last-child a:after{
	display:none;
}
.flow_item a:before,
.flow_item a:after{
	position: absolute;
	width: 0;
	height: 0;
	margin: auto;
	content: "";
}
.flow_item a:before{
	left: -15px;
	bottom: -20px;
	border-style: solid;
	border-color: #01a199 transparent transparent transparent;
	border-width: 19px 75px 0 75px;
	z-index: 1;
}
.flow_item a:after{
	left:-15px;
	bottom: -18px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
	border-width: 19px 75px 0 75px;
	z-index: 1;
	transition: all 0.4s ease;
}

.flow_item:not(.is-active) a:hover{
	background: #fdfcea;
}
.flow_item:not(.is-active) a:hover:after{
	border-color: #fdfcea transparent transparent transparent;
}
.flow_item.is-active a{
	color: #fff;
	font-weight: bold;
	background: #01a199;
}
.flow_item.is-active a:after{
	border-color:  #01a199 transparent transparent transparent;
}
.flow_step{
	width: 100%;
	text-align: center;
}
.flow_step span{
	display: inline-block;
	padding: 3px 10px;
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1;
	border-radius: 50vw;
	border: solid 1px #01a199;
	background: #01a199;
}
.flow_item.is-active .flow_step span{
	color: #01a199;
	background: #fff;
}
.flow_txt{
	position: relative;
	margin-top: 5px;
	width: 100%;
	text-align: center;
}
.flow_txt span{
	display: inline-block;
	padding-bottom: 22px;
}
.flow_txt span:after{
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 2;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 18px;
	height: 18px;
	font-size: 60%;
	border-radius: 50%;
	color: #fff;
	background: #01a199;

	font-family: 'jtb-dom' !important;
	text-decoration: none;
	content: "\e90b";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.flow_item.is-active .flow_txt span:after{
	color: #01a199;
	background: #fff;
}
.flow_item[data-step="3"].is-active + .flow_item a{
	background: #c7eeec;
}


/*  イメージ注意文言
============================================================================= */
.page-att{
	margin-top: 20px;
	text-align: right;
	font-size: 1.3rem;
}


/*  sidecoupon
============================================================================= */
.sidecoupon{
	overflow: hidden;
	position: fixed;
	left: calc(50% + 650px);
	bottom: 100px;
	z-index: 10001;
	width: 300px;
	border-radius: 20px;
	border: solid 5px #01a199;
    background:	linear-gradient(-45deg, #fff 25%, #fff6a3 25%, #fff6a3 50%, #fff 50%, #fff 75%, #fff6a3 75%, #fff6a3);
	background-size: 5px 5px;
	box-sizing: border-box;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
}
.sidecoupon.ac{
	opacity: 1;
	visibility: visible;
}
.sidecoupon.absolute{
	opacity: 0;
	visibility: hidden;
}
.sidecoupon-num{
	display: flex;
	justify-content: center;
	padding: 12px 10px;
}
.sidecoupon-num dt{
	color: #01a199;
	line-height: 1.2;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: right;
}
.sidecoupon-num dd{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 10px;
	width: 100px;
	text-align: center;
	padding: 0 5px;
	color: #e6426c;
	line-height: 1;
	border-radius: 10px;
	background-color: #fff;
}
.sidecoupon-num em{
	margin-right: 2px;
	font-size: 4.0rem;
	font-weight: bold;
	font-family: 'Bebas Neue', cursive;
}

.sidecoupon-dl{
	margin: 0;
	padding: 8px 10px 12px;
    background-color: rgba(155,150,102,0.3);
}
.sidecoupon-dl dt{
	color: #e6426c;
	font-weight: bold;
	text-align: center;
}
.sidecoupon-list{
	display: flex;
	flex-wrap: wrap;
	margin-left: -3px;
}		
.sidecoupon-list li{
	position: relative;
	margin: 3px 0 0 3px;
	width: calc(100% / 2 - 3px);
}
.sidecoupon-list li:before{
	position: absolute;
	left: 1px;
	top: 1px;
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
.sidecoupon-list li a{
	position: relative;
	z-index: 1;
	display: block;
	padding: 10px 20px 10px 5px;
	color: #fff;
	font-size: 1.3rem;
	text-align: center;
	line-height: 1.3;
	background: #f85995;
	transition: all 0.4s ease;
}
.sidecoupon-list li a:hover{
	background: #d93c78;
}
.sidecoupon-list li a:after{
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 15px;
	height: 15px;
	font-size: 60%;
	border-radius: 50%;
	color: #f85995;
	background: #fff;

	font-family: 'jtb-dom' !important;
	text-decoration: none;
	content: "\e90b";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 1950px) and (min-width: 740px) {
	.sidecoupon{
		left: inherit;
		right: -20px;
		width: 300px;
		padding-right: 15px;
	}
}




/*  CLOSE
============================================================================= */
.close{
	margin: 100px auto 150px;
	text-align: center;
}
.close-txt{
	font-size: 3.0rem;
	font-weight: bold;
}
.close-bt{
	margin: 50px auto 0;
	padding: 0 20px;
	max-width: 500px;
}
.close-bt a{
	display: block;
	padding: 20px;
	color: #fff;
	font-size: 2.0rem;
	font-weight: bold;
	border-radius: 8px;
	background: #cc0d21;
	transition: all 0.4s ease;
}
.close-bt a:hover{
	text-decoration: none;
	opacity: .6;
}
.close-bt a span:after{
	margin-left: 20px;
	font-family: 'jtb-dom' !important;
	text-decoration: none;
	content: "\e905";
	speak: none;
	color: #fff;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*  Slider
============================================================================= */
.slick-slider{
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	width: 100%;
}
.slick-list{
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus{
	outline: none;
}
.slick-list.dragging{
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	width: 100%;
	height: 100%;
}
.slick-track{
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after{
	display: table;
	content: '';
}
.slick-track:after{
	clear: both;
}
.slick-loading .slick-track{
	visibility: hidden;
}
.slick-slide{
	display: none;
	float: left;
	height: 100%;
}
[dir='rtl'] .slick-slide{
	float: right;
}
.slick-slide img{
	display: block;
}
.slick-slide.slick-loading img{
	display: none;
}
.slick-slide.dragging img{
	pointer-events: none;
}
.slick-initialized .slick-slide{
	display: block;
}
.slick-loading .slick-slide{
	visibility: hidden;
}
.slick-vertical .slick-slide{
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden{
	display: none;
}

/* Slider */
.slick-loading .slick-list{
    background: #fff url('/_ovs_assets/images/ajax-loader.gif') center center no-repeat;
}

/* Arrow */
.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 65px;
	display: block;
	width: 50px;
	height: 50px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	z-index: 2;
	background: none;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: .25;
}
.slick-prev:before, .slick-next:before {
	font-family: 'kkrs-dp';
	font-size: 3.0rem;
	line-height: 1;
	opacity: .75;
	color: #555;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\e902';
}
.slick-prev {
	left: -50px;
    -webkit-transform: rotateZ(-180deg);
    transform: rotateZ(-180deg);
}
.slick-next {
	right: -50px;
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
}

/* Dots */
.slick-dotted.slick-slider{
    margin-bottom: 30px;
}
.slick-dots{
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus{
    outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before{
    opacity: 1;
}
.slick-dots li button:before{
    font-size: 1.0rem;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '●';
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before{
    opacity: .75;
    color: black;
}
.slick-dots > li:first-child:last-child {
    display: none;
}



/* =================================================
	国内宿泊追加
   ================================================= */
@media screen and (max-width: 759px) {
  .sh-panel .f-u-show--pc {
    display: none!important;
  }
}
@media screen and (min-width: 760px) {
  .sh-panel .f-u-show--sp {
    display: none!important;
  }
}

@keyframes ripple {
	0% {
		transform: translate(-50%, -50%) scale(0)
	}
	20% {
		transform: translate(-50%, -50%) scale(1)
	}
	100% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(1)
	}
}

.sh-panel .kkrs-top-search-section{
	position: relative;
	padding: 0 10px;
}

@media screen and (min-width: 760px) {
  .sh-panel .kkrs-top-search-section{
    padding: 30px;
  }
  .f-form{
  }
}
.sh-panel .f-top-search{
	flex-basis: 100%;
	padding: 0 10px;
	width: 100%;
	background: none;
}

.sh-panel .f-button--cta, .sh-panel .f-button--primary {
  padding: 12px 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
  display: block;
  width: 100%;
	height: 54px;
	color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  position: relative
}
.sh-panel.f-button--cta:disabled, .sh-panel .f-button--primary:disabled{
  background: #f2f3f3;
  color: #95999e;
  cursor: default
}
.sh-panel .f-button--cta, .sh-panel .f-button-outline--cta {
  background: linear-gradient(135deg, #c00, #ec64a9)
}
.sh-panel .f-top-search .f-button--primary, .sh-panel .f-top-search .f-button-outline--primary {
  background: linear-gradient(135deg, #3498db, #52c8ff)
}


.sh-panel .f-button--cta:not(:disabled), .sh-panel .f-button--primary:not(:disabled) {
	transition: border-radius .3s
}
.sh-panel .f-button--cta:not(:disabled)::before, .sh-panel .f-button--primary:not(:disabled)::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	background: #fff;
	border-radius: 50%;
	opacity: .6;
	transform: translate(-50%, -50%) scale(0);
	width: 110%;
	padding-top: 100%;
	visibility: hidden
}
.sh-panel .f-button--cta:not(:disabled):not(:active)::before, .sh-panel .f-button--primary:not(:disabled):not(:active)::before {
	-webkit-animation: ripple 1s ease-out;
	animation: ripple 1s ease-out
}
.sh-panel .f-button--cta:not(:disabled):hover, .sh-panel .f-button--primary:not(:disabled):hover {
	border-radius: 48px;
	overflow: hidden
}
.sh-panel .f-button--cta:not(:disabled):hover::before, .sh-panel .f-button--primary:not(:disabled):hover::before {
	visibility: visible
}

.hotel-tabbox{
	position: relative;
}
.hotel-tabbox.-open{
	border-right: none;
}
.sh-panel .f-u-space--m {
  margin-bottom: 16px;
  width: 100%;
}
@media screen and (min-width: 760px) {
	.sh-panel .f-top-search{
		position: relative;
		padding: 0;
	}
	.sh-panel .f-top-search__inner{
		padding: 30px 30px;
	}
	.sh-panel .f-u-space--m {
		margin-bottom: 20px;
	}
}

.sh-panel .f-form-label-on-input{
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 1;
  display: block;
  padding: 0 4px;
  color: #95999e;
  font-size: 1.2rem;
  line-height: 1;
  background-image: linear-gradient(transparent 49%, #fff 50%);
  transform: translateY(-50%);
}

.sh-panel .f-top-sp-search-areabutton{
  display: block;
  margin-left: auto;
  margin-top: -14px;
  margin-bottom: 8px;
  padding: 8px 0;
  font-size: 1.4rem;
  line-height: 1;
  text-align: right;
}
.sh-panel .f-top-sp-search-areabutton .f-icon {
  font-size: 1.3em;
  margin-right: 5px;
  color: #95999e;
}

  
.sh-panel .f-top-search-areabutton {
	display: block;
    margin-left: auto;
    margin-top: -8px;
    margin-bottom: 16px;
    padding: 8px 0;
    font-size: 1.4rem;
    line-height: 1;
    text-align: right;
}
@media screen and (min-width: 760px) {
	.sh-panel .f-top-search-row {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 -6px;
	}
	.sh-panel .f-top-reserve{
		margin-bottom: 20px!important;
	}
	.sh-panel .f-top-search-row:last-of-type{
		display: block;
	}
	.sh-panel .f-top-search-row:last-of-type .f-top-search-row__col:last-of-type{
		text-align: right;
	}
	
	
	.sh-panel .f-u-space--m + .f-u-show--pc + .f-u-show--sp + .f-top-search-row .f-top-search-row__col {
		width: calc(50% - 6px);
	}
}
.sh-panel .f-top-search-row__col .f-button--cta{
	overflow: hidden;
	position: relative;
	display: inline-block;
	margin: 0 auto;
	padding: 15px 30px;
	width: 100%;
	height: inherit;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	background: -webkit-gradient(linear, left top, right top, from(#490313), to(#8B3849));
	background: linear-gradient(to right, #490313 0%, #8B3849 100%);
	-webkit-box-shadow: 0px 1px 3px rgb(0 0 0 / 20%);
	box-shadow: 0px 1px 3px rgb(0 0 0 / 20%);
	-webkit-transition: border-radius .3s;
	transition: border-radius .3s;
	border: none;

	line-height: 1.4;
	text-align: center;
	cursor: pointer;
}

@media screen and (min-width: 760px) {
	.sh-panel .f-top-search-row__col .f-button--cta{
		max-width: 290px;
	}
}
.sh-panel .f-top-search-row__col .f-button--cta .f-icon--large{
	position: relative;
	top: 2px;
	margin-right: 10px;
	line-height: 1;
}
.sh-panel .f-top-search-row__col .f-button--cta .f-icon--large .f-icon {
	font-size: 2.2rem;
}

.sh-panel .f-top-search-row__col .f-button--cta:hover {
	border-radius: 30px;
	opacity: 1;
}



.sh-panel .f-top-search-row__col .f-u-space--m{
  width: 100%;
}
.sh-panel .f-form-button-group__item {
	flex-basis: 25%;
	max-width: 25%;
}
.sh-panel .f-form-checkbutton__label{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.3rem;
	height: 46px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	line-height: 1;
	background: #fff;
	color: #6b6e71;
	transition: background 0.3s;
}
.sh-panel .f-top-search .f-form-checkbutton__label:hover {
  background: #d2d0ce;
}
.sh-panel .f-top-search .f-form-checkbutton__checkbox:checked + .f-form-checkbutton__label {
	background: #65544A;
	color: #fff;
}
.sh-panel .f-form-text {
	width: 100%;
	border: 1px solid #bcbdc2;
	background: #fff;
	font-size: 1.4rem;
	line-height: 1;
	padding: 14px 40px 13px 15px;
	color: #323743;
	caret-color: #65544A;
	text-overflow: ellipsis;
	height: 47px;
}
.sh-panel .f-top-condition{
	display: flex;
	align-items: flex-start;
	margin-top: 20px;
	justify-content: center;
	margin: 10px 0 20px;
}



@media screen and (min-width: 760px) {
	.sh-panel .f-top-condition__button{
		font-size: 1.4rem;
		line-height: 1;
		margin-left: auto;
		white-space: nowrap;
		display: flex;
		align-items: center;
	}
  .sh-panel .f-top-condition__button .f-icon {
      font-size: 1.8rem;
      transition: transform .3s;
  }
	.sh-panel .f-top-condition{
		margin: 40px 0 20px;
	}
}

.sh-panel .f-top-more--close, .sh-panel .f-top-more--open {
  text-align: center;
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #3498db;
}
.sh-panel .f-top-more--close .f-icon, .sh-panel .f-top-more--open .f-icon {
  font-size: 1.2em;
  color: #3498db;
}
.sh-panel .f-top-more--open[aria-expanded=true] {
  display: none
}
.sh-panel .f-top-more--close[aria-expanded=false] {
  display: none
}





.sh-panel [aria-expanded=false] .f-top-condition__arrow {
    transform: rotate(0deg);
}
.sh-panel [aria-expanded=true] .f-top-condition__arrow {
    transform: rotate(180deg)
}
@media screen and (min-width: 760px) {
	.sh-panel .f-top-condition__text{
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		font-size: 1.2rem;
		line-height: 1;
		color: #6b6e71;
		margin-right: 196px;
	}
}
.sh-panel .f-hr, .sh-panel .f-hr--full {
    margin-top: 24px;
    margin-bottom: 24px;
    border: none;
    border-top: 1px solid #bcbdc2;
}

/* アイコン */
.sh-panel .f-icon {
	vertical-align: text-bottom;
	font-size: 1em;
}

.sh-panel .f-top-search-areabutton .f-icon {
	font-size: 1.3em;
	margin-right: 5px;
	color: #95999e;
}
.sh-panel .f-form-text + .f-icon {
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	font-size: 2.4rem;
	color: #65544A;
	background: linear-gradient(135deg,#1E130C, #65544A);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, .sh-panel .f-form-text + .f-icon {
    background: none;
	}
}

/* レンタカー */
.sh-panel .f-top-reserve {
  margin-bottom: 24px;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 760px) {
	.f-top-search-row__col {
		flex-basis: 50%;
		padding: 0 6px;
	}
	.sh-panel .f-top-reserve {
		text-align: left;
	}
}

@-webkit-keyframes ripple {
  0% {
    transform: translate(-50%, -50%) scale(0);
  }
  20% {
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes ripple {
  0% {
    transform: translate(-50%, -50%) scale(0);
  }
  20% {
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
}

.sh-panel .f-top-search .f-form-button-group .f-form-checkfield,
.sh-panel .f-top-search .f-form-flexlist .f-form-checkfield{
  font-size: 1.4rem;
  line-height: 2.0;
  position: relative;
  display: inline-flex;
  overflow: hidden;
	align-items: flex-start;
}
@media screen and (max-width: 759px) {
	.sh-panel .f-top-search .f-form-button-group .f-form-checkfield,
	.sh-panel .f-top-search .f-form-flexlist .f-form-checkfield{
		align-items: flex-start;
		font-size: 1.3rem;
	}
	.sh-panel .f-top-search .f-form-button-group .f-form-checkfield__checkbox,
	.sh-panel .f-top-search .f-form-flexlist .f-form-checkfield__checkbox{
		margin-right: 3px;
	}
}


.sh-panel .f-form-checkfield::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
  border-radius: 50%;
  opacity: 0.6;
  transform: translate(-50%, -50%) scale(0);
  width: 110%;
  padding-top: 100%;
  visibility: hidden;
}
.sh-panel .f-form-checkfield:not(:active)::before {
  -webkit-animation: ripple 1s ease-out;
          animation: ripple 1s ease-out;
}
.sh-panel .f-form-checkfield:hover::before {
	visibility: visible;
}
.sh-panel .f-form-checkbox {
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  width: 24px!important;
  height: 24px!important;
  border: 1px solid #BCBDC2;
  background: #fff;
}
.sh-panel .f-form-checkbox:checked {
  opacity: 0;
}

.sh-panel .f-form-checkfield__checkbox {
  position: relative;
  width: 24px!important;
  height: 24px!important;
  margin-right: 1em;
}

.sh-panel .f-top-search .f-form-checkfield__checkbox::before {
	display: block;
	content: "";
	width: 24px!important;
	height: 24px!important;
	background: linear-gradient(135deg, #1E130C, #65544A);
}
.sh-panel .f-form-checkfield__icon {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	font-size: 2rem!important;
	margin-left: 2px;
}
.sh-panel .f-form-checkbox + .f-form-checkfield__icon {
  opacity: 0;
  color: #fff;
  transition: opacity 0.3s;
}

.sh-panel .f-form-checkbox:checked + .f-form-checkfield__icon {
  opacity: 1;
}

.sh-panel .f-top-search .f-form-checkfield{
	align-items: center;
}

/* こだわり条件 */
.sh-panel .f-top-condition__more{
	position: absolute;
	top: 0;
	left: 100%;
	width: 102%;
	height: 100%;
	opacity: 0;
	overflow: hidden;
	background: #fff;
	border-radius: 0 4px 4px 0;
	padding: 30px 24px 30px 32px;
	visibility: hidden;
	transition: visibility .3s ease-in-out,opacity .3s ease-in-out;
}
.sh-panel .f-top-condition__more[aria-hidden="false"]{
	z-index: 1;
	opacity: 1;
	left: 99%;
	width: 100%;
	height: 100%;
	visibility: visible;
}

.ps {
    overflow: hidden!important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
}
@media screen and (min-width: 760px) {
	.f-top-condition__inner {
		position: relative;
		height: 100%;
		transform: translateX(-100%);
		transform-origin: left top;
		transition: transform .35s cubic-bezier(0,0,0,1),opacity .35s cubic-bezier(0,0,0,1);
		opacity: 0;
	}
	.f-top-condition__more[aria-hidden=false] .f-top-condition__inner {
		transform: none;
		opacity: 1;
		height: 100%!important;
		transition: transform .35s cubic-bezier(0,0,0,1),opacity .35s cubic-bezier(0,0,0,1);
	}
	
}


.sh-panel .f-u-space--l {
    margin-bottom: 24px;
}
.sh-panel .f-form-legend {
	padding: 0;
	margin-bottom: 16px;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1;
}
.sh-panel .f-form-flexlist .f-form-flexlist__item {
		flex-basis: 50%;
		max-width: 50%;
}
.sh-panel .f-form-flexlist__item:nth-last-child(n+3) {
    margin-bottom: 16px;
}
.sh-panel .f-form-button-group, .f-form-flexlist {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (min-width: 760px) {
	.sh-panel .f-form-flexlist .f-form-flexlist__item {
		flex-basis: 33.33%;
		max-width: 33.33%;
	}
	.f-top-condition-col .f-form-flexlist__item:nth-last-child(n+4) {
		margin-bottom: 16px;
	}
	.sh-panel .f-top-condition-col {
		position: relative;
	}
	.sh-panel .f-top-condition-col .f-form-legend {
		position: absolute;
		top: 0;
		left: 0;
		max-width: 25%;
		padding-right: 16px;
	}
	.f-top-condition-col .f-form-flexlist {
		margin-left: 25%;
	}
}


.sh-panel .f-top-condition-col .f-form-checkfield {
}

.sh-panel .f-top-condition-col .f-form-checkfield__checkbox {
	top: 2px;
	margin-right: 8px;
	width: 15px;
	height: 15px;
}
.sh-panel .f-top-condition-col .f-form-checkfield__checkbox::before {
	width: 15px;
	height: 15px;
}
.sh-panel .f-top-condition-col .f-form-checkbox {
	width: 15px;
	height: 15px;
}
.sh-panel .f-top-condition-col .f-form-checkfield__icon {
	font-size: 1.3rem;
	margin-left: 0;
}
.sh-panel .f-modal__title {
  padding: 0 25px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2
}

.sh-panel .f-modal-header__clear {
  position: absolute;
  padding: 14px 15px;
  top: 0;
  left: 0;
  font-size: 1.3rem;
  color: #3498db
}
.sh-panel .f-modal-header__close {
  position: absolute;
  padding: 12px;
  top: 0;
  right: 0;
  font-size: 2.4rem;
  color: #95999e;
  line-height: 1
}

/* パネル */

@media screen and (max-width: 759px) {
  .sh-panel .f-modal-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 16px 15px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    z-index: 2
  }
  .sh-panel .f-modal__title {
    padding: 0 25px;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.2
  }
  .sh-panel .f-modal-header__clear {
    position: absolute;
    padding: 14px 15px;
    top: 0;
    left: 0;
    font-size: 1.3rem;
    color: #3498db
  }
  .sh-panel .f-modal-header__close {
    position: absolute;
    padding: 12px;
    top: 0;
    right: 0;
    font-size: 2.4rem;
    color: #95999e;
    line-height: 1
  }
  .sh-panel .f-modal-header__close .f-icon{
    vertical-align: inherit;
  }
  .sh-panel .f-modal-body {
    padding-top: 48px
  }
  .sh-panel .f-modal-keyword {
    padding: 16px 15px;
    background: #f5f8fb
  }
  .sh-panel .f-modal-keyword .f-form-textfield {
    margin-bottom: 0
  }
  
  .sh-panel .f-modal-contents {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    position: relative;
    height: 100%;
  } 
  
  
  
  
  
  
  .sh-panel .f-modal-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 16px 15px;
    background: #fff;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, .2);
    z-index: 2
  }
  .sh-panel .f-modal-footer > :first-child {
    margin-top: 0
  }
  .sh-panel .f-modal-footer__text {
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.3
  }
  .sh-panel .f-modal-footer__text-data {
    padding: 0 .3em
  }
  
  .sh-panel .f-modal-reset {
    color: #3498db;
    font-size: 1.1rem;
    line-height: 1;
    padding: 0;
  }
  .sh-panel .f-modal-result {
    margin-top: -9px;
    color: rgba(50, 55, 67, .75);
    font-size: 1.1rem;
    line-height: 1.9
  }
  .sh-panel .f-modal-button {
    margin-top: 10px
  }

}



/* 宿泊地 */
@media screen and (max-width: 759px) {
  .sh-panel .f-place {
    display: none;
    background: #fff;
    border-bottom: 1px solid #bcbdc2
  }
  .sh-panel .f-place.is-active {
    display: block
  }
  .sh-panel .f-place-list__link {
    display: flex;
    align-items: center;
    width: 100%;
    text-align: left;
    padding: 15px 15px 14px
  }
  .sh-panel .f-place-list__icon {
    width: 26px;
    flex-basis: 26px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transform: translateX(-2px)
  }
  .sh-panel .f-place-list__icon .f-icon {
    font-size: 1.8rem;
    color: #989ba1
  }
  .sh-panel .f-place-list__text {
    flex: 1;
    max-width: 100%;
    font-size: 1.6rem;
    color: #323743
  }
  .sh-panel .f-place-list__pref {
    color: #989ba1;
    padding-left: .3em
  }
  .sh-panel .f-place-list .f-place-list .f-place-list__link {
    padding: 11px 15px 10px 35px
  }
  
  .sh-panel .f-search {
    background: #fff;
    padding-bottom: 200px
  }
  .sh-panel .f-search__link {
    width: 100%;
    position: relative;
    padding: 16px;
    text-align: left;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #bcbdc2;
    font-size: 1.5rem
  }
  .sh-panel .f-search__icon {
    margin-right: 8px;
    color: rgba(50, 55, 67, .5);
    font-size: 1.4rem
  }
  .sh-panel .f-search__button-arrow {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translate(6px, -50%);
    font-size: 2.5rem;
    color: rgba(50, 55, 67, .5)
  }
  .sh-panel .f-search-back {
    font-size: 1.5rem;
    line-height: 1.3;
    padding: 15px;
    display: flex;
    width: 100%;
    align-items: center
  }
  .sh-panel .f-search-back .f-icon {
    margin-left: -8px;
    font-size: 2.2rem;
    color: rgba(50, 55, 67, .5)
  }
  .sh-panel .f-search-toggle {
    font-weight: 700;
    font-size: 1.5rem
  }
}


@media screen and (min-width: 760px) {
  .sh-panel .f-place-scroll {
      max-height: 330px;
      position: relative;
  }
  .sh-panel .f-place-list__link {
    display: flex;
    align-items: center;
    width: 100%;
    text-align: left;
    padding: 7px 15px;
  }
  .sh-panel .f-place-list .f-place-list .f-place-list__link{
    padding: 4px 15px 3px 35px;
  }
  .sh-panel .f-place-list__icon {
    width: 26px;
    flex-basis: 26px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transform: translateX(-2px)
  }
  .sh-panel .f-place-list__icon .f-icon {
    font-size: 1.8rem;
    color: #989ba1
  }
  .sh-panel .f-place-list__icon {
    width: 26px;
    flex-basis: 26px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transform: translateX(-2px)
  }
  .sh-panel .f-place-list__icon .f-icon {
    font-size: 1.8rem;
    color: #989ba1
  }
  .sh-panel .f-place-list__text {
    flex: 1;
    max-width: 100%;
    font-size: 1.3rem;
    color: #323743
  }
  .sh-panel .f-place-list__pref {
    color: #989ba1;
    padding-left: .3em
  }
}



/* 別エリア */
.sh-panel .f-search-list__item {
  display: flex
}
.sh-panel .f-search-list__link, .f-search-list__title {
  display: flex;
  align-items: center;
  position: relative;
  padding: 8px 30px 8px 0;
  color: #323743;
  font-size: 1.4rem;
  text-align: left;
  flex: 1;
  line-height: 1.6
}
.sh-panel .f-search-list__title {
  font-weight: 700
}
.sh-panel .f-search-list__option {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden
}
.sh-panel .f-search-list__option .f-icon {
  transform: translateX(1px);
  font-size: 2.2rem;
  color: rgba(50, 55, 67, .5)
}
.sh-panel .f-search-list__count {
  color: rgba(50, 55, 67, .5);
  font-size: 1.5rem
}

.sh-panel .f-search__checkbox {
  position: relative;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center
}
.sh-panel .f-search__checkbox .f-icon {
  margin-left: 1px;
  color: #fff;
}
@media screen and (min-width: 760px) {
  .sh-panel .f-search__checkbox .f-icon {
    font-size: 2.4rem;
  }
}

.sh-panel .f-search__checkbox + .f-search-list__link, .sh-panel .f-search__checkbox + .f-search-list__title {
  padding-left: 0
}
.sh-panel .f-search__check {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px!important;
  height: 24px!important;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0
}
.sh-panel .f-search__check + .f-icon {
  background: #fff;
  border: 1px solid #c1c2c6
}
.sh-panel .f-search__check.is-checked + .f-icon {
  color: #3498db;
  border-color: #3498db
}
.sh-panel .f-search__check:checked + .f-icon {
  border-color: transparent;
  background: linear-gradient(135deg, #3498db, #52c8ff);
  color: #fff
}


/* カレンダー */
.sh-panel .f-top-calendar {
  position: absolute;
  top: -1px;
  left: 0;
  background: #fff;
  min-width: 742px;
  border: 1px solid #bcbdc2
}
.sh-panel .f-top-calendar .f-modal-footer {
  position: static;
  box-shadow: none;
  background: 0 0;
  padding: 16px 0 24px
}
.sh-panel .f-slider-simple-container {
    overflow: hidden;
}

.sh-panel .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
	transform: translate3d(0,0,0);
}
.sh-panel .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    text-align: center;
}
.sh-panel .f-top-calendar__next .f-icon, .sh-panel .f-top-calendar__prev .f-icon {
	font-size: 2rem;
	color: #95999e
}
.sh-panel .f-calendar-week {
  display: flex;
  justify-content: space-between;
  margin-top: 11px;
  margin-bottom: -16px;
  line-height: 1
}
.sh-panel .f-calendar-week__label {
  flex-basis: 14.2%;
  text-align: center;
  padding: 8px 0;
  color: #6b6e71;
  font-size: 1.3rem
}
.sh-panel .f-calendar-week__label:first-child {
  color: #d94f5d
}
.sh-panel .f-calendar-week__label:last-child {
  color: #3498db
}
.sh-panel .f-calendar {
  background: #fff;
  padding: 100px 15px 160px
}
.sh-panel .f-calendar__titile {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.3;
  color: #6b6e71
}
@media screen and (min-width: 760px) {
  .sh-panel .f-calendar__titile {
    font-size: 1.2rem;
  }
}
.sh-panel .f-calendar__month {
	font-size: 1.8rem;
  color: #323743
}
@media screen and (min-width: 760px) {
  .sh-panel .f-calendar__month {
    font-size: 2.4rem;
  }
}
.sh-panel .f-calendar__button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 8px;
  line-height: 1
}
.sh-panel .f-calendar__button:disabled {
  color: #bcbdc2;
  pointer-events: none;
  cursor: default
}
.sh-panel .f-calendar__day {
  flex-basis: 14.3%;
  max-width: 14.3%;
  font-size: 1.6rem;
  text-align: center
}
@media screen and (min-width: 760px) {
  .sh-panel .f-calendar__day {
    font-size: 1.3rem;
  }
}
.sh-panel .f-calendar__day:nth-child(7n-3) {
  flex-basis: 14.2%;
  max-width: 14.2%
}
.sh-panel .f-calendar__day:nth-child(7n) {
  color: #3498db;
  font-weight: 700
}
.sh-panel .f-calendar__day.is-holiday, .f-calendar__day:nth-child(7n-6) {
  color: #d94f5d
}
@media screen and (min-width: 760px) {
  .sh-panel .f-calendar__day.is-start {
    background: linear-gradient(90deg, transparent, transparent 50%, #cff0ff 51%, #cff0ff 100%)
  }
  .sh-panel .f-calendar__day.is-end {
    background: linear-gradient(90deg, #cff0ff, #cff0ff 50%, transparent 51%, transparent 100%)
  }
}
.sh-panel .f-calendar__day.is-checkin .f-calendar__button, .sh-panel .f-calendar__day.is-end .f-calendar__button, .sh-panel .f-calendar__day.is-start .f-calendar__button {
  position: relative;
  color: #fff
}
.sh-panel .f-calendar__day.is-checkin .f-calendar__button::before, .sh-panel .f-calendar__day.is-end .f-calendar__button::before, .sh-panel .f-calendar__day.is-start .f-calendar__button::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #3498db, #52c8ff);
  z-index: 0;
  border-radius: 50%
}
.sh-panel .f-calendar__day.is-end:nth-child(7n+1), .sh-panel .f-calendar__day.is-period:nth-child(7n), .sh-panel .f-calendar__day.is-period:nth-child(7n+1), .sh-panel .f-calendar__day.is-start:nth-child(7n) {
  position: relative
}
.sh-panel .f-calendar__day.is-end:nth-child(7n+1)::after, .sh-panel .f-calendar__day.is-period:nth-child(7n)::after, .sh-panel .f-calendar__day.is-period:nth-child(7n+1)::after, .f-calendar__day.is-start:nth-child(7n)::after {
  content: "";
  position: absolute;
  top: 0;
  width: 15px;
  height: 100%;
  background: #edf9ff
}
.sh-panel .f-calendar__day.is-period:nth-child(7n)::after, .sh-panel .f-calendar__day.is-start:nth-child(7n)::after {
  left: 100%
}
.sh-panel .f-calendar__day.is-end:nth-child(7n+1)::after, .sh-panel .f-calendar__day.is-period:nth-child(7n+1)::after {
  right: 100%
}
.sh-panel .f-calendar__number {
  position: relative;
  z-index: 1
}
.sh-panel .f-calendar__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 16px
}
@media screen and (min-width: 760px) {
	.sh-panel .f-modal-checkin{
		background: rgba(21,23,33,.03);
	}
}
.sh-panel .f-modal-checkin__title{
  margin-bottom: 5px;
  color: #6b6e71;
  font-size: 1.1rem;
}
.sh-panel .f-modal-checkin__body{
	line-height: 1;
}
@media screen and (max-width: 759px) {
  .sh-panel .f-modal-checkin__title{
    margin-bottom: 7px;
    line-height: 1;
  }
  .sh-panel .f-modal-checkin__body {
    font-size: 1.3rem;
    line-height: 1.3
  }
}
@media screen and (max-width: 759px) {
	.sh-panel .f-modal-checkin__item {
		flex-basis: 45%!important;
		max-width: 45%!important;
		display: flex!important;
		justify-content: center!important;
	}
}
@media screen and (min-width: 760px) {
	.sh-panel .f-modal-checkin__item {
		justify-content: flex-start;
	}
}
.sh-panel .f-modal-checkin__icon{
  font-size: 1.3rem;
  color: #3498db;
  margin-right: 12px;
  margin-left: 12px;
}

.sh-panel .f-search-pc-footer {
  margin-top: 32px;
  position: relative;
  overflow: hidden
}
.sh-panel .f-search-pc-footer__select {
  margin-right: 300px
}
.sh-panel .f-search-pc-footer__select-title {
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: bold;
}
.sh-panel .f-search-pc-footer__select-body {
  margin-top: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1.2rem;
  line-height: 1;
  color: #6b6e71
}
.sh-panel .f-search-pc-footer__button {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 275px
}
.sh-panel .f-search-pc-footer__reset {
  position: absolute;
  top: 0;
  left: -60px;
  color: #3498db;
  font-size: 1.2rem
}

/* 部屋数・人数 */
@media screen and (max-width: 759px) {
  .sh-panel .f-room {
    background: #fff;
    padding: 0;
    height: 100%;
    overflow-y: auto;
  }
  .sh-panel #modal-room .f-modal-header,
  .sh-panel #modal-room .f-modal-footer{
    position: static;
  }
  .sh-panel .f-room-list--base {
    border-bottom: 1px solid #bcbdc2
  }
}


@media screen and (min-width: 760px) {
  .sh-panel .f-room {
    max-height: 400px;
    position: relative;
    padding: 0 10px;
  }
}

.sh-panel .f-room-title{
  padding: 16px 15px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 760px) {
	.sh-panel .f-room-title{
		margin-top: 10px;
		padding: 10px 0;
	}
}
.sh-panel .f-room-list__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
}
@media screen and (min-width: 760px) {
  .sh-panel .f-room-list__item {
    padding: 6px 0;
  }
}
.sh-panel .f-room-list__title {
  font-size: 1.5rem;
  line-height: 1.6;
  flex: 1;
}
@media screen and (min-width: 760px) {
  .sh-panel .f-room-list__title {
    font-size: 1.3rem;
  }
}

.sh-panel .f-room-list__sub {
  font-size: 1.3rem;
  color: rgba(50, 55, 67, .75)
}
.sh-panel .f-room-list__body {
  flex-basis: 92px;
  max-width: 92px;
  margin-left: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center
}
@media screen and (min-width: 760px) {
  .sh-panel .f-room-title-list__body {
    flex-basis: 62px;
    max-width: 62px;
  }
}
.sh-panel .f-room-list__button {
  color: #3498db;
  font-size: 2rem;
  display: flex;
  align-items: center
}
@media screen and (min-width: 760px) {
  .sh-panel .f-room-list__button {
    font-size: 1.5rem;
  }
}
.sh-panel .f-room-list__button.is-disabled {
  pointer-events: none;
  color: rgba(50, 55, 67, .15)
}
.sh-panel .f-room-list__button .f-icon {
  font-size: 1.4em;
}
@media screen and (min-width: 760px) {
  .sh-panel .f-room-list__button .f-icon {
    font-size: 1.3em;
  }
}
.sh-panel .f-room-list__number {
  font-size: 1.5rem
}
@media screen and (min-width: 760px) {
  .sh-panel .f-room-list__number {
    font-size: 1.3rem
  }
}
.sh-panel .f-form-modal__head {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center
}
.sh-panel .f-form-modal__head-clear {
  color: #3498db;
  font-size: 1.3rem;
  line-height: 1
}
.sh-panel .f-form-modal__head-close {
  transform: translateX(5px)
}
.sh-panel .f-form-modal__head-close .f-icon {
  font-size: 2rem;
  color: rgba(50, 55, 67, .5)
}
.sh-panel .f-modal-footer__text {
    font-size: 1.3rem;
}

@media screen and (max-width: 759px) {
  
  
  
  
  
  
  
  .f-accordion-body {
    overflow: hidden;
    height: 0;
    -webkit-animation: overflow-base .3s forwards;
    animation: overflow-base .3s forwards
  }
  .f-accordion-body[aria-hidden=false] {
    overflow: visible;
    height: auto;
    -webkit-animation: overflow .3s forwards;
    animation: overflow .3s forwards
  }
  .f-accordion-body .f-accordion-table + .f-accordion-table {
    margin-top: 16px
  }
  .f-accordion-body .f-accordion-table__title {
    font-weight: 700
  }
  .f-accordion-body .f-accordion-table__inner {
    display: flex;
    flex-wrap: wrap;
    margin-top: 8px
  }
  .f-accordion-body .f-accordion-table__figure {
    text-align: center;
    width: 120px;
    flex-shrink: 0
  }
  .f-accordion-body .f-accordion-table__figure figcaption {
    font-size: 1.3rem;
    margin-top: 8px
  }
  .f-accordion-body .f-accordion-table__information {
    margin-left: 16px;
    width: calc(100% - 136px)
  }
  .f-accordion-body .f-accordion-table__heading {
    padding: 0 .5em;
    border-left: 2px solid rgba(50, 55, 67, .87);
    font-size: 1.3rem
  }
  .f-accordion-body .f-accordion-table__contents {
    font-size: 1.3rem;
    margin-top: 8px
  }
  .f-accordion-body .f-accordion-table__data {
    margin-top: 4px;
    font-size: 1.1rem
  }
  .f-accordion-body .f-accordion-table__data dfn, .f-accordion-body .f-accordion-table__data span {
    font-style: normal
  }
  .f-accordion-body .f-accordion-table__data span::after {
    content: "\a";
    white-space: pre
  }
  .f-accordion-body .f-accordion-flex + .f-accordion-flex {
    margin-top: 16px
  }
  .f-accordion-body .f-accordion-flex__title {
    font-weight: 700
  }
  .f-accordion-body .f-accordion-flex__inner {
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px
  }
  .f-accordion-body .f-accordion-flex__figure {
    text-align: center;
    width: 120px;
    flex-shrink: 0
  }
  .f-accordion-body .f-accordion-flex__figure figcaption {
    font-size: 1.1rem;
    margin-top: 8px
  }
  .f-accordion-body .f-accordion-flex__figure img {
    width: 100%
  }
  .f-accordion-body .f-accordion-flex__information {
    margin-left: 16px;
    width: calc(100% - 136px)
  }
  .f-accordion-body .f-accordion-flex__heading {
    padding: 0 .5em;
    border-left: 2px solid rgba(50, 55, 67, .87);
    font-size: 1.3rem
  }
  .f-accordion-body .f-accordion-flex__contents {
    font-size: 1.3rem;
    margin-top: 8px
  }
  .f-accordion-body__inner {
    opacity: 0;
    margin-top: -100%;
    transition: opacity .3s ease-in-out, margin .3s ease-in-out;
    color: #656972
  }
  [aria-hidden=false] .f-accordion-body__inner {
    opacity: 1;
    margin-top: 0;
    transition: opacity .3s .15s ease-in-out, margin .3s ease-in-out
  }
  .f-accordion-body--moreview {
    height: auto !important;
    -webkit-animation: overflow-moreview-base .3s forwards;
    animation: overflow-moreview-base .3s forwards
  }
  [aria-hidden=false].f-accordion-body--moreview {
    -webkit-animation: overflow-moreview .3s forwards;
    animation: overflow-moreview .3s forwards
  }
  .f-accordion-body--moreview .f-accordion-body__inner {
    opacity: 1 !important;
    margin-bottom: -100%;
    transition: opacity .3s ease-in-out, margin .3s ease-in-out;
    margin-top: 0
  }
  [aria-hidden=false].f-accordion-body--moreview .f-accordion-body__inner {
    opacity: 1;
    margin-bottom: 0 !important;
    margin-top: 0;
    transition: opacity .3s .15s ease-in-out, margin .3s ease-in-out
  }
  .f-accordion-body__inner--inBoth {
    padding: 8px 15px;
    font-size: 1.3rem
  }
  .f-accordion-body__definitionTerm {
    font-weight: 700;
    font-size: 1.3rem;
    margin-top: 12px
  }
  .f-accordion-body__definitionTerm:first-child {
    margin-top: 0
  }
  .f-accordion-body__definitionDescription {
    font-size: 1.3rem;
    margin-top: 4px
  }

  .sh-panel .f-top-more--close, .sh-panel .f-top-more--open {
    text-align: center;
    display: block;
    margin-right: auto;
    margin-left: auto;
    color: #323743;
    font-size: 1.6rem
  }
  .sh-panel .f-top-more--close .f-icon, .sh-panel .f-top-more--open .f-icon {
    font-size: 1.2em;
    color: #323743;
  }
  .sh-panel .f-top-more--open[aria-expanded=true] {
    display: none
  }
  .sh-panel .f-top-more--close[aria-expanded=false] {
    display: none
  }


  .sh-panel .f-accordion-toggle, .sh-panel .f-accordion-toggle--inBoth {
    padding: 17px 30px 17px 15px;
    width: 100%;
    font-size: 1.3rem;
    line-height: 1.3;
    text-align: left;
    position: relative;
    outline: 0;
    cursor: pointer
  }
  .sh-panel .f-accordion-toggle .f-icon, .sh-panel .f-accordion-toggle--inBoth .f-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(5.5px, -50%);
    transition: transform .3s;
    font-size: 2.2rem;
    color: #656972
  }
  .sh-panel .f-accordion-toggle[aria-expanded=true] .f-icon, .sh-panel [aria-expanded=true].f-accordion-toggle--inBoth .f-icon {
    transform: translate(5.5px, -50%) rotate(540deg)
  }
  .sh-panel .f-accordion-toggle--inBoth {
    outline: 0
  }





  .sh-panel .f-hr, .sh-panel .f-hr--full {
      margin-top: 29px;
      margin-bottom: 29px;
      border: none;
      border-top: 1px solid #bcbdc2;
  }
  
  

  .sh-panel .f-search-toggle {
    font-weight: 700;
    font-size: 1.5rem
  }
  .f-search-body {
    border-bottom: 1px solid #bcbdc2
  }
  .f-search-tree-wrapper {
    overflow: hidden
  }
  .f-search-tree {
    display: flex
  }
  .f-search-tree__row {
    flex-basis: 100%;
    min-width: 100%;
    transition: transform .3s ease-in-out
  }
  .f-search-list .f-search-list {
    border-bottom: none
  }
  .f-search-list .f-search-list:not(:first-of-type) {
    position: relative;
    padding-top: 3px
  }
  .f-search-list .f-search-list:not(:first-of-type)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 3px;
    background-size: 3px 3px;
    background-repeat: repeat-x
  }
  .f-search-list__item {
    display: flex
  }
  .f-search-list__link, .f-search-list__title {
    display: flex;
    align-items: center;
    position: relative;
    padding: 8px 30px 8px 16px;
    color: #323743;
    font-size: 1.5rem;
    text-align: left;
    flex: 1;
    line-height: 1.6
  }
  .f-search-list__title {
    font-weight: 700
  }
  .f-search-list__option {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
  }
  .f-search-list__option .f-icon {
    transform: translateX(1px);
    font-size: 2.2rem;
    color: rgba(50, 55, 67, .5)
  }
  .f-search-list__count {
    color: rgba(50, 55, 67, .5);
    font-size: 1.5rem
  }
  .f-search__checkbox {
    position: relative;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center
  }
  .f-search__checkbox .f-icon {
    margin-left: 1px;
    color: #fff
  }
  .f-search__checkbox + .f-search-list__link, .f-search__checkbox + .f-search-list__title {
    padding-left: 0
  }
  .f-search__check {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0
  }
  .f-search__check + .f-icon {
    background: #fff;
    border: 1px solid #c1c2c6
  }
  .f-search__check.is-checked + .f-icon {
    color: #3498db;
    border-color: #3498db
  }
  .f-search__check:checked + .f-icon {
    border-color: transparent;
    background: linear-gradient(135deg, #3498db, #52c8ff);
    color: #fff
  }
  .f-search-pc-body {
    background: #fff;
    padding: 0 24px 24px
  }
  .f-search-pc-footer {
    margin-top: 32px;
    position: relative;
    overflow: hidden
  }
  .f-search-pc-footer__select {
    margin-right: 300px
  }
  .f-search-pc-footer__select-title {
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 500
  }
  .f-search-pc-footer__select-body {
    margin-top: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 1.2rem;
    line-height: 1;
    color: #6b6e71
  }
  .f-search-pc-footer__button {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 275px
  }
  .f-search-pc-footer__reset {
    position: absolute;
    top: 0;
    left: -60px;
    color: #3498db;
    font-size: 1.2rem
  }
  
  /* 別エリア */
  .sh-panel .f-search-list__item {
    display: flex
  }
  .sh-panel .f-search-list__link, .f-search-list__title {
    display: flex;
    align-items: center;
    position: relative;
    padding: 8px 30px 8px 0;
    color: #323743;
    font-size: 1.4rem;
    text-align: left;
    flex: 1;
    line-height: 1.6
  }
  .sh-panel .f-search-list__title {
    font-weight: 700
  }
  .sh-panel .f-search-list__option {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
  }
  .sh-panel .f-search-list__option .f-icon {
    transform: translateX(1px);
    font-size: 2.2rem;
    color: rgba(50, 55, 67, .5)
  }
  .sh-panel .f-search-list__count {
    color: rgba(50, 55, 67, .5);
    font-size: 1.5rem
  }

  .sh-panel .f-search__checkbox {
    position: relative;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center
  }
  .sh-panel .f-search__checkbox .f-icon {
    margin-left: 1px;
    color: #fff;
  }
  .sh-panel .f-search__checkbox + .f-search-list__link, .sh-panel .f-search__checkbox + .f-search-list__title {
    padding-left: 0
  }
  .sh-panel .f-search__check {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0
  }
  .sh-panel .f-search__check + .f-icon {
    background: #fff;
    border: 1px solid #c1c2c6
  }
  .sh-panel .f-search__check.is-checked + .f-icon {
    color: #3498db;
    border-color: #3498db
  }
  .sh-panel .f-search__check:checked + .f-icon {
    border-color: transparent;
    background: linear-gradient(135deg, #3498db, #52c8ff);
    color: #fff
  }




  .sh-panel .f-slider-simple-container {
      overflow: hidden;
  }

  .sh-panel .swiper-wrapper {
      position: relative;
      width: 100%;
      height: 100%;
      z-index: 1;
      display: flex;
      transition-property: transform;
      box-sizing: content-box;
    transform: translate3d(0,0,0);
  }
  .sh-panel .swiper-slide {
      flex-shrink: 0;
      width: 100%;
      height: 100%;
      position: relative;
      transition-property: transform;
      text-align: center;
  }


  
  .sh-panel .f-calendar-week {
    display: flex;
    justify-content: space-between;
    margin-top: 11px;
    margin-bottom: -16px;
    line-height: 1
  }
  .sh-panel .f-calendar-week__label {
    flex-basis: 14.2%;
    text-align: center;
    padding: 8px 0;
    color: #6b6e71;
    font-size: 1.3rem
  }
  .sh-panel .f-calendar-week__label:first-child {
    color: #d94f5d
  }
  .sh-panel .f-calendar-week__label:last-child {
    color: #3498db
  }
  .sh-panel .f-calendar {
    background: #fff;
    padding: 100px 15px 160px
  }
  .sh-panel .f-calendar__titile {
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.3;
    color: #6b6e71
  }
  .sh-panel .f-calendar__month {
    font-size: 1.8rem;
    color: #323743
  }
  .sh-panel .f-calendar__button {
    display: block;
    width: 100%;
    height: 100%;
    padding: 12px 8px;
    line-height: 1
  }
  .sh-panel .f-calendar__button:disabled {
    color: #bcbdc2;
    pointer-events: none;
    cursor: default
  }
  .sh-panel .f-calendar__day {
    flex-basis: 14.3%;
    max-width: 14.3%;
    font-size: 1.6rem;
    text-align: center
  }
  .sh-panel .f-calendar__day:nth-child(7n-3) {
    flex-basis: 14.2%;
    max-width: 14.2%
  }
  .sh-panel .f-calendar__day:nth-child(7n) {
    color: #3498db;
    font-weight: 700
  }
  .sh-panel .f-calendar__day.is-holiday, .f-calendar__day:nth-child(7n-6) {
    color: #d94f5d
  }
  .sh-panel .f-calendar__day.is-checkin .f-calendar__button, .sh-panel .f-calendar__day.is-end .f-calendar__button, .sh-panel .f-calendar__day.is-start .f-calendar__button {
    position: relative;
    color: #fff
  }
  .sh-panel .f-calendar__day.is-checkin .f-calendar__button::before, .sh-panel .f-calendar__day.is-end .f-calendar__button::before, .sh-panel .f-calendar__day.is-start .f-calendar__button::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #3498db, #52c8ff);
    z-index: 0;
    border-radius: 50%
  }
  .sh-panel .f-calendar__day.is-end:nth-child(7n+1), .sh-panel .f-calendar__day.is-period:nth-child(7n), .sh-panel .f-calendar__day.is-period:nth-child(7n+1), .sh-panel .f-calendar__day.is-start:nth-child(7n) {
    position: relative
  }
  .sh-panel .f-calendar__day.is-end:nth-child(7n+1)::after, .sh-panel .f-calendar__day.is-period:nth-child(7n)::after, .sh-panel .f-calendar__day.is-period:nth-child(7n+1)::after, .f-calendar__day.is-start:nth-child(7n)::after {
    content: "";
    position: absolute;
    top: 0;
    width: 15px;
    height: 100%;
    background: #edf9ff
  }
  .sh-panel .f-calendar__day.is-period:nth-child(7n)::after, .sh-panel .f-calendar__day.is-start:nth-child(7n)::after {
    left: 100%
  }
  .sh-panel .f-calendar__day.is-end:nth-child(7n+1)::after, .sh-panel .f-calendar__day.is-period:nth-child(7n+1)::after {
    right: 100%
  }
  .sh-panel .f-calendar__number {
    position: relative;
    z-index: 1
  }
  .sh-panel .f-calendar__body {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 16px
  }

  .sh-panel .f-search-pc-footer {
    margin-top: 32px;
    position: relative;
    overflow: hidden
  }
  .sh-panel .f-search-pc-footer__select {
    margin-right: 300px
  }
  .sh-panel .f-search-pc-footer__select-title {
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 500
  }
  .sh-panel .f-search-pc-footer__select-body {
    margin-top: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 1.2rem;
    line-height: 1;
    color: #6b6e71
  }
  .sh-panel .f-search-pc-footer__button {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 275px
  }
  .sh-panel .f-search-pc-footer__reset {
    position: absolute;
    top: 0;
    left: -60px;
    color: #3498db;
    font-size: 1.2rem
  }
}


@media screen and (max-width: 1246px) {
	.sh-panel .f-form-flexlist .f-form-flexlist__item{
		flex-basis: 50%;
	    max-width: 50%;
	}
	.sh-map .f-map-list__item:nth-child(3) {
		top: 58.8%;
    	left: 80.5%;
	}
	.sh-map .f-map-list__item:nth-child(6) {
		top: 69%;
  		left: 79.5%;
	}
	.sh-map .f-map-list__item:nth-child(7) {
		top: 89.2%;
		left: 43.7%;
	}
}


.f-u-section {
    padding-right: 15px;
    padding-left: 15px;
}

.f-accordion-toggle, .f-accordion-toggle--inBoth {
	padding: 17px 30px 17px 15px;
	width: 100%;
	font-size: 1.3rem;
	line-height: 1.3;
	text-align: left;
	position: relative;
	outline: 0;
	cursor: pointer
}
.f-accordion-toggle .f-icon, .f-accordion-toggle--inBoth .f-icon {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translate(5.5px, -50%);
	transition: transform .3s;
	font-size: 2.2rem;
	color: #656972
}
.f-accordion-toggle[aria-expanded=true] .f-icon, [aria-expanded=true].f-accordion-toggle--inBoth .f-icon {
	transform: translate(5.5px, -50%) rotate(540deg)
}
.f-accordion-toggle--inBoth {
	outline: 0
}


.f-footer{
	font-family: -apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",HelveticaNeue,Arial,Verdana,"游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic",Meiryo,sans-serif;
}
.f-footer button {
    -webkit-appearance: none;
    background: 0 0;
    border: none;
    color: inherit;
    cursor: pointer;
    overflow: visible;
    vertical-align: top;
}

.f-footer button, .f-footer h2, .f-footer h3, .f-footer h4 {
	color: #151721;
	font-weight: 700
}
.f-footer .f-accordion-toggle--inBoth {
	font-weight: 500;
	color: #656972
}
.f-footer__title {
	margin-top: 32px;
	margin-bottom: 20px
}
.f-footer__title.f-heading2 .f-accordion-toggle {
	font-size: 1.8rem;
	padding: 0;
	font-weight: 500
}
.f-footer__title.f-heading2 .f-accordion-toggle .f-icon {
	right: 0
}
.f-footer__title.f-heading2.f-heading2accordion .f-icon {
	right: 15px
}
.f-footer__title.f-heading2.f-heading2accordion + .f-footer-list li {
	border: none
}
.f-footer__title.f-heading2.f-heading2accordion + .f-footer-list--bordered li {
	border-bottom: 1px solid #e1e1e1
}
.f-footer__subtitle {
	font-weight: 500;
	font-size: 1.4rem;
	padding-right: 15px;
	padding-left: 15px
}
.f-footer-list > li {
	border-bottom: 1px solid #e1e1e1;
	color: #50555f
}
.f-footer-list > .f-footer-list--noBorder {
	border-bottom: none
}
.f-footer-list .f-accordion-toggle {
	color: rgba(21, 23, 33, .87)
}
.f-footer-linkList--col2 {
	border-top: 1px solid #e1e1e1;
	display: flex;
	flex-wrap: wrap
}
.f-footer-linkList--col2 > li {
	flex: 1 1 50%
}
.f-footer-linkList--col2 > li:nth-child(odd) {
	border-right: 1px solid #fff
}
.f-footer-linkList--col2 > li:nth-child(n+3) {
	border-top: 1px solid #fff
}
.f-footer-linkList__title {
	position: relative;
	display: block;
	padding: 8px 35px 8px 15px;
	color: #656972;
	height: 100%;
	font-size: 1.3rem
}
.f-footer-linkList__more {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 8px 8px 8px 15px
}
.f-footer-linkList__more .material-icons-round__extend {
	vertical-align: middle;
	padding-bottom: 2px
}
.f-footer-linkList__arrow {
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	color: #95999e;
	font-size: 2.2rem
}
.f-footer-linkList__title--pcBold {
	position: relative;
	display: block;
	padding: 8px 35px 8px 15px;
	color: rgba(21, 23, 33, .87);
	font-size: 1.3rem
}
.f-footer-linkList__title--arrow {
	display: block;
	padding: 20px 15px 20px;
	margin-bottom: 16px;
	text-align: right;
	color: #656972
}
.f-footer-linkList__title--arrow .f-icon {
	display: inline-block;
	padding-left: 8px
}
.f-footer-linkList__title--arrowLg {
	display: block;
	padding: 20px 15px 20px;
	margin-bottom: 16px;
	text-align: right
}
.f-footer-linkList__title--arrowLg .f-icon {
	display: inline-block;
	padding-left: 8px
}
.f-footer-text-link {
	margin-top: 24px;
	text-align: right
}
.f-footer-text-link a {
	padding-right: 35px;
	display: block;
	position: relative;
	color: #151721
}
.f-footer-covid19 {
	padding: 0 15px
}
.f-footer-covid19__block {
	margin-top: 24px
}
h2.f-footer-covid19__heading, h3.f-footer-covid19__heading, h4.f-footer-covid19__heading {
	font-weight: 500
}
.f-footer-covid19__list > li {
	margin-top: 4px;
	padding-left: 24px;
	position: relative
}
.f-footer-covid19__list > li .f-icon {
	color: #3498db;
	font-size: 1.8rem;
	position: absolute;
	top: 2px;
	left: 0
}
.f-footer-covid19__note {
	margin-top: 24px
}
.f-footer-faq-covid19__block {
	margin: 16px 0
}
.f-footer-faq-covid19__heading {
	font-weight: 700;
	font-size: 1.4rem
}
.f-footer-faq-covid19__list {
	margin-top: 8px
}
.f-footer-faq-covid19__list > li {
	padding-left: 1em;
	text-indent: -1em
}
.f-footer-faq-covid19__list > li:before {
	content: "・"
}

@media print, screen and (min-width:769px) {
	.f-u-section {
		max-width: 1280px;
		padding-right: 22px;
		padding-left: 22px;
		margin-right: auto;
		margin-left: auto;
	}
	.f-u-section--full {
		max-width: 1280px;
		padding-right: 22px;
		padding-left: 22px;
		margin-right: auto;
		margin-left: auto;
	}
	.f-footer {
		padding-top: 30px
	}
	.f-footer h2 {
		font-size: 2.2rem
	}
	.f-footer h3 {
		font-size: 2rem
	}
	.f-footer h4 {
		font-size: 1.6rem
	}
	.f-footer .f-accordion-toggle--inBoth {
		font-size: 1.6rem
	}
	.f-footer__title.f-heading2 .f-accordion-toggle {
		font-size: 2.2rem
	}
	.f-footer__title {
		margin-top: 24px;
		margin-bottom: 10px
	}
	.f-footer__title .f-accordion-toggle {
		font-size: 2rem;
		padding: 0;
		font-weight: 500
	}
	.f-footer__subtitle {
		padding: 0;
		margin-top: 12px;
		margin-bottom: 4px;
		font-size: 1.6rem
	}
	.f-footer-list .f-accordion-toggle--inBoth ~ .f-accordion-body {
		border-bottom: 1px solid #e1e1e1
	}
	.f-footer-list .f-accordion-toggle--inBoth ~ .f-accordion-body, .f-footer-list .f-accordion-toggle--inBoth ~ .f-accordion-body .f-accordion-body__inner {
		display: block
	}
	.f-footer-list .f-accordion-toggle--inBoth ~ .f-accordion-body [class*=f-accordion-body__inner--figure] {
		display: flex
	}
	.f-footer-list {
		overflow: hidden
	}
	.f-footer-list * {
		display: inline
	}
	.f-footer-list .f-accordion-toggle--inBoth {
		display: block
	}
	.f-footer-list > li {
		border-bottom: none
	}
	.f-footer-list .f-accordion-toggle {
		display: none
	}
	.f-footer-list .f-accordion-body__definitionList, .f-footer-list .f-accordion-body__definitionList > * {
		display: block
	}
	.f-footer-linkList {
		font-size: 0
	}
	.f-footer-linkList--col2 {
		border-top: none;
		font-size: 0;
		display: inline
	}
	.f-footer-linkList--col2 > li:nth-child(n) {
		border: none
	}
	.f-footer-linkList--col2 > li:last-child a {
		border-right: none
	}
	.f-footer-linkList__title {
		position: relative;
		display: inline-block;
		font-size: 1.2rem;
		padding: 0 8px 0 0;
		margin-top: 4px;
		margin-right: 8px;
		color: rgba(21, 23, 33, .87)
	}
	.f-footer-linkList__title::before {
		position: absolute;
		content: "";
		width: 1px;
		height: 100%;
		background-color: #e1e1e1;
		left: -8px;
		top: 0;
		z-index: 0
	}
	.f-footer-linkList__title .f-icon {
		display: none
	}
	.f-footer-linkList__extend {
		display: block
	}
	.f-footer-linkList__more {
		display: table;
		padding: 8px 8px 8px 0
	}
	.f-footer-linkList__more .material-icons-round {
		display: none
	}
	.f-footer-linkList__more .material-icons-round__extend {
		display: inline
	}
	.f-footer-linkList__title:hover {
		text-decoration: underline;
		text-underline-position: under;
		-webkit-text-decoration-color: rgba(222, 222, 222, .6);
		text-decoration-color: rgba(222, 222, 222, .6)
	}
	.f-footer-linkList__title--pcBold {
		position: relative;
		display: inline-block;
		font-size: 1.2rem;
		padding: 0 8px 0 0;
		margin-top: 4px;
		margin-right: 8px;
		color: rgba(21, 23, 33, .87);
		font-weight: 700
	}
	.f-footer-linkList__title--pcBold::before {
		position: absolute;
		content: "";
		width: 1px;
		height: 100%;
		background-color: #e1e1e1;
		left: -8px;
		top: 0;
		z-index: 0
	}
	.f-footer-linkList__title--pcBold .f-icon {
		display: none
	}
	.f-footer-linkList__title--arrow {
		display: block;
		text-align: left;
		font-size: 1.2rem;
		margin: 8px 0 0;
		padding: 0
	}
	.f-footer-linkList__title--arrowLg {
		display: block;
		text-align: left;
		font-size: 1.2rem;
		margin: 16px 0 8px;
		padding: 0
	}
	.f-footer-text-link {
		margin-top: 16px;
		text-align: left;
		display: block;
		width: 100%
	}
	.f-footer-text-link a {
		padding-right: 30px;
		display: inline-block
	}
	.f-footer-covid19 {
		padding: 0;
		margin-bottom: 40px;
		font-size: 1.6rem
	}
	.f-footer-covid19__list {
		display: flex;
		flex-wrap: wrap
	}
	.f-footer-covid19__list > li {
		width: 40%;
		padding-left: 28px
	}
	.f-footer-covid19__list > li .f-icon {
		font-size: 2rem
	}
	.f-footer-covid19__note {
		margin-top: 32px
	}
	.f-footer-faq-covid19 * {
		display: block
	}
	.f-footer-faq-covid19__lead {
		font-size: 1.6rem
	}
	.f-footer-faq-covid19__block {
		margin: 24px 0
	}
	.f-footer-faq-covid19__heading {
		font-size: 1.5rem
	}
	
	
}
@media (any-hover:hover) {
	.f-form-checkfield:hover::before {
		visibility: visible
	}
	.f-footer-covid19__list {
		display: flex;
		flex-wrap: wrap
	}
	.f-footer-covid19__list > li {
		width: 40%;
		padding-left: 28px
	}
	.f-footer-covid19__list > li .f-icon {
		font-size: 2rem
	}
	.f-footer-covid19__note {
		margin-top: 32px
	}
	.f-footer-faq-covid19 * {
		display: block
	}
	.f-footer-faq-covid19__lead {
		font-size: 1.6rem
	}
	.f-footer-faq-covid19__block {
		margin: 24px 0
	}
	.f-footer-faq-covid19__heading {
		font-size: 1.5rem
	}
}

@media print, screen and (max-width:767px) {
	.f-footer h2 {
		font-size: 1.8rem
	}
	.f-footer h3 {
		font-size: 1.5rem
	}
	.f-footer h4 {
		font-size: 1.3rem
	}
	.f-footer .f-accordion-toggle--inBoth {
		font-size: 1.3rem
	}
	.f-footer__title.f-heading2.f-heading2accordion {
		margin: 0;
		margin-top: 15px
	}
	.f-footer__title.f-heading2.f-heading2accordion .f-accordion-toggle {
		padding: 17px 30px 17px 15px
	}
	.f-footer__title.f-heading3 {
		margin-top: 0;
		margin-bottom: 0
	}
}
/*  高級旅館・ホテルおすすめプラン
============================================================================= */
.ex_wrap {
  border: 1px solid;
}
.stay {
  margin-top: 30px;
}
.sect-text {
  margin-top: 20px;
}
h4 {
    text-align: center;
}
.recommendpoint {
  text-align: center;
  margin: 10px;
}
p.stay {
    margin-top: 15px;
}
.cassette_item_point {
  width: calc(100% / 3);
  padding-right: 20px;
  padding-left: 20px;
}
.cassette_photo_a {
  min-height: 0%;
}
.cassette_photo_a figure {
    position: relative;
    overflow: hidden;
}
.cassette_photo_a figcaption {
    position: absolute;
    right: 5px;
    bottom: 0;
    color: #fff;
    text-shadow: 1px 2px 3px #000;
    font-size: 1.1rem;
    font-weight: bold;
}
.point {
  font-size: 2.3rem;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 0.1em 3em;
}
.point::before, .point::after {
  position: absolute;
  content: '';
  top: calc(50% - 1px);
  width: 2em;
  height: 2px;
  background-color: #432C02;
}
.point::before {
  left:0;
}
.point::after {
  right: 0;
}
.all-bt {
  align-items: center;
  background: linear-gradient(to right, #1e130c 0%, #65544a 100%);
  box-shadow: 0px 1px 3px rgb(0 0 0 / 20%);
  display: flex;
  justify-content: center;
  height: 4em;
  width: 100%;
  max-width: 800px;
  margin: 2em auto;
}
.all-bt a {
  color: #fff;
  position: relative;
  padding-right: 30px;
  transition: all .5s ease;
}
.all-bt a:after{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	font-family: 'Material Icons Round';
	content: "\e409";
	font-size: 3.0rem;
	line-height: 1;
}
.all-bt a:hover{
	opacity: .6;
}
.c-catch {
    position: relative;
    display: flex;
    justify-content: center;
    font-size: 2.2rem;
    padding-top: 20px;
}
.c-catch:before {
    transform: rotate(-36deg);
    position: relative;
    content: "";
    display: block;
    border-radius: 3px;
    background: #323743;
    margin-right: 20px;
}
.c-catch:after {
    transform: rotate(36deg);
    position: relative;
    content: "";
    display: block;
    border-radius: 3px;
    background: #323743;
    margin-left: 20px;
}
@media screen and (min-width: 760px) {
.c-catch {
    font-size: 2.2rem;
}
.c-catch:before {
    width: 2px;
}
.c-catch:after {
    width: 2px;
}
.ex_wrap {
  margin-top: 30px;
}
.cassette_point {
  display: flex;
  justify-content: space-between;
}
.cassette_item_point {
  margin: 20px 10px 0 10px;
}
h4 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-top: 10px;
}
.side_txt {
    padding: 15px 0 0 20px;
}
.side_image {
    display: flex;
    padding: 0 25px 15px 25px;
}
.fade_a img.lazyloaded {
    width: 470px;
}
.fade_a a:hover {
    opacity: .6;
}
.fade_c a:hover {
    opacity: .6;
}
}
@media screen and (max-width: 759px) {
.c-catch {
    font-size: 2.0rem;
}
.c-catch:before {
    width: 1px;
}
.c-catch:after {
    width: 1px;
}
.ex_wrap {
  margin-top: 20px;
}
.side_image {
    padding: 10px 15px;
}
h3 {
	 font-size: 2rem;
	 font-weight: bold;
}
h4 {
	 padding-top: 10px;
	 font-size: 2rem;
}
h4 span {
 	 font-size: 1.2rem;
}
.side_txt {
   padding-top: 15px;
}
.cassette_item_point {
    width: calc(100% - 0px);
    padding: 0 15px 15px 15px;
}
.recommendpoint {
    margin-bottom: 5px;
}
.morelink{
		margin-top: 0px;
}
.all-bt a {
    text-align: center;
    font-size: 1.5rem;
}
}
/*  食と文化を旅する
============================================================================= */
.cassette_gourmet_item {
  background-color: #fff;
}
.gourmet {
  background-color: #EEECE2;
}
.gourmet h3{
  margin-top: 0px;
}
.fade_b figcaption {
  text-align: right;
  font-size: 1.1rem;
}
.all-bt2 {
  align-items: center;
  background: linear-gradient(to right, #1e130c 0%, #65544a 100%);
  box-shadow: 0px 1px 3px rgb(0 0 0 / 20%);
  display: flex;
  justify-content: center;
  height: 4em;
  width: 100%;
  max-width: 800px;
}
.all-bt2 a {
  color: #fff;
  position: relative;
  padding-right: 30px;
  transition: all .5s ease;
}
.all-bt2 a:after{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	font-family: 'Material Icons Round';
	content: "\e409";
	font-size: 3.0rem;
	line-height: 1;
}
.all-bt2 a:hover{
	opacity: .6;
}
@media screen and (min-width: 760px) {
.cassette_gourmet_item {
  margin-top: 30px;
}
.wrap_gourmet {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
h3 {
	font-size: 2.5rem;
	font-weight: bold;
}
.cassette_gourmet_item {
  width: calc(50% - 0.5em);
}
.gourmet_ttl {
    font-weight: bold;
    font-size: 1.4rem;
    padding: 15px 0 0 20px;
}
.side-img {
  display: flex;
  padding: 0px 20px 20px 20px;
  font-weight: bold;
}
.fade_b img.lazyloaded {
  width: 300px;
}
.side_txt_txt {
	  padding-right: 10px;
}
.side_txt_txt span {
    font-size: 1.2rem;
    font-weight: bold;
    position: absolute;
}
.all-bt2 {
  margin: 2em auto;
}
}
@media screen and (max-width: 759px) {
.cassette_gourmet_item {
   margin-top: 20px
}
.gourmet .in-wrapper {
    padding: 0 10px;
}
.side-img {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
  margin-bottom: 20px;
}
.gourmet_ttl {
    font-weight: bold;
    font-size: 1.2rem;
    padding: 20px 0 0 20px;
}
.side_txt_txt {
    padding-bottom: 10px;
}
.side_txt_txt span {
    font-size: 2rem;
}
.all-bt2 a {
    text-align: center;
    font-size: 1.5rem;
}
}


/*  おすすめ特集バナーが消えてしまう　対応
============================================================================= */
.fade img {
    opacity: 1;
    transition: 2s;
}


/*  クルーズ飛鳥領域【20250523】
============================================================================= */
.c-flex {
    display: flex;
    background-color: #EEECE2;
    padding: 30px 30px;
    margin: 10px 0 40px;
}
p.cruise-txt {
    margin-bottom: 40px;
}
.c-pic img {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding-top: 5px;
}
.sec-cruise__column .c-title {
    color: #65544a;
    font-size: 2em;
    font-weight: 500;
    margin: .5em 0;
}
.bt-cruise {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
}
.bt-cruise1, .bt-cruise2 {
    overflow: hidden;
    position: relative;
    display: inline-block;
    padding: 12px 5px;
    width: 100%;
    height: inherit;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    background: linear-gradient(to right, #1e130c 0%, #65544a 100%);
    box-shadow: 0px 1px 3px rgb(0 0 0 / 20%);
    transition: border-radius .3s;
    border: none;
    line-height: 1.4;
    text-align: center;
    cursor: pointer;
}
.bt-cruise1:after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    font-family: 'Material Icons Round';
    content: "\e409";
    font-weight: lighter;
    font-size: 3.0rem;
    line-height: 1;
}
.bt-cruise2:after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    font-family: 'Material Icons Round';
    content: "\e409";
    font-weight: lighter;
    font-size: 3.0rem;
    line-height: 1;
}
.bt-cruise1:hover {
	border-radius: 30px;
	opacity: 1;
}
.bt-cruise2:hover {
	border-radius: 30px;
	opacity: 1;
}
p.bt-txt {
    color: #ffff;
}
.slick-slide figure {
    position: relative;
}
.slick-slide figure figcaption {
    position: absolute;
    bottom: 0;
    right: 3px;
}
p.caption {
    font-weight: bold;
    color: #ffff;
    font-size: 1.2rem;
    text-shadow: 0 1px 0px #000000, 1px 0px 0px #000000, 0px -1px 0px #000000, 1px 1px 1px #000000;
}



@media screen and (min-width: 760px) {
    .sec-cruise__column .c-txt {
        flex: 1;
        padding-left: 2em;
    }
    .c-pic {
        width: 35%;
        border-radius: .25em;
        overflow: hidden;
        position: relative;
    }
    p.p-txt {
        padding: 20px 0;
    }
    .bt-cruise2 {
        margin: 0 0 0 20px;
    }
    .bt-cruise1 {
        margin: 0 20px 0 0;
    }
}

@media screen and (max-width: 759px) {
    .cruise-sect .in-wrapper{
	   padding: 0 10px;
    }
    .c-flex {
       flex-direction: column;
       background-color: #EEECE2;
       margin-bottom: 30px;
       gap: 1em;
       padding: 20px 20px;
    }
    p.cruise-txt {
       margin: 10px 0 30px;
    }
    .c-pic img {
       display: block;
       max-width: 100%;
    }
    .sec-cruise__column .c-title {
       text-align: center;
       font-size: 1.7em;
    }
    .bt-cruise {
       flex-direction: column;
       padding-top: 20px;
    }
    p.bt-txt {
       font-size: 1.5rem;
    }
    .bt-cruise1 {
        margin-bottom: 10px;
    }
    .bt-cruise1, .bt-cruise2 {
        padding: 8px 5px;
    }
    span.dot {
    display: none;
    }
}
