@charset "UTF-8";

/* ==========================================================================
   Variables
   ========================================================================== */
:root {
    --color-primary: #7A8B6F;
    /* セージグリーン（柔らかく明るい緑） */
    --color-secondary: #6B7F5E;
    /* オリーブグリーン（落ち着いた緑） */
    --color-accent: #C17F59;
    /* テラコッタ（温かみのあるレンガ色） */
    --color-accent-soft: #D4B483;
    /* くすみイエロー（サブアクセント） */
    --color-text: #333333;
    --color-text-light: #666666;
    --color-bg: #FAF8F5;
    /* ウォームベージュ（温かみのある背景） */
    --color-white: #FFFFFF;

    --font-base: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "Yu Gothic", "Meiryo", sans-serif;
    --font-heading: "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;

    --width-container: 1200px;
    --transition-base: 0.3s ease;
}

/* 春テーマ */
body.theme-spring {
    --color-primary: #5b7950;
    --color-secondary: #4d6843;
    --color-accent: #E395A3;
    --color-accent-soft: #EBCBC1;
    --color-bg: #FDF4F6;
    /* さらに薄い淡いピンク */
}

/* 夏テーマ */
body.theme-summer {
    --color-primary: #4e6e49;
    --color-secondary: #3b5536;
    --color-accent: #4A8CBA;
    --color-accent-soft: #9BB8C9;
    --color-bg: #F0FBFF;
    /* さらに薄い淡い水色 */
}

/* 秋テーマ */
body.theme-autumn {
    --color-primary: #5a6047;
    --color-secondary: #4d5438;
    --color-accent: #C85A3D;
    --color-accent-soft: #D9A05B;
    --color-bg: #FFF8EE;
    /* さらに薄い淡いオレンジ・ベージュ */
}

/* 冬テーマ */
body.theme-winter {
    --color-primary: #4f6667;
    --color-secondary: #405353;
    --color-accent: #86A8B8;
    --color-accent-soft: #B8C9D1;
    --color-bg: #F4F8FD;
    /* さらに薄い淡いアイシーブルー */
}

/* ==========================================================================
   Reset & Base
   ========================================================================== */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: var(--font-base);
    color: var(--color-text);
    background-color: var(--color-bg);
    line-height: 1.8;
    font-size: 16px;
    letter-spacing: 0.05em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    /* iOSでの文字サイズ自動調整を防止 */
    text-size-adjust: 100%;
}

a {
    text-decoration: none;
    color: inherit;
    transition: opacity var(--transition-base);
}

a:hover {
    opacity: 0.7;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

ul {
    list-style: none;
}

/* ==========================================================================
   Typography & Utilities
   ========================================================================== */
.container {
    max-width: var(--width-container);
    margin: 0 auto;
    padding: 0 20px;
}

.section {
    padding: 120px 0;
    /* セクション間余白を拡大（抜け感の演出） */
}

.section__header {
    text-align: center;
    margin-bottom: 70px;
    /* セクションタイトル下の余白を拡大 */
}

.section__title {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 5vw, 3rem);
    /* Make responsive */
    color: var(--color-primary);
    margin-bottom: 10px;
    font-weight: 600;
}

#news-text-loader {
    color: var(--color-primary);
}

