@charset "UTF-8";
/* CSS Document */

/*---------------------------------------------------------------------

	 共通

---------------------------------------------------------------------*/

/*
FOT-筑紫Aオールド明朝 Pr6N
EL 200 / L 300 / R 400 /  M 500 /  DB 600 /  B 700 / 
*/

body {
	-webkit-text-size-adjust: 100%;
	position: relative;
    word-break: break-all;
  font-weight: 300;
}
.english{
    word-break: normal;
}

.pc_on {
  display: inline !important;
}
@media screen and (max-width: 769px) {
  .pc_on {
    display: none !important;
  }
}
.pc_on_block {
  display: block !important;
}
@media screen and (max-width: 769px) {
  .pc_on_block {
    display: none !important;
  }
}
.sp_on {
  display: none !important;
}
@media screen and (max-width: 769px) {
  .sp_on {
    display: inline !important;
  }
}
.sp_on_block {
  display: none !important;
}
@media screen and (max-width: 769px) {
  .sp_on_block {
    display: block !important;
  }
}

p {
    font-weight: 300;
}
.fontnormal{
    font-family: Georgia, 'Times New Roman', Times, serif !important;
}

/* Full Screen Navigation */
.menu {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	width: 70px;
	height: 70px;
	z-index: 99999;
	background: #fff;
}
.menu__line {
    background: #064583;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
    z-index: 9999;
}
.menu__line--top {
	width: 25px;
	top: 24px;
	right: 22px;
}
.menu__line--center {
	width: 25px;
	top: 32px;
	right: 22px;
}
.menu__line--bottom {
	width: 25px;
	top: 40px;
	right: 22px;
}
.menu__line--top.active {
	width: 20px;
	transform: rotate(45deg);
	background: #064583;
	top: 32px;
  right: 25px;
}
.menu__line--center.active {
    transform:scaleX(0);
}
.menu__line--bottom.active {
	transform: rotate(135deg);
	width: 20px;
	background: #064583;
	top: 32px;
  right: 25px;
}
.gnav {
	background: #e8eef4;
	display: none;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 99998;
	left: 0;
}
.gnav__wrap {
	height: auto;
	justify-content: center;
	position: absolute;
	left: 50%;
	top: 15%;
	transform: translate(-50%, 0%);
	width: 90%;
}
.gnav__menu {
	width: 100%;
    vertical-align: top;
	margin-bottom: 30px;
}
.gnav__menu li {
	width: 100%;
	margin: 5px auto;
	text-align: center;
}
.gnav__menu__item a {
	font-size: 15px;
	text-decoration: none;
	display: block;
	position: relative;
	letter-spacing: 0;
	line-height: 1.2;
	padding: 10px 5px 11px 5px;
}
.gnav__menu__item a:hover {
    transition: .5s;
    color: #555;
}

.loader {
    display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 99999999999999;
	width: 100vw;
	height: 100vh;
	margin: -50px auto 0;
}
.loader,
.loader:before,
.loader:after {
  width: 1.5em;
  height: 1.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
    border-radius: 20px;
}
.loader {
  color: #88787E;
  font-size: 8px;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
  color: #764C53;
}
.loader:after {
  left: 3.5em;
  color: #9DA9AF;
}


@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

#wrap{
	opacity : 0;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
    width: 100%;
    height: 100%;
	z-index: 9999999;
}
@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}
a:focus, *:focus { outline:none; }
/* IE8+, Chrome */
input, button {
  outline: 0;
}
/* Firefox */
input::-moz-focus-inner, button::-moz-focus-inner {
  border: 0;
}
.pc_off {display: none !important;}
br.pc_off {display: none;}
.smt_off {display: inherit;}
br.smt_off {display: inherit;}

