@charset "UTF-8";

/* ========================================
   SP (Smartphone) Styles
   Viewport: 767px以下
======================================== */

@media screen and (max-width: 767px) {

  /* ========================================
     PC/SP Display Utility
  ======================================== */
  .pc-only {
    display: none !important;
  }

  .sp-only {
    display: block !important;
  }

  .sp-only.fixed-bottom-bar {
    display: flex !important;
  }

  /* ========================================
     Base
  ======================================== */
  html {
    font-size: 14px;
  }

  /* 左右の背景画像を非表示 */
  body::before,
  body::after {
    display: none;
  }

  /* ========================================
     Content Inner - SP調整
  ======================================== */
  .content-inner-90,
  .content-inner-90-left,
  .content-inner-90-right {
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
  }

  .content-inner-70,
  .content-inner-70-left,
  .content-inner-70-right {
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
  }

  .content-inner-60,
  .content-inner-60-left,
  .content-inner-60-right {
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
  }

  /* ========================================
     Header
  ======================================== */
  .header-inner {
    padding: 15px;
  }

.header-logo img {
    width: 140px;
    height: auto;
}

  .header-sns {
    display: none;
  }

  /* スクロール時のpadding変更を無効化 */
  .header.is-scrolled .header-inner {
    padding: 15px;
  }

  /* ========================================
     Global Navigation
  ======================================== */
  .gnav {
    width: 100%;
    right: -100%;
  }

  .gnav.is-open {
    right: 0;
  }

  .gnav-inner {
    padding: 80px 20px 40px;
  }

  .gnav-list li a {
    padding: 15px 0;
  }
.gnav-inner {
    display: flex;
    justify-content: center;
    align-items: start;
    height: 100%;
    padding: 100px 40px 60px;
}
  /* ========================================
     Hero Section
  ======================================== */
.page-top .hero {
    padding-top: 70px;
    padding-bottom: 10px;
}
.hero-slide {
    width: calc( 100vw - 3rem );
    position: relative;
}
.hero-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.hero-logo img {
    max-width: 100px;
}
.hero-slider .slick-prev, .hero-slider .slick-next {
    width: 40px;
    height: 40px;
 }
.hero-slider .slick-prev {
    left: 130px;
}
.hero-slider .slick-next {
    right: 130px;
}
.hero-slider .slick-prev:before, .hero-slider .slick-next:before {
    font-size: 20px;
    color: var(--white);
    opacity: 1;
    content: '';
    width: 5px;
    height: 5px;
    display: block;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    left: 18px;
    position: absolute;
    top: 17px;
    transform: rotate(-45deg);
}
  /* Page Hero */
  .page-hero {
    height: 65vh;
    min-height: 300px;
  }
.page-sauna-bath .page-hero{
          background-size: cover;
        background-position: 25%;
}
.page-news .page-hero {
    height: 65vh;
    min-height: 300px;
    background-position: 42% 13vh;
    background-size: 150vw;
}
.sauna-intro-image {
    flex-shrink: 0;
    width: 150px;
    margin-right: 0;
    margin-top: 0;
    position: absolute;
    right: 5px;
    top: 20px;
}


  .page-hero-title-ja {
    /* font-size: 1.5rem; */
  }

  .page-hero-title-en {
    /* font-size: 0.875rem; */
  }

  /* ========================================
     page-sauna-bath
  ======================================== */
.page-sauna-bath .facility-intro-title {
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: var(--white);
    line-height: 1.4;
    margin-bottom: 30px;
}

  /* Facility Section Header - SP */
  .facility-section-header {
    position: relative;
    min-height: 80px;
  }

  .facility-section-icon {
    position: absolute;
    top: -10px;
    right: 0;
    width: 120px;
    margin-top: 0;
  }

  .facility-section-icon.ill02 {
    width: 130px;
    top: -20px;
  }

  .facility-section-icon.ill03 {
    width: 140px;
  }

  .facility-section-icon.ill04 {
    width: 130px;
  }

  /* ========================================
     Facility Card Slider - SP縦積み
  ======================================== */
  .facility-card-slider {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 35px;
  }
.facility-section {
    padding: 60px 0 40px;
    /* background: #f00; */
}
  .facility-card-slider .slick-list,
  .facility-card-slider .slick-track {
    display: contents;
  }

  .facility-card-slider .slick-slide {
    padding: 0;
    width: 100% !important;
  }

  .facility-card-slider .slick-prev,
  .facility-card-slider .slick-next {
    display: none !important;
  }

  .facility-card-slider .slick-cloned {
    display: none !important;
  }

  .facility-card {
    width: 100%;
  }

  .facility-card-inner {
    border-radius: 8px;
    overflow: hidden;
  }

  .facility-card-image {
    margin-bottom: 0;
  }

  .facility-card-body {
    padding: 20px;
  }

  .facility-card-title {
    /* font-size: 16px; */
    margin-bottom: 10px;
  }

  .facility-card-desc {
    /* font-size: 14px; */
    line-height: 1.7;
  }
.facility-refresh-section {
    padding: 40px 0 20px;
}
.facility-relaxation-section {
    padding-bottom: 80px;
}
.facility-section-wave-top {
    position: relative;
    padding-top: 40px;
}
.facility-intro-nav {
    display: block;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
}
.facility-intro-nav li a {
    display: block;
    padding: 7px 0px;
    text-align: center;
    background: var(--white);
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: var(--main-blue);
    border-radius: 5px;
    border: 1px solid #bbd6e5;
    margin-bottom: 8px;
}
.facility-thumb-nav {
    display: grid;
    gap: 10px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.facility-intro {
    position: relative;
    padding: 30px 0 2px;
}
.facility-akasuri-image-placeholder {
    width: 100%;
    height: 100%;
    min-height: unset;
    background: #ddd;
    overflow: hidden;
    border-radius: 7px 7px 0 0;
}
.facility-akasuri-content {
    flex: 1;
    padding: 35px 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
  /* ========================================
     Section Titles
  ======================================== */
  /* News Wave - PC/SP出し分け */
  .news-wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }

  .news-wave svg.news-wave-pc {
    display: none;
  }

  .news-wave svg.news-wave-sp {
    display: block;
    width: 100%;
    height: auto;
  }

  /* SP用マーキーテキストサイズ */
  .news-wave svg.news-wave-sp .wave-marquee-text {
    font-size: 42px;
  }

  /* SP用波パス - 山/谷を大きく */
  .news-wave svg.news-wave-sp .wave-path-top {
    d: path("M0,0 L0,90 Q190,90 380,90 Q570,90 760,90 L760,0 Z");
  }

  .news-wave svg.news-wave-sp .wave-path-top.is-animated {
    d: path("M0,0 L0,90 Q190,15 380,90 Q570,165 760,100 L760,0 Z");
  }

  /* Facility Intro Wave - PC/SP出し分け */
.facility-intro-wave {
    position: absolute;
    top: -90px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 0;
}

  .facility-intro-wave svg.facility-intro-wave-pc {
    display: none;
  }

  .facility-intro-wave svg.facility-intro-wave-sp {
    display: block;
    width: 100%;
    height: auto;
  }

  /* SP用マーキーテキストサイズ */
  .facility-intro-wave svg.facility-intro-wave-sp .wave-marquee-text {
    font-size: 28px;
  }

  /* SP用波パス - wave-path-bottom（初期状態：直線） */
  .facility-intro-wave svg.facility-intro-wave-sp .wave-path-bottom {
    d: path("M0,90 Q190,90 380,90 Q570,90 760,90 L760,260 L0,260 Z");
  }

  /* SP用波パス - wave-path-bottom（アニメーション後：波形） */
  .facility-intro-wave svg.facility-intro-wave-sp .wave-path-bottom.is-animated {
    d: path("M0,90 Q190,15 380,90 Q570,165 760,100 L760,260 L0,260 Z");
  }

  .section-title-ja {
    font-size: 1.25rem;
  }

  .section-title-en {
    font-size: 0.75rem;
  }

  /* ========================================
     Concept Section
  ======================================== */
  .concept-item {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
    position: relative;
  }
  

  .concept-item-image {
    width: 100%;
    order: 0;
    padding: 0 35px;
  }

  .concept-item-image img {
    position: static;
    width: 100%;
    height: auto;
  }

  .concept-item-content {
    width: calc(100% - 35px);
    background: var(--white);
    padding: 40px;
    margin-top: -40vw;
    position: relative;
    z-index: 1;
    order: 1;
  }
  .text-notice{
    font-size: 16px;
  }
  .guidance-notes-list li{
    font-size: 16px;
  }
  .guidance-notes-other-list li{
    font-size: 16px;
  }

  /* HEALING, REFRESH (content-inner-90-left) - コンテンツ右寄せ、角丸左上 */
.content-inner-90-left.concept-item .concept-item-content {
    margin-left: auto;
    margin-right: 0;
    border-radius: 0 8px 0 0;
    margin-left: 0;
}

  /* RELAXATION (content-inner-90-right) - コンテンツ左寄せ、角丸右上 */
.content-inner-90-right.concept-item .concept-item-content {
    margin-left: 35px;
    margin-right: 0;
    border-radius: 8px 0 0 0;
}

  .concept-item .btn-viewmore.concept {
    order: 2;
    margin-top: -1px;
    position: relative;
    z-index: 1;
    background: var(--white);
  }

  /* HEALING, REFRESH - VIEW MORE右寄せ */
.content-inner-90-left.concept-item .btn-viewmore.concept {
    margin-left: auto;
    margin-right: 0;
    border-radius: 0 0 8px 8px;
    margin-right: 35px;
}

  /* RELAXATION - VIEW MORE左寄せ */
 .content-inner-90-right.concept-item .btn-viewmore.concept {
    margin-left: 35px;
    margin-right: auto;
    border-radius: 0 0 8px 8px;
}

  .concept-item-title {
    margin-bottom: 15px;
  }

  .concept-item-title-en {
    /* font-size: 24px; */
    display: block;
  }

  .concept-item-title-ja {
    /* font-size: 14px; */
    display: block;
  }

  .concept-item-desc {
    /* font-size: 14px; */
    line-height: 2;
  }
.content-inner-90-right.concept-item .concept-item-image{
  padding: 0 35px 0 0;
}
  /* ========================================
     News Section (Top Page)
  ======================================== */
  .news-header {
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .news-header-left {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-left: 0;
  }

  .news-icon {
      position: absolute;
      left: -20px;
      width: 74px;
      top: -10px;
  }
  .news-item-arrow {
      width: 30px;
      height: 30px;
  }
  .news-title {
    position: static;
    transform: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }

  .news-title-en {
    font-size: 32px;
  }

  .news-title-ja {
    font-size: 14px;
  }

  .news-item a {
    flex-wrap: wrap;
    padding: 25px 0;
    position: relative;
  }

  .news-item-meta {
    width: 100%;
    margin-bottom: 10px;
  }

  .news-date {
    font-size: 14px;
    font-weight: 100;
  }

  .news-cat {
    font-size: 12px;
    font-weight: 300;
  }

  .news-item-title {
    width: calc(100% - 50px);
    font-size: 16px;
    font-weight: 400;
    padding-right: 3.5rem;
  }

  .news-item-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  /* SP時はhover効果を無効化 */
  .news-item a:hover .news-item-arrow {
    transform: translateY(-50%);
  }

  /* SP用 VIEW ALL ボタン - PC版と同じスタイル */
  .news-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

.btn-viewall-sp {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 30px auto 0;
    padding: 12px 0px;
    padding-right: 60px;
    padding-left: 50px;
    border: 1px solid #bbd6e5;
    border-radius: 8px;
    background: var(--main-blue);
    color: var(--white);
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-align: center;
    position: relative;
    transition: background 0.3s, color 0.3s;
    width: 80%;
}

  .btn-viewall-sp::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 16px;
    background: url('../img/common/icon_btn_arrow.svg') no-repeat center center;
    background-size: contain;
    position: absolute;
    right: 20px;
  }

  .btn-viewall-sp:hover {
    background: transparent;
    color: var(--main-blue);
  }

  /* ========================================
     News Section (News Page)
  ======================================== */
  .news-list-item {
    flex-direction: column;
    gap: 10px;
  }

  .news-list-item-thumb {
    width: 100%;
  }

  .news-list-item-content {
    width: 100%;
  }

  .news-list-item-title {
    font-size: 0.9375rem;
  }

  /* News Intro Nav */
  .news-intro-nav {
    flex-wrap: wrap;
    gap: 10px;
  }

  .news-intro-nav li a {
    padding: 8px 16px;
    font-size: 0.875rem;
  }

  /* News Detail */
  .news-detail-title {
    font-size: 1.25rem;
  }

  .news-detail-nav {
    flex-wrap: wrap;
    gap: 15px;
  }

  /* ========================================
     concept Section
  ======================================== */
  .concept-title-icon {
    position: absolute;
    right: 10%;
    top: -90px;
    width: 70px;
    height: auto;
}

.content-inner-90-left.concept-item .concept-item-image{
  padding: 0 0 0 35px;
}

  /* ========================================
     Access Section
  ======================================== */
  .access-content {
    flex-direction: column;
    gap: 20px;
  }

  .access-info,
  .access-map {
    width: 100%;
  }

  .access-map iframe {
    height: 250px;
  }

  /* ========================================
     Facility Section
  ======================================== */
  .facility-intro-content {
    flex-direction: column;
    gap: 20px;
    z-index: 2;
    position: relative;
  }



  /* Facility Link Cards */
  .facility-link-cards {
    flex-direction: column;
    gap: 15px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .facility-link-card {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: 1fr auto;
    width: 100%;
    padding: 20px 20px 5px;
    text-align: left;
    gap: 0 15px;
  }

  .facility-link-card-icon {
    grid-column: 1;
    grid-row: 1 / 3;
    width: 80px;
    height: 80px;
    min-width: 80px;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .facility-link-card-icon img {
    width: 45px;
  }

  .facility-link-card-title {
    grid-column: 2;
    grid-row: 1;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .facility-link-card-title-en {
    font-size: 22px;
  }

  .facility-link-card-title-ja {
    font-size: 16px;
  }

  .facility-link-card-more {
    grid-column: 2;
    grid-row: 2;
    justify-self: end;
    align-self: end;
    font-size: 12px;
  }

  /* Facility Floor */
  .facility-floor-inner {
    flex-direction: column;
    gap: 20px;
  }

  .facility-floor-image,
  .facility-floor-content {
    width: 100%;
  }

  /* Akasuri */
  .akasuri-inner {
    flex-direction: column;
    gap: 20px;
  }

  .facility-akasuri-image,
  .facility-akasuri-content {
    width: 100%;
  }

  .facility-akasuri-title {
    /* font-size: 1.25rem; */
  }
.facility-intro-image {
    flex-shrink: 0;
    width: 105px;
    animation: walk-wobble 1.2s steps(1) infinite;
    transform-origin: center center;
    top: 0;
    position: absolute;
    right: 25px;
    margin-right: 0;
}

.page-facility .facility-section-icon{
    position: absolute;
    top: -50px;
    right: 0;
    width: 71px;
    margin-top: 0;
}
.page-facility .facility-section-icon.ill03{
    width: 126px;
    right: -10px;
    top: -20px;
}

.page-facility .facility-section-icon.ill04 {
    position: absolute;
    top: -10px;
    right: 0;
    width: 121px;
    margin-top: 0;
}
  /* ========================================
     facility Section
  ======================================== */
.facility-intro-title {
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: var(--white);
    line-height: 1.4;
    margin-bottom: 30px;
}


  /* ========================================
     Sauna Bath Section
  ======================================== */
  .sauna-bath-content {
    flex-direction: column;
    gap: 20px;
  }

  .sauna-bath-image,
  .sauna-bath-info {
    width: 100%;
  }

  .sauna-bath-title {
    font-size: 1.25rem;
  }

  /* Sauna Bath Tabs */
  .sauna-bath-tabs {
    flex-wrap: wrap;
    gap: 10px;
  }

  .sauna-bath-tab {
    flex: 1 1 calc(50% - 5px);
    min-width: calc(50% - 5px);
    font-size: 0.875rem;
    padding: 10px;
  }
  .facility-section-info-inner {
    display: block;
    gap: 40px;
    margin-top: 63px;
}

  /* ========================================
     Guidance Section
  ======================================== */
  .guidance-table th,
  .guidance-table td {
    display: block;
    width: 100%;
    padding: 10px 15px;
  }

  .guidance-table th {
    border-bottom: none;
  }

  .guidance-table td {
    padding-top: 0;
  }

  .guidance-price-table th,
  .guidance-price-table td {
    padding: 10px 8px;
    font-size: 0.875rem;
  }

.page-guidance .page-hero-desc {
    font-size: 15px;
    text-align: justify;
}
.page-guidance .page-hero-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    position: absolute;
    bottom: 10px;
    z-index: 9;
    margin: 0 30px;
}
.guidance-columns {
    display: block;
}
.guidance-box {
    flex: 1;
    background: var(--zabuton-blue);
    border-radius: 8px;
    margin-bottom: 20px;
}
.guidance-payment-columns {
    display: block;
    gap: 20px;
}
.guidance-notes-grid {
    display: block;
    grid-template-columns: 1fr 1fr;
    gap: 60px 60px;
}
.guidance-notes-box {
    text-align: center;
    display: grid;
    grid-template-columns: 50px 1fr;
    align-items: center;
    gap: 0 15px;
    margin-bottom: 30px;
}
.guidance-notes-icon {
    width: 50px;
    height: 50px;
    background: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.guidance-notes-icon img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}
.guidance-notes-list {
    list-style: none;
    text-align: left;
    grid-row: 2 / 3;
    grid-column: 2 / 3;
}
.guidance-notes-box-title {
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: var(--notice-yellow);
    margin-bottom: 0px;
    text-align: left;
}
.guidance-notes-other {
    display: block;
    align-items: flex-start;
    gap: 40px;
    margin-top: 30px;
    /* padding-top: 40px; */
    /* border-top: 1px solid rgba(255, 255, 255, 0.3); */
}
.guidance-notes-other-title {
    flex-shrink: 0;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: var(--notice-yellow);
    margin-bottom: 20px;
    line-height: 1.8;
}
.faq-category-title {
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-weight: 700;
    font-size: 17px;
    color: var(--main-blue);
    text-align: left;
}
.faq-category-header {
    padding: 20px 23px;
    gap: 10px;
 }
  /* ========================================
     news Section
  ======================================== */
.page-news .facility-intro-wave {
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 0;
}
.news-content{
    z-index: 2;
    position: relative;
}
.page-news .news-intro-nav li {
    display: inline-block;
    margin-right: 10px;
    min-width: 6rem;
    text-align: center;
    margin-bottom: 10px;
}
.news-card-list {
    display: block;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 60px;
}
.news-card-wrap{
  width: 100%;
}
.news-card {
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 0;
    align-items: center;
}
.news-card-image {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    margin: 0 20px 0;
}
.news-card-more{
  display: none;
}
.news-card-meta {
    display: block;
    align-items: center;
    gap: 15px;
    margin-bottom: 0;
    position: relative;
    margin-top: 15px;
}
.news-card-body {
    display: flex;
    flex-direction: column;
    padding: 20px 25px 25px 0;
}
.news-card-title {
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: var(--dark-text);
    line-height: 1.8;
    margin-bottom: 0;
}
.news-card-tag {
    display: inline-block;
    padding: 1px 15px 2px;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: var(--white);
    background: var(--main-blue);
    border-radius: 20px;
    position: absolute;
    top: -20px;
    right: -10px;
}
.news-detail-article {
    background: var(--white);
    border-radius: 10px;
    padding: 30px 30px 50px;
    margin-bottom: 60px;
}
.news-detail-eyecatch {
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 0;
}
.news-detail-nav-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border: 1px solid var(--arrwbtn-light-blue);
    border-radius: 50%;
    transition: all 0.3s ease;
}
.news-detail-nav-back {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: unset;
    height: 50px;
    padding: 0 40px;
    border: 1px solid var(--arrwbtn-light-blue);
    border-radius: 8px;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: var(--white);
    transition: all 0.3s ease;
}
  /* ========================================
     Contact Section
  ======================================== */
  .contact-hero {
    padding: 100px 0 50px;
  }

  .contact-hero-title-ja {
    font-size: 1.5rem;
  }

  .contact-phone-card {
    padding: 20px 15px;
  }

  .contact-phone-number {
    /* font-size: 1.5rem; */
  }

  .contact-form-row {
    flex-direction: column;
    gap: 8px;
  }

  .contact-form-label {
    width: 100%;
  }

  .contact-form-field {
    width: 100%;
  }

  .contact-form-checkboxes {
    flex-direction: column;
    gap: 10px;
  }

.contact-privacy-box {
    height: 300px;
    max-height: unset;
}

  .contact-submit-btn {
    width: 100%;
  }
.contact-form-label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    min-width: 210px;
    /* padding-top: 15px; */
}
  /* ========================================
     Footer
  ======================================== */
  .footer {
    position: relative;
    padding: 120px 0 80px;
}

  .footer-content {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }

  .footer-left,
  .footer-right {
    width: 100%;
  }

  .footer-sns {
    justify-content: center;
    display: none;
  }

  .footer-nav-list {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .footer-info {
    text-align: center;
        border-top: unset;
  }
.footer-nav-list {
    grid-template-columns: 9em 5em;
    gap: 10px 20px;
    text-align: left;
    justify-content: center;
}
.footer-nav-list li a {
    font-size: 15px;
}
.footer-nav {
    margin-bottom: 25px;
    margin-left: 20px;
    margin-right: 20px;
}
  

  /* ========================================
     Fixed Bottom Bar (SP)
  ======================================== */
  .fixed-bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding-right: 9px;
  }

  .fixed-bottom-btn {
    display: block;
    width: 65vw;
    max-width: 280px;
  }

  .fixed-bottom-btn img {
    width: 100%;
    height: auto;
    display: block;
  }

  .fixed-bottom-sns {
    display: flex;
    gap: 8px;
    list-style: none;
    margin: 0;
    margin-left: 10px;
    padding: 0;
  }

  .fixed-bottom-sns li a {
    display: block;
  }

  .fixed-bottom-sns li a img {
    width: 44px;
    height: 44px;
    display: block;
  }

  /* ========================================
     Buttons
  ======================================== */
  .btn-viewmore {
    padding: 12px 30px;
    font-size: 0.875rem;
  }

  /* ========================================
     Slick Slider
  ======================================== */
  .slick-prev,
  .slick-next {
    width: 30px;
    height: 30px;
  }

  .slick-dots {
    bottom: 10px;
  }

  .slick-dots li button:before {
    font-size: 8px;
  }

  /* Facility Main Slider Arrows - SP */
  .facility-main-slider .slick-prev,
  .facility-main-slider .slick-next {
    width: 70px;
    height: 70px;
  }

  .facility-main-slider .slick-prev {
    left: calc( -35px - 35px );
  }

  .facility-main-slider .slick-next {
    right: calc( -35px - 35px );
  }

  .facility-main-slider .slick-prev:before {
    right: 18px;
    top: 32px;
  }

  .facility-main-slider .slick-next:before {
    left: 18px;
    top: 32px;
  }

  /* ========================================
     wave 調整
  ======================================== */
.access-wave {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 81px;
}
.concept-wave {
    position: absolute;
    top: -81px;
    left: 0;
    width: 100%;
    height: 81px;
}
.footer-wave {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 80px;
}
.facility-section-wave {
    position: absolute;
    top: -79px;
    left: 0;
    width: 100%;
    height: 80px;
}
.guidance-wave {
    position: absolute;
    top: -99px;
    left: 0;
    width: 100%;
    height: 100px;
}
.guidance-notes-wave {
    position: absolute;
    top: -99px;
    left: 0;
    width: 100%;
    height: 100px;
}
.page-hero-nav li a{
  font-size: 14px;
}
}
