/* カスタムスタイル - restaurant5 */

/* 動画ヒーローセクション - 8472 */
.video-hero-8472 {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-hero-bg-8472 {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
}
.video-hero-overlay-8472 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
}
.video-hero-content-8472 {
    position: relative;
    z-index: 3;
    text-align: center;
    color: #fff;
    padding: 20px;
}
.video-hero-content-8472 small {
    display: block;
    color: #fff;
    letter-spacing: 2px;
}
.video-hero-content-8472 h2 {
    color: #fff;
    font-size: 2.5rem;
    line-height: 1.6;
    letter-spacing: 3px;
}
.video-hero-content-8472 a {
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    transition: opacity 0.3s ease;
}
.video-hero-content-8472 a:hover {
    opacity: 0.7;
    text-decoration: none;
}

@media (max-width: 767px) {
    .video-hero-8472 {
        height: 80vh;
    }
    .video-hero-content-8472 h2 {
        font-size: 1.5rem;
    }
}

/* フォント設定 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap');

body,
h1, h2, h3, h4, h5, h6,
p, a, span, li, div,
input, textarea, button {
    font-family: 'Noto Serif JP', serif;
}

/* ロゴがバーガーメニューを覆わないように調整 */
.logo {
    pointer-events: none;
}
.logo a {
    pointer-events: auto;
}

/* モバイルメニュー全体のz-indexを上げる */
.mobile-menu {
    z-index: 999;
}

/* バーガーメニューを確実にクリックできるように */
.nav-opener {
    z-index: 1000;
    position: relative;
    display: block;
    cursor: pointer;
}

/* モバイルメニューの背景を全幅に */
.mobile-menu .sub-section:after {
    left: -100vw;
    right: -100vw;
    width: 200vw;
}

/* フッターレイアウト - 8472 */
.footer-row-8472 {
    display: flex;
    flex-wrap: wrap;
}

/* フッターロゴセクション */
.footer-logo-section-8472 {
    text-align: left;
}
.footer-logo-img-8472 {
    width: 200px;
    height: auto;
    margin-bottom: 20px;
}
.footer-catchphrase-8472 {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
}

/* フッターメニューセクション */
.footer-menu-section-8472 {
    text-align: left;
}

/* フッター店舗情報セクション */
.footer-info-section-8472 {
    text-align: left;
}
.footer-info-8472 {
    text-align: left;
}
.footer-info-8472 p {
    margin: 0 0 5px 0;
    font-size: 14px;
    line-height: 1.8;
}
.footer-info-8472 .shop-name-8472 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

/* コピーライト */
.copyright-8472 {
    text-align: center;
    padding: 15px 0;
    font-size: 12px;
    border-top: 1px solid #eee;
}
.copyright-8472 p {
    margin: 0;
}

/* お問い合わせエリアボタン - 8472 */
.contact-area-btn-8472 {
    display: inline-block;
    padding: 15px 50px;
    background-color: #2C2C2C;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    border: 1px solid #2C2C2C;
    transition: all 0.3s ease;
}
.contact-area-btn-8472:hover {
    background-color: transparent;
    color: #2C2C2C;
    text-decoration: none;
}

/* Google Map - フッター上 */
.map-section-8472 {
    width: 100%;
    line-height: 0;
}
.map-section-8472 iframe {
    width: 100%;
    height: 400px;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}
.map-section-8472 iframe:hover {
    filter: grayscale(50%);
}

@media (max-width: 767px) {
    .map-section-8472 iframe {
        height: 300px;
    }
}

/* ヘッダー MENUボタン */
.menu ul li .menu-btn-8472 {
    display: inline-block;
    padding: 8px 20px;
    background-color: #2C2C2C;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    border: 1px solid #2C2C2C;
    transition: all 0.3s ease;
    line-height: 1;
    vertical-align: middle;
}
.menu ul li .menu-btn-8472:hover {
    background-color: transparent;
    color: #2C2C2C;
    text-decoration: none;
}

/* ヘッダー CONTACTボタン */
.menu ul li .contact-btn-8472 {
    display: inline-block;
    padding: 8px 20px;
    background-color: #2C2C2C;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    border: 1px solid #2C2C2C;
    transition: all 0.3s ease;
    line-height: 1;
    vertical-align: middle;
}
.menu ul li .contact-btn-8472:hover {
    background-color: transparent;
    color: #2C2C2C;
    text-decoration: none;
}

/* ヘッダーロゴ */
.header-logo-8472 {
    width: 180px;
    height: auto;
}

@media (max-width: 991px) {
    .header-logo-8472 {
        width: 150px;
    }
}

@media (max-width: 767px) {
    .header-logo-8472 {
        width: 130px;
    }
    .footer-logo-section-8472,
    .footer-menu-section-8472,
    .footer-info-section-8472 {
        text-align: center;
        margin-bottom: 30px;
    }
    .footer-logo-img-8472 {
        width: 160px;
    }
    .footer-info-8472 {
        text-align: center;
    }
    .footer-info-8472 p {
        font-size: 13px;
    }
    .footer-info-8472 .shop-name-8472 {
        font-size: 16px;
    }
    .footer .social {
        justify-content: center;
    }
    /* SNSアイコンの間隔を広げる - 8472 */
    .footer .social.flex-sp {
        gap: 20px;
    }
}