#wrap {
    width: 100%;
    height: 100%;
}
img {
	vertical-align: bottom;
	-webkit-backface-visibility: hidden;
}
*, *: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;
}
a {transition: all 0.3s;}
a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}
a img {
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}
#header_top {
	z-index: 9999;
	width: 100%;
	position: relative;
}
.slideArea {
	position: relative;
	margin-bottom: 130px;
}
.slide_copy {
    margin: 0;
	position: absolute;
	right: 50%;
	bottom: 50%;
	-webkit-transform: translate(50%, 50%);
	-ms-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
    z-index: 9999;
}
.slide_copy img {
    max-width: 240px;
}
.bx-wrapper ul li {
    position: relative;
    height: calc(100vh) !important; 
    overflow: hidden;
}
.bx-wrapper ul li img {
    position: absolute;
    height: calc(100vh) !important; 
    object-fit: cover;
}
.contents {
    max-width: 680px;
    margin: auto;
}
.logo {
    position: absolute;
    left: 90px;
    top: 0;
    z-index: 999;
}

.logo img {
    max-width: 200px;
}

/*
.main_copy_txt{
    -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #064583;
  font-size: 23px;
  margin: 100px auto 50px auto;
}

.main_copy_txt {
	color: #064583;
	font-size: 23px;
	margin: 100px auto 50px auto;
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
	width: max-content;
	max-width: 100%;
}*/
.main_copy_txt {
	color: #064583;
	font-size: 23px;
	margin: 100px auto 50px auto;
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
}
.maincopy1{
  margin-left: 2em;
  line-height: 2em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.maincopy2{
  line-height: 2em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.main_english{
    margin: 0 auto;
    text-align: center;
    display: block;
}
.main_english_txt{
    text-align: left;
    display: inline-block;
}
.about {
	margin: 200px auto;
	display: flex;
	flex-direction: column;
}

.minatabi{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 72px;
    text-align: center;
    margin: 0 auto;
    letter-spacing: -2px;
    margin-bottom: 70px;
}
.content_txt{
    text-align: justify;
}
.photo_area{
    padding: 140px 0;
    background-color: #064583;
    position: relative;
}
.photo1{
    width: 100%;
    height: auto;
}
.photo1 img{
    width: 100%;
    height: auto;
}
.maincopy3{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #064583;
    font-size: 23px;
    margin: 0 auto 40px auto;
    line-height: 2em;
}
.subtitle{
    text-align: center;
    font-size: 14px;
    margin-bottom: 40px;
    line-height: 1.2;
}
.subtitle span{
    font-size: 8px;
}
.miachina_area{
    margin: 0 auto 180px auto;
    background: #f6f6f6;
}
div.miachina_box{
    padding: 140px 0 180px 0;
    width: 680px;
    margin: auto;
}
.miachina{
    text-align: center;
    margin-bottom: 50px;
}
.miachina_ttl{
    font-size: 20px;
    text-align: center;
    margin: 100px 0 10px 0;
}
.miachina_subtxt{
    margin: 0 0 20px 0;
    text-align: center;
}
.miachina_img{
    text-align: center;
    margin-bottom: 40px;
}
.miachina_name{
    font-size: 26px;
    line-height: 1;
    text-align: center;
    max-width: 10px 0;
}
.miachina_name span{
    font-size: 16px;
}
.miachina_txt{
    text-align: center;
    line-height: 1.8;
    margin: 20px 0;
}
.miachina_price{
    text-align: center;
    font-size: 22px;
    margin-bottom: 70px;
}
.miachina_price span{
    font-size: 16px;
}
.shopinfo{
    margin: 100px 0;
    width: 100%;
    border-collapse: separate;
}
.shopinfo th{
    padding: 16px 0;
    border-bottom: 0.9px solid #064583;
    width: 94px;
}
.shopinfo td{
    padding: 16px 0;
    border-bottom: 0.9px solid #064583;
}
.footer{
    padding: 80px 0;
     color: #fff;
    background: #064583;
}
.sns{
    display: flex;
    flex-wrap: inherit;
    width: 320px;
    margin: 0 auto;
    font-size: 14px;
}
.snslink{
    text-align: center;
    margin: 0 20px;
    width: 160px;
}
.snslink img{
    width: 40px;
    height: auto;
    margin: 10px auto 20px auto;
}
.hp_bt{
    text-align: center;
    
}
.hp_bt a{
    width: 256px;
    margin: 40px auto;
    padding: 10px;
    display: block;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border: 1px solid #7f9ab9;
    background: url(../images/bt-arrow.png) no-repeat 93% 50%;
    background-size: 18px;
}
.hp_bt a:hover{
    background-color: #064583;
;
}
.hp_bt2{
    text-align: center;
    
}
.hp_bt2 a{
    width: 256px;
    margin: 40px auto;
    padding: 10px;
    display: block;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border: 1px solid #7f9ab9;
    background: url(../images/bt-arrow.png) no-repeat 93% 50% #064583;
    background-size: 18px;
}
.hp_bt2 a:hover{
    background-color: #7f9ab9;
;
}
address{
    margin: 20px 0 50px 0;
    text-align: center;
}
#page_top{
    position: fixed;
    bottom: 26px;
    right: 26px;
}
#page_top img{
    width: 50px;
    height: auto;
}
.snsname{
    margin-bottom: 16px;
}
div.googlemap iframe {
    vertical-align: bottom;
}

