@charset "UTF-8";
/* ハンバーガー */
.navbar { 
	background-color: #000;
}
.navbar-container .hamburger-lines .line {
	background-color: #fff;
}
.navbar .menu-items {
	background-color: rgba(0,0,0,0.9);
}
/* ハンバーガー */
.header_r {
	margin-right: 58px;
	@media screen and (min-width: 768px) { 
		margin-right: 90px;
	}
}


.sec_faq .flex_wrap_middle {
	display: flex; justify-content: space-between; align-items: start; margin-bottom: 1em;
}
.sec_faq .flex_wrap_middle.flex_wrap_middle_a {
	margin-bottom: 2em;
}

.i_faq { display: flex; justify-content: center; align-items: center; width:2em; height: 2em; padding: .2em; text-align: center; background-color: #fff; color:#000; }
.txt_faq { width:calc(100% - 2.5em); }

.text__underline { text-decoration: underline; }

/* CSS Document */
body{
	margin:0;
	padding:0;
	color:#fff;
	background:#fff;
	font-size:13px;
	font-weight:400;
	line-height: 1.7;
    letter-spacing: 2px;
	overflow-x:hidden;
	font-family: YuMincho, 'Yu Mincho', serif;
	-webkit-text-size-adjust: 100%;
}
*, *: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;
}

body.open, body.modaal-noscroll{
	overflow: hidden;
}

.serif{
    font-family: YuMincho, 'Yu Mincho', serif;
}

input{
    font-family: YuMincho, 'Yu Mincho', 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:14px; text-align: center;}

input{
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    margin: 0;
    padding: 0;
}
.robot{
    font-family: 'Roboto', sans-serif;
}
/************************
header
************************/

.loaded .header_wrap{
    animation: fade 1s ease 2.2s forwards;
}
.header_wrap{
    width: 100%;
    z-index: 100;
    opacity: 0;
	position: fixed;
}
.header_wrap .logo img{
    filter: drop-shadow(0px 0px 8px #fff);
    width: 228px;
}

.lang_wrap{
	position: relative;
	margin-left: 40px;
}
.lang{
	width: 156px;
}
.list_lang{
	display: none;
	position: absolute;
	width: 100%;
	background: #1a1a1a;
}
.list_lang a{
	display: block;
	padding: 5px 10px 5px 56px;
	color: #fff;
	font-size: 15px;
}

.btn_head a{
	background: #1B567B;
	padding: 0px 10px;
	color: #fff;
	font-size: 14px;
	border: none;
	height: 50px;
	line-height: 50px;
	display: block;
}
.btn_head a:hover{
	opacity: .6;
}
.btn_head i{
	display: inline-block;
	margin-right: 16px;
	width: 24px;
}
.btn_head i img{
	vertical-align: middle;
}
.btn_res a{
	background: url("../img/bg_res.png");
	background-size: auto 100%;
	font-size: 16px;
}
.btn_res i{
	width: 20px;
}
.btn_res i img{
	vertical-align: sub;
}

.btn_ec a{
	background: #083148;
}
.btn_ec i{
	width: 17px;
}
/************************
btn
************************/
.btn{
	width: 90%;
	max-width: 704px;
	margin: 0 auto 84px;
}
.btn a{
	border-radius:100vh;
	border: 2px solid #58AEE2;
	color: #58AEE2;
	font-family: 'Jomolhari', serif;
	text-align: center;
	padding: 19px 15px 24px;
	width: 100%;
	max-width: 334px;
	font-size: 24px;
	line-height: 1.1;
	position: relative;
}
.btn a span{
	font-size: 15px;
	display: block;
}
.btn a i{
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 11px;
	width: 18px;
}
.btn a:nth-of-type(2){
	color: #A5893D;
	border-color: #A5893D;
}
.btn a:hover{
	opacity: .6;
}
/************************
content
************************/
.inner_1000{
    margin: auto;
    width: 90%;
    max-width: 750px;
	position: relative;
	z-index: 2;
}
.mv_wrap {
    position: relative;
}
.mv_wrap::after, .mv_wrap::before{
	display: block;
	content: '';
	position: absolute;
}
.mv_wrap::before{
	height: 100%;
	width: 80%;
	max-width: 1142px;
	background: url("../img/bg_mv_b.png") no-repeat;
	background-size: cover;
	top: 0;
	right: 0;
	z-index: 2;
}

.mv_wrap::after{
	width: 100%;
	height: 324px;
	background: url("../img/bg_mv_a.png");
	background-size: auto 100%;
	bottom: -170px;
	z-index: 2;
}

.mv_wrap img{
    width: 100%;
}
.swiper-container.mv_bg{
    width: 100%;
    margin:0 0 0 auto;
}
.mv_text{
    max-width: 1760px;
    position: absolute;
    width: 94%;
    margin: auto;
	left: 0;
	right: 0;
    z-index: 2;
	height: 100%;
	justify-content: flex-end;
	align-items: center;
	top: 0;
}
.mv_text h1{
    font-family: 'Noto Serif JP', serif;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 28px;
    opacity: 0;
	color: #fff;
	text-shadow: 0px 0px 23px #FFFFFF;
}
.loaded .mv_text h1{
    animation: fade 1s ease 3s forwards;
}
.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; 
}


