@charset "UTF-8";

/* reset----------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; outline:0; font-weight:400; background:transparent; }
body { line-height:1; }
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display:block; }
nav ul { list-style:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; vertical-align:baseline; background:transparent; text-decoration:none; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ddd; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }
*, *::before, *::after { box-sizing: border-box; }

/* basic ---------------------------------- */
body {
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
}

figure { width: 100%; display: block; margin: 0; }
img { width: 100%; display: block; vertical-align: bottom; }

/* 幅クラス */
.w-100 { width: 800px; margin: 0 auto; }
.w-90  { width: 720px; margin: 0 auto; }
.w-85  { width: 680px; margin: 0 auto; }

/* ============================================================
   メインエリア（上部）
   ============================================================ */
.main_top {
    width: 100%;
    background-color: #920108;
}

/* KV */
.top_menu {
    background-color: #920108;
}

/* メニューラッパー */
.menu_wrap_01 {
    background-color: #920108;
    padding-top: 40px;
    padding-bottom: 60px;
    overflow: hidden;
}

/* セクション見出し */
.sec_ttl {
    margin-bottom: 20px;
}

.sec_ttl_black {
    margin-bottom: 20px;
}

/* 各メニューアイテム */
.menu_item {
    margin-bottom: 30px;
}

.last_item {
    margin-bottom: 0;
}

/* ============================================================
   食べ放題エリア（下部）
   ============================================================ */
.bottom_area {
    width: 100%;
    background-color: #920108;
}

.course_area {
    margin: 0 auto;
    position: relative;
}

/* 詳しくはこちらボタン */
.btn_area {
    position: absolute;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
    width: 560px;
}

.btn_link {
    display: block;    
    transition: opacity 0.2s ease;
}

.btn_link:hover {
    opacity: 0.6;
}

/* クーポン〜フッターまとめエリア */
.coupon_area {
    width: 100%;
    background-color: #920108;
}

.coupon_ttl {
    position: relative;
}

.btn_coupon_area {
    position: absolute;
    bottom: 28%;
    left: 50%;
    transform: translateX(-50%);
    width: 560px;
}

/* 注意書き */
.notes {
    position: absolute;
    bottom: 40%;
    left: 50%;
    transform: translateX(-50%);
    width: 680px;
    font-size: 14px;
    text-align: center;
    line-height: 1.6;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
}

/* フッターボタン */
.ft_btn_area {
    position: absolute;
    bottom: 25%;
    left: 50%;
    transform: translateX(-50%);
    width: 400px;
}

.ft_btn_area a {
    display: block;
    transition: opacity 0.2s ease;
}

.ft_btn_area a:hover {
    opacity: 0.7;
}

.btn_coupon_area {
    position: absolute;
    bottom: 45%;
    left: 50%;
    transform: translateX(-50%);
    width: 560px;
}

/* 下部フード画像 */
.btm_img {
    margin: 0 auto 20px;
}

/* コピーライト */
.copyright {
    background-color: #000;
    padding: 15px 0;
}

.copyright p {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
}

/* ============================================================
   Coming Soon オーバーレイ
   公開時は → .coming_soon に display: none; を追加するだけでOK
   ============================================================ */
.coming_soon {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(50, 50, 50, 0.85);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.coming_soon_text {
    color: #fff;
    font-size: 64px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.coming_soon.is-hidden {
    display: none;
}

/* ============================================================
   SP対応 max-width: 767px
   ============================================================ */
@media screen and (max-width: 767px) {

    .w-100 { width: 100%; }
    .w-90  { width: 90%; }
    .w-85  { width: 85%; }

    .main_top { width: 100%; }

    /* メニューラッパー */
    .menu_wrap_01 {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .sec_ttl {
        margin-bottom: 12px;
    }

    .sec_ttl_black {
        margin-bottom: 12px;
    }

    .menu_item {
        margin-bottom: 20px;
    }

    .course_area {
        width: 100%;
        margin-bottom: 0;
    }

    .btn_area {
        width: 280px;
        bottom: 10%;
    }

    .btn_coupon_area {
        width: 80%;
        bottom: 38%;
    }

    .notes {
        width: 85%;
        font-size: 10px;
        bottom: 16%;
        white-space: normal;
    }

    .ft_btn_area {
        width: 60%;
        bottom: 10%;
    }

    .btm_img {
        margin-bottom: 15px;
    }

    .notes {
        font-size: 12px;
        width: 90%;
        margin-bottom: 85px;
        line-height: 1.7;
    }

    .footer {
        padding: 15px 0 20px;
    }

    .ft_btn {
        width: 75%;
        margin-bottom: 15px;
    }
}