@charset "UTF-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	color:#fff;
	font-size:16px;
	font-weight:400;
	line-height: 1.7;
	overflow-x:hidden;
	font-family: "Noto Serif JP", serif;
	-webkit-text-size-adjust: 100%;
	background: #231913;
	letter-spacing: 0.1rem;
	animation: fadeIn 1s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
*, *: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', 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:#fff;
	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: 0 0 0 20px;
}
.header_l{
	gap:30px;
}
.logo{
	width: 160px;
}
.lang{
	padding:3px 25px;
	cursor: pointer;
	font-weight: 800;
	background: #000 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: 6px;
    height: 6px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
}
.lang_wrap{
	position: relative;
	font-family: 'Noto Serif JP', serif;
	align-self: center;
}
.list_lang{
	position: absolute;
	background: #000;
	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 0 0 50px;
	position: relative;
    line-height: 60px;
	/* background: transparent linear-gradient(180deg, #171F26 0%, #303B47 100%) 0% 0% no-repeat; */
	background-color: #3e2f0f;
	color: #fff;
	display: block;
	width: 200px;
}
.btn_line a{
	background: #01240f url("../img/icon__line.svg") no-repeat left 14px center;
	background-size: 28px 28px;
	color: #fff;
}
.btn_head.btn_ig a{
	background: #01240f url("/img/ig__icon.png") no-repeat left 14px center;
	background-size: 28px 28px;
	width: 320px;
}
.btn_riz{

}
.btn_riz a::after{
	background:url("../img/icon_rez.png");
	background-size: 100%;
	width: 25px;
	height: 25px;
	position: absolute;
	content: '';
	margin: auto;
	top: 0;
	bottom: 0;
	left: 14px;
	display: block;
}
.btn_head a::before{
	display: block;
    position: absolute;
    content: '';
    margin: auto;
    right: 14px;
    bottom: 0;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
    transform: rotate(45deg);
    width:6px;
	height:6px;
}
.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: 60px;
	height: 60px;
	text-align: center;
	cursor:pointer;
	transition: all 0.3s ease-in-out 0s;
    z-index: 101;
	background: #000;
}
.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: #fff;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  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: -8px;
}
#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-size: 100% auto;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.mv_wrap img{
    width: 100%;
}
.swiper-container.mv_bg{
    width: 100%;
    margin:0 0 0 auto;
}
.mv_wrap li{
    overflow: hidden;
}
@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; 
}
@keyframes fadeInLeft {
	from {
	  opacity: 0;
	  transform: translateX(-50px);
	}
	to {
	  opacity: 1;
	  transform: translateX(0);
	}
  }
  .anime_02 {
	animation: fadeInLeft 1.2s ease-out 0.8s both;
  }
  .anime_03 {
	animation: fadeInLeft 1.2s ease-out 1.4s both;
  }
  
.inner_kv{
	position: absolute;
	left: 80px;
	bottom: 256px;
	margin: auto;
	z-index: 10;
}
.inner_kv h1{
	font-size: 40px;
	font-weight: 500;
	letter-spacing: 6px;
	text-shadow: 2px 1px 8px rgba(0, 0, 0, 1);
}
.inner_kv h1 span{
	display: inline-block;
}


.def_sec{
	padding: 100px 0;
}
.def_sec h2{
	position: relative;
	text-align: center;
	font-size: 60px;
	line-height: 1;
	font-weight: 600;
	margin-bottom: 120px;
}
.def_sec h2 .en{
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.5rem;
	display: inline-block;
	margin-right: -0.6rem; /* 余白を打ち消す */
}
.def_sec h2 .jp{
	font-family: "Noto Sans JP", serif;
	font-size: 14px;
	display: block;
	font-weight: 400;
	margin-top: 20px;
}
.def_sec h2:before {
	position: absolute;
	bottom: -40px;
	left: calc(50% - 30px);
	width: 60px;
	height: 1px;
	content: '';
	background: #fff;
	opacity: .5;
}
.inner_1000{
	margin: auto;
	max-width: 1000px;
	width: 90%;
}
.sec_about{
	position: relative;
	z-index: 1;
	overflow: hidden;
	width: 100%;
	background: url("../img/about_bg.jpg") no-repeat top center / cover;
}
.sec_about h2{
	text-align: left;
}
.sec_about h2:before {
	left: 0;
}
.sec_about h2 .en{
	font-size: 34px;
	letter-spacing: 0.3rem;
}
.about_txt {
	width: 57%;
	margin-top: 50px;
}
.about_txt p {
	width: 80%;
	font-weight: 300;
	line-height: 2;
}

