@charset "utf-8";
@media screen and (max-width: 768px) {
html {
  font-size: 50%;
}

body {
  min-width: auto;
}

.ly_cont {
  width: 88%;
  padding: 0;
  min-width: auto;
}

.sp_ta_l {text-align: left;}
.sp_ta_c {text-align: center;}
.sp_ta_r {text-align: right;}



/******************************
 loading
*******************************/
#loading-logo {
  width: 180px;
}

/******************************
 header
*******************************/
.ly_header {
  min-width: auto;
  height: 70px;
}

.ly_header_inr {
  padding: 0 5%;
}

.ly_header_logo img {
  width: 140px;
  margin-top: 10px;
}


.menu_open .ly_header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: transparent !important;
  z-index: 1001;
}

.menu_open .ly_header_logo {
  opacity: 1 !important;
}

.menu_open .logo_gr {
  display: none !important;
}

.menu_open .logo_wh {
  display: inline !important;
}

.menu_open .ly_header.fixed .el_menubtn span {
  background: #fff;
}


.el_menubtn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 60px;
  margin: auto;
  -webkit-transition: all  0.3s ease;
  transition: all  0.3s ease;
  z-index: 100000;
  width: 50px;
  height: 50px;
}

.el_menubtn span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
-webkit-transform: rotate(0deg);
        transform: rotate(0deg);
  width: 40px;
  height: 2px;
  display: block;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 10px;
}

.el_menubtn .top {
-webkit-transform: translateY(-8px);
        transform: translateY(-8px);
}

.el_menubtn .bottom {
-webkit-transform: translateY(8px);
        transform: translateY(8px);
}

.menu_open .el_menubtn .middle {
  background: transparent !important;
}

.menu_open .el_menubtn .top {
-webkit-transform: rotate(-45deg) translateY(0px);
        transform: rotate(-45deg) translateY(0px);
}

.menu_open .el_menubtn .bottom {
-webkit-transform: rotate(45deg) translateY(0px);
        transform: rotate(45deg) translateY(0px);
}


.el_menubtn {
  right: 0;
  width: 70px;
  height: 70px;
}

.el_menubtn span {
  width: 30px;
}

.el_menubtn .top {
  -webkit-transform: translateY(-6px);
      transform: translateY(-6px);
}

.el_menubtn .bottom {
  -webkit-transform: translateY(6px);
      transform: translateY(6px);
}

.el_menubtn:hover span {
  background: #fff !important;
}

/******************************
 nav
*******************************/
.ly_nav {
  display: none;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  overflow-y: scroll;
  background-color:#121E3E;
  background-color: rgba(18,30,62,0.95);
  height: 100vh;
  z-index: 1000;
  padding-right: 0;
}

.ly_nav_inr {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 70px 10%;
}

.ly_nav .bl_nav_list {
  width: 100%;
  margin-right: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ly_nav .bl_nav_list li {
  width: 100%;
}

.ly_nav .bl_nav_list li a {
  font-size: 2.5rem;
  padding: 20px 0;
  color: #fff;
}

.ly_nav .bl_nav_list li a:hover {
  color: #fff;
}


.ly_nav .el_btn {
  margin-top: 40px;
  width: 100%;
}

.ly_nav .el_btn a {
  width: 100%;
  text-align: center;
  padding: 20px;
  border-radius: 50px;
  color: #fff;
  font-size: 2.5rem;
}

.ly_nav .el_btn a:hover {
  background-color: #FFAE4A;
}




/******************************
 mv
*******************************/
.mv,
.mv .mv__slide {
  height: 90vh;
}


.mv .mv__slide02 .bg img {
  -o-object-position: 55% 50%;
     object-position: 55% 50%;
}
.mv .mv__slide03 .bg img {
  -o-object-position: 90% 50%;
     object-position: 90% 50%;
}
.mv .mv__slide05 .bg img {
  -o-object-position: 90% 50%;
     object-position: 80% 50%;
}


.mv__tagline {
  bottom: 70px;
  left: 10%;
}

.tagline__en.split {
  font-size: 4.4rem;
  margin-bottom: 5px;
}

.tagline__jp {
  font-size: 1.5rem;
}




/******************************
 common
*******************************/
.bl_sec {
  padding: 80px 0;
}

.bl_sec_header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 60px;
}