.wrapper{
	background: #040A22;
	color: #fff;
	width: 100%;
	overflow: hidden;
}
.sec_concept{
	background: url("../img/bg_concept.png") top no-repeat;
	background-size: 100% auto;
	padding: 120px 0;
}
.sec_concept::after{
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 510px;
	background: url("../img/bg_con_af.png");
	background-size: auto 100%;
	bottom: -255px;
	z-index: 1;
}
.lead_concept{
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 3.6;
	margin-bottom: 180px;
}

.def_sec{
	position: relative;
}
.def_sec h2{
	text-align: center;
	position: relative;
	font-size: 14px;
	padding-top: 38px;
	margin-bottom: 60px;
	font-weight: 500;
}
.def_sec h2 span{
	font-size: 75px;
	font-family: 'Jomolhari', serif;
	display: block;
	font-weight: 400;
}
.def_sec h2::before{
	position: absolute;
	display: block;
	content: '';
	margin: auto;
	left: 0;
	right: 0;
	width: 150px;
	height: 1px;
	background: #fff;
	top: 0;
}

.sec_about{
	background: url("../img/bg_about.png") no-repeat top;
	background-size: 100% auto;
	padding: 65px 0;
}
.list_about{
	margin-bottom: 100px;
}
.list_about li{
	width: 48.5%;
	border: 1px solid #fff;
	padding: 27px 19px 46px;
	margin-bottom: 26px;
	line-height: 2.4;
}
.list_about li .al_ttl{
	justify-content: center;
	margin-bottom: 18px;
	font-size: 18px;
	line-height: 1.2;
}

@media screen and (min-width: 768px) {
	.en .list_about li .al_ttl span {
		display: block; margin-top: .5em; text-align: center;
	}
	.en .list_about li p:last-child { line-height: 1.5; }
}

.list_about li .al_ttl i{
	width: 21px;
	margin-right: 14px;
}
.list_about li:nth-child(n + 3){
	width: 32%;
}

