@charset "UTF-8";

/* ==========================================================================
   Consolidated Mobile Styles (Refined & Organized)
   ========================================================================== */

/* --- 1100px Breakpoint --- */
@media (max-width: 1100px) {
    .access-flex {
        gap: 30px;
    }
}

/* --- 1024px Breakpoint --- */
@media (max-width: 1024px) {
    .yoyaku-intro-grid { flex-direction: column; }
    .yoyaku-hero h1 { font-size: 3.2rem; }
    .floating-notice { flex: 1; }
    .cta-sticky-bar { flex-direction: column; gap: 20px; border-radius: 30px; text-align: center; }
}

/* --- 992px Breakpoint --- */
@media (max-width: 992px) {
    .access-flex {
        flex-direction: column;
    }
    .access-map {
        width: 100%;
        min-height: 250px; /* 見栄え良く高さを短く */
        margin-bottom: 2rem;
    }
    .access-map iframe {
        width: 100% !important;
        height: 250px !important; /* コンテナの高さに合わせる */
        border-radius: 16px;
    }
    .access-info {
        width: 100%;
    }
}

/* --- 768px (Smartphone) Breakpoint --- */
@media (max-width: 768px) {
    /* Header & Navigation */
    .header-container {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 0.8rem 20px;
    }
    
    .site-title {
        margin-bottom: 0;
        font-size: 1.2rem;
    }

    .nav-toggle {
        display: block;
        order: 2;
        margin-left: auto; /* Push to right */
        z-index: 2000;
        padding: 5px;
    }

    /* CSS moved to style.css for better reliability */

    /* Hero Section Optimization */
    .hero-content h1 {
        font-size: 2.2rem !important;
        line-height: 1.3;
    }
    
    .hero-content p {
        font-size: 1rem !important;
    }

    .hero-status-badge {
        padding: 8px 15px;
        margin-bottom: 1.5rem;
        border-radius: 16px;
    }

    .status-periods {
        font-size: 0.85rem;
        line-height: 1.4;
    }

    /* Layout & Sections */
    .faq-item {
        padding: 1.5rem 1.25rem;
        margin: 0 5px 1rem 5px; /* 左右にマージン（5px）を持たせて枠線の欠けを防止 */
    }
    .faq-question h3 {
        font-size: 1.1rem;
        padding-right: 1rem;
    }
    .faq-answer {
        padding: 1rem 0 0;
        font-size: 0.95rem;
        line-height: 1.7;
    }

    .container, .header-container, .footer-container {
        width: 100%;
        box-sizing: border-box;
        overflow: hidden;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .section-features, .section-faq {
        padding: 60px 0; /* Tighten up mobile padding */
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 columns for better display than auto-fill */
        gap: 8px;
    }

    /* Section Content (Glassmorphism) */
    .fp-section-content-shaded,
    .fp-section-content-darker {
        padding: 40px 20px;
        margin: 30px 15px !important;
        border-radius: 24px;
    }

    .fp-gallery-heading {
        font-size: clamp(0.8rem, 4.5vw, 1.3rem);
        margin-bottom: 2rem;
        white-space: nowrap;
    }

    .fp-title-large { 
        font-size: clamp(0.7rem, 4.2vw, 1rem); 
        line-height: 1.5;
        text-align: center;
        width: 100%;
        white-space: nowrap; /* 強制的に1行にする */
    }
    .fp-title-medium { font-size: 1.15rem; }
    .fp-title-section { font-size: 1.3rem; }
    .fp-text-lead { font-size: 0.85rem; }

    /* News List */
    .fp-news-item {
        flex-direction: column;
        align-items: flex-start;
        padding: 1rem 0;
    }

    .fp-news-date {
        margin-right: 0;
        margin-bottom: 5px;
        font-size: 0.85rem;
    }

    .fp-news-title {
        font-size: 1rem;
    }

    /* Access & Footer */
    .section-access,
    .site-footer#colophon {
        padding: 60px 0 !important;
    }

    /* Reservation Page Specifics */
    .yoyaku-hero { padding-left: 5%; height: 55vh; }
    .yoyaku-hero h1 { font-size: 2.1rem; }
    
    .calendar-wrap { 
        padding: 30px 10px !important;
        border-radius: 20px; 
    }

    .calendar-app-container {
        padding: 20px 5px !important;
    }

    .calendar-header h2 { font-size: 1.6rem; }

    .calendar-grid {
        gap: 2px;
    }

    .calendar-day {
        padding: 8px 1px !important;
        font-size: 0.75rem;
    }

    .reservation-form-card {
        padding: 25px 15px;
    }

    .form-grid {
        grid-template-columns: 1fr;
    }
    .access-icon {
        margin-top: 6px;
    }

    /* 予約案内カードの調整 */
    .yoyaku-intro-card {
        padding: 30px 20px;
        border-radius: 24px;
    }

    .yoyaku-intro-card h2 {
        font-size: 1.6rem;
        margin-bottom: 30px;
    }

    .data-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        padding-bottom: 20px;
    }

    .data-label {
        font-size: 0.75rem;
        margin-bottom: 0;
    }

    .data-value {
        font-size: 1.15rem;
        line-height: 1.4;
        word-break: break-all;
        text-align: left;
        width: 100%;
    }

    /* ハンバーガーアイコンの視認性（SP） */
    .nav-toggle .hamburger-line {
        background-color: #1a1a1a; /* 基本は黒 */
        height: 3px;
    }

    /* 透明ヘッダー時の白線（スクロール前） */
    .site-header.header-transparent:not(.is-scrolled) .nav-toggle .hamburger-line {
        background-color: #ffffff;
    }

    /* メニュー展開時は必ず黒にする */
    .nav-toggle.is-active .hamburger-line {
        background-color: #1a1a1a !important;
    }

    .floating-notice {
        padding: 30px 20px;
        border-radius: 24px;
    }

    .btn-modern-call {
        font-size: 1.1rem;
        padding: 15px 30px;
        white-space: nowrap;
        display: inline-block;
    }
}
