@charset "utf-8";
/* main
================================================ */
@media all and (-ms-high-contrast: none){
	body.fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}
}
/* mv */
/* スタンダード */
.box-hotel_main .openday{
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 0.4em 0.8em;
}
.box-hotel_main .box-hotel_main_img_pc{
	width: 100%;
	background-color: #000;
	display: -webkit-box;
	display: flex;
	padding: 1px;
	position: relative;
}
.box-hotel_main .hotel_name{
	width: 100%;
	position: absolute;
	bottom: 1em;
	left: 0;
	right: 0;
	margin: auto;
	/* -webkit-transform : translate(-50%,0);
	transform : translate(-50%,0); */
	z-index: 2;
}
.box-hotel_main h1{
	width: 100%;
	padding: 0 0.5em;
	white-space: nowrap;
	letter-spacing: 0.02em;
	color: #fff;
	text-align: center;
}
.box-hotel_main .box-hotel_main_img_sp{
	display: none;
}
.box-hotel_main .box-main_img_room, .box-hotel_main .box-main_img_ent{
	width: 25%;
}
.box-hotel_main li{
	padding: 1px;
}
.box-hotel_main .box-main_img_ext{
	position: relative;
	width: 50%;
}
.box-hotel_main .box-main_img_ext .txt-livemax{
	vertical-align: middle;
	margin-right: 0.25em;
}
.box-hotel_main .main_img_film{
	position: absolute;
	top: 0;
	width: calc(100% - 2px);
	height: 100%;
	background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(0,0,0,0)),color-stop(85%, rgba(0,0,0,0)),color-stop(99%, rgba(0,0,0,0.65)),to(rgba(0,0,0,0.65)));
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 85%,rgba(0,0,0,0.65) 99%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	z-index: 1;
}
.box-hotel_main .box-main_img_room img, .box-hotel_main .box-main_img_ent img{
	height: 249px
}
.box-hotel_main .box-main_img_ext img{
	height: 500px;
}
/* /スタンダード */
/* プレミアム */
#premium .box-hotel_main .openday{
	font-weight: bold;
	text-align: center;
	color: #fff;
	letter-spacing: 0.12em;
	margin-bottom: 0.5em;
	padding: 0.4em 0.8em;
}
#premium .box-hotel_main .box-hotel_main_bg{
	width: 100%;
	height: calc(100vh - 151px);
	position: relative;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}
#premium .box-hotel_main .box-hotel_main_txt{
	position: absolute;
	bottom: 2em;
	left: 50%;
	-webkit-transform : translate(-50%, 0);
	transform : translate(-50%, 0);
}
#premium .box-hotel_main .main_img_film_p{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background: -moz-linear-gradient(top,  rgba(5,5,5,0.8) 0%, rgba(12,12,12,0) 9%, rgba(45,45,45,0) 82%, rgba(20,20,20,0.8) 100%);
	background: -webkit-linear-gradient(top,  rgba(5,5,5,0.8) 0%,rgba(12,12,12,0) 9%,rgba(45,45,45,0) 82%,rgba(20,20,20,0.8) 100%);
	background: linear-gradient(to bottom,  rgba(5,5,5,0.8) 0%,rgba(12,12,12,0) 9%,rgba(45,45,45,0) 82%,rgba(20,20,20,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc050505', endColorstr='#cc141414',GradientType=0 );
	z-index: -1;
}
#premium .box-hotel_main h1{
	width: 100%;
	padding: 0 0.5em;
	white-space: normal;
	letter-spacing: 0.12em;
	color: #fff;
	text-align: center;
	text-shadow: 0px 0px 4px #000000;
	font-weight: normal;
}
#premium .txt-livemax {
	margin-right: 0.4em;
	white-space: nowrap;
}
#premium h1 .txt-livemax {
	display: block;
}
#premium .box-hotel_main .icon-grade{
	color: #FFF;
	vertical-align: middle;
	white-space: nowrap;
	margin-left: 0.25em;
	padding: 0.4em 0.5em;
	text-shadow: none;
	letter-spacing: 0.06em;
}
/* /プレミアム */


/* MAX CUBE */
#maxcube .box-hotel_main .openday{
	font-weight: bold;
	text-align: center;
	color: #fff;
	letter-spacing: 0.12em;
	margin-bottom: 0.5em;
	padding: 0.4em 0.8em;
}
#maxcube .box-hotel_main .box-hotel_main_bg{
	width: 100%;
	height: calc(100vh - 151px);
	position: relative;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}