.sec_about h3{
	text-align: center;
	position: relative;
	font-size: 27px;
	margin-bottom: 75px;
	padding-bottom: 22px;
}
.sec_about h3::after{
	display: block;
	content: '';
	position: absolute;
	width: 75px;
	height: 1px;
	background: #fff;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
}
.list_feature li{
	margin-bottom: 92px;
	align-items: center;
}
.list_feature li:last-child{
	margin-bottom: 0;
}
.list_feature li figure{
	width: 53%;
	position: relative;
	z-index: 1;
}
.disc_feature{
	width: 44%;
	position: relative;
}
.text_en_feature{
	font-size: 150px;
	font-family: 'Jomolhari', serif;
	font-style: italic;
	position: relative;
	line-height: 1;
}
.text_en_feature img{
	width: auto;
	height: 139px;
}
.list_feature li:nth-child(1) .text_en_feature{
	left: -40px;
}
.list_feature li:nth-child(1) .text_en_feature img{
	width: 467px;
	max-width: 467px;
}
.disc_feature h4{
	font-size: 28px;
	margin-bottom: 22px;
	font-weight: 400;
	line-height: 1;
}
.disc_feature h4 i{
	width: 60px;
	display: inline-block;
	margin-left: 6px;
}
.list_featur{
	margin-bottom: 326px;
}
.list_feature li:nth-child(2) figure{
	order: 2;
}
.list_feature li:nth-child(2) .disc_feature{
	order: 1;
	z-index: 1;
}
.text_feature{
	width: 100%;
	max-width: 312px;
}

.list_feature2{
	margin-top: 350px;
	margin-bottom: 100px;
}
.f_01{
	max-width: 340px;
	margin: auto;
}
.list_feature2 li{
	margin-bottom: 230px;
	align-items: flex-start;
}
.list_feature2 li figure{
	box-shadow: 0px 8px 25px #040A22;
	width: 47%;
}
.list_feature2 .disc_feature{
	width: 48%;
}
.list_feature2 li h4{
	font-size: 38px;
}
.list_feature2 li h4 span{
	font-size: 50%;
}
.list_feature2 li:nth-child(1) .disc_feature h4{
	margin-left: auto;
	width: 100%;
	max-width: 240px;
}

@media screen and (min-width: 768px) {
	.en .list_feature2 li:nth-child(1) .disc_feature h4{
		max-width: 340px;
	}
}

.list_feature2 li:nth-child(1) .text_feature{
	margin-left: auto;
	max-width: 407px;
}
.pos_ab{
	position: absolute;
	z-index: -1;
}
.f_01_01{
	max-width: 287px;
	margin: auto;
	position: relative;
	top: -30px;
}
.f_01_02{
	top: -110px;
	right: -225px;
	width: 437px;
	max-width: 437px;
}
.f_01_03{
	top: 150px;
	left: -460px;
	width: 795px;
	max-width: 795px;
}
.f_02_02{
	top: -173px;
	right: -110px;
	width: 431px;
	max-width: 431px;
}

.sec_room{
	padding: 115px 0 0;
}
.lead_room{
	text-align: center;
	font-size: 15px;
	margin-bottom: 52px;
}
.tb_room{
	margin: 0 auto 85px;
	width: 90%;
	max-width: 704px;
	border: 1px solid #fff;
}
.tb_room th{
	vertical-align: top;
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	padding: 18px 27px;
	width: 140px;
}
.tb_room td{
	padding: 18px 18px 18px 0;
}