.el_lead {
  font-size: 1.8rem !important;
  line-height: 2 !important;
  letter-spacing: 0.1em !important;
  text-align: justify;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.bl_sec_header .el_lead {
  width: 100%;
  margin-top: 0;
}

.el_lv2Heading {
  margin-bottom: 30px;
}

.el_lv2Heading .en {
  font-size: 6.5rem;
  margin-bottom: 0.5rem;
}

.el_lv2Heading .jp {
  font-size: 1.5rem;
}

.el_lv3Heading {
  font-size: 2.2rem;
  line-height: 1.8;
  margin-bottom: 2rem;
  letter-spacing: 0.1em;
  padding-bottom: 1.5rem;
}

.el_lv3Heading:after {
  width: 60px;
}




/******************************
 about
*******************************/
#about .el_lv3Heading {
  font-size: 2.6rem;
}

.bl_about01 {
  background-size: 15px 150px;
  padding: 200px 0;
}

.bl_about01 .bl_txtarea {
  position: relative;
  z-index: 1;
  text-align: left;
  padding: 50px 0;
}

.bl_about01 .img01 {
  top: -150px;
  left: initial;
  right: 38&;
}

.bl_about01 .img02 {
  top: -70px;
  left: 58%;
}

.bl_about01 .img03 {
  top: 105%;
  right: 30%;
}

.bl_about01 .img01 img {
  width: 180px;
  width: 230px;
  height: auto;
}

.bl_about01 .img02 img {
  width: 160px;
  height: auto;
}

.bl_about01 .img03 img {
  width: 170px;
  width: 200px;
  height: auto;
}



.bl_about02 {
  padding: 0 0 80px;
}

.bl_about02 .bl_txtarea {
  padding-left: 0;
  margin-top: -60px;
}

.bl_about02 .map {
  position: relative;
  right: initial;
  top: initial;
  margin: -29vw auto 0;
}

.bl_about02 .map img {
  width: 72vw;
}

.bl_about02 .el_lv3Heading {
  text-align: right;
}

.bl_about_slider .slick-slide {
  width: 60vw !important;
}



/******************************
 activity
*******************************/
.bl_activity_flow {
  margin: 0 0 60px;
}

.bl_list01 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0;
}

#activity .bl_list01 {
  width: 86%;
  margin-left: 7%;
}

.bl_list01 li {
  width: 100%;
  margin-top: 40px;
}

.bl_list01 li .num {
  font-size: 10rem;
  top: -20px;
  left: -20px;
}

.bl_list01 li .txt {
  font-size: 1.5rem;
  line-height: 1.6;
}


.bl_activity_cate {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bl_activity_menu {
  width: 100%;
  position: -webkit-relative;
  position: relative;
  padding-top: 0;
}

.bl_activity_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bl_activity_menu ul li {
  width: 46%;
}

.bl_activity_menu ul li a {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 500;
  display: inline-block;
  padding: 14px 0;
  line-height: 1.6;
  opacity: 1;
  border-bottom: 1px solid rgba(25,71,132,0.3);
}

.bl_activity_menu ul li a:before {
  content: '';
  width: 16px !important;
  height: 16px !important;
  background: #EFB670;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: initial !important;
  margin: auto;
}

.bl_activity_menu ul li a:after {
  content: '';
  width: 4px;
  height: 4px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  top: 0;
  right: 6px;
  bottom: 0;
  margin: auto;
}




.bl_activity_detail .item {
  width: 100%;
  border-radius: 10px;
  padding-top: 40px;
}

.bl_activity_detail h3 {
  height: 150px;
  padding-left: 25px;
  border-radius: 10px 10px 0 0;
}

.bl_activity_detail #monster h3 {
  background-position: right center;
}

.bl_activity_detail h3 .en {
  font-size: 4rem;
}

.bl_activity_detail .bl_txtarea {
  padding: 5px 25px;
}

.bl_activity_table th,
.bl_activity_table td {
  display: block;
  padding: 0;
  border-bottom: none;
}

.bl_activity_table tr:last-child th,
.bl_activity_table tr:last-child td {
  border-bottom: none;
}

.bl_activity_table th {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
  width: 100%;
  padding: 15px 0 5px;
}

.bl_activity_table td {
  font-size: 1.6rem;
  line-height: 1.6;
  border-bottom: 1px solid rgba(25,71,132,0.3);
  padding-bottom: 15px;
}

.bl_activity_table tr:last-child td {
  border-bottom: none;
}

.bl_lblue_list li {
  position: relative;
  padding-left: 12px;
}

.bl_lblue_list li:before {
  width: 7px;
  height: 7px;
  top: 7px;
}

.bl_lblue_list li + li {
  margin-top: 2px;
}



.bl_activity_detail .el_menu {
  line-height: 1.6;
  background-size: 8px auto;
}

.bl_activity_detail .el_menu .txt {
  padding: 0 8px 0 0;
}

.bl_activity_detail .el_menu .price {
  padding: 0 0 0 8px;
}



/******************************
 rental
*******************************/
#rental {
  padding-bottom: 120px;
}