.sec_five{
	background: url("../img/five_bg.jpg") no-repeat top center/contain;
}
.sec_five h2{
	color: #fff;
}
.list_five{
	gap: 20px 2%;
}
.list_five li{
	width: 49%;
	color: #000;
	background: rgba(255, 255, 255, .9);
	padding: 36px 36px 40px;
	box-shadow: 0px 0px 6px #00000029;
}
.list_five li:nth-child(n+3){
	width: 32%;
}
.five_ttl{
	justify-content: center;
	margin-bottom: 18px;
	font-size: 20px;
	line-height: 1.2;
}
.five_ttl i{
	width: 21px;
	margin-right: 14px;
}
.five_txt{
	font-family: 'Noto Sans JP', serif;
	font-weight: 300;
	line-height: 2;
}


.sec_consept{
	padding: 100px 0;
}
.sec_consept h2{
	text-align: left;
}
.sec_consept h2:before {
	left: 0;
}
.sec_consept p{
	font-family: 'Noto Sans JP', serif;
	font-weight: 300;
	line-height: 2;
	width: 50%;
}
.consept_box {
	background: url("../img/consept_bg.jpg") no-repeat bottom center/cover;
	padding: 100px 0 80px;
}
.consept_box2 {
	background: url("../img/consept_bg2.jpg") no-repeat top center/cover;
	padding: 100px 0 200px;
}
.sec_consept .inner_box2 {
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content: right;
}

.sec_room {
	padding: 100px 0 0;
}
.room_wrap{
	padding: 70px 0 140px;
}
.room_01{
	background: url("../img/bg_room_01.jpg") no-repeat center top / 100% auto;
}
.room_02{
	background: url("../img/bg_room_02.jpg") no-repeat center top / 100% auto;
}
.room_03{
	background: url("../img/bg_room_03.jpg") no-repeat center top / 100% auto;
}
.room_04{
	background: url("../img/bg_room_04.jpg") no-repeat center top / 100% auto;
}
.room_05{
	background: url("../img/bg_room_05.jpg") no-repeat center top / 100% auto;
}
.room_06{
	background: url("../img/bg_room_06.jpg") no-repeat center top / 100% auto;
}
.room_top{
	text-align: center;
	margin-bottom: 40px;
}
.room_detail {
	align-items: flex-end;
}
.room_cnt {
	width: 38%;
}
.room_cnt h4{
	font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.2rem;
}
.room_cnt p{
	font-family: 'Noto Sans JP', serif;
	font-weight: 300;
	line-height: 2;
}
.room_info{
	font-size: 16px;
	line-height: 1.6;
	margin: 10px 0 50px;
}
.room_info span{
	display: inline-block;
	padding: 0px 24px;
	border: 1px solid #86817d;
}
.room_info span:not(:last-of-type){
	margin-right: 16px;
}



.sec_price{
	padding-bottom: 200px;
	position: relative;
	width: 100%;
}
.sec_price h2{
	position: relative;
	z-index: 1;
}
.sec_price ul{
}
.sec_price ul li{
	margin-right: 20px;
}
.sec_price ul li:last-child{
	margin-right: 0;
}

.sec_flow{
	background: url(../img/flow_bg.jpg) no-repeat top center/contain;
}
.bg_03{
	width: 2546px;
	transform: translateX(-500px);
	right: 50%;
}

.sec_flow h2{
	position: relative;
	z-index: 1;
}

.list_flow li{
	width: 20%;
	padding: 1px 5px 30px;
	text-align: center;
	position: relative;
	border: solid 1px #86817d;
}
.list_flow li .i_num{
	margin-top: -40px;
	margin-bottom: 10px;
}
.list_flow li .i_num img{
	width: 80px;
}
.list_flow li h3{
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 16px;
}
.list_flow li p{
	font-family: 'Noto Sans JP', serif;
	font-size: 14px;
}
.list_flow li:not(:last-child)::after{
	display: block;
	content: '';
	width: 15px;
	height: 100%;
	position: absolute;
	background: url("../img/arrow.png") center no-repeat;
	background-size: 100% auto;
	right: -20%;
	top: 0;
}

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

.faq_list dt{
    margin-bottom: 10px;
}
.i_faq{
    font-size: 25px;
    width: 49px;
	height: 55px;
    line-height: 49px;
    text-align: center;
    background: #231913;
    color: #fff;
	border: 1px solid #fff;
}
.i_faq.i_a{
    background: #fff;
    color: #231913;
}
.faq_list dt .txt_faq{
	font-family: "Noto Sans JP", sans-serif;
}
.txt_faq{
    width: calc(100% - 73px);
    margin-left: 22px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
}
.faq_list dd{
    margin-bottom: 40px;
}
.faq_list dd a{
	color: #3B9AEC;
}
.sec_access{
	padding: 100px 0;
	background: url(../img/acc_bg.jpg) no-repeat top right/contain;
}
.map_wrap{
	width: 50%;
	height: 420px;
}
.map_wrap iframe{
	width: 100%;
	height: 100%;
}
.cnt_acc{
	width: 43%;
	display: flex;
	flex-direction: column;
}
.cnt_acc h2{
	text-align: left;
}
.cnt_acc h2:before {
	left: 0;
}
.cnt_acc .ttl_acc{
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 700;
}
.cnt_acc figure{
	margin-top: 40px;
}