.section__subtitle {
    font-size: 1rem;
    color: #8b5b35;
    /* テラコッタ系サブタイトル色（コントラスト比4.5:1以上確保） */
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

/* Br Control */
.pc-only-br {
    display: block;
}

.sp-only-br {
    display: none;
}

@media (max-width: 768px) {
    .pc-only-br {
        display: none;
    }

    .sp-only-br {
        display: block;
    }
}

/* ==========================================================================
   Full Page Swipe / Scroll Snap (Hybrid Configuration)
   ========================================================================== */
html,
body {
    height: auto;
    /* PCは自然なスクロール */
    overflow: visible;
}

.swipe-container {
    width: 100%;
    height: auto;
    overflow-y: visible;
    overflow-x: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.swipe-slide {
    width: 100%;
    height: auto;
    /* PCは内容に応じた高さ */
    min-height: auto;
    position: relative;
    padding: 0;
    /* PCでのセクション間にCoolな余白を設定（内部のsectionに任せる） */
}

/* ヒーローエリアのみPCでも全画面を維持 */
.swipe-slide[data-section="hero"] {
    height: 100vh;
    padding: 0;
    overflow: hidden;
}

/* スマホ表示：縦スクロール（モバイルファースト対応） */
@media (max-width: 768px) {

    html,
    body {
        height: auto;
        overflow: visible;
        /* 縦スクロールを有効化 */
    }

    .swipe-container {
        display: block;
        /* 横並びを解除 */
        width: 100%;
        height: auto;
        overflow-x: hidden;
        overflow-y: visible;
        scroll-snap-type: none;
    }

    .swipe-slide {
        flex: none;
        width: 100%;
        height: auto;
        /* コンテンツに応じた高さ */
        min-height: auto;
        scroll-snap-align: none;
        overflow-y: visible;
    }

    /* ヒーローのみ全画面維持 */
    .swipe-slide[data-section="hero"] {
        height: 100svh;
        /* safe viewport height（ノッチ対応） */
    }

    .section {
        padding: 80px 0;
        /* スマホ用セクション余白を拡大（抜け感の演出） */
    }

    .section__header {
        margin-bottom: 40px;
    }
}



/* ==========================================================================
   Header
   ========================================================================== */

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: transparent;
    /* 初期状態は透過 */
    box-shadow: none;
    /* 初期状態は影なし */
    padding: 0;
    transition: all var(--transition-base);
}

.header.is-scrolled {
    background-color: var(--color-white);
    /* スクロール時に白背景 */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    /* スクロール時に影 */
    padding-top: 0;
    padding-bottom: 0;
}

.header__inner {
    max-width: var(--width-container);
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 70px;
}

/* PC専用レイアウト */
@media (min-width: 993px) {
    .header {
        overflow: visible;
    }

    .header__inner {
        justify-content: space-between;
    }

    .header__nav {
        display: flex;
        align-items: center;
    }

    /* ロゴの左配置 */
    .header__logo {
        position: relative;
        z-index: 110;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: auto;
        margin-right: auto;
        /* ロゴを左、ナビを右に配置 */
    }

    /* 半円形背景削除（念のためスタイル上書きで消去） */
    .header__logo::before {
        display: none;
    }

    .header__logo a {
        display: block;
        padding-top: 0;
    }

    .header__logo img {
        height: 50px;
        /* ヘッダー高さ70pxに収まるように調整 */
        width: auto;
        transition: all 0.3s ease;
    }
}

/* タブレット・SP用レイアウト */
@media (max-width: 992px) {
    .header__inner {
        justify-content: space-between;
    }

    .header__nav {
        display: none;
        /* PC用ナビ非表示 */
    }

    .header__logo {
        position: relative;
        /* 絶対配置解除 */
        left: auto;
        transform: none;
        top: auto;
        z-index: 105;
        width: auto;
        height: auto;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .header__logo::before {
        display: none;
    }

    .header__logo a {
        padding-top: 0;
        width: auto;
        text-align: left;
    }

    .header__logo img {
        height: 40px;
        /* モバイル用サイズ調整 */
        width: auto;
    }

    /* ハンバーガーメニューの位置調整 */
    .header__hamburger {
        margin-left: 0;
    }
}

/* ロゴ文字色リセット */
.header.is-scrolled .header__logo a,
.is-video-ended .header__logo a {
    color: var(--color-primary);
    text-shadow: none;
}

.header__nav-list {
    display: flex;
    gap: 20px;
    /* 少し詰める */
    align-items: center;
}

.header__nav-list a {
    color: var(--color-white);
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.header.is-scrolled .header__nav-list a,
.is-video-ended .header__nav-list a {
    color: var(--color-text);
    text-shadow: none;
}

/* 予約ボタン (PC) */
.header__nav-list .header__reserve a {
    background-color: transparent;
    border: 2px solid var(--color-accent);
    color: var(--color-accent) !important;
    padding: 8px 18px;
    border-radius: 50px;
    text-shadow: none !important;
    transition: all 0.4s ease;
    font-weight: 700;
}

.header__nav-list .header__reserve a:hover {
    background-color: var(--color-accent);
    color: var(--color-white) !important;
    box-shadow: 0 0 15px rgba(193, 127, 89, 0.5);
    transform: translateY(-2px);
    opacity: 1;
}

.header.is-scrolled .header__nav-list .header__reserve a,
.is-video-ended .header__nav-list .header__reserve a {
    border-color: var(--color-primary);
    color: var(--color-primary) !important;
}

.header.is-scrolled .header__nav-list .header__reserve a:hover,
.is-video-ended .header__nav-list .header__reserve a:hover {
    background-color: var(--color-primary);
    color: var(--color-white) !important;
    border-color: var(--color-primary);
}

.header__nav-list .icon-link img,
.header__mobile-menu .icon-link img {
    height: 24px;
    width: auto;
    vertical-align: middle;
    transition: transform 0.3s ease;
}

.header__nav-list .icon-link:hover img,
.header__mobile-menu .icon-link:hover img {
    transform: scale(1.1);
}

/* Hamburger */
.header__hamburger {
    display: none;
    /* デフォルト非表示、メディアクエリで表示 */
    background: none;
    border: none;
    cursor: pointer;
    width: 30px;
    height: 20px;
    position: relative;
    z-index: 110;
}

@media (max-width: 992px) {
    .header__hamburger {
        display: block;
    }
}




.header__hamburger span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000;
    /* 透過ヘッダー時は見やすく黒に */
    position: absolute;
    transition: all var(--transition-base);
}

.header.is-scrolled .header__hamburger span,
.is-video-ended .header__hamburger span {
    background-color: #000;
    /* 白背景時は黒 */
}

.header__hamburger span:nth-child(1) {
    top: 0;
}

.header__hamburger span:nth-child(2) {
    top: 9px;
}

.header__hamburger span:nth-child(3) {
    bottom: 0;
}

.header__hamburger.is-active span:nth-child(1) {
    transform: rotate(45deg);
    top: 9px;
    background-color: var(--color-white) !important;
}

.header__hamburger.is-active span:nth-child(2) {
    opacity: 0;
}

.header__hamburger.is-active span:nth-child(3) {
    transform: rotate(-45deg);
    bottom: 9px;
    background-color: var(--color-white) !important;
}

/* Mobile Menu Overlay */
.header__mobile-menu::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity var(--transition-base), visibility var(--transition-base);
    z-index: -1;
}

.header__mobile-menu.is-active::before {
    opacity: 1;
    visibility: visible;
}

.header__mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 75%;
    /* 少し狭めてバランスを調整 */
    max-width: 320px;
    /* 最大幅を少し絞る */
    height: 100vh;
    background-color: rgba(56, 68, 48, 0.98);
    /* オリーブグリーン系モバイルメニュー背景（コントラスト改善） */
    backdrop-filter: blur(15px);
    /* 背景がより透ける分、ブラーを少し強めて文字の可読性をサポート */
    z-index: 105;
    display: flex;
    flex-direction: column;
    /* 確実に縦並びに */
    justify-content: flex-start;
    align-items: flex-start;
    transition: right 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    /* より滑らかなアニメーション */
    overflow-y: auto;
    padding: 80px 0 40px;
    /* 上部の余白を微調整 */
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.3);
}