.wrap_room_list{
	padding: 30px 0 180px;
	background: url("../img/bg_room.png") no-repeat center top;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.wrap_room_list::after{
	position: absolute;
	content: '';
	display: block;
	height: 586px;
	width: 100%;
	bottom: -293px;
	background: url("../img/bg_room_a.png") center;
	background-size: auto 100%;
}
.type_wrap{
	padding-bottom: 180px;
}
.type_wrap h3{
	margin: 0 auto 68px;
	width: 100%;
	max-width: 490px;
}
.list_room_st{
	margin-bottom: 176px;
}
.list_room_st li{
	margin-bottom: 90px;
	position: relative;
	font-size: 12px;
}
.list_room_st li:last-child{
	margin-bottom: 0;
}
.list_room_st li figure{
	width: 66%;
}
.list_room_st li .disc_room_st{
	width: 30%;
}
.list_room_st li p{
	margin-bottom: 20px;
}
.list_room_st li:nth-child(2) figure{
	order: 2;
}
.list_room_st li:nth-child(2) .disc_room_st{
	order: 1;
}

.box_room_info{
	border: 1px solid #fff;
	padding: 15px;
}
.box_room_info table tr td{
	font-size: 8px;
	vertical-align: top;
}
.box_room_info table tr td:nth-of-type(1){
	width: 70px;
}
.box_head{
	border-bottom: 1px solid #fff;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
.box_head i{
	width: 60px;
	text-align: center;
	margin-right: 8px;
}
.list_room_st li:nth-child(1) .box_head i img{
	width: 36px;
}
.box_head h4{
	width: calc(100% - 68px);
	font-size: 13px;
	font-weight: 400;
}
.ttl_room{
	position: absolute;
	opacity: .26;
}
.ttl_r_01{
	right: 0;
	top: -13%;
	width: 43%;
}
.ttl_r_02{
	left: 0;
	top: -18%;
	width: 33%;
}
.ttl_r_03{
	left: 0;
	top: -30%;
	width: 43%;
}
.ttl_r_04{
	left: 0;
	top: -46%;
	width: 40%;
}

.list_room_vip li{
	margin-bottom: 120px;
}
.list_room_vip li:last-child{
	margin-bottom: 0;
}
.list_room_vip li figure{
	margin-bottom: 30px;
}
.r_v_bottom{
	position: relative;
}
.box_text{
	width: 62%;
	font-size: 14px;
	position: relative;
	z-index: 2;
}
.box_v_r{
	width: 30%;
}
.list_room_vip li:first-child i img{
	width: 51px;
}
.list_room_vip li:nth-child(2) i img{
	width: 82px;
}

.sec_price{
	padding-bottom: 135px;
}
.wrap_price{
	overflow: auto;
	margin-bottom: 22px;
}
.note_price{
	font-size: 15px;
}

.sec_flow{
	padding-bottom: 130px;
}
.list_flow li{
	width: 21%;
	position: relative;
	border: 2px solid #FFFFFF;
	text-align: center;
	padding: 52px 15px 38px;
	margin-left: 2.3%;
	font-size: 10px;
}
.list_flow li::after{
	position: absolute;
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	border-top: 5px solid #fff;
	border-right: 5px solid #fff;
	transform: rotate(45deg);
	margin: auto;
	top: 0;
	bottom: 0;
	right: -15%;
}
.list_flow li:last-child::after{
	display: none;
}
.list_flow li .num_flow{
	position: absolute;
	top: -12%;
	left: -12%;
	width: 40%;
}

.sec_access{
	padding: 110px 0 130px;
	background: url("../img/bg_access.png") center top;
	background-size: cover;
}
.wrap_map{
	width: 50%;
	height: 375px;
}
.wrap_map iframe{
	width: 100%;
	height: 100%;
}

.cnt_access{
	width: 44%;
	font-size: 14px;
}
.logo_acc{
	width: 100%;
	max-width: 240px;
	margin-bottom: 60px;
}
.name_shop{
	font-size: 16px;
}

.sec_info{
	padding: 110px 0;
	background: #020307;
}
.sec_info figure{
	width: 44%;
}
.cnt_info{
	width: 50%;
	align-self: center;
	font-size: 15px;
}
.btn_info{
	width: 90%;
	max-width: 390px;
	margin-top: 45px;
}
.btn_info a{
	padding: 20px;
	display: block;
	background: #fff;
	color: #040A22;
	font-size: 16px;
	text-align: center;
	position: relative;
}
.btn_info a::after{
	display: block;
	content: '';
	position: absolute;
	margin: auto;
	width: 14px;
	height: 14px;
	border-top: 2px solid #040A22;
	border-right: 2px solid #040A22;
	transform: rotate(45deg);
	top: 0;
	bottom: 0;
	right: 15px;
}
.btn_info a:hover{
	opacity: .6;
}
/********************************
footer
********************************/
footer{
	background: #040A22;
}
.ft_link{
    padding: 20px 0;
    font-size: 14px;
    text-align: center;
}
.ft_link a{
    margin: 0 10px;
	display: inline-block;
}
.ft_link a:hover{
    opacity: .7;
}
.copy{
    text-align: center;
    padding: 10px;
    font-size: 15px;
}

.to_top{
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 2;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
}
.to_top.on{
    opacity: 1;
}
.to_top a:hover{
    opacity: .7;
}

#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;
	}
}

