:root {
  --txt-primary: #000;
  --wht: #fff;
  font-size: 10px;
  --gara: "adobe-garamond-pro";
  --noto: "Noto Serif JP";
}
/*================= Header ===================*/
@media (max-width: 1079.98px) {
  /* .header {
    margin-top: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  } */
  .header .header_logo {
    margin-left: 10px;
  }
  .c-lang-button {
    margin-left: 20px;
  }
  .top_image {
    background-position: 40%;
    height: 740px;
  }
  .top_image .img_tt {
    padding: 152px 0 421px;
    margin-top: 0px;
    left: 100px;
    top: 0;
  }
  .img_tt p {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .img_tt span {
    font-size: 1.8rem;
    margin-bottom: 0;
    line-height: 2;
    margin-top: 20px;
  }
  .img_tt h1 {
    font-size: 4rem;
  }
  .top_intro .top_intro--inside {
    padding: 0 20px;
  }
  .top_intro--inside .intro_tt {
    padding-top: 50px;
  }
  .top_intro--inside .intro_notes {
    padding-bottom: 50px;
  }
  .top_intro--inside .intro_time {
    margin-bottom: 12px;
  }
  .top_intro--inside .intro_decriptions {
    margin-bottom: 12px;
  }
  @media (max-width: 767.98px) {
    .top_image {
      height: 526px;
    }
    .top_image .img_tt {
      margin-top: -80px;
      left: 25px;
    }
  }
}
/* Nav */
@media (max-width: 1079.98px) {
  .nav_sp .c-nav-button {
    border: 1px solid var(--Wh, #fff);
    font-family: "Noto Sans JP";
    width: 32px;
    height: 16px;
    transition:
      background 0.3s ease,
      opacity 0.3s ease;
    background: var(--wht);
    margin-right: 10px;
  }
  .nav_sp .c-nav-button:hover {
    opacity: 0.8;
  }
  .nav_sp .c-nav--cta {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    background: var(--wht);
    transform: translateX(100%);
    transition:
      transform 0.3s ease,
      opacity 0.3s ease;
    z-index: 3;
    opacity: 0;
    margin-top: 90px;
    visibility: hidden;
  }

  .nav_sp .c-nav--cta.is-active {
    visibility: visible;
    transform: translateX(0);
    opacity: 1;
    margin-top: 90px;
  }
  .nav_sp .c-nav__list-item > a {
    position: relative;
    color: var(--txt-primary);
    text-decoration: none;
    transition:
      color 0.3s ease,
      border-bottom 0.3s ease;
  }
  .nav_sp .c-nav__list-item > a::after {
    position: absolute;
    content: "";
    background: url(../img/content_bt.svg) no-repeat;
    width: 30px;
    height: 3px;
    bottom: -5px;
    left: 50%;
    transform: translate(-50%, 50%);
    transition: width 0.4s ease;
  }
  .nav_sp .c-nav__list-item > a:hover::after {
    width: 90px;
  }
  .nav_sp .c-nav__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 20px;
    gap: 40px;
  }
  .nav_sp .lang-name-active {
    padding: 100px 20px 20px;
    font-size: 20px;
    font-family: "Noto Sans JP";
    color: #d7a23c;
    letter-spacing: 0.6px;
    font-weight: 500;
  }
  .nav_sp .c-nav-button-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    color: #d7a23c;
    border: none;
    cursor: pointer;
    z-index: 4;
    font-size: 28px;
  }
  .nav_sp .c-nav-button-close:hover {
    color: #fcc800;
  }
}
/*================= Main ===================*/
@media (max-width: 1079.98px) {
  .mt80 {
    margin-top: 57px;
  }
  /* Pool Section */
  .pool-inner {
    padding: 40px 20px 80px;
  }
  .pool-title__heading {
    font-size: 4rem;
  }
  .pool-content__text .text__cta {
    letter-spacing: -0.3px;
  }
  .pool-desc {
    margin: 24px auto 40px;
  }
  .pool-content {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
  }
  .pool-content__text {
    flex: none;
    width: 100%;
    gap: 24px;
  }
  .pool-content__heading h3 {
    font-size: 2rem;
  }
  .pool-content__images {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    gap: 12px;
    width: 100%;
  }
  .pool-img {
    width: 100%;
    height: 220px;
    border-radius: 80px;
  }
  .pool-img--1 {
    grid-column: 1;
    margin-left: 0;
  }
  .pool-img--2 {
    grid-column: 2;
    align-self: start;
  }
  .pool-img--3 {
    grid-column: 3;
    margin-left: 0;
  }
  .pool-card {
    padding: 24px;
  }
  .pool-card__header h3 {
    font-size: 2rem;
  }
  @media (max-width: 767.98px) {
    .pool-title__heading {
      font-size: 3.2rem;
    }
    .pool-content__images {
      grid-template-columns: 1fr;
      grid-template-rows: repeat(3, 1fr);
      gap: 16px;
    }
    .pool-img {
      width: 100%;
      height: 200px;
      border-radius: 100px;
    }
    .pool-img--1 {
      grid-row: 1;
    }
    .pool-img--2 {
      grid-row: 2;
    }
    .pool-img--3 {
      grid-row: 3;
    }
    .pool-img--1,
    .pool-img--2,
    .pool-img--3 {
      grid-column: 1;
      align-self: start;
      margin-left: 0;
    }
    .text-section .text_tt h2 {
      letter-spacing: -0.08px;
    }
  }
  .content {
    max-width: 700px;
  }
  /* Content01 */
  .content_title {
    margin-top: 120px;
    padding: 0 24px;
  }
  .content_title h2 {
    font-size: 4rem;
  }
  .content_title h2::after {
    width: 100%;
    min-width: 327px;
    max-width: 600px;
    transition: width 1s ease;
  }
  @media (max-width: 767.98px) {
    .content_title h2::after {
      width: 327px;
    }
  }
  .content_title p {
    margin-top: 16px;
    font-size: 2rem;
  }
  .dt_top .img-section img {
    width: 600px;
    max-height: 180px;
    object-fit: cover;
    transition: width 1s ease;
  }
  .cnt01_detail,
  .cnt02_detail,
  .cnt03_detail,
  .cnt04_detail {
    margin-top: 20px;
    padding: 0 20px;
  }
  /* Lounge sections responsive */
  .lounge-section .dt_top {
    flex-direction: column-reverse;
    gap: 24px;
    align-items: center;
  }
  .lounge-section .dt_top .img-section {
    width: 100%;
    height: auto;
    max-width: 100%;
    aspect-ratio: 16/9;
  }
  .lounge-desc {
    font-size: 1.6rem;
  }
  .breakfast-card {
    flex-direction: column;
  }
  .breakfast-card__img {
    width: 100%;
    height: 200px;
  }
  .breakfast-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .section-bottom-img {
    height: 180px;
  }
  .dt_top .img-section img {
    width: 100%;
    max-height: none;
    object-fit: cover;
  }
  /* Fee content */
  .fee_info {
    margin-top: 96px;
  }
  .fee_bottom {
    margin: 90px auto 0;
    max-width: 600px;
    padding: 0 24px;
  }
  .btn_cta {
    margin-top: 90px;
    padding: 0 20px;
  }
  .btn_cta a {
    background: #044364;
    width: 100%;
    max-width: 600px;
    height: 120px;
    margin: auto;
  }
  .btn_cta a::after {
    background: linear-gradient(0deg, rgba(4, 67, 100, 0) 0%, #044364 100%);
  }
  .btn_cta a p {
    font-size: 1.8rem;
    font-weight: 700;
    padding: 24px 0 0 16px;
    margin-left: 0;
  }
  .btn_cta a p::after {
    width: 240px;
    bottom: -5px;
    left: 16px;
  }
  /* Content04 */
  .cnt04_detail {
    margin-top: 40px;
  }
}
/*================= Footer ===================*/
@media (max-width: 1079.98px) {
  footer {
    background-size: cover;
  }
  .footer {
    max-width: 600px;
    flex-direction: column;
    padding: 50px 24px 40px;
    gap: 32px;
    align-items: center;
  }
  /* @media (max-width: 767.98px) {
    .footer {
      padding: 176px 0 40px;
    }
  } */
  .footer_logo {
    max-width: 254px;
  }
  .footer_dt .access {
    flex-direction: column;
    align-items: start;
    gap: 8px;
  }
  .footer_dt .access p {
    text-align: start;
  }
  .footer_dt .access p:last-child::before {
    background: none;
    border-left: 2px solid #cdb269;
    height: 110px;
  }
  .access p:last-child span {
    margin-top: 32px;
  }
  .footer nav ul {
    flex-direction: column;
    gap: 15px;
  }
  .footer nav ul li a {
    padding: 0 12px;
  }
  .footer nav ul li:first-child a {
    border-right: 1px solid var(--wht);
  }
}
@media (max-width: 991px) {
  .pageTop a {
    width: 50px;
    height: 50px;
    bottom: 10px;
    right: 10px;
  }
  .pageTop a img {
    width: 18px;
  }
}