.header__mobile-menu.is-active {
    right: 0;
}

.header__mobile-menu ul {
    text-align: left;
    /* 中央揃えから左揃えに変更 */
    width: 100%;
    max-height: none;
}

.header__mobile-menu a {
    display: block;
    font-size: 1.0rem;
    color: var(--color-white);
    padding: 16px 25px;
    /* タッチターゲット48px以上を確保 */
    min-height: 48px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-family: var(--font-heading);
    letter-spacing: 0.1em;
}

.mobile-group-title {
    font-size: 0.85rem;
    /* ラベル的な意味合いを強める */
    color: rgba(255, 255, 255, 0.95);
    padding: 15px 25px 10px;
    /* 余白を詰める */
    text-align: left;
    border-bottom: none;
    /* 境界線を消してグルーピング感を出す */
    font-weight: 500;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

.group-toggle-icon {
    display: block;
    width: 8px;
    height: 8px;
    border-right: 2px solid rgba(255, 255, 255, 0.95);
    border-bottom: 2px solid rgba(255, 255, 255, 0.95);
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    margin-right: 5px;
}

.mobile-group-title.is-active .group-toggle-icon {
    transform: rotate(225deg);
    /* Flip upwards */
}

.mobile-group-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    opacity: 0;
}

.mobile-group-content.is-active {
    max-height: 500px;
    /* Arbitrary large height */
    opacity: 1;
    transition: max-height 0.4s ease, opacity 0.4s ease;
}

/* 予約ボタン (Mobile) */
.header__mobile-menu .header__reserve {
    width: 100%;
    padding: 20px 25px;
    margin-top: auto;
    /* 下部に配置 */
}

.header__mobile-menu .header__reserve a {
    background-color: var(--color-accent);
    color: var(--color-primary) !important;
    text-align: center;
    font-weight: 700;
    border-radius: 8px;
    padding: 18px 24px;
    /* タッチしやすいサイズに拡大 */
    font-size: 1.15rem;
    border-bottom: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    min-height: 56px;
}

.header__mobile-menu .header__reserve a:hover {
    background-color: var(--color-white);
    transform: scale(1.02);
}

/* ==========================================================================
   Dropdown Menu (Desktop)
   ========================================================================== */
@media (min-width: 993px) {
    .header__nav {
        height: 100%;
    }

    .header__nav-list {
        height: 100%;
        align-items: stretch;
    }

    .header__nav-list>li {
        display: flex;
        align-items: center;
        height: 100%;
    }

    .has-dropdown {
        position: relative;
    }

    .has-dropdown>span {
        color: var(--color-white);
        font-size: 0.9rem;
        font-weight: 500;
        cursor: pointer;
        position: relative;
        padding-right: 15px;
        /* Arrow space */
    }

    .has-dropdown>span::after {
        content: '';
        position: absolute;
        right: 0;
        top: 45%;
        width: 6px;
        height: 6px;
        border-right: 2px solid var(--color-white);
        border-bottom: 2px solid var(--color-white);
        transform: rotate(45deg) translateY(-50%);
        transition: border-color var(--transition-base);
    }

    /* Scrolled state text color adjustment */
    .header.is-scrolled .has-dropdown>span,
    .is-video-ended .has-dropdown>span {
        color: var(--color-text);
        text-shadow: none;
    }

    .header.is-scrolled .has-dropdown>span::after,
    .is-video-ended .has-dropdown>span::after {
        border-color: var(--color-text);
    }

    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%) translateY(10px);
        background-color: var(--color-white);
        min-width: 200px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        border-radius: 0 0 8px 8px;
        padding: 5px 0 10px;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        z-index: 120;
    }

    .has-dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateX(-50%) translateY(0);
    }

    .dropdown-menu li {
        display: block;
        width: 100%;
        height: auto;
    }

    .dropdown-menu a {
        display: block;
        padding: 10px 20px;
        color: var(--color-text) !important;
        text-shadow: none !important;
        font-size: 0.9rem;
        transition: background-color 0.2s;
        text-align: left;
        white-space: nowrap;
    }

    .dropdown-menu a:hover {
        background-color: #f5f5f5;
        color: var(--color-primary) !important;
        opacity: 1;
    }
}

/* ==========================================================================
   Hero
   ========================================================================== */
.hero {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hero__bg img,
.hero__bg video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(0.85);
    /* Slightly darken for text readability */
    transition: opacity 1s ease;
}