#maxcube .box-hotel_main .box-hotel_main_txt{
	position: absolute;
	bottom: 2em;
	left: 50%;
	-webkit-transform : translate(-50%, 0);
	transform : translate(-50%, 0);
}
#maxcube .box-hotel_main .main_img_film_p{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background: -moz-linear-gradient(top,  rgba(5,5,5,0.8) 0%, rgba(12,12,12,0) 9%, rgba(45,45,45,0) 82%, rgba(20,20,20,0.8) 100%);
	background: -webkit-linear-gradient(top,  rgba(5,5,5,0.8) 0%,rgba(12,12,12,0) 9%,rgba(45,45,45,0) 82%,rgba(20,20,20,0.8) 100%);
	background: linear-gradient(to bottom,  rgba(5,5,5,0.8) 0%,rgba(12,12,12,0) 9%,rgba(45,45,45,0) 82%,rgba(20,20,20,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc050505', endColorstr='#cc141414',GradientType=0 );
	z-index: -1;
}
#maxcube .box-hotel_main h1{
	width: 100%;
	padding: 0 0.5em;
	white-space: normal;
	letter-spacing: 0.12em;
	color: #fff;
	text-align: center;
	text-shadow: 0px 0px 4px #000000;
	font-weight: normal;
}
#maxcube .txt-livemax {
	margin-right: 0.4em;
	white-space: nowrap;
}
#maxcube h1 .txt-livemax {
	display: block;
}
#maxcube .box-hotel_main .icon-grade{
	color: #FFF;
	vertical-align: middle;
	white-space: nowrap;
	margin-left: 0.25em;
	padding: 0.4em 0.5em;
	text-shadow: none;
	letter-spacing: 0.06em;
}
/* /MAX CUBE */

