@charset "UTF-8";
.pc_LL_display {
  display: none;
}
@media screen and (max-width: 1600px) {
  .pc_LL_display {
    display: block;
  }
}

.pc_L_display {
  display: none;
}
@media screen and (max-width: 1400px) {
  .pc_L_display {
    display: block;
  }
}

.pc_M_display {
  display: none;
}
@media screen and (max-width: 1200px) {
  .pc_M_display {
    display: block;
  }
}

.pc_S_display {
  display: none;
}
@media screen and (max-width: 1000px) {
  .pc_S_display {
    display: block;
  }
}

.tab_display {
  display: none;
}
@media screen and (max-width: 800px) {
  .tab_display {
    display: block;
  }
}

.sp_LL_display {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp_LL_display {
    display: block;
  }
}

.sp_L_display {
  display: none;
}
@media screen and (max-width: 440px) {
  .sp_L_display {
    display: block;
  }
}

.sp_ML_display {
  display: none;
}
@media screen and (max-width: 400px) {
  .sp_ML_display {
    display: block;
  }
}

.sp_M_display {
  display: none;
}
@media screen and (max-width: 375px) {
  .sp_M_display {
    display: block;
  }
}

.sp_S_display {
  display: none;
}
@media screen and (max-width: 350px) {
  .sp_S_display {
    display: block;
  }
}

@font-face {
  font-family: "Zen Old Mincho";
  src: url("ZenOldMincho-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Old Mincho";
  src: url("ZenOldMinchoーMedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Old Mincho";
  src: url("ZenOldMincho-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Old Mincho";
  src: url("ZenOldMincho-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Old Mincho";
  src: url("ZenOldMincho-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "hoefler";
  src: url("hoefler-text.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* animation */
.animation_dokundokun {
  animation: dokundokun 1500ms ease infinite;
}

@keyframes dokundokun {
  0% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.2);
  }
  30% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.2);
  }
  70% {
    transform: scale(1);
  }
}
.animation_fuwafuwa {
  animation: fuwafuwa 2s linear infinite;
  scale: 1;
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.animation_shiny {
  background-size: 600% 100%;
  animation: shine 20s infinite;
  animation-delay: 0s;
  animation-timing-function: linear;
}

@keyframes shine {
  0% {
    background-position-x: 400%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -400%;
  }
}
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
iframe {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

body {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  font-family: "Zen Old Mincho", serif;
  color: #4b4b4b;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  body {
    position: static;
  }
}

img {
  display: block;
  width: 100%;
}

a {
  text-decoration: none;
}

p {
  line-height: 1.8;
  text-align: justify;
}

/* 上層固定背景 */
.bg {
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  background: rgba(22, 50, 89, 0.18);
}
@media screen and (max-width: 1000px) {
  .bg {
    z-index: 2;
  }
}
@media screen and (max-width: 440px) {
  .bg {
    display: none;
  }
}

/* 上層固定背景 内部 */
.bg_content {
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .bg_content {
    display: none;
  }
}

.lp_body {
  position: absolute;
  z-index: 3;
  margin-inline: auto;
  width: 100%;
  max-width: 375px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 440px) {
  .lp_body {
    position: static;
    transform: none;
    margin-inline: 0;
    overflow: visible;
    max-width: 100%;
  }
}

.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}

.scrollin {
  opacity: 1;
  transform: translateY(0);
}

.section_ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
}

.section_ttl h2 {
  font-family: "hoefler";
  font-size: 32px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 8px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 350px) {
  .section_ttl h2 {
    font-size: 28px;
  }
}

.section_ttl span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.15em;
}

.section_time {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
}

.section_time span:nth-child(1) {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border: 1px solid #4b4b4b;
  padding: 6px 12px;
  min-width: 220px;
  text-align: center;
}

.section_time span:nth-child(2) {
  width: -moz-fit-content;
  width: fit-content;
  margin: 16px auto 0;
  display: block;
}

.page-bg {
  background-image: url(../img/bg.webp);
  background-size: contain;
}

/*------------------- header ------------------*/
.header {
  position: fixed;
  z-index: 100;
  max-width: 375px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 12px 0;
  transition: all 0.4s;
}
@media screen and (max-width: 440px) {
  .header {
    max-width: 100%;
  }
}

.header.navy {
  background-color: #163259;
  transition: all 0.4s;
}

.header_wrap {
  width: 92%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_logo {
  width: 52px;
}

.header_hamburger_menu {
  display: block;
  position: relative;
  z-index: 10;
}

.mask {
  display: block;
  padding: 180px 0;
  position: fixed;
  opacity: 0;
  top: 0;
  right: -1000px;
  height: 100vh;
  width: 100%;
  max-width: 375px;
  background: #163259;
  z-index: -4;
  transition: all 0.5s;
}
@media screen and (max-width: 440px) {
  .mask {
    max-width: 100%;
  }
}

.mask .header_link {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}

.mask .header_link a {
  font-size: 18px;
  color: #FFF;
  font-weight: 600;
  display: block;
  margin-bottom: 32px;
  transition: all 0.3s;
}
.mask .header_link a:hover {
  opacity: 0.6;
}

.open.mask {
  opacity: 1;
  z-index: 50;
  right: 0;
}

.toggle_btn {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  border: 1px solid #fff;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
}
.toggle_btn:hover {
  opacity: 0.7;
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 8px;
  width: 100%;
  height: 1px;
  background-color: #FFF;
  border-radius: 1000px;
  transition: all 0.5s;
}
.toggle_btn span:nth-child(1) {
  top: 18px;
  width: 30px;
}
.toggle_btn span:nth-child(2) {
  bottom: 18px;
  width: 22px;
}

.open .toggle_btn span {
  transition: all 0.5s;
}
.open .toggle_btn span:nth-child(1) {
  top: 22px;
  transform: rotate(45deg);
}
.open .toggle_btn span:nth-child(2) {
  bottom: 22px;
  width: 30px;
  transform: rotate(-45deg);
}

/*------------------- mv ------------------*/
.mv {
  height: 100vh;
  position: relative;
}
.mv::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  top: 0;
  left: 0;
  z-index: 2;
}

.mv_video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}

