@charset "UTF-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	color:#FFFFFF;
	font-size:16px;
	font-weight:400;
	line-height: 1.7;
	overflow-x:hidden;
	font-family: "Noto Sans JP", sans-serif;
	font-family: 'Noto Serif JP', serif;
	-webkit-text-size-adjust: 100%;
	background: #130B0B;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.gothic{
	font-family: "Noto Sans JP", sans-serif;
}

.en{
	font-family: 'Poppins', sans-serif;
}

body.open, body.modaal-noscroll{
}
input, textarea {
    border-radius: 0;
    outline: none;
    margin: 0;
    padding: 0;
    font-family: 'Noto Serif JP', serif;
    font-size:16px;
    -webkit-border-radius : 0;
    -webkit-tap-highlight-color : rgba(0,0,0,0);
}

img{
	vertical-align:bottom;
	max-width:100%;
	height:auto;
}

a {
	color:#FFFFFF;
	text-decoration:none;
	transition: all 0.3s ease-in-out 0s;
}

a:hover {
	text-decoration:none;
}
.flex_wrap{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:wrap;
}
.flex_wrap_between{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.flex_wrap_center{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:wrap;
	justify-content: center;
}
.flex_wrap_middle{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:wrap;
	align-items: center;
}

.sp{display:none !important;}
.note{font-size:75%;}

.invew{
    position: relative;
    transition: all 0.6s ease-in-out 0s;
}
.fade{
    opacity: 0;
    top: 40px;
}
.fade.fire{
    opacity: 1;
    top: 0;
}
.fade_list li{
    position: relative;
    opacity: 0;
    top: 40px;
    transition: all 0.6s ease-in-out 0s;
}
.fade_list li:nth-of-type(2){
    transition-delay: 0.1s
}
.fade_list li:nth-of-type(3){
    transition-delay: 0.2s
}
.fade_list li:nth-of-type(4){
    transition-delay: 0.3s
}
.fade_list li:nth-of-type(5){
    transition-delay: 0.4s
}
.fade_list li:nth-of-type(6){
    transition-delay: 0.5s
}
.fade_list.fire li{
    opacity: 1;
    top: 0;
}

/************************
header
************************/
header{
	position: fixed;
	width: 100%;
	z-index: 90;
	transition: all 0.3s ease-in-out 0s;
}
.inner_header{
	margin: auto;
	width: 100%;
	align-items: center;
	padding: 17px 23px;
}
.header_l{
	gap:24px;
}
.logo{
	width: 180px;
}
.lang{
	padding:3px 25px;
	cursor: pointer;
	font-weight: 800;
	background: #1A1A1A url("../img/icon_earth.png") no-repeat left 5px center;
	background-size: 15px auto;
	position: relative;
	font-family: 'Noto Serif JP', serif;
	font-size: 12px;
}
.lang::after{
	position: absolute;
    display: block;
    content: '';
    width: 11px;
    height: 6px;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
	background: #fff;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.lang_wrap{
	position: relative;
	font-family: 'Noto Serif JP', serif;
	align-self: center;
}
.list_lang{
	position: absolute;
	background: #1A1A1A;
	display: none;
	padding: 10px 10px 10px 30px ;
	width: calc(100%);
}
.list_lang li a{
	display: block;
	padding: 10px 0;
}
.list_lang li a:hover{
	opacity: .6;
}
.btn_head{
	font-family: 'Noto Serif JP', serif;
}
.btn_head a{
	padding: 0 50px;
	position: relative;
    text-align: center;
    line-height: 50px;
	background: #93651B;
	color: #fff;
	display: block;
	width: 240px;
}
.btn_line a{
	background: #5C3948 url("../img/icon__line.svg") no-repeat left 20px center;
	background-size: 28px 28px;
	color: #fff;
}
.btn_riz{
	margin: 0 20px 0 20px;
}
.btn_riz a::after{
	background:url("../img/icon_rez.png");
	background-size: 100%;
	width: 27px;
	height: 24px;
	position: absolute;
	content: '';
	margin: auto;
	top: 0;
	bottom: 0;
	left: 20px;
	display: block;
}
.btn_head a:hover{
	opacity: .5;
}
/************************
btn
************************/
.btn{
	width: 100%;
	max-width: 360px;
	margin: auto;
}
.btn a{
	display: block;
	text-align: center;
	padding: 12px 24px;
	border: 2px solid #c5093b;
	color: #c5093b;
	border-radius: 100vh;
}
.btn a:hover{
	opacity: .5;
}
.sec_def .btn{
	margin-top: 40px;
}

/************************
menu btn
************************/
.menu_btn{
    position: relative;
	width: 50px;
	height: 50px;
	text-align: center;
	cursor:pointer;
	transition: all 0.3s ease-in-out 0s;
    z-index: 101;
	background: #fff;
}
.sp_nav_btn{
	width: 100%;
	height: 100%;
	z-index: 1000;
	text-align: center;
	position: relative;
}
#panel-btn{
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: auto;
  position: absolute;
  top:0;
  bottom:0;
  left: 0;
  right: 0;
}
#panel-btn:hover{
}
#panel-btn-icon{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom:0;
  right:0;
  width: 100%;
  height: 1px;
  margin: auto;
  background: #171F26;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #171F26;
  transition: .5s;
}
#panel-btn:hover #panel-btn-icon, #panel-btn:hover #panel-btn-icon:before, #panel-btn:hover #panel-btn-icon:after{
}
#panel-btn-icon:before{
  margin-top: -10px;
}
#panel-btn-icon:after{
  margin-top: 8px;
}
#panel-btn .close, #panel-btn:hover #panel-btn-icon.close{
  background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after{
  margin-top: 0;
}
#panel-btn .close:before{
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#panel-btn .close:after{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/************************
mv
************************/
.mv_wrap{
/*	background: url("../img/kv_bg.png") center bottom / cover;*/
	position: relative;
	z-index: 1;
	overflow: hidden;
	height: 100vh;
	min-height: 780px;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@keyframes fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.mv_wrap {
    position: relative;
}
.mv_wrap img{
    width: 100%;
	object-fit: cover;
	height: 100%;
}
.swiper-container.mv_bg{
    width: 100%;
	height: 100%;
    margin:0 0 0 auto;
    right: 0;
    position: absolute;
    opacity: 0;
}
.swiper-container.mv_bg{
    animation: fade 1s ease .2s forwards;
}
.mv_wrap::before{
	z-index: 2;
	content: '';
	display: block;
	width: 100%;
	height: 167px;
	background: transparent linear-gradient(180deg, #170C0C00 0%, #160C0CA0 44%, #160C0C 100%) 0% 0% no-repeat padding-box;
	bottom: 0;
	left: 0;
	position: absolute;
}
@keyframes zoomUp {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.swiper-slide-active img,
.swiper-slide-duplicate-active img,
.swiper-slide-prev img{
    animation: zoomUp 10s linear 0s 1 normal both; 
}

.inner_kv{
	position: absolute;
	width: 840px;
	left: 0;
	right: 0;
	bottom: 160px;
	margin: auto;
	z-index: 10;
}
.inner_kv h1{
	font-size: 56px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 6px;
	writing-mode: vertical-rl;
	transition: all 1.2s ease-in-out 0.5s;
}
.inner_kv h1 span{
	font-size: 28px;
	margin-top: -3em;
}


.def_sec{
	padding: 120px 0;
}
.def_sec h2{
	text-align: center;
	font-size: 71px;
	line-height: 192px;
	background: url("../img/bg_h2.png") no-repeat center;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	letter-spacing: 3.62px;
	margin-bottom: 96px;
}
.def_sec h2 span{
	font-size: 18px;
	display: block;
	line-height: 1;
	margin-top: -20px;
}
.inner_840{
	margin: auto;
	max-width: 840px;
	width: 86%;
}
.sec_about{
	padding:160px 0 220px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	width: 100%;
	background: transparent linear-gradient(180deg, #130B0B 0%, #3C1919 100%) 0% 0% no-repeat padding-box;
}
.sec_about::before{
	background:  url("../img/bg_about.png") no-repeat center;
	display: block;
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.def_sec.sec_about h2{
	margin-bottom: 0;
}
.about_wrap{
	text-align: center;
}
.about_wrap h3{
	font-size: 28px;
	margin-bottom: 95px;
	position: relative;
	letter-spacing: 1.4px;
}
.about_wrap h3 span{
	display: block;
	font-size: 16px;
	font-weight: 400;
}
/* .about_wrap h3::after{
	content: '';
	display: block;
	height: 20px;
	width: 1px;
	background: #fff;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 50px;
} */
.about_wrap p{
	line-height: 2;
}

.sec_five{
	padding: 90px 0;
	background: url("../img/bg_features.png") center;
	background-size: cover;
	position: relative;
}
.sec_five::before{
	content: '';
	display: block;
	position: absolute;
	height: 220px;
	width: 100%;
	background: url("../img/bg_features_top.png") repeat-x;
	top: -20px;
}
.sec_five h2{
	color: #fff;
}
.list_five{
	gap: 20px 2%;
}
.list_five li{
	width: 49%;
	background: rgba(255, 255, 255, .93);
	padding: 36px 36px 40px;
	box-shadow: 0px 0px 6px #00000029;
	border-radius: 10px;
	color: #35110C;
}
.list_five li:nth-child(n+3){
	width: 32%;
}
.five_ttl{
	justify-content: center;
	margin-bottom: 18px;
	font-size: 18px;
	line-height: 1.2;
}
.five_ttl i{
	width: 21px;
	margin-right: 14px;
}

.sec_room{
	padding-bottom: 0;
	position: relative;
	z-index: 1;
}
.room_wrap{
	padding: 40px 0 100px;
}
.sec_room.def_sec h2 {
	@media screen and (max-width: 768px) {
	margin-bottom: 0;
	}
}
.r_lead{
	font-size: 18px;
	margin-bottom: 150px;
	text-align: center;
}
.list_room li.flex_wrap:not(:last-child){
	margin-bottom: 140px;
}
.list_room li.flex_wrap:nth-child(even){
	flex-direction: row-reverse;
}
.room_pic_wrap{
	width: 50%;
}
.room_pic_wrap .r_slide{
	line-height: 1;
	height: 100%;
}
.slick-list{
	height: 100%;
}
.slick-track{
	height: 100%;
}
.r_wrap_cnt{
	width: 50%;
	background: transparent linear-gradient(270deg, #160C0C 0%, #3B1919 100%) 0% 0% no-repeat padding-box;
}
.list_room li.flex_wrap:nth-child(even) .r_wrap_cnt{
	background: transparent linear-gradient(90deg, #160C0C 0%, #3B1919 100%) 0% 0% no-repeat padding-box;
}
.list_room li.flex_wrap:nth-child(3) .r_wrap_cnt{
	background: transparent linear-gradient(270deg, #160C0C 0%, #5F3526 100%) 0% 0% no-repeat padding-box;
}
.list_room li.flex_wrap:nth-child(4) .r_wrap_cnt{
	background: transparent linear-gradient(90deg, #160C0C 0%, #5F3526 100%) 0% 0% no-repeat padding-box;
}
.r_cnt{
	width: 100%;
	max-width: 568px;
	padding: 56px 74px;
	display: flex;
	flex-direction: column;
	height: 100%;
	position: relative;
	z-index: 1;
}
.list_room li.flex_wrap:nth-child(even) .r_cnt{
	margin: 0 0 0 auto;
}
.list_room li.flex_wrap:nth-child(n+3) .r_cnt::after{
	content: '';
	display: block;
	position: absolute;
	width: 312px;
	height: 356px;
	background: url("../img/room_vip.png") no-repeat;
	background-size: 100% auto;
	top: 0;
	right: 0;
}
.r_cnt h3{
	font-size: 36px;
	font-weight: 400;
	margin-bottom: 36px;
}
.r_cnt h3 span{
	font-size: 20px;
	display: block;
}
.rcnt_p{
	line-height: 1.875;
	margin-bottom: 68px;
}

.slick-slide > div li,.slick-slide > div li figure{
	height: 100%;
}
.slick-slide > div li figure img{
	object-fit: cover;
	height: 100%;
}

.cnt_disc{
	border-top: 1px solid #fff;
	margin: auto 0 0;
	padding-top:40px; 
}
.cnt_disc dl{
	gap:20px;
	align-items: flex-start;
}
.cnt_disc dl:not(:last-child){
	margin-bottom: 16px;
}
.cnt_disc dl dt{
	border: 1px solid #fff;
	padding: 2px 5px;
	min-width: 94px;
	text-align: center;
}
.cnt_disc dl dd{
	width:calc(100% - 116px);
}

.room_catch{
	padding: 150px 0 138px;
	background: url("../img/bg_rc.png") no-repeat center;
	text-align: center;
	position: relative;
	z-index: 1;
}
.room_catch::after, .room_catch::before{
	content: '';
	display: block;
	position: absolute;
}
.room_catch::before{
	width: 746px;
	height: 495px;
	background: url("../img/rc_lb.png") no-repeat;
	background-size: 100% auto;
	top: 353px;
	right: 50%;
	transform: translate(-500px, 0);
}
.room_catch::after{
	width: 721px;
	height: 479px;
	background: url("../img/rc_rb.png") no-repeat;
	background-size: 100% auto;
	top: 149px;
	left: 50%;
	transform: translate(500px, 0);
}



.sec_price{
	padding-top: 0;
	position: relative;
	width: 100%;
	z-index: 2;
}
.sec_price::before{
	content: '';
	display: block;
	position: absolute;
	width: 2006px;
	height: 856px;
	background: url("../img/bg_price.png") no-repeat;
	top: 100px;
	right: 50%;
	transform: translate(1003px, 0);
}

.sec_price ul{
	gap:56px;
}
.sec_price ul li{
	width: calc((100% - 56px) / 2);
	max-width: 376px;
}

.sec_flow{
	position: relative;
	z-index: 1;
	background: transparent linear-gradient(180deg, #130B0B 0%, #200F0F 17%, #2E1414 53%, #211010 77%, #130B0B 100%) 0% 0% no-repeat padding-box;
}
.sec_flow::before{
	content: '';
	display: block;
	position:absolute;
	width: 1621px;
	height: 1076px;
	background: url("../img/bg_flow.png") no-repeat;
	background-size: 100% auto;
	top: 300px;
	left: 50%;
	transform: translate(300px, 0);
	z-index: -1;
}

.list_flow li{
	width: 22.4%;
	background: #fff;
	padding: 1px 30px 30px;
	text-align: center;
	position: relative;
	box-shadow: 0px 3px 6px #00000029;
	color: #0C0C0D;
}
.list_flow li .i_num{
	margin-top: -40px;
	margin-bottom: 20px;
}
.list_flow li .i_num img{
	width: 80px;
}
.list_flow li h3{
	font-size: 20px;
	padding-bottom: 22px;
	margin-bottom: 24px;
	position: relative;
}
.list_flow li h3::after{
	display: block;
	content: '';
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
	width: 40px;
	height: 3px;
	background: #76632D;
}
.list_flow li:not(:last-child)::after{
	display: block;
	content: '';
	width: 5%;
	height: 100%;
	position: absolute;
	background: url("../img/arrow.png") center no-repeat;
	background-size: 100% auto;
	right: -10%;
	top: 0;
}

.sec_faq{
	position: relative;
	z-index: -1;
}

.faq_list dt{
    margin-bottom: 10px;
}
.i_faq{
    font-size: 18px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: #76632D;
    color: #fff;
	align-self: flex-start;
}
.i_faq.i_a{
    background: #fff;
    color: #76632D;
}
.faq_list dt .txt_faq{
	font-family: "Noto Sans JP", sans-serif;
}
.txt_faq{
    width: calc(100% - 63px);
    margin-left: 22px;
	font-family: "Noto Sans JP", sans-serif;
}
.faq_list dd{
    margin-bottom: 35px;
}
.faq_list dd a{
	text-decoration: underline;
}
.sec_access{
	padding: 120px 0;
	background: url("../img/bg_access.png") center / cover;
	background-size: cover;
}
.map_wrap{
	width: 50%;
}
.map_wrap iframe{
	width: 100%;
	height: 100%;
}
.cnt_acc{
	width: 43%;
	display: flex;
	flex-direction: column;
}
.cnt_acc h2{
	max-width: 361px;
	margin-bottom: 16px;
}
.def_sec .cnt_acc h2 span{
}
.cnt_acc .ttl_acc{
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 700;
}
.cnt_acc figure{
	margin-top: 40px;
}

footer{
	padding-top: 90px;
	text-align: center;
	color: #fff;
}
footer a{
	color: #fff;
}
.logo_ft{
	margin-bottom: 32px;
}
.logo_ft img{
	width: 245px;
}
.list_sns{
	gap:40px;
	margin-bottom: 32px;
}
.list_sns li{
	width: 45px;
}

.mail_ft{
	width: 100%;
	max-width: 393px;
	margin: 0 auto 100px;
	border: 1px solid #fff;
	padding: 14px;
	font-size: 16px;
}
.mail_ft i{
	width: 23px;
	margin-right: 5px;
	display: inline-block;
}
.mail_ft i img{
	vertical-align: middle;
}
.mail_link{
	margin-top: 10px;
	font-size: 14px;
}
.menu_ft{
	margin-bottom: 60px;
}
.menu_ft li{
	margin-right: 30px;
	margin-bottom: 10px;
}
.menu_ft li:last-child{
	margin-right: 0;
}

.copy{
	font-size: 15px;
	padding-bottom: 20px;
}
.con_cnt p{
	line-height: 2.2;
}
#loading {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #fff;
	z-index: 9999;
	opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loaded #loading {
	transform-origin: 50vw 100vh;
	animation: loaded 1s cubic-bezier(0.19, 1, 0.22, 1) 2.6s forwards;
	pointer-events: none;
}
#loading img{
    opacity: 0;
    animation: fade 1.4s ease .4s forwards;
}
@keyframes loaded {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.gnav{
	position: absolute;
	right: -100%;
	background: rgba(255,255,255,0.9);
	height: 100vh;
	padding: 100px 40px;
	overflow: auto;
	top: 0;
	width: 80%;
	max-width: 500px;
	transition: all 0.3s ease-in-out 0s;
}
.gnav li{
	margin-bottom: 1.5rem;
    font-size: 1.2rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
}
.gnav li img{
	width: 36px;
}
.gnav li a{
	color: #000;
}
.open .gnav{
	right: 0;
}

.btn_online{
	display: none;
}
.modaal-close{
	display: none;
}
.modaal-content-container{
	padding: 0 !important;
}
.room_disc_wrap{
	background: #E5E5E5;
	position: relative;
}
.new_close{
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	top: 20px;
	left: 20px;
	cursor: pointer;
}
.new_close::before, .new_close::after{
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #171F26;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.c_white.new_close::before, .c_white.new_close::after{
	background: #fff;
}
.new_close::before{
	transform: rotate(45deg);
}
.new_close::after{
	transform: rotate(-45deg);
}
.room_disc{
	width: 33%;
	padding: 60px 16px 10px 50px;
	font-size: 14px;
}
.room_disc h2{
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 24px;
}
.room_disc table{
	margin-top: 24px;
}
.room_disc table td{
	padding: 0 0 10px 10px;
}
.room_disc table th{
	vertical-align: top;
	font-weight: 400;
	text-align: center;
	width: 80px;
}
.room_disc table th p{
	border: 1px solid #0C0C0D;
}
.fig_fl{
	width: 67%;
}
.full_room{
	gap:0 80px;
	padding: 16px 50px;
	width: 100%;
}
.full_disc{
	max-width: 493px;
}
.out_wrap{
	width: 100%;
	overflow: hidden;
}
/********************************
sp
********************************/
@media screen and (max-width: 980px) {
	.logo{width: 130px;}
	.header_l{gap:24px;}
}
@media screen and (max-width: 890px) {
	.inner_header{padding: 10px 4%; align-items: flex-start;}
	.logo{display: none;}
	.lang_wrap{}
	.btn_line{position: fixed; bottom: 10px; left: 2%;width: 46%;}
	.btn_line a{background-position: left 6px center;}
	.btn_head a{padding: 0 30px; width: auto;}
	.btn_head a::before{right: 10px;}
	.btn_riz a::after{width: 14px; height: 14px; left: 10px;}
	.btn_riz{position: fixed; bottom: 10px; right: 2%;width: 46%; display: block;margin: 0;}
	.lang{line-height: 34px;}
	.menu_btn{width: 40px; height: 40px;}
}
@media screen and (max-width: 768px) {
	body{font-size: 14px;}
	.sp{ display:block !important;}
	.pc{display:none !important;}
	.mv_wrap{height: 100vh; }
	.inner_kv{width: 90%;/* position: relative; */bottom: inherit;right: 0;/* width: 100%; */top: 0;left: 0; height: 100%;display: flex;align-items: center;}
	.inner_kv h1{font-size: 31px; letter-spacing: 3px;writing-mode: rl-tb;}
	.inner_kv h1 span{font-size: 16px;}
	.btn_riz a{width: 100%;}
	.def_sec{padding: 60px 0 0;}
	.def_sec h2{font-size: 35px;margin-bottom: 30px; line-height: 1.2;height: 192px;display: flex;flex-direction: column;align-items: center;justify-content: center;}
	.def_sec h2.sp{display: flex !important;}
	.def_sec h2 span{margin: 0 0 10px;font-size: 14px;}
	.r_lead{font-size: 13px; margin-bottom: 100px;}
	.room_pic_wrap{width: 100%;}
	.room_pic_wrap .r_slide, .slick-list,.slick-slide > div,.slick-slide > div li{height: auto;}
	.slick-slide > div li figure{aspect-ratio: 374 / 246;}
	.slick-slide > div li figure img{height: 100%;}
	.r_wrap_cnt, .list_room li.flex_wrap:nth-child(even) .r_wrap_cnt{width: 100%;background: transparent linear-gradient(0deg, #160C0C 0%, #3B1919 100%) 0% 0% no-repeat padding-box;}
	.list_room li.flex_wrap:nth-child(3) .r_wrap_cnt, .list_room li.flex_wrap:nth-child(4) .r_wrap_cnt {
    background: transparent linear-gradient(0deg, #160C0C 0%, #5F3526 100%) 0% 0% no-repeat padding-box;}
	.sec_about{padding-top: 0; padding-bottom: 60px; font-size: 14px; background: transparent linear-gradient(180deg, #130B0B 0%, #3C1919 100%) 0% 0% no-repeat padding-box;}
	.def_sec.sec_about h2{text-align: center;position: relative;z-index: 1;}
	.sec_about h2::before{
		position: absolute;
		content: '';
		width: 107px;
		height: 130px;
		background: url("../img/h2_price.png") no-repeat center / 100%;
		z-index: -1;
		top: -30px;
		left: 50%;
		transform: translateX(80px);
	}
	.def_sec.sec_about h2 span{position: relative;top: inherit;right: inherit;}
	.about_wrap{display: block;}
	.about_wrap figure{width: 116%; margin-left: -8%;}
	.about_wrap .about_cnt{width: 100%;margin: -50px 0 0;padding: 40px;}
	.list_five li,.list_five li:nth-child(n+3){width: 100%; padding: 20px;}
	.sec_five{padding: 60px 0;}
	.sec_consept h3{font-size: 18px;margin: 32px 0;}
	.r_cnt{padding: 70px 20px 40px;}
	.sec_price h2::before,.sec_faq h2::before{width: 107px;height: 130px;top: -30px;transform: translateX(80px);}
	.sec_flow h2::before{width: 107px;height: 130px;top: -30px;transform: translateX(-80px);}
	.room_ttl_wrap h3{font-size: 32px;margin-bottom: 14px;}
	.room_info span{padding: 1px 10px;font-size: 14px;}
	.room_info span:not(:last-of-type){margin-right: 5px;}
	.room_ttl_wrap{width: 100%;}
	.list_room{padding: 20px;}
	.room_01 .list_room li{width: 100%;}
	.room_cnt{border-left: 4px solid #171F26;padding-left: 10px;}
	.room_02 .list_room li figure{width: 100%;margin-bottom: 24px;}
	.wrap_romm02{width: 100%;}
	.sec_price ul{gap:30px; margin: auto;max-width: 300px;}
	.sec_price ul li{width: 100%; text-align: center;}
	.list_flow{gap:90px; margin-top: 60px; justify-content: center;}
	.list_flow li{width: 224px;}
	.list_flow li:not(:last-child)::after{background-image: url("../img/arrow_sp.png"); width: 100%; height: 10px;left: 0;right: 0;top:calc(100% + 30px);background-size: auto 100%;}
	.map_wrap{width: 100%;order: 2;}
	.cnt_acc{width: 100%; margin-bottom: 30px;}
	.cnt_acc h2{text-align: center;}
	.def_sec .cnt_acc h2 span{text-align: center;}
	.cnt_acc h2{max-width: 100%;}
	.map_wrap{height: 300px;}
	.logo_ft img{width: 200px;}
	footer{padding-bottom: 60px;}
	.inner_kv p{display: none;}
	.ttl_room{font-size: 20px;}
	.ttl_room span{font-size: 16px;}
	.new_close::before, .new_close::after{background: #fff;}
	.room_disc_wrap{flex-direction: column-reverse;}
	.room_disc{width: 100%;padding: 25px;}
	.fig_fl{width: 100%;}
	.sec_price, .sec_flow, .sec_faq, .sec_access{padding-bottom: 60px;}
}

.gnav li.menu-shop {
	margin-left:.5em;
}
.gnav li.menu-shop::before {
        padding-right: .3em;
        content:"-";
		color: #000;
}
.gnav li.menu-margin {
	margin-top: 1.3em;

  }
@media screen and (max-width: 767px) {
	.gnav li.menu-margin {margin-bottom: .7em;}
}
.gnav li img{
	width: 36px;
}