.box-hotel_main .icon-facility{
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	justify-content: center;
	margin-top: 1em;
}
.box-hotel_main .icon-facility li{
	padding: 0;
}
.box-hotel_main .icon-facility li + li{
	margin-left: 1.5em;
}
.box-hotel_main .icon-facility img{
	width: 100%;
	max-width: 50px;
	height: auto;
}
.box-hotel_main .point_txt{
	text-align: center;
	color: #555;
	font-weight: bold;
	margin-top: 1em;
}
#premium .box-hotel_main .point_txt{
	color: #fff;
	font-weight: normal;
}
#maxcube .box-hotel_main .point_txt{
	color: #fff;
	font-weight: normal;
}
.box-hotel_main .bnr-livechoku,
.box-hotel_main .bnr-mt,
.box-hotel_main .bnr-menu{
	margin-top: 3%;
}
/* 施設案内 */
.box-wrap{
	width: 100%;
	display: -webkit-box;
	display: flex;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	background-color: #fff;
}
.box-wrap:nth-child(odd) .box-txt{
	-webkit-box-ordinal-group: 3;
	order: 2;
}
.box-wrap:nth-child(odd) .box-image{
	-webkit-box-ordinal-group: 2;
	order: 1;
}
.box-image, .box-txt{
	width: 50%;
}
#premium .box-image, .box-txt{
	color: #2a2a2a;
}
#maxcube .box-image, .box-txt{
	color: #2a2a2a;
}
/* .box-image{
	height: 252px;
} */
.box-image img {
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

.box-txt{
	padding: 3em;
}
.box-txt h3{
	margin-bottom: 0.5em;
	text-align: center;
}
.btn-normal a{
	margin-top: 1em;
}
/* 周辺情報 */
.box-sightseeing{
	background: rgb(92,92,92); /* Old browsers */
	background: linear-gradient(135deg,  rgb(92,92,92) 1%,rgb(50,50,50) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595959', endColorstr='#171717',GradientType=1 );
}
.box-sightseeing h2{
	color: #fff;
}
.sightseeing_slider{
	opacity: 0;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
}
.sightseeing_slider.slick-initialized{
	opacity: 1;
}
.sightseeing_wrap{
	width: 100%;
	display: -webkit-box;
	display: flex;
}
.sightseeing_img{
	width: 40%;
	height: 100%;
	border: 0.85em solid #fff;
}
.sightseeing_txt{
	width: 56%;
	margin-left: 4%;
	color: #fff;
}
#maxcube .sightseeing_txt{
	color: #000000;
}
.sightseeing_txt h4{
	color: #ffc943;
	text-align: center;
}
#maxcube .sightseeing_txt h4{
	color: #da1515;
}
.sightseeing_txt h4 + p{
	margin-top: 1em;
}
.sightseeing_access{
	color: #333;
	background-color: #fff;
	margin-top: 1em;
	padding: 1em 1.2em;
}
.sightseeing_access > li{
	display: -webkit-box;
	display: flex;
}
.sightseeing_access > li + li{
	border-top: 1px dotted #000;
	margin-top: 0.8em;
	padding-top: 0.8em;
}
.sightseeing_access .access_head{
	width: 30%;
	min-width: 30%;
	font-weight: bold;
	margin-right: 1em;
}
.sightseeing_note{
	margin-top: 0.5em;
}
.slick-dots{
	position: static;
	margin-top: 1.5em;
}
.slick-dots li{
	width: 8%;
	height: auto;
	margin: 0 0.5em;
	border-width: 3px;
	opacity: 0.6;
	background-color: #fff;
}
.slick-dots li.slick-active{
	opacity: 1;
}
.slick-dotted.slick-slider{
	margin-bottom: 0;
}
.box-sightseeing .btn-normal{
	margin-top: 0.8em;
	text-align: center;
}
.box-sightseeing .btn-normal a:hover{
	color: #333;
}
.btn_shuhen a{
	color: #fff;
	border: 1px solid #fff;
}
.btn_shuhen a:hover{
	color: #000;
	opacity: 1;
	border-color: #fff;
	background-color: #fff;
}
#premium .btn_shuhen a:hover{
	color: #000;
}
#maxcube .btn_shuhen a:hover{
	color: #000;
}
/* ギャラリー */
.box-gallery ul{
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin-top: -1%;
	margin-left: -1%;
}
.box-gallery ul li{
	width: calc(100% / 4 - 1%);
	margin-top: 1%;
	margin-left: 1%;
}
.box-gallery .btn-normal{
	text-align: right;
}
/* 基本情報 */
.box-info .info_wrap{
	display: -webkit-box;
	display: flex;
}
.box-info .info_map{
	margin: 0 auto;
	position: relative;
	width: 42%;
	padding-top: 56.25%;
	border: 1px solid #888;
	box-sizing: border-box;
}
.box-info .info_map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.box-info .info_about{
	width: 54%;
	margin-left: 4%;
	height: 100%;
}
.box-info .info_about li{
	display: -webkit-box;
	display: flex;
	border-bottom: 1px dotted #000;
	margin-bottom: 0.6em;
	padding-bottom: 0.6em;
}
#premium .box-info .info_about li{
	border-bottom: 1px dotted #fff;
}
#maxcube .box-info .info_about li{
	border-bottom: 1px dotted #fff;
}
.box-info .info_about .info_about_head{
	width: 120px;
	font-weight: bold;
}
.box-info .info_about .info_about_txt{
	width: calc(95% - 120px);
	margin-left: 5%;
}
.box-info .btn-info_access{
	white-space: nowrap;
	margin-left: 0.4em;
	vertical-align: middle;
	line-height: 0;
}
.box-info .btn-info_access a{
	padding: 0.2em 0.5em;
	border-radius: 0.2em;
}
.box-info .btn-info_access a::after{
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-left: 0.2em;
	vertical-align: baseline;
	background-image: url(/common_rwd/img/icon/hotel_top/icon-map.png);
	background-size: cover;
}
.box-info .txt_attend{
	text-align: center;
	color: #ff0000;
	font-weight: bold;
	margin-bottom: 1em;
}