.bl_rental_table {
  width:  100%;
  margin-top: -30px;
}

.bl_rental_table table th {
  display: block;
  padding: 10px 20px;
  border: none;
  font-size: 1.8rem;
}

.bl_rental_table table td {
  display: block;
  padding: 15px 20px;
  border: none;
  font-size: 1.8rem;
}

.bl_rental_table table td .yen {
  font-size: 1.9em;
  font-family: "EB Garamond", serif;
  font-weight: 500;
  color: #194784;
}

.bl_rental_table table td .price {
  font-size: 2.7em;
  font-family: "EB Garamond", serif;
  font-weight: 500;
  color: #194784;
  display: inline-block;
  padding: 0 0.5rem;
}

.bl_rental_table .el_note {
  font-size: 1.3rem;
  line-height: 1.8;
  margin-top: 2rem;
}



/******************************
 shop
*******************************/
#shop .bl_sec_header {
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: -80px;
  margin-bottom: 0;
  z-index: 2;
}

#shop .bl01 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 30px;
}

#shop .el_lv2Heading {
  margin-bottom: 30px;
}

#shop .el_lead {
  width: 100%;
}


#shop .bl01 .bl_imgarea {
  width: 100%;
}

#shop .bl01 .img01 {
  top: -150px;
  left: -90px;
  width: 90vw;
}

#shop .bl01 .img02 {
  margin-left: 44vw;
  margin-top: -14vw;
  max-width: 300px;
  width: 40vw;
}

#shop .bl_imgarea img {
  width: 100%;
  height: auto;
}

#shop .bl02 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-bottom: 80px;
}

#shop .bl02 .bl_txtarea {
  width: 100%;
  margin-right: 0;
}

#shop .bl02 .img03 {
  width: 90%;
  margin-right: 0;
  margin-left: 5%;
  margin-bottom: 30px;
}



.bl_shop_facilities .bl_list01 li {
  width: 46%;
  margin-top: 30px;
}

.bl_shop_facilities .bl_list01 .ttl {
  text-align: left;
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}

.bl_shop_facilities .bl_list01 .txt {
  font-size: 1.3rem;
}

.bl_shop_brand {
  border-radius: 8px;
    margin: 0 5%;
    padding: 30px 0;
    margin-top: -40px;
}

.bl_shop_brand .ly_cont {
  width: 90%;
}

.bl_brand_list {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.bl_brand_list li {
  width: 33%;
}


/******************************
 access
*******************************/
#access .bl_sec_header {
  margin-bottom: 0;
}

#access .bl_access_wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#access .bl_map {
  width: 100%;
  margin-bottom: 30px;
}

#access .bl_info {
  width: 100%;
}

#access .map {
  height: 80vw;
}

#access .el_logo {
  margin-bottom: 2rem;
}

#access .el_logo img {
  width: 190px;
}





/******************************
 booking
*******************************/
#booking {
  padding-top: 60vh;
}

#booking .bg {
  background-position: 40% top;
}

#booking .color {
  top: 60vh;
}

#booking .el_lv2Heading {
  margin-bottom: 40px;
}

.bl_booking_inr {
  padding: 60px 0;
  position: relative;
  z-index: 2;
  color: #fff;
}

.bl_booking_options {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bl_booking_options a + a {
  margin-top: 10px;
}

.bl_booking_options a {
  width: 100%;
  height: 150px;
  height: 34vw;
  background-size: 40px;
  background-size: 9vw;
  background-position: 40px center;
  background-position: 9vw center;
  padding-left: 100px;
  padding-left: 23vw;
  border-radius: 10px;
}

.bl_booking_options .en {
  font-size: 4rem;
  font-size: 7.5vw;
  margin-bottom: 1rem;
}

.bl_booking_options .en .dash {
  padding: 0 2px;
}

.bl_booking_options .jp {
  font-size: 2rem;
  font-size: 3.6vw;
  padding-bottom: 1rem;
}



/******************************
 footer
*******************************/
.ly_footer {
  padding: 50px 0 20px;
}

.ly_footer .ly_cont {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.ly_footer .bl_l {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 50px;
}

.ly_footer .bl_l .logo {
  margin-right: 20px;
}

.ly_footer .bl_l .logo img {
  width: 100px;
}

.ly_footer .bl_l .el_txt {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 0;
}





.ly_footer .bl_r {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.ly_footer .bl_footer_nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 50px;
}

.ly_footer .bl_footer_nav li {
  margin-left: 0;
}

.ly_footer .bl_footer_nav li a {
  padding: 10px 0;
  display: block;
}




.ly_footer .copyright {
  font-size: 1.1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  
}





}