#tsparticles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    pointer-events: none;
}

/* スマホ表示時：右側の建物が中央に来るよう調整 */
@media (max-width: 768px) {
    .hero__bg img {
        object-position: 85% center;
    }
}

/* 強制的に全画面配置（PCでの黒帯対策） */
#hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* アスペクト比ベースの強制全画面対応 (Nuclear Option)
   画面が横長の時 -> 横幅基準で高さを伸ばす
   画面が縦長の時 -> 高さ基準で横幅を伸ばす */
@media (min-aspect-ratio: 16/9) {
    #hero-video {
        width: 100vw;
        height: 56.25vw;
        /* 16:9 の逆計算 */
    }
}

@media (max-aspect-ratio: 16/9) {
    #hero-video {
        height: 100vh;
        width: 177.78vh;
        /* 16:9 の計算 */
    }
}

.hero__bg video.is-hidden {
    opacity: 0;
}

/* Video Loader */
.video-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.video-loader.is-hidden {
    opacity: 0;
    visibility: hidden;
    display: none;
}

/* Text Sequence Loader */
.text-sequence-loader {
    font-weight: bold;
    font-size: 24px;
    color: var(--color-white);
    font-family: var(--font-heading);
    white-space: nowrap;
    display: flex;
    gap: 2px;
}

.text-sequence-loader span {
    display: inline-block;
    opacity: 0;
    transform: translateY(15px) scale(0.5) rotate(15deg);
    animation-name: text-appear-animation;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

@keyframes text-appear-animation {
    to {
        opacity: 1;
        transform: translateY(0) scale(1) rotate(0deg);
    }
}

.hero__content {
    color: var(--color-white);
    z-index: 1;
    padding: 20px;
}

.hero__title {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 5vw, 4rem);
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 2rem;
    text-shadow:
        2px 2px 0 rgba(0, 0, 0, 0.5),
        0 4px 15px rgba(0, 0, 0, 0.7),
        0 10px 25px rgba(0, 0, 0, 0.4);
}

.hero__title-line {
    display: inline-block;
}

.hero__subtitle {
    color: var(--color-white);
    letter-spacing: 0.1em;
    font-weight: 700;
    margin-top: 1rem;
    text-shadow:
        2px 2px 3px rgba(0, 0, 0, 0.7),
        0 3px 15px rgba(0, 0, 0, 0.6);
    line-height: 1.4;
}

.hero__subtitle-small {
    font-size: 1.2rem;
    opacity: 0.9;
}

.hero__subtitle-large {
    font-size: 2.4rem;
    display: block;
    margin-top: 5px;
}

/* ==========================================================================
   Concept
   ========================================================================== */
.concept__content {
    display: flex;
    align-items: center;
    gap: 60px;
}

.concept__text {
    flex: 1;
}

.concept__text h4 {
    font-family: var(--font-heading);
    font-size: 2rem;
    color: var(--color-primary);
    margin-bottom: 30px;
    line-height: 1.5;
}

.concept__text p {
    margin-bottom: 20px;
    text-align: justify;
}

.concept__text.is-centered {
    text-align: center;
}

.concept__text.is-centered h4 {
    text-align: center;
}

.concept__text.is-centered p {
    text-align: center;
}

.concept__image {
    flex: 1;
    position: relative;
}

.concept__image img {
    border-radius: 12px;
    /* 柔らかい角丸で優しさを演出 */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .concept__content {
        flex-direction: column;
        gap: 30px;
    }

    .concept__text h4 {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }
}

/* ==========================================================================
   Scenes
   ========================================================================== */
.scenes__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

@media (max-width: 768px) {
    .scenes__grid {
        grid-template-columns: 1fr;
    }
}