footer{
	background: #000;
	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(0,0,0,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.menu-ttl {
	margin-bottom: .4em;
	font-size:1.35rem;
	font-weight: 700;
	letter-spacing: 0;
	a {
        cursor:default;
        opacity: 1;
      }
}
.gnav li.menu-shop {
	margin-left:.5em;
	&::before {
        padding-right: .3em;
        content:"-";
    }
}
.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;
}
/********************************
sp
********************************/
@media screen and (max-width: 980px) {
	.logo{width: 130px;}
	.header_l{gap:24px;}
}
@media screen and (max-width: 890px) {
	.inner_header{padding: 0; align-items: flex-start;}
	.lang_wrap{position: relative;}
	.btn_line, .btn_ig{position: fixed; bottom: 0; left: 0;width: 50%;}
	.btn_head.btn_ig { width: 50%; }
	.btn_head.btn_ig a { 
		width: auto;
		padding-block: .55em;
		line-height: 1.6;
	}
	.btn_head.btn_ig a span {
		display: block;
		padding-left: 1em;
	}
	.btn_line a{background-position: left 6px center;}
	.btn_head a{padding: 0 40px; width: auto;}
	.btn_head a::before{right: 10px;}
	.btn_riz a::after{width: 14px; height: 14px; left: 10px;}
	.btn_riz{position: fixed; bottom: 0; right: 0;width: 50%; display: block;margin: 0;}
	.lang{line-height: 34px;}
	.menu_btn{width: 50px; height: 50px;}
}
@media screen and (max-width: 768px) {
	.logo{display: none;}
	body{font-size: 14px;}
	.sp{ display:block !important;}
	.pc{display:none !important;}
	.inner_kv{width: 96%;bottom: inherit;right: 0;top: 45%;left: 0;}
	.inner_kv h1{font-size: 24px; letter-spacing: 3px;}
	.inner_kv h1 span{padding: 0 16px;}
	.btn_riz a{width: 100%;}
	.def_sec{padding: 60px 0;}
	.def_sec h2{font-size: 32px;margin-bottom: 80px;}
	.def_sec h2:before{bottom: -30px;}
	.def_sec h2 .jp{font-size: 12px; margin-top: 10px;}


	.sec_about h2 .en{font-size: 20px;}
	.about_txt {margin-top: 0;}
	.about_txt,.about_txt p{width: 100%;}
	.sec_about figure{width: 80%;margin:0 auto 20px;}


	.list_five li,.list_five li:nth-child(n+3){width: 100%; padding: 20px;}
	.sec_five{background-image: url("../img/five_bg_sp.jpg");padding: 60px 0;}

	.sec_consept{padding: 30px 0 60px;}
	.sec_consept h2{margin-bottom: 40px;}
	.sec_consept p{width: 100%;}
	.consept_box,.consept_box2 {background: none;}
	.consept_box{padding: 40px 0;}
	.consept_box2{padding: 40px 0 0;}

	.room_01{background-image: url("../img/bg_room_01_sp.jpg");}
	.room_02{background-image: url("../img/bg_room_02_sp.jpg");}
	.room_03{background-image: url("../img/bg_room_03_sp.jpg");}
	.room_04{background-image: url("../img/bg_room_04_sp.jpg");}
	.room_05{background-image: url("../img/bg_room_05_sp.jpg");}
	.room_06{background-image: url("../img/bg_room_06_sp.jpg");}
	.sec_room h2{text-align: center;position: relative;z-index: 1;}
	.room_ttl_wrap h3{font-size: 32px;margin-bottom: 14px;}
	
	.room_wrap {padding: 40px 0 70px;}
	.room_info{margin: 10px 0 30px;}
	.room_info span{padding: 1px 10px;font-size: 14px;}
	.room_info span:not(:last-of-type){margin-right: 5px;}

	.room_cnt{width: 100%;margin-top: 20px;}
	.room_top h3 img {width: 60%;}
	.room_cnt h4 {font-size: 24px;}

	.sec_price ul{gap:30px; margin: auto;max-width: 300px;}
	.sec_price ul li{width: 100%; text-align: center;margin-right: 0;}
	
	.sec_flow{background-image: url("../img/flow_bg_sp.jpg");}
	.list_flow{gap:90px; margin-top: 120px;}
	.list_flow li{width: 100%;}
	.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%;}
	
	.i_faq{font-size: 18px;width: 40px;height: 45px;line-height: 40px;}
	
	.map_wrap{width: 100%;order: 2;}
	.cnt_acc{width: 100%; margin-bottom: 30px;}
	
	.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%;}
}