.mv_txt {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  opacity: 0;
  animation: fadein 1.2s 1s ease-in forwards;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.mv_txt h2 {
  font-size: 48px;
  letter-spacing: 0.16em;
  font-weight: 400;
}

.front-en .mv_txt h2 {
  font-size: 38px;
  letter-spacing: 0.16em;
  font-weight: 400;
}

.mv_txt span {
  display: block;
  margin-left: 12px;
  margin-top: 6px;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 400;
}

.mv_nav {
  position: absolute;
  bottom: 24px;
  right: 12px;
  z-index: 10;
}

.mv_nav a {
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}
.mv_nav a:first-child {
  margin-bottom: 12px;
}

.mv_nav_arrow {
  width: 8px;
  height: 8px;
  display: block;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  margin-right: 6px;
}

/*------------------- footer ------------------*/
.footer {
  background-color: #163259;
  padding: 48px 0 0;
}

.footer_logo {
  width: 64px;
  margin: 0 auto 32px;
}

.footer_address {
  display: block;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 32px;
  color: #fff;
  line-height: 1.5;
  font-size: 12px;
}

.footer_book {
  color: #fff;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 32px;
}
.footer_book span {
  font-size: 16px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2px;
}
.footer_book img {
  width: 80px;
}

.footer-en .footer_book img {
  width: 180px;
  height: 6px;
  transform: translateX(4px);
}

.footer_link {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 48px;
  padding: 10px 40px;
  border: 1px solid #fff;
}
.footer_link span {
  color: #fff;
  font-size: 18px;
}

.footer_bottom {
  padding: 12px 0 60px;
  background-color: #000;
}
.footer_bottom small {
  color: #Fff;
  font-size: 12px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

/*------------------- nav ------------------*/
.nav_top {
  display: block;
  height: 220px;
  background-image: url(../img/nav_img1.webp);
}

.nav_item {
  background-position: center;
  background-size: cover;
  position: relative;
  height: 220px;
  position: relative;
  padding: 24px 20px;
}
.nav_item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.nav_item h2 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
}

.nav_item p {
  font-size: 14px;
  line-height: 1.8;
  color: #fff;
}

.nav_txt {
  position: relative;
  z-index: 2;
}

.nav_arrow {
  width: 24px;
  position: absolute;
  bottom: 24px;
  left: 20px;
  z-index: 2;
}

.nav_row {
  height: 220px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.nav_item-restaurant {
  background-image: url(../img/nav_img2.webp);
}

.nav_item-public {
  background-image: url(../img/nav_img3.webp);
}

.nav_item-activity {
  background-image: url(../img/nav_img4.webp);
}

.nav_item-faq {
  background-image: url(../img/nav_img5.webp);
}

/*------------------- menu ------------------*/
.menu {
  padding: 40px 24px 60px;
}

.menu_item {
  background-color: #163259;
  color: #fff;
  position: relative;
  cursor: pointer;
}

.menu_item .js-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  position: relative;
  padding: 16px 48px 16px 20px;
}
.menu_item .js-menu::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background-image: url(../img/arrow_white2.webp);
  background-size: 100% 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  transition: all 0.4s;
}