.card {
    background-color: var(--color-white);
    border-radius: 12px;
    /* 柔らかい角丸 */
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform var(--transition-base);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card:hover {
    transform: translateY(-5px);
}

.card__image {
    margin-top: auto;
}

.card__image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.card__content {
    padding: 25px;
}

.card__content h4 {
    color: var(--color-primary);
    font-size: 1.25rem;
    margin-bottom: 15px;
    font-family: var(--font-heading);
}

.card__content p {
    font-size: 0.95rem;
    color: var(--color-text-light);
}

/* Center Image Box (Pure image for aesthetics) */
.card__image-box {
    border-radius: 12px;
    /* 柔らかい角丸 */
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.card__image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 400px;
}

/* ==========================================================================
   Environment
   ========================================================================== */
.environment {
    background-color: var(--color-primary);
    color: var(--color-white);
    text-align: center;
    padding: 140px 0;
    /* 余白を拡大（抜け感の演出） */
    position: relative;
    background-image: linear-gradient(rgba(107, 127, 94, 0.9), rgba(107, 127, 94, 0.9)), url('../image/exterior/exterior_03.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

@media (max-width: 768px) {
    .environment {
        background-attachment: scroll;
        /* スマホでの背景白化を防止 */
        padding: 100px 20px;
        /* スマホ用余白を拡大（抜け感の演出） */
    }
}

.environment .section__subtitle {
    color: rgba(255, 255, 255, 0.9);
    /* 背景色（オリーブグリーン）に対して十分なコントラストを確保 */
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    /* テキストの境界をさらに明確に */
}

.environment h3 {
    font-family: var(--font-heading);
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    /* Responsive */
    margin-bottom: 30px;
}

/* ==========================================================================
   Facilities
   ========================================================================== */
/* 3列非対称Bento Grid Layout - デスクトップ版 */
/* 順序: 入口ゲート → ベルデの森 → グラウンド → テニスコート → 中庭 → 大部屋 → 個室 → 体育館 → 研修室２ → 大食堂 → 小食堂 → 大浴室 → 小浴室 → ロビー全景 */
.facilities__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 220px;
    gap: 15px;
}

.facility-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* 1. 入口ゲート - 横長（2列幅） */
.facility-item:nth-of-type(1) {
    grid-column: span 2;
    grid-row: span 1;
}

/* 2. ベルデの森 - 通常サイズ */
.facility-item:nth-of-type(2) {
    grid-column: span 1;
    grid-row: span 1;
}

/* 3. グラウンド - 横長（2列幅） */
.facility-item:nth-of-type(3) {
    grid-column: span 2;
    grid-row: span 1;
}

/* 4. テニスコート - 縦長（2行分の高さ） */
.facility-item:nth-of-type(4) {
    grid-column: span 1;
    grid-row: span 2;
}

/* 5. 中庭 - 通常サイズ */
.facility-item:nth-of-type(5) {
    grid-column: span 1;
    grid-row: span 1;
}

/* 6. ロビー（追加） - 通常サイズ */
.facility-item:nth-of-type(6) {
    grid-column: span 1;
    grid-row: span 1;
}

/* 7. 大部屋 - 通常サイズ */
.facility-item:nth-of-type(7) {
    grid-column: span 1;
    grid-row: span 1;
}

/* 8. 個室 - 通常サイズ */
.facility-item:nth-of-type(8) {
    grid-column: span 1;
    grid-row: span 1;
}

/* 9. 体育館 - 通常サイズ */
.facility-item:nth-of-type(9) {
    grid-column: span 1;
    grid-row: span 1;
}

/* 10. 研修室２ - 通常サイズ */
.facility-item:nth-of-type(10) {
    grid-column: span 1;
    grid-row: span 1;
}

/* 11. 大食堂 - 横長（2列幅） */
.facility-item:nth-of-type(11) {
    grid-column: span 2;
    grid-row: span 1;
}

/* 12. 小食堂 - 通常サイズ */
.facility-item:nth-of-type(12) {
    grid-column: span 1;
    grid-row: span 1;
}

/* 13. 大浴室 - 通常サイズ */
.facility-item:nth-of-type(13) {
    grid-column: span 1;
    grid-row: span 1;
}

/* 14. 小浴室 - 通常サイズ */
.facility-item:nth-of-type(14) {
    grid-column: span 1;
    grid-row: span 1;
}

/* 15. ロビー全景 - 全幅（3列幅）で締めくくり */
.facility-item:nth-of-type(15) {
    grid-column: span 3;
    grid-row: span 1;
}

.facility-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.facility-item:hover img {
    transform: scale(1.1);
}

.facility-item p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
    color: var(--color-white);
    padding: 30px 20px 15px;
    font-family: var(--font-heading);
    font-weight: 500;
    letter-spacing: 0.05em;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.facility-item:hover p {
    opacity: 1;
    transform: translateY(0);
}

/* タブレット版 - 2列グリッド */
@media (max-width: 992px) {
    .facilities__grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 200px;
        gap: 12px;
    }

    /* すべてのアイテムをリセット */
    .facility-item {
        grid-column: span 1;
        grid-row: span 1;
    }

    /* 1. 入口ゲート - 2列幅 */
    .facility-item:nth-of-type(1) {
        grid-column: span 2;
    }

    /* 14. 小浴室 - 2列幅（調整用） */
    .facility-item:nth-of-type(14) {
        grid-column: span 2;
    }

    /* 15. ロビー全景 - 2列幅 */
    .facility-item:nth-of-type(15) {
        grid-column: span 2;
        grid-row: span 1;
    }
}

/* モバイル版 - 1列で縦にスタック */
@media (max-width: 576px) {
    .facilities__grid {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
        gap: 12px;
    }

    .facility-item {
        height: 200px;
        grid-column: 1 !important;
        grid-row: span 1 !important;
    }

    /* モバイルではラベルを常に表示 */
    .facility-item p {
        opacity: 1;
        transform: translateY(0);
        padding: 20px 15px 12px;
        font-size: 0.9rem;
    }
}

.facilities__note {
    text-align: center;
    margin-top: 30px;
    color: var(--color-text-light);
}

/* Amenities Area */
.amenities {
    margin-top: 15px;
    padding: 5px 40px;
    background-color: var(--color-white);
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    text-align: left;
}

.amenities__title {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    color: var(--color-primary);
    margin-bottom: 5px;
    text-align: center;
}

.amenities__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 10px;
    margin-bottom: 5px;
}

.amenity-item {
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 8px;
    padding-left: 24px;
    position: relative;
}

.amenity-item::before {
    position: absolute;
    left: 0;
    font-weight: bold;
    font-size: 1.1rem;
}

.amenity-item.is-available {
    color: var(--color-text);
}

.amenity-item.is-available::before {
    content: '○';
    color: var(--color-primary);
}