/* ================================================
 タブレット
================================================ */
@media screen and (max-width: 896px) {
/* main
================================================ */
.box-hotel_main .box-main_img_room img, .box-hotel_main .box-main_img_ent img{
	height: 199px
}
.box-hotel_main .box-main_img_ext img{
	height: 400px;
}
.box-image{
	width: 40%;
	padding: 1.5em 0 1.5em 1.5em;
	-webkit-box-ordinal-group: 2;
	order: 1;
}
.box-txt{
	width: 60%;
	padding: 1.5em;
	-webkit-box-ordinal-group: 3;
	order: 2;
}
.box-txt h4{
	margin-bottom: 0.5em;
}
#premium .box-hotel_main .box-hotel_main_bg{
	height: calc(100vh - 111px);
	background-attachment: scroll;
}
#premium .box-hotel_main_txt{
	width: 100%;
	padding: 0 20px;
}
#premium .box-hotel_main .main_img_film_p{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background: -moz-linear-gradient(top,  rgba(5,5,5,0.8) 0%, rgba(12,12,12,0) 8%, rgba(45,45,45,0) 82%, rgba(20,20,20,0.8) 100%);
	background: -webkit-linear-gradient(top,  rgba(5,5,5,0.8) 0%,rgba(12,12,12,0) 8%,rgba(45,45,45,0) 82%,rgba(20,20,20,0.8) 100%);
	background: linear-gradient(to bottom,  rgba(5,5,5,0.8) 0%,rgba(12,12,12,0) 8%,rgba(45,45,45,0) 82%,rgba(20,20,20,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc050505', endColorstr='#cc141414',GradientType=0 );
	z-index: -1;
}
#premium .box-hotel_main h1{
	white-space: normal;
}


#maxcube .box-hotel_main .box-hotel_main_bg{
	height: calc(100vh - 111px);
	background-attachment: scroll;
}
#maxcube .box-hotel_main_txt{
	width: 100%;
	padding: 0 20px;
}
#maxcube .box-hotel_main .main_img_film_p{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background: -moz-linear-gradient(top,  rgba(5,5,5,0.8) 0%, rgba(12,12,12,0) 8%, rgba(45,45,45,0) 82%, rgba(20,20,20,0.8) 100%);
	background: -webkit-linear-gradient(top,  rgba(5,5,5,0.8) 0%,rgba(12,12,12,0) 8%,rgba(45,45,45,0) 82%,rgba(20,20,20,0.8) 100%);
	background: linear-gradient(to bottom,  rgba(5,5,5,0.8) 0%,rgba(12,12,12,0) 8%,rgba(45,45,45,0) 82%,rgba(20,20,20,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc050505', endColorstr='#cc141414',GradientType=0 );
	z-index: -1;
}
#maxcube .box-hotel_main h1{
	white-space: normal;
}
/* 基本情報 */
.box-info .info_wrap{
	display: block;
}
.box-info .info_map{
	width: 100%;
}
.box-info .info_about{
	width: 100%;
	margin-top: 2em;
	margin-left: 0;
}
}

@media screen and (max-width: 673px) {
/* main
================================================ */
/* mv */
.box-hotel_main .box-hotel_main_img_pc{
	display: none;
}
.box-hotel_main .box-hotel_main_img_sp{
	display: block;
}
.box-hotel_main .js-hotel_mv_sp_slider{
	opacity: 0;
	transition: opacity .3s linear;
}
.box-hotel_main .js-hotel_mv_sp_slider.slick-initialized{
	opacity: 1;
}
.box-hotel_main .box-hotel_main_img_sp .slick-dots{
	position: absolute;
	bottom: 5px;
}
.box-hotel_main .box-hotel_main_img_sp .slick-dots li{
	width: 4%;
	background-color: transparent;
}
.box-hotel_main .box-hotel_main_img_sp .slick-dots li button:before{
	opacity: .85;
	color: #fff;
}
.box-hotel_main .box-hotel_main_img_sp .slick-dots li.slick-active button:before{
	opacity: 1;
	color: #fff;
	text-shadow: 0 0 4px #333;
}
.box-hotel_main .box-hotel_main_img_sp .slick-dots li
.box-hotel_main .box-main_img_room, .box-hotel_main .box-main_img_ent{
	display: none;
}
.box-hotel_main li{
	padding: 0;
}
.box-hotel_main .box-main_img_ext{
	width: 100%;
}
#premium .box-hotel_main_txt{
	padding: 0 10px;
}
#maxcube .box-hotel_main_txt{
	padding: 0 10px;
}
.box-hotel_main .box-main_img_ext .openday{
	top: 0;
}
/* ご案内 */
.box-wrap{
	flex-wrap: wrap;
}
.box-image{
	width: 100%;
	padding: 0;
}
.box-txt{
	width: 100%;
	text-align: center;
	padding: 1em 1.5em 1.5em;
}
/* 周辺情報 */
.sightseeing_wrap{
	display: block;
}
.sightseeing_img{
	width: 100%;
	height: 100%;
	border: 0.6em solid #fff;
}
.sightseeing_txt{
	width: 100%;
	margin-top: 3%;
	margin-left: 0;
}
.sightseeing_txt h4 + p{
	margin-top: 0.8em;
}
.slick-dots li{
	width: 12%;
}
}