.menu_item .js-menu.open::after {
  transform: translateY(-50%) rotate(90deg);
}

.menu_des {
  display: none;
  padding: 0 20px 16px 20px;
  font-size: 14px;
}

.menu_item:not(:last-child) {
  margin-bottom: 16px;
}

.menu_img {
  display: block;
  width: 32px;
}

.menu_txt h2 {
  font-size: 20px;
}
.menu_txt p {
  font-size: 16px;
  line-height: 1.8;
}

.pdf_btn {
  display: block;
  width: 100%;
  padding: 12px 0;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #333;
  background-color: #fff;
  position: relative;
  margin-top: 20px;
}
.pdf_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 24px;
  background-image: url(../img/pdf_icon.webp);
  background-size: 100% 100%;
  width: 20px;
  height: 24px;
}
.pdf_btn span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #333;
}

/*------------------- maap ------------------*/
.map {
  padding-bottom: 60px;
  width: 100%;
  overflow-x: hidden;
}

.map_top {
  margin-bottom: 32px;
}

.map_txt {
  max-width: 300px;
  margin: 0 auto 32px;
  line-height: 1.8;
  width: 92%;
  text-align: justify;
}

.map_img {
  margin-bottom: 32px;
}

.map_swiper {
  position: relative;
  padding-bottom: 40px;
  padding-right: 24px;
}

.map_swiper .swiper-wrapper {
  padding-left: 24px !important;
}

.map_swiper .swiper-slide {
  padding-right: 24px !important;
  width: 86% !important;
}

.map_swiper .swiper-scrollbar {
  width: max(100% - 48px - 100px) !important;
  margin: 0 auto !important;
  left: 24px !important;
}

.map_swiper .swiper-button-prev {
  width: 32px;
  height: 32px;
  bottom: -12px !important;
  top: auto !important;
  position: absolute;
  right: 60px !important;
  left: auto;
}
.map_swiper .swiper-button-prev::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url(../img/slide_prev.webp);
  background-size: 100% 100%;
}

.map_swiper .swiper-button-next {
  width: 32px;
  height: 32px;
  bottom: -12px !important;
  top: auto !important;
  position: absolute;
  right: 24px !important;
  left: auto;
}
.map_swiper .swiper-button-next::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url(../img/slide_next.webp);
  background-size: 100% 100%;
}