.amenity-item.is-unavailable {
    color: #666666;
    /* コントラスト比改善 */
}

.amenity-item.is-unavailable::before {
    content: '×';
    color: #666666;
    /* コントラスト比改善 */
}

.amenities__note {
    font-size: 1.1rem;
    color: #595959;
    /* コントラスト比改善（元: #888 → #595959 = 7:1） */
    text-align: center;
    margin-top: 20px;
}

@media (max-width: 992px) {
    .amenities__list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .amenities {
        padding: 20px 15px;
        margin-top: 30px;
    }

    .amenities__list {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px 5px;
    }

    .amenity-item {
        font-size: 0.85rem;
        padding-left: 20px;
    }
}

/* ==========================================================================
   ご利用案内 (Guide)
   ========================================================================== */
.guide {
    background-color: #f8f7f4;
}

/* PC表示: 3列グリッド (2行3列) */
.guide__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 100%;
    /* 3列で表示するため幅制限を解除 */
    margin: 0 auto;
    /* 中央寄せ */
}

.guide-item {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #ffffff;
    display: block;
    /* Flexを解除して画像にフィットさせる */
}

.guide-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.guide-item img {
    width: 100%;
    height: auto;
    /* 高さを自動にして余白をなくす */
    object-fit: contain;
    /* 文字が切れないよう枠内に収める */
    display: block;
}

/* モバイル用カルーセル（PCでは非表示） */
.guide__carousel {
    display: none;
}

/* タブレット - 3列維持（PCと同じ扱いに変更） */
@media (max-width: 992px) {
    /* ガイドグリッドの2列化を削除し、デフォルトの3列を維持 */
}

