/* ========================================
   フォント統一 - Noto Serif JP
   ======================================== */

html,
body,
body.font-lora,
.font-lora,
.font-crystal,
.font-pt,
.font-roman,
.text-content,
h1, h2, h3, h4, h5, h6,
p, a, span, div,
button, input, select, textarea {
    font-family: 'Noto Serif JP', serif;
}

/* ========================================
   プリローダー削除後の修正
   ======================================== */

/* ヘッダーを強制表示 */
.header {
    opacity: 1;
    visibility: visible;
}

.header__left,
.header__right,
.header__center {
    opacity: 1;
    visibility: visible;
}

/* メインコンテンツの表示 */
.scroll-container,
.scroller,
.wrapper {
    opacity: 1;
    visibility: visible;
}

/* ========================================
   新しいフッターデザイン - hotel8
   ======================================== */

/* 地図セクション */
.map-section-8472 {
    width: 100%;
    line-height: 0;
    border-top: 3px solid rgb(76, 114, 148);
}

.map-section-8472 iframe {
    width: 100%;
    height: 400px;
    filter: grayscale(100%);
}

footer.footer-new-8472 {
    background-color: #fff;
    color: #333333;
    padding: 60px 0 0;
    position: relative;
    z-index: 1;
    border-top: 3px solid rgb(76, 114, 148);
}

.footer-container-8472 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}

/* 左カラム */
.footer-left-8472 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-logo-8472 {
    display: block;
    margin-bottom: 20px;
}

.footer-logo-8472 img {
    max-width: 180px;
    height: auto;
}

.footer-description-8472 {
    font-size: 14px;
    line-height: 1.8;
    color: #555555;
    margin-bottom: 24px;
}

.footer-sns-8472 {
    display: flex;
    gap: 16px;
}

.footer-sns-link-8472 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f5f5f5;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.footer-sns-link-8472:hover {
    background-color: #e0e0e0;
    transform: translateY(-2px);
}

.footer-sns-link-8472 img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

/* 中央カラム */
.footer-center-8472 {
    display: flex;
    justify-content: center;
}

.footer-nav-8472 {
    display: flex;
    gap: 60px;
}

.footer-nav-column-8472 {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.footer-nav-column-8472 a {
    color: #444444;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s ease;
    position: relative;
}

.footer-nav-column-8472 a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #333333;
    transition: width 0.3s ease;
}

.footer-nav-column-8472 a:hover {
    color: #111111;
}

.footer-nav-column-8472 a:hover::after {
    width: 100%;
}

/* 右カラム */
.footer-right-8472 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.footer-info-title-8472 {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #dddddd;
}

.footer-info-8472 {
    text-align: right;
}

.footer-info-8472 p {
    font-size: 14px;
    line-height: 1.6;
    color: #555555;
    margin-bottom: 4px;
}

.footer-company-8472 {
    font-weight: 600;
    color: #333333;
    margin-bottom: 12px;
}

.footer-tel-8472,
.footer-email-8472 {
    margin-top: 8px;
}

.footer-tel-8472 a,
.footer-email-8472 a {
    color: #555555;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-tel-8472 a:hover,
.footer-email-8472 a:hover {
    color: #111111;
}

/* コピーライト */
.footer-copyright-8472 {
    margin-top: 50px;
    padding: 20px;
    text-align: center;
    border-top: 1px solid #eeeeee;
}

.footer-copyright-8472 p {
    font-size: 12px;
    color: #888888;
}

/* ========================================
   レスポンシブデザイン
   ======================================== */

/* タブレット (768px以下) */
@media screen and (max-width: 768px) {
    .footer-new-8472 {
        padding: 40px 0 0;
    }

    .footer-container-8472 {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .footer-left-8472 {
        grid-column: 1 / -1;
        align-items: center;
        text-align: center;
    }

    .footer-description-8472 {
        text-align: center;
    }

    .footer-sns-8472 {
        justify-content: center;
    }

    .footer-center-8472 {
        justify-content: flex-start;
    }

    .footer-nav-8472 {
        gap: 40px;
    }

    .footer-right-8472 {
        align-items: flex-end;
    }
}

/* スマートフォン (576px以下) */
@media screen and (max-width: 576px) {
    .footer-container-8472 {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 0 16px;
    }

    .footer-left-8472 {
        align-items: center;
    }

    .footer-logo-8472 img {
        max-width: 150px;
    }

    .footer-center-8472 {
        justify-content: center;
    }

    .footer-nav-8472 {
        gap: 50px;
    }

    .footer-nav-column-8472 {
        gap: 12px;
    }

    .footer-right-8472 {
        align-items: center;
    }

    .footer-info-title-8472 {
        text-align: center;
    }

    .footer-info-8472 {
        text-align: center;
    }

    .footer-copyright-8472 {
        margin-top: 30px;
        padding: 16px;
    }
}

/* ========================================
   スクロール有効化（app.js対応）
   ======================================== */

/* スクロール強制有効化 */
html,
html.has-scroll-smooth,
html.has-scroll-init {
    overflow: auto !important;
    overflow-x: hidden !important;
    cursor: auto !important;
}

body,
body.font-lora,
body.is-ready {
    overflow: auto !important;
    overflow-x: hidden !important;
    cursor: auto !important;
}

html.has-scroll-smooth body,
html.has-scroll-init body {
    overflow: auto !important;
}

[data-scroll-container] {
    min-height: auto !important;
}

.wrapper,
.wrapper.is-ready {
    overflow: visible !important;
    transform: none !important;
}

/* プリローダー即座に非表示 */
.preloader,
.preloader.is-loaded {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    z-index: -9999 !important;
}

.page-curtain,
.page-curtain.is-loaded {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(-100%) !important;
}

/* ロゴ・ヘッダー表示 */
.logo,
.header__left,
.header__right {
    opacity: 1 !important;
    visibility: visible !important;
}