.map_slide_txt {
  padding: 24px 0;
}
.map_slide_txt h3 {
  font-size: 20px;
  margin-bottom: 16px;
}
.map_slide_txt p {
  line-height: 1.8;
}

/*------------------- page-nav ------------------*/
.page-nav {
  background-color: #163259;
  padding: 40px 24px;
}
@media screen and (max-width: 375px) {
  .page-nav {
    padding: 32px 12px;
  }
}

.page-nav_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media screen and (max-width: 375px) {
  .page-nav_list {
    gap: 12px;
    row-gap: 20px;
  }
}

.page-nav_item {
  position: relative;
}

.page-nav_num {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 8px;
  background-color: #163259;
  position: absolute;
  color: #fff;
  top: -8px;
  left: 8px;
}

.page-nav_item a {
  display: block;
  color: #fff;
  padding: 16px 0;
  text-align: center;
  width: 100%;
  border: 1px solid #fff;
  font-size: 14px;
}

/*------------------- page-top ------------------*/
.room .page-top {
  background-image: url(../img/page-top_room.webp);
}

.restaurant .page-top {
  background-image: url(../img/page-top_restaurant.webp);
}

.share .page-top {
  position: relative;
}
.share .page-top .page-top_video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-top {
  height: auto;
  aspect-ratio: 1/1.1;
  background-size: cover;
  background-position: center;
  position: relative;
}
.page-top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
}

.page-top_txt {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  animation: fadein 1s 0.6s ease-in forwards;
}

.page-top_txt h2 {
  font-size: 42px;
  letter-spacing: 0.16em;
  font-weight: 400;
}

.breadcrumb {
  color: #fff;
  font-size: 15px;
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 5;
}

.breadcrumb_list {
  display: flex;
  align-items: center;
  gap: 32px;
}
.breadcrumb_list li {
  position: relative;
}

.breadcrumb_list li:first-child::after {
  content: ">";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -24px;
}

/*------------------- slider ------------------*/
.swiper {
  position: relative !important;
}

.swiper p {
  font-size: 16px;
}

.slider-sm_white .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #333 !important;
}

.slider-sm_blue .swiper-pagination-bullet {
  background: #fff !important;
}

.slider-sm .swiper-slide {
  padding: 0 40px 18px;
}

.info_list-rental .swiper-slide {
  padding: 0 40px 32px;
}

.slider-sm .swiper-button-prev {
  width: 44px;
  height: 16px;
  left: 6px !important;
  top: 160px !important;
}
.slider-sm .swiper-button-prev::after {
  content: "";
  display: block;
  width: 46px;
  height: 18px;
  background-size: 100% 100%;
}

.slider-sm .swiper-button-next {
  width: 44px;
  height: 16px;
  right: 6px !important;
  top: 160px !important;
}
.slider-sm .swiper-button-next::after {
  content: "";
  display: block;
  width: 46px;
  height: 18px;
  background-size: 100% 100%;
}

.slider-sm_white .swiper-button-prev::after {
  background-image: url(../img/slide_prev_black.webp);
}

.slider-sm_white .swiper-button-next::after {
  background-image: url(../img/slide_next_black.webp);
}

.slider-sm_blue .swiper-button-prev::after {
  background-image: url(../img/slide_prev_white.webp);
}

.slider-sm_blue .swiper-button-next::after {
  background-image: url(../img/slide_next_white.webp);
}

.slider-sm_txt {
  padding: 24px 0;
}
.slider-sm_txt h3 {
  font-size: 22px;
  margin-bottom: 16px;
}
.slider-sm_txt p {
  line-height: 1.8;
}

.slider-lg .swiper-pagination-bullet {
  background: #fff !important;
}

.slider-lg {
  margin-bottom: 32px;
}

/*------------------- room ------------------*/
.type {
  padding: 40px 0 60px;
}