/* experience 体験 */

.experience_fv {
  position: relative;
  height: 100vh;
  overflow: hidden;
  margin-bottom: 140px;
}
.fv_slider,
.fv_slider .swiper-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fv_slider .swiper-slide {
  background-size: cover;
  background-position: 50% 50%;
}
.fv_slider .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}
.fv_slider .swiper-slide-active {
  opacity: 1 !important;
}
.smt_experience_fv,
.fv_reserve_bg {
  position: relative;
  z-index: 10;
}

ul.navi {
	position: absolute;
	left: 50%;
	top: 63px;
	transform: translateX(-50%);
	z-index: 999;
	width: max-content;
	text-align: center;
	transition: all .3s;
}
ul.navi li {
	display: inline-flex;
}
ul.navi li a {
	position: relative;
	display: inline-block;
	margin: 0 21px;
	font-size: 15px;
	color: #fff;
}
.btn_reserve a {
  position: absolute;
  top: 53px;
  right: 70px;
  width: 178px;
  height: 53px;
  background: url("../images/icon_reserve.svg") no-repeat left 30px center/26px 20px,#064583;
  color: #fff;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 37px;
}
.experience_fv_copy {
  font-size: 55px;
  line-height: 1.381;
  color: #fff;
  position: absolute;
  left: 32px;
  bottom: 89px;
  letter-spacing: 3px;
}
.fv_reserve_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 68px;
  padding: 5px 10px 5px;
  background: #064583;
  color: #fff;
  display: flex;
  align-items: center;
}
.fv_reserve_inner {
  width: 1180px;
  max-width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.fv_reserve_ttl {
  flex: 1;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 2.4;
}
.fv_reserve_btn a {
  font-size: 15px;
  margin-left: auto;
  color: #fff;
  width: 171px;
  height: 42px;
  border: solid 1px #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 25px;
  background: url("../images/icon_arrow.svg") no-repeat right 20px center/7px 11px,#064583;
}
.experience_overview {
  margin-bottom: 204px;
}
.ttl_overview {
  font-size: 18px;
  color: #064583;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}
.ttl_overview::before {
    border-bottom: 1.5px solid #064583;
    bottom: -5px;
    content: "";
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 28px;
}
.experience_copy_area {
	color: #114681;
	font-size: 26px;
	margin: 68px auto 50px auto;
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
}
.experience_copy {
  line-height: 2.05em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 3.5px;
}
span.num_rotate {
	display: inline-block;
	transform: rotate(-90deg);
	transform-origin: center center;
	position: relative;
	right: -3px;
}
.experience_copy_sub {
  text-align: center;
  font-size: 15px;
  line-height: 1.733;
  letter-spacing: 1.5px;
  margin-bottom: 50px;
}
.experience_price {
	font-size: 18px;
	text-align: center;
	width: max-content;
	margin: 0 auto 38px;
	max-width: 100%;
  padding: 20px 45px;
  background: 
    url("../images/brackets_left.svg") no-repeat left top/28px auto,
    url("../images/brackets_right.svg") no-repeat right bottom/28px auto;
  line-height: 1.4;
  letter-spacing: 1px;
}
.experience_price .font25 {
  font-size: 25px;
  margin-left: 10px;
  letter-spacing: 3px;
}
.experience_price .font16 {
  font-size: 16px;
}
.experience_note {
  font-size: 14px;
  text-align: center;
  margin-bottom: 152px;
}
.step_section_right_img {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 150px;
}
.step_section_right_img {
  display: flex;
}
.step_txt {
	width: 56.53%;
}
.step_img {
  width: 43.46%;
}
.step_1 .step_txt {
  background: url("../images/step01.svg") no-repeat left top/280px auto;
}
.step_txt_inner {
  width: 76.9%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  left: 20%;
  padding: 80px 8% 65px;
  height: 100%;
  position: relative;
}
.inner_top {
  display: flex;
  justify-content: center;
}
.inner_top h2 {
  font-size: 22px;
  line-height: 1.2;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	letter-spacing: 3.5px;
}
.step_1 .inner_top h2 {
  background: url("../images/icon_step01.svg") no-repeat top center/58px auto;
  padding-top: 45px;
}
.inner_bottom {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.inner_bottom h3 {
  font-size: 17px;
}
.inner_bottom p {
  font-size: 15px;
}
.step_section_left_img {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 180px;
}
.step_2 .step_txt {
  background: url("../images/step02.svg") no-repeat right top/280px auto;
}
.step_section_left_img .step_txt {
  width: 56.53%;
}
.step_2 .step_txt_inner {
  width: 76.9%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 55px 8% 43px 8%;
  height: 100%;
  margin-left: auto;
  margin-right: 20%;
  position: static;
}
.step_section_left_img .inner_top {
  display: flex;
  justify-content: center;
}
.step_section_left_img .inner_top h2 {
  font-size: 22px;
  line-height: 1.2;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 3.5px;
}
.step_2 .inner_top h2 {
  background: url("../images/icon_step02.svg") no-repeat top center/39px auto;
  padding-top: 63px;
}
.step_section_left_img .step_img {
  width: 43.46%;
}

.step_3 .step_txt {
  background: url("../images/step03.svg") no-repeat left top/280px auto;
}
.step_3 .inner_top h2 {
  background: url("../images/icon_step03.svg") no-repeat top center/35px auto;
  padding-top: 45px;
}
.step_3 .step_txt_inner {
	padding: 10px 8% 0;
}

.step_4 .step_txt {
  background: url("../images/step04.svg") no-repeat right top/280px auto;
}
.step_4 .inner_top h2 {
  background: url("../images/icon_step04.svg") no-repeat top center/13px auto;
  padding-top: 75px;
}
.step_4 .step_txt_inner {
	width: 76.9%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 30px 8% 25px 8%;
	height: 100%;
	margin-left: auto;
	margin-right: 20%;
	position: static;
}
.experience_movie_note {
	font-size: 16px;
	text-align: center;
	margin-bottom: 48px;
	letter-spacing: 1.5px;
}
.experience_movie {
  max-width: 848px;
  margin: 0 auto 225px;
}
.movie-content-wrap {
	position: relative;
  max-width: 848px;
	width: 100%;
	padding-top: 56.25%;
}
.movie-content-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.about_nas {
  background: #114681;
  padding: 100px 7% 100px;
  display: flex;
  justify-content: space-between;
}
.ttl_about_nas {
  font-size: 18px;
  color: #fff;
  text-align: center;
  position: relative;
  margin-bottom: 86px;
}
.ttl_about_nas::before {
  border-bottom: 1.5px solid #fff;
  bottom: -5px;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
}
.about_nas_copy_area {
	display: flex;
	flex-direction: column;
	width: max-content;
}
.about_nas_copy {
	color: #fff;
	font-size: 26px;
	line-height: 2.05em;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	letter-spacing: 3.5px;
	width: max-content;
	margin: 0 auto 75px;
}
.about_nas_note {
  font-size: 15px;
  line-height: 1.866;
  text-align: center;
  color: #fff;
}
.about_nas_left {
  align-self: flex-end;
  width: 50%;
}
.about_nas_left img {
  width: 15.73%;
  width: 100%;
  max-width: 236px;
}
.about_nas_center {
  width: 27.06%;
}
.about_nas_right {
  width: 50%;
}
.about_nas_right img {
  width: 26.66%;
  width: 100%;
  max-width: 400px;
  margin: 0 0 0 auto;
  display: block;
}
.about_miatina {
 padding: 190px 0 210px; 
}
.ttl_about_miatina {
  font-size: 18px;
  color: #064583;
  text-align: center;
  position: relative;
  margin-bottom: 95px;
}
.ttl_about_miatina::before {
  border-bottom: 1.5px solid #064583;
  bottom: -5px;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
}
.about_miatina_copy_area {
	color: #114681;
	font-size: 26px;
	margin: 68px auto 50px auto;
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
}
.about_miatina_copy {
  line-height: 2.05em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 3.5px;
}
.copy_sub_wrap {
  text-align: center;
  display: block;
  margin: auto;
}
.about_miatina_copy_sub {
  font-size: 15px;
  line-height: 1.733;
  letter-spacing: 0.5px;
  margin-bottom: 135px;
  display: inline-block;
  text-align: left;
}
.experience_img_area {
  background: url("../images/experience_images.webp") no-repeat 0 0/cover;
  height: 0;
  padding-bottom: 69%;
}
.venue_info {
  margin: 0 auto 208px;
}
.ttl_venue_info {
  font-size: 18px;
  color: #064583;
  text-align: center;
  position: relative;
  margin-bottom: 70px;
}
.ttl_venue_info::before {
    border-bottom: 1.5px solid #064583;
    bottom: -5px;
    content: "";
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 28px;
}
.venue_info_note {
  font-size: 17px;
  text-align: center;
  margin-bottom: 15px;
}
.ttl_map {
	text-align: center;
	font-size: 15px;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	align-content: center;
}
.ttl_map span {
  padding-left: 25px;
  background: url("../images/icon_map.svg") no-repeat left 0 top 5px/17px auto;
}
.gmap {
  width: 663px;
  max-width: 90%;
  margin: auto;
}
.ttl_host_introduction {
  font-size: 18px;
  color: #064583;
  text-align: center;
  position: relative;
  margin-bottom: 100px;
}
.ttl_host_introduction::before {
  border-bottom: 1.5px solid #064583;
  bottom: -5px;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
}
.host_list {
  display: flex;
  justify-content: space-between;
  width: 780px;
  max-width: 90%;
  margin: 0 auto 245px;
}
.host_list li {
  width: 280px;
  max-width: 90%;
  text-align: center;
}
.host_img {
  max-width: 230px;
  margin: 0 auto 30px;
}
.host_name {
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 8px;
}
.host_position {
  font-size: 17px;
  line-height: 1.1;
  margin-bottom: 32px;
}
.host_comment {
  font-size: 15px;
}
.exterior_bg {
  background: url("../images/experience_img12.webp") no-repeat 50% 50%/cover;
  height: 526px;
  margin-bottom: 185px;
}
.ttl_reservation {
  font-size: 18px;
  color: #064583;
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}
.ttl_reservation::before {
    border-bottom: 1.5px solid #064583;
    bottom: -5px;
    content: "";
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 28px;
}
.reservation_table {
  width: 988px;
  max-width: 90%;
  margin: 0 auto 128px;
  border-top: solid 1px #064583;
}
.reservation_table tr td {
  border-bottom: solid 1px #064583;
  padding: 24px 40px;
}
.reservation_table tr td:nth-child(odd) {
  position: relative;
  vertical-align: top;
  width: 23%;
  font-size: 15px;
}
.reservation_table tr td:nth-child(odd)::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  bottom: 20px;
  width: 1px;
  background: #064583;
}
.reservation_table tr td:nth-child(even) {
  font-size: 16px;
}
.reservation_table tr td:nth-child(even) span {
  font-size: 14px;
}
.reservation_note {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}
.btn_reservation a {
  font-size: 20px;
  width: 349px;
  max-width: 90%;
  height: 98px;
  background: url("../images/icon_arrow.svg") no-repeat right 45px center/12px auto,#064583;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 200px;
}
.btn_reservation a:hover {
	background-color: #7f9ab9;
}
.ttl_faq {
  font-size: 18px;
  color: #064583;
  text-align: center;
  position: relative;
  margin-bottom: 73px;
}
.ttl_faq::before {
  border-bottom: 1.5px solid #064583;
  bottom: -5px;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
}
.accordion {
  width: 990px;
  max-width: 90%;
  position: relative;
  margin: 0 auto 285px;
}
.accordion li {
  border: solid 1px #064583;
  margin-bottom: 25px;
}
.accordion-title {
  cursor: pointer;
  padding: 19px 40px 19px 98px;
  font-size: 15px;
  position: relative;
  background: url("../images/icon_q.svg") no-repeat left 47px top 25px/22px 18px;
}
.accordion-title::after {
  border-right: solid 1px #064583;
  border-top: solid 1px #064583;
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  right: 61px;
  top: 36%;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
}
.accordion-title.open::after {
  top: 43%;
  transform: rotate(-45deg);
}
.accordion-content {
  display: none;
  border-top: solid 1px #E2E2E2;
  font-size: 15px;
  position: relative;
}
.accordion-content p {
  background: url("../images/icon_a.svg") no-repeat left 47px top 25px/16px 13px;
  padding: 19px 40px 19px 98px;
  color: #404040;
}
.footer_sub {
  width: 990px;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 150px;
}
.btn_footer_reservation a {
	font-size: 16px;
	width: 220px;
	height: 58px;
	background: url("../images/icon_arrow.svg") no-repeat right 30px center/7px auto,#064583;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
  margin-bottom: 20px;
}
.btn_footer_reservation a:hover {
	background-color: #7f9ab9;
}
.navi_cancel_policy {
  margin-bottom: 31px;
}
.navi_cancel_policy a {
  font-size: 14px;
}
.footer_right {
  display: flex;
}
.footer_right ul:first-child {
  margin-right: 150px;
}
.footer_right ul li {
  font-size: 14px;
  margin-bottom: 20px;
}
.footer_icon {
  display: flex;
  gap: 31px;
}
.footer_icon li {
  width: 47px;
}
.logo_sub {
    position: absolute;
    left: 60px;
    top: 0;
    z-index: 999;
}
.logo_sub img {
    max-width: 159px;
}

.language_btn {
	position: absolute;
	top: 65px;
	right: 287px;
	display: flex;
	border: 1px solid #383838;
}
.language_btn a:nth-child(1) {
	background-color: #064583;
}
.language_btn a:nth-child(2) {
	border-left: 1px solid #383838;
	background-color: #383838;
}
.language_btn a {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	width: 32px;
  padding-bottom: 4px;
}

@media screen and (max-width: 1580px) {
.btn_reserve a {
	width: 70px;
	height: 70px;
	background: url("../images/icon_reserve.svg") no-repeat left 50% top 18px/26px 20px,#064583;
	font-size: 11px;
	padding-left: 0;
	padding-top: 34px;
  z-index: 99999;
  right: 70px;
  top: 45px;
}
ul.navi {
	left: 51%;
}
.language_btn {
	right: 180px;
}
ul.navi li a {
	margin: 0 15px;
  font-size: 14px;
}
.logo_sub img {
	width: clamp(100px, 13vw, 159px);
}
}

@media screen and (max-width: 1360px) {
.menu {
  display: block;
}
.btn_reserve a {
	top: 0;
}
ul.navi {
	top: 21px;
}
.experience_fv_copy {
	font-size: clamp(22px, 4.5vw, 55px);
}
.language_btn {
	top: 23px;
}
}

@media screen and (max-width: 1300px) {
ul.navi {
  display: none;
}
}