/* モバイル - カルーセル表示 */
@media (max-width: 768px) {

    /* グリッドを表示（1列表示で大きく見せる） */
    .guide__grid {
        display: grid;
        grid-template-columns: 1fr;
        /* 1列で大きく表示 */
        gap: 20px;
    }

    /* カルーセルを非表示 */
    .guide__carousel {
        display: none;
    }

    .guide__carousel-track {
        display: flex;
        overflow-x: scroll;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        gap: 0;
        /* スクロールバー非表示 */
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .guide__carousel-track::-webkit-scrollbar {
        display: none;
    }

    .guide__carousel-slide {
        flex: 0 0 100%;
        width: 100%;
        scroll-snap-align: start;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .guide__carousel-slide img {
        width: 100%;
        height: auto;
        border-radius: 8px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

    /* カルーセルインジケーター */
    .guide__carousel-indicators {
        display: flex;
        justify-content: center;
        gap: 8px;
        margin-top: 15px;
        padding: 8px 0;
    }

    .guide__carousel-dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: rgba(0, 0, 0, 0.2);
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .guide__carousel-dot.active {
        background-color: var(--color-primary);
        width: 24px;
        border-radius: 5px;
    }
}

.guide-item img,
.guide__carousel-slide img {
    cursor: pointer;
    transition: opacity var(--transition-base);
}

.guide-item img:hover,
.guide__carousel-slide img:hover {
    opacity: 0.8;
}

/* ==========================================================================
   Menu & Calendar
   ========================================================================== */
/* 2カラムレイアウト：左側メニュー、右側カレンダー */
.menu-calendar__content {
    display: flex;
    gap: 40px;
    align-items: stretch;
    max-width: 1200px;
    margin: 0 auto;
}

.menu-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
    /* フレックスアイテムの縮小を許可 */
}

.menu-column.calendar-column {
    flex: 1.2;
    /* カレンダー側を少し広めに */
}

.menu-box {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.menu-box h4,
.calendar-box h4 {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    color: var(--color-primary);
    margin-bottom: 20px;
    border-bottom: 2px solid var(--color-accent);
    padding-bottom: 10px;
    display: block;
    width: 100%;
}

.menu-images-stack {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 15px;
    flex-grow: 1;
}

.menu-images-stack img {
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
    object-fit: cover;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.menu-images-stack img:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.calendar-wrapper {
    background-color: var(--color-white);
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.calendar-extra-images {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.calendar-extra-images img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

/* Tablet Layout */
@media (max-width: 1024px) {
    .menu-calendar__content {
        flex-direction: column;
        gap: 50px;
    }

    .menu-images-stack {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }

    .menu-images-stack img {
        aspect-ratio: 4/3;
    }
}

/* Mobile Layout */
@media (max-width: 768px) {
    .menu-calendar__content {
        padding: 0 15px;
        /* 左右に余白を追加して画像の角が見えるように */
    }

    .menu-images-stack {
        grid-template-columns: 1fr;
        overflow: visible;
        /* 親要素は overflow: visible に */
        padding: 0;
        /* パディングをリセット */
    }

    .menu-images-stack img {
        width: 100%;
        height: auto;
        aspect-ratio: auto;
        /* アスペクト比を自動にして画像全体を表示 */
        object-fit: contain;
        /* 画像全体が見えるように */
        margin: 0 auto;
        border-radius: 8px;
        display: block;
    }
}

/* ==========================================================================
   Message
   ========================================================================== */
.message {
    background-color: #ECEAE4;
    /* Light beige */
    text-align: center;
}

/* Mobile Calendar Interaction Fix */
@media (max-width: 768px) {
    .calendar-wrapper {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        /* Ensure scrolling doesn't trigger swipe easily */
        touch-action: pan-y;
        padding-right: 5px;
        /* Visual cue for scrolling */
    }

    .calendar-wrapper iframe {
        pointer-events: auto;
        /* Ensure touches reach iframe if needed */
    }
}

.message__inner h3 {
    font-family: var(--font-heading);
    font-size: 2rem;
    color: #2C5F2D;
    /* 旧 --color-primary */
    margin-bottom: 40px;
}

.message__survey {
    margin-top: 60px;
    padding: 40px;
    background-color: var(--color-white);
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    display: inline-block;
    max-width: 800px;
    width: 100%;
}

.survey-title {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    color: #2C5F2D;
    /* 旧 --color-primary */
    margin-bottom: 20px;
}

.survey-text {
    font-size: 0.95rem;
    color: var(--color-text);
    margin-bottom: 30px;
    line-height: 1.8;
}

.survey-link {
    display: inline-block;
    background-color: #2C5F2D;
    /* 旧 --color-primary */
    color: var(--color-white) !important;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 500;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.survey-link:hover {
    transform: translateY(-2px);
    background-color: #4A7C4B;
    /* 旧 --color-secondary */
    opacity: 1;
}

/* ==========================================================================
   Animations
   ========================================================================== */
.fade-init {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ==========================================================================
   Lightbox
    ========================================================================== */
.guide-item img,
.guide__carousel-slide img {
    cursor: pointer;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.guide-item img:hover,
.guide__carousel-slide img:hover {
    transform: scale(1.02);
    filter: brightness(0.9);
}

.lightbox {
    display: none;
    position: fixed;
    z-index: 1000;
    padding: 10px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* スクロールバーを出さない */
    background-color: rgba(0, 0, 0, 0.95);
    /* 背景を少し濃く */
    justify-content: center;
    align-items: center;
}

.lightbox.is-active {
    display: flex;
}

.lightbox__content {
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
    /* 画面いっぱいに */
    animation-name: zoom;
    animation-duration: 0.4s;
    /* 少し速く */
    object-fit: contain;
}

@keyframes zoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

.lightbox__close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
}

/* Dining Info */
.dining-info {
    margin-top: 30px;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    border-left: 4px solid var(--color-primary);
}

.dining-info h5 {
    font-family: var(--font-heading);
    font-size: 1.2rem;
    color: var(--color-primary);
    margin-bottom: 15px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
}

/* ==========================================================================
   News Section
   ========================================================================== */
.news-section {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 40px;
    border-radius: 12px;
    /* 柔らかい角丸 */
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    margin-bottom: 80px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid rgba(0, 0, 0, 0.02);
    backdrop-filter: blur(10px);
    scroll-margin-top: 100px;
}

.news-section__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 25px;
    border-bottom: 2px solid var(--color-primary);
    padding-bottom: 10px;
}

.news-section__title {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    color: var(--color-primary);
    font-weight: 600;
}

.news-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding: 18px 10px;
}

.news-item__link {
    display: block;
    color: inherit;
    text-decoration: none;
    transition: background-color 0.2s ease;
    padding: 5px 0;
    border-radius: 8px;
}

a.news-item__link:hover {
    background-color: rgba(122, 139, 111, 0.06);
    opacity: 1;
}

.news-item__meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.news-item__date {
    font-size: 0.85rem;
    color: var(--color-text-light);
    font-weight: 500;
    white-space: nowrap;
}

.news-item__category {
    display: inline-block;
    font-size: 0.75rem;
    background-color: var(--color-primary);
    color: var(--color-white);
    padding: 2px 10px;
    border-radius: 50px;
    font-weight: 500;
    white-space: nowrap;
}

.news-item__title {
    font-size: 0.95rem;
    font-weight: 400;
    color: var(--color-text);
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 768px) {
    .news-section {
        padding: 20px;
    }

    .news-item__meta {
        flex-wrap: wrap;
        gap: 8px;
    }

    .news-item__title {
        font-size: 0.9rem;
    }
}

/* ==========================================================================
   食堂営業時間
   ========================================================================== */
.dining-row {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 10px 0;
    border-bottom: 1px dashed #e0e0e0;
}

.dining-row:last-child {
    border-bottom: none;
}

.dining-row dt {
    font-weight: 700;
    color: var(--color-primary);
    min-width: 50px;
    white-space: nowrap;
    font-size: 0.95rem;
}

.dining-row dd {
    font-size: 0.9rem;
    line-height: 1.6;
}

.dining-row .note {
    font-size: 0.8rem;
    color: var(--color-text-light);
}

.dining-message {
    margin-top: 15px;
    font-size: 0.85rem;
    color: var(--color-text-light);
    line-height: 1.6;
    padding: 10px;
    background-color: rgba(122, 139, 111, 0.06);
    border-radius: 8px;
}

/* ==========================================================================
   追加ユーティリティ・コンポーネント
   ========================================================================== */
/* コンセプト注釈テキスト */
.concept__note {
    font-size: 0.85rem;
    color: var(--color-text-light);
    margin-top: 10px;
    padding: 8px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

/* 改行禁止ラッパー */
.nobr {
    white-space: nowrap;
}

/* アクセスカード ラベル */
.access-info-label {
    display: block;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.85);
    /* コントラスト比改善（元: 0.6 → 0.85） */
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 4px;
    font-weight: 500;
}

.access-card__label {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.85);
    /* コントラスト比改善（元: 0.7 → 0.85） */
    letter-spacing: 0.1em;
}

/* ==========================================================================
   FINAL ACCESS & FOOTER OVERRIDES (Highest Priority)
   ========================================================================== */
.footer {
    background-color: #4a5c40 !important;
    /* より暗いオリーブグリーンにしてコントラストを確保 */
    color: #fff !important;
    padding: 80px 0 40px !important;
    position: relative !important;
}

.footer__inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 40px !important;
    width: 100% !important;
}

/* Icon & Media Size Hard Limits */
.footer svg,
.footer .access-icon,
.footer .access-btn svg {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    max-width: 24px !important;
    flex-shrink: 0 !important;
    display: inline-block !important;
}

.footer .access-btn img,
.footer .access-btn svg {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    max-width: 18px !important;
}

/* Access Card Core Design */
.access-card {
    display: grid !important;
    grid-template-columns: 1fr 1.2fr 1.5fr !important;
    gap: 40px !important;
    align-items: center !important;
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(15px) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 20px !important;
    padding: 50px !important;
    width: 100% !important;
    max-width: 1100px !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3) !important;
    margin: 0 auto !important;
    color: #fff !important;
}

.access-card__logo {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 15px !important;
}

.access-card__logo img {
    max-width: 180px !important;
    width: 180px !important;
    height: auto !important;
    filter: brightness(0) invert(1) !important;
}

.access-card__name {
    font-family: var(--font-heading) !important;
    font-size: 2rem !important;
    font-weight: 600 !important;
}

.access-card__info {
    display: flex !important;
    flex-direction: column !important;
    gap: 25px !important;
}

.access-info-item {
    display: flex !important;
    align-items: flex-start !important;
    gap: 15px !important;
}

.access-card__map {
    height: 250px !important;
    border-radius: 15px !important;
    overflow: hidden !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2) !important;
}

.access-actions {
    display: flex !important;
    gap: 15px !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    margin-top: 20px !important;
}

.access-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    padding: 12px 24px !important;
    background: rgba(255, 255, 255, 0.15) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 50px !important;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 0.9rem !important;
    transition: all 0.3s ease !important;
}

.access-btn:hover {
    background: #fff !important;
    color: var(--color-primary) !important;
}

.access-btn--reserve {
    background: var(--color-accent) !important;
    color: var(--color-text) !important;
    font-weight: bold !important;
}

@media (max-width: 992px) {
    .access-card {
        grid-template-columns: 1fr 1fr !important;
        padding: 40px !important;
    }

    .access-card__logo {
        grid-column: 1 / -1 !important;
    }
}

@media (max-width: 768px) {
    .access-card {
        grid-template-columns: 1fr !important;
        padding: 30px !important;
        margin: 0 10px !important;
    }

    .access-card__map {
        height: 200px !important;
    }

    .access-actions {
        gap: 10px !important;
    }

    .access-btn {
        padding: 10px 20px !important;
        font-size: 0.85rem !important;
    }
}

.footer__copy {
    margin-top: 50px !important;
    opacity: 0.8 !important;
    /* コントラスト比改善（元: 0.6 → 0.8） */
    font-size: 0.8rem !important;
    text-align: center !important;
    padding-bottom: 80px;
    /* 固定CTAボタンとの重なり防止 */
}

/* ==========================================================================
   固定CTAボタン（モバイル専用）
   ========================================================================== */
.fixed-cta {
    display: none;
    /* PCでは非表示 */
}

@media (max-width: 768px) {
    .fixed-cta {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 300;
        padding: 10px 16px;
        padding-bottom: calc(10px + env(safe-area-inset-bottom));
        /* iPhone Xノッチ対応 */
        background: linear-gradient(to top, rgba(107, 127, 94, 0.98) 0%, rgba(107, 127, 94, 0.95) 100%);
        backdrop-filter: blur(10px);
        box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
    }

    .fixed-cta__inner {
        display: flex;
        gap: 10px;
        max-width: 500px;
        margin: 0 auto;
    }

    .fixed-cta__btn {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 14px 16px;
        min-height: 52px;
        border-radius: 12px;
        font-weight: 700;
        font-size: 1rem;
        text-decoration: none;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
        -webkit-tap-highlight-color: transparent;
    }

    .fixed-cta__btn:active {
        transform: scale(0.97);
    }

    .fixed-cta__btn--reserve {
        background: linear-gradient(135deg, #C17F59 0%, #D4A07A 100%);
        /* テラコッタ系グラデーション */
        color: #ffffff;
        box-shadow: 0 4px 15px rgba(193, 127, 89, 0.4);
    }

    .fixed-cta__btn--tel {
        background: rgba(255, 255, 255, 0.15);
        border: 1px solid rgba(255, 255, 255, 0.3);
        color: #fff;
    }

    .fixed-cta__btn svg {
        width: 20px;
        height: 20px;
        flex-shrink: 0;
    }

    /* フッターアクションボタンのモバイル最適化 */
    .access-actions {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 10px !important;
    }

    .access-btn {
        padding: 14px 20px !important;
        font-size: 0.95rem !important;
        min-height: 48px !important;
        width: 100% !important;
    }
}