.info {
  background-color: #163259;
  padding: 40px 0 80px;
  color: #fff;
}
.info p {
  font-size: 14px;
}

.info_title {
  cursor: pointer;
  font-size: 16px;
  padding: 0 24px;
  position: relative;
}
.info_title h3 {
  font-size: 22px;
  margin-bottom: 12px;
  font-weight: 300;
}

.info_title:after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  width: 24px;
  height: 24px;
  background-image: url(../img/arrow_white2.webp);
  background-size: 100% 100%;
  transition: all 0.4s;
}

.info_title.open:after {
  transform: translateY(-50%) rotate(90deg);
}

.info_title_inner {
  border-top: 1px solid #fff;
  padding: 20px 0;
  padding-right: 40px;
}

.info_txt {
  display: none;
  padding-bottom: 24px;
}

.info_txt_inner {
  padding: 0 40px;
}
.info_txt_inner img {
  margin-bottom: 12px;
}
.info_txt_inner .pdf_btn {
  margin-top: 0;
}

.info_line {
  padding: 0 24px;
}
.info_line span {
  display: block;
  height: 1px;
  background-color: #fff;
}

.facility {
  padding: 40px 0 60px;
}

.swiper-facility .swiper-button-next,
.swiper-facility .swiper-button-prev {
  top: auto !important;
  bottom: 0 !important;
}

.swiper-facility.swiper .swiper-button-next {
  right: 40px !important;
}

.swiper-facility.swiper .swiper-button-prev {
  left: 40px !important;
}

.facility .slider-sm_img {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
  margin-bottom: 16px;
}
.facility .slider-sm_img .image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-size: cover;
  background-position: center center;
  animation: image-switch-animation 15s infinite;
}
.facility .slider-sm_img .src1 {
  background-image: url(../img/room/facility_slide2-1.webp);
}
.facility .slider-sm_img .src2 {
  background-image: url(../img/room/facility_slide2-2.webp);
}
.facility .slider-sm_img .src3 {
  background-image: url(../img/room/facility_slide2-3.webp);
}
.facility .slider-sm_img .image:nth-of-type(1) {
  animation-delay: 0s;
}
.facility .slider-sm_img .image:nth-of-type(2) {
  animation-delay: 5s;
}
.facility .slider-sm_img .image:nth-of-type(3) {
  animation-delay: 10s;
}

@keyframes image-switch-animation {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.room .commit {
  padding: 40px 0 60px;
  background-color: #163259;
  color: #fff;
}

.facility .pdf_btn {
  padding: 20px 0;
}

.commit .slider-sm_img {
  width: 100%;
  aspect-ratio: 1/0.8;
  position: relative;
}
.commit .slider-sm_img .image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-size: cover;
  background-position: center center;
  animation: image-switch-animation 10s infinite;
}
.commit .slider-sm_img .src1 {
  background-image: url(../img/room/commit_slide2-1.webp);
}
.commit .slider-sm_img .src2 {
  background-image: url(../img/room/commit_slide2-2.webp);
}
.commit .slider-sm_img .image:nth-of-type(1) {
  animation-delay: 0s;
}
.commit .slider-sm_img .image:nth-of-type(2) {
  animation-delay: 5s;
}