/* ================================================
 スマホ
================================================ */
@media screen and (max-width: 480px) {
/* main
================================================ */
#premium .box-hotel_main .box-hotel_main_bg{
	height: calc(70vh - 82px);
}
#maxcube .box-hotel_main .box-hotel_main_bg{
	height: calc(70vh - 82px);
}
/* MV */
.box-hotel_main .box-main_img_ext .openday {
	top: 0;
	padding: 0.2em 0.6em;
}
#premium .box-hotel_main .openday{
	padding: 0.2em 0.6em;
}
#maxcube .box-hotel_main .openday{
	padding: 0.2em 0.6em;
}
.box-hotel_main .box-hotel_main_img_sp .slick-dotted.slick-slider{
	padding-top: 0;
}
.box-hotel_main .box-hotel_main_img_sp .slick-dots{
	top: auto;
}
.box-hotel_main .icon-facility img{
	max-width: 40px;
}
#premium .box-hotel_main .box-hotel_main_txt{
	bottom: 1em;
}
#premium .box-hotel_main .main_img_film_p{
	background: -moz-linear-gradient(top,  rgba(5,5,5,0.8) 0%, rgba(12,12,12,0) 9%, rgba(45,45,45,0) 82%, rgba(20,20,20,0.8) 100%);
	background: -webkit-linear-gradient(top,  rgba(5,5,5,0.8) 0%,rgba(12,12,12,0) 9%,rgba(45,45,45,0) 82%,rgba(20,20,20,0.8) 100%);
	background: linear-gradient(to bottom,  rgba(5,5,5,0.8) 0%,rgba(12,12,12,0) 9%,rgba(45,45,45,0) 82%,rgba(20,20,20,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc050505', endColorstr='#cc141414',GradientType=0 );
}

#maxcube .box-hotel_main .box-hotel_main_txt{
	bottom: 1em;
}
#maxcube .box-hotel_main .main_img_film_p{
	background: -moz-linear-gradient(top,  rgba(5,5,5,0.8) 0%, rgba(12,12,12,0) 9%, rgba(45,45,45,0) 82%, rgba(20,20,20,0.8) 100%);
	background: -webkit-linear-gradient(top,  rgba(5,5,5,0.8) 0%,rgba(12,12,12,0) 9%,rgba(45,45,45,0) 82%,rgba(20,20,20,0.8) 100%);
	background: linear-gradient(to bottom,  rgba(5,5,5,0.8) 0%,rgba(12,12,12,0) 9%,rgba(45,45,45,0) 82%,rgba(20,20,20,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc050505', endColorstr='#cc141414',GradientType=0 );
}
.box-info .info_about{
	margin-top: 1.2em;
}
.sightseeing_txt{
	margin-top: 5%;
}
.slick-dots{
	position: absolute;
	top: -0.5em;
	margin-top: 1em;
}
.slick-dots li{
	width: 15%;
	margin: 0 0.25em;
}
.slick-dotted.slick-slider{
	padding-top: 18%;
}
/* ご案内 */
.box-image{
	height: 200px;
}
/* 基本情報 */
.box-info .info_map{
	padding-top: 100%;
}
.box-info .info_about li{
	display: block;
}
.box-info .info_about .info_about_head{
	width: 100%;
}
#premium .box-info .info_about .info_about_head::before{
	content: "";
	width: 4px;
	height: 4px;
	margin-right: 0.25em;
	background-color: #fff;
	display: inline-block;
	vertical-align: middle;
}
#maxcube .box-info .info_about .info_about_head::before{
	content: "";
	width: 4px;
	height: 4px;
	margin-right: 0.25em;
	background-color: #fff;
	display: inline-block;
	vertical-align: middle;
}
.box-info .info_about .info_about_txt{
	width: 100%;
	margin-left: 0;
}
/* ギャラリー */
.box-gallery ul li{
	width: calc(100% / 2 - 1%);
}
.box-gallery .btn-normal{
	text-align: center;
}
}