.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;
}

.wrap_price img{
	min-width: 400px;
}
.vd_wrap{
	width: 100%;
	aspect-ratio: 16 / 9;
}
.vd_wrap iframe {
	width: 100%;
	height: 100%;
}
/********************************
sp
********************************/
@media screen and (max-width: 1000px) {
	.btn_line{position: fixed;bottom: 0;left: 0;width: 50%;}
	.btn_ec{position: fixed;bottom: 0;right: 0;width: 50%;}
	.btn_line a, .btn_ec a{padding: 15px 10px;}
}
@media screen and (max-width: 768px) {
	.lang_wrap{margin: 0; width: 123px;}
	.lang{width: 100%;}
	.list_lang a{padding: 5px 5px 5px 15px; font-size: 12px;}
	.btn_head a{padding: 0px 10px; height: 32px; line-height: 32px; font-size: 10px;}
	.btn_head i{width: 15px; margin-right: 8px;}
	.btn_ec i{width: 11px;}
	.btn_res i{width: 13px;}
	.btn_res a{height: 40px;line-height: 40px;font-size: 13px;}
	.btn_line a, .btn_ec a{line-height: 60px;height: 60px;}
}
@media screen and (max-width: 768px) {
	body{ font-size:12px;}
	.sp{ display:block !important;}
	.pc{display:none !important;}
	.mv_text{z-index: 3; justify-content: flex-start;}
	.mv_text h1{font-size: 22px; margin: auto; position: relative;z-index: 4; top:80px;text-shadow: 0px 0px 4px #044373;}
	.mv_wrap::before{height: 162px;width: 100%;background: url(../img/bg_mv_a.png);background-size: auto 100%; top: inherit;bottom: 0;opacity: .5;}
	.mv_wrap::after{height: 162px;bottom: -85px;}
	.sec_concept{padding: 50px 0; background-size: 250% auto;}
	.lead_concept{font-size: 14px; margin-bottom: 70px;}
	.sec_concept::after{height: 255px;bottom: -127px;}
	.def_sec h2{font-size: 12px;padding-top: 25px;margin-bottom: 35px;}
	.def_sec h2::before{width: 70px;}
	.def_sec h2 span{font-size: 30px;}
	.fade_list.fire li{width: 100%;padding: 15px;}
	.list_about li .al_ttl{font-size: 16px; margin-bottom: 16px;}
	.list_about li .al_ttl i{width: 24px;margin-right: 9px;}
	.list_about{margin-bottom: 70px;}
	.sec_about h3{font-size: 18px;margin-bottom: 50px; padding-bottom: 15px;}
	.list_feature li{margin-bottom: 45px;}
	.list_feature li figure{width: 100%; order: 2;}
	.disc_feature{width: 100%; order: 1; margin-bottom: 30px;}
	.disc_feature h4{font-size: 24px;margin-bottom: 15px;}
	.text_en_feature{font-size: 80px;top: -20px;right: 0;}
	.list_feature2{margin-top: 83px;}
	.list_feature2 .disc_feature{width: 100%;}
	.list_feature2 li{margin-bottom: 60px;}
	.list_feature2 li:nth-child(1) .disc_feature h4{max-width: 100%;}
	.list_feature2 li h4{font-size: 32px;}
	.f_01_02{width: 70%; right: 0;top: -240px;}
	.f_01_03{width: 100%;left: -10%; top: auto; bottom: -20%;}
	.list_feature2 li:nth-child(2) figure{width: 80%;}
	.f_02_02{width: 100%; right: -40%;}
	.lead_room{font-size: 10px; margin-bottom: 35px;}
	.tb_room th{padding: 12px; font-size: 13px; width: 120px;}
	.tb_room td{padding: 12px 12px 12px 0;}
	.btn a{padding: 13px 10px 18px;font-size: 15px; width: 49%;}
	.btn a span{font-size: 10px}
	.btn a i{bottom: 8px;}
	.btn a i img{width: 12px;}
	.tb_room{margin-bottom: 50px;}
	.btn{margin-bottom: 40px;}
	.list_room_st li figure{width: 100%; margin-bottom: 60px;}
	.type_wrap h3{margin-bottom: 45px;}
	.list_room_st li .disc_room_st{width: 100%;}
	.ttl_room{z-index: -1; opacity: .26;}
	.ttl_r_01{width: 80%; top: 44%;}
	.list_room_st li p{font-size: 14px;}
	.box_room_info{padding: 10px; display: flex; flex-wrap: wrap;}
	.list_room_st li{font-size: 12px;}
	.box_head{width: 50%; order: 2; border-bottom: none;border-left: 1px solid #fff;padding-left: 10px;margin-bottom: 0;padding-bottom: 0;}
	.box_room_info table{width: 49%; order: 1;}
	.box_head i{width: 20px;margin-right: 10px;}
	.box_head h4{font-size: 14px;width: calc(100% - 30px);}
	.to_top.on{display: none;}
	.list_room_st li:nth-child(2) figure{order: 1;}
	.list_room_st li:nth-child(2) .disc_room_st{order: 2;}
	.ttl_r_02{width: 66%;top:48%;}
	.list_room_st{margin-bottom: 60px;}
	.type_wrap{padding-bottom: 0;}
	.box_text{width: 100%;margin-bottom: 20px; font-size: 14px;}
	.box_v_r{width: 100%;}
	.ttl_r_03{width: 86%;top: -28%; right: 0; left: inherit;}
	.list_room_vip li figure{margin-bottom: 60px;}
	.ttl_r_04{left: inherit;right: 0;top: -28%;width: 80%;}
	.note_price{font-size: 12px;}
	.list_flow li{width: 100%; margin-bottom: 50px;}
	.list_flow li .num_flow{width: 60px;left: 2%;top: -24%;}
	.list_flow li::after{transform: rotate(135deg);left: 50%;top: auto;bottom: -30px;margin: 0 0 0 -7px;}
	.wrap_map{width: 100%; height: 300px; order: 2;}
	.cnt_access{width: 100%;order: 1;text-align: center; margin-bottom: 30px;font-size: 12px;}
	.sec_flow{padding-bottom: 60px;}
	.logo_acc{margin: 0 auto 30px;}
	.name_shop{font-size: 14px;}
	.sec_info figure{width: 90%; margin: auto;}
	.cnt_info{width: 100%;}
	.sec_info{padding: 50px 0; text-align: center;}
	.sec_info p{margin: 0 auto 20px;}
	.btn_info{margin: 30px auto 0; width: 80%;}
	.sec_access .inner_1000{width: 84%;}
	.btn_info a{padding: 15px; font-size: 16px;}
	.btn_info a::after{width: 10px; height: 10px;}
	.ft_link{font-size: 14px;}
	.copy{padding-bottom: 70px; font-size: 12px;}
	.f_01_01{top: 0;}
	.list_feature li:nth-child(1) .text_en_feature{left: 0;}
	.list_feature li:nth-child(1) .text_en_feature img{width: 100%;}
	.wrap_price img{min-width: 100%;}
	.ttl_r_01, .ttl_r_02, .ttl_r_03, .ttl_r_04{display: block;}
	.box_room_info table tr td{font-size: 12px;}
	.list_room_st li:last-child .box_head i{width: 40px;}
	.list_room_st li:last-child .box_head h4{width: calc(100% - 50px);}
	.list_room_vip li:last-child .box_head i{width: 40px;}
	.list_room_vip li:last-child .box_head h4{width: calc(100% - 50px);}
}
@media screen and (max-width: 375px) {
	.btn_ec.btn_head a{font-size: 8px;}
}