@keyframes image-switch-animation {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*------------------- restaurant ------------------*/
.dinner {
  padding: 40px 0 60px;
}

.dinner_txt {
  padding: 0 24px;
  line-height: 1.8;
}

.morning {
  padding: 40px 0 60px;
  background-color: #163259;
  color: #fff;
}
.morning .section_time span {
  border: 1px solid #fff;
  color: #fff;
}

.morning_txt {
  padding: 0 24px;
  line-height: 1.8;
}

.lunch {
  padding: 40px 0 60px;
}

.lunch_txt {
  padding: 0 24px;
  line-height: 1.8;
}

.lunch .swiper-slide img {
  aspect-ratio: 1/0.68;
  -o-object-fit: cover;
     object-fit: cover;
}

.takeout {
  padding: 40px 0 60px;
  background-color: #163259;
  color: #fff;
}
.takeout .section_time span {
  border: 1px solid #fff;
  color: #fff;
}

.takeout_txt {
  padding: 0 24px;
  line-height: 1.8;
}

.takeout .swiper-slide img {
  aspect-ratio: 1/0.68;
  -o-object-fit: cover;
     object-fit: cover;
}

.ingredients {
  padding: 40px 0 60px;
}

/*------------------- facility ------------------*/
.lounge {
  padding: 40px 0 40px;
}
.lounge .swiper-slide {
  padding: 0 40px 32px;
}
.lounge .swiper-slide img {
  aspect-ratio: 1/0.68;
  -o-object-fit: cover;
     object-fit: cover;
}
.lounge .slider-sm_txt {
  padding: 0 40px;
}

.library_top {
  padding: 0 24px 18px;
}

.lounge_video {
  padding: 0 24px;
  margin-bottom: 32px;
}

.lounge_title {
  cursor: pointer;
  font-size: 16px;
  padding: 0 24px;
  position: relative;
}
.lounge_title h3 {
  font-size: 20px;
  font-weight: 300;
}

.lounge_title:after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  width: 24px;
  height: 24px;
  background-image: url(../img/arrow_black.webp);
  background-size: 100% 100%;
  transition: all 0.4s;
}

.lounge_title.open:after {
  transform: translateY(-50%) rotate(90deg);
}

.lounge_title_inner {
  border-top: 1px solid #000;
  padding: 20px 0;
  padding-right: 48px;
}

.lounge_txt {
  display: none;
  padding-bottom: 24px;
}

.lounge_line {
  padding: 0 24px;
}
.lounge_line span {
  display: block;
  height: 1px;
  background-color: #fff;
}

.lounge_line {
  padding: 0 24px;
}
.lounge_line span {
  display: block;
  height: 1px;
  background-color: #000;
}

.library {
  padding: 40px 0 40px;
  background-color: #163259;
  color: #fff;
}
.library .swiper-slide {
  padding: 0 40px 32px;
}
.library .swiper-slide img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.game {
  padding: 40px 0 40px;
}

.game_top {
  margin-bottom: 40px;
}

.game_top img {
  margin-bottom: 24px;
}

.game_top p {
  padding: 0 24px;
  line-height: 1.8;
}

.shop {
  padding: 40px 0 60px;
  background-color: #163259;
  color: #fff;
}
.shop .section_time span {
  border: 1px solid #fff;
  color: #fff;
}

.shop_txt {
  padding: 0 24px;
  line-height: 1.8;
}

.gallery {
  padding: 40px 0 40px;
}
.gallery .swiper-slide {
  padding: 0 40px 32px;
}

.gallery_top {
  padding: 0 24px 18px;
}

/*------------------- spend ------------------*/
.stroll {
  padding: 40px 0 60px;
}

.walking {
  padding: 40px 0 60px;
  background-color: #163259;
  color: #fff;
}

.about {
  padding: 40px 0 60px;
}

.about_content img {
  margin-bottom: 40px;
}
.about_content p {
  padding: 0 24px;
  line-height: 1.8;
  margin-bottom: 32px;
}

.about_btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 12px 40px;
  border: 1px solid #000;
  transition: all 0.3s;
}
.about_btn:hover {
  opacity: 0.6;
}

/*------------------- contract ------------------*/
.contract {
  font-size: 14px;
}
.contract h2 {
  font-size: 24px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
  font-weight: 700;
  color: #fff;
}

.contract_wrap {
  padding: 40px 16px 80px;
}

.contract_ttl {
  background-color: #163259;
  padding: 120px 0 80px;
}

.contract table {
  font-size: 11px;
}

/*-------------------  ------------------*/
/*-------------------  ------------------*//*# sourceMappingURL=index.css.map */