/* object/project/shokudo.css */
/* 食堂ページ固有のスタイル */

/* =========================================================
   食堂ページ専用 ヘッダー・フッター色・レイアウト変更
========================================================= */
footer.kingkong-footer {
    background-color: #FFF6E8 !important;
}

.kingkong-footer .gorillainfo,
.kingkong-footer .cotoriinfo,
.kingkong-footer .okigeiinfo {
    justify-content: flex-start !important;
    gap: 16px;
}

.headerpc .kingkong-header,
.headermb {
    background-color: #FFD166 !important;
}

.headermb__nav {
    background: linear-gradient(#FFD166, #fff) !important;
}

.headermb-contact button {
    background-color: #F28C28 !important;
}

li.kingkong-gr {
    background-color: #F28C28 !important;
}

li.kingkong-gr p,
li.kingkong-gr div,
li.kingkong-gr {
    color: #FFF !important;
}

/* =========================================================
   FV (ファーストビュー)
   食堂のメイン画像とロゴカードを表示するエリアです。
========================================================= */
.shokudo-fv-wrapper {
    position: relative;
    overflow: hidden;
}

.shokudo-fv {
    position: relative;
    width: 100%;
    min-height: 130vh;
    height: 130vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    margin-bottom: 0;
}

/* --- FVとAboutの間のカーブ線（シェイプデバイダー） --- */
.fv-shape-divider {
    position: absolute;
    bottom: -2px; /* 隙間防止 */
    left: -5%;
    width: 110%;
    height: 12vw; /* PCでのカーブの高さ */
    z-index: 10;
    pointer-events: none;
}

.fv-shape-divider svg {
    display: block;
    width: 100%;
    height: 100%;
}

.fv-shape-divider path.orange-curve {
    stroke-width: 10px;
    transform: translateY(15px); /* 余白の量 */
}

/* --- 背景画像 --- */
.shokudo-fv__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.shokudo-fv__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* --- FVカード（ロゴ+説明） --- */
.shokudo-fv__card {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.7);
    padding: 0px 50px 36px;
    text-align: center;
    max-width: 900px;
    width: 90%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.shokudo-fv__logo {
    margin-bottom: 12px;
}

.shokudo-fv__logo img {
    width: 420px;
    height: auto;
    margin: 0 auto;
}

.shokudo-fv__subtitle {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #555;
    letter-spacing: 0.2em;
    margin-bottom: 8px;
    text-align: center;
}

.shokudo-fv__title {
    font-family: "Shippori Mincho", "Noto Sans JP", serif;
    font-size: 36px;
    font-weight: 600;
    color: #333;
    letter-spacing: 0.35em;
    margin-bottom: 24px;
    text-align: center;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 12px 0;
}

.shokudo-fv__desc {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #555;
    line-height: 1.9;
    letter-spacing: 0.05em;
    text-align: center;
}

/* =========================================================
   食堂について
   食×芸術×人のコンセプトを紹介するエリアです。
========================================================= */
.shokudo-about {
    background-color: #f9f5ec;
    padding: 80px 0;
    overflow: hidden;
}

.shokudo-about__inner {
    position: relative;
    padding: 60px 0;
    display: flex;
    align-items: center;
    gap: 40px;
}

/* --- 左側テキスト --- */
.shokudo-about__text {
    flex: 1;
    min-width: 0;
    z-index: 2;

}

.shokudo-about__heading {
    font-family: "poppins", "Noto Sans JP", serif;
    font-size: 42px;
    font-weight: 600;
    color: #333;
    letter-spacing: 0.12em;
    margin-bottom: 32px;
    text-align: left;
}

.shokudo-about__text p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #555;
    line-height: 2;
    margin-bottom: 2px;
}

/* --- 右側：円形画像 --- */
.shokudo-about__images {
    position: relative;
    width: 500px;
    min-width: 380px;
    height: 380px;
}

.shokudo-about__circle {
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.shokudo-about__circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.shokudo-about__circle--top {
    width: 260px;
    height: 260px;
    top: 0;
    right: 0;
    z-index: 2;
}

.shokudo-about__circle--bottom {
    width: 220px;
    height: 220px;
    bottom: 0;
    left: 0px;
    z-index: 3;
}

/* --- 装飾ドット --- */
.shokudo-dot {
    position: absolute;
    border-radius: 50%;
    background-color: #ffd116;
    z-index: 1;
}

.shokudo-dot--1 {
    width: 40px;
    height: 40px;
    top: 20px;
    right: 10px;
}

.shokudo-dot--3 {
    width: 28px;
    height: 28px;
    bottom: 10px;
    right: 500px;
}

.shokudo-dot--4 {
    width: 130px;
    height: 130px;
    bottom: 50px;
    left: -60px;
    background-color: transparent;
    border: 1px solid #ffd116;
    box-sizing: border-box;
}

.shokudo-dot--5 {
    width: 130px;
    height: 130px;
    bottom: 150px;
    right: -40px;
    background-color: transparent;
    border: 1px solid #ffd116;
    box-sizing: border-box;
}

/* =========================================================
   ガバナンス規定リンク一覧
========================================================= */
.shokudo-governance {
    padding: 80px 0;
}

.shokudo-governance h2 {
    margin-bottom: 50px;
}

.shokudo-governance__content {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    gap: 60px;
}

.shokudo-governance__text {
    flex: 1;
    min-width: 0;
}

.shokudo-governance__desc {
    font-size: 15px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 30px;
}

.shokudo-governance__links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.shokudo-governance__links li {
    margin-bottom: 12px;
}

.shokudo-governance__links a,
.shokudo-governance__link {
    font-size: 15px;
    color: #4a7aa5;
    text-decoration: none;
    transition: color 0.3s;
}

.shokudo-governance__links a:hover,
.shokudo-governance__link:hover {
    color: #2d5a80;
    text-decoration: underline;
}

.shokudo-governance__logo {
    flex-shrink: 0;
    width: 150px;
    align-self: flex-end;
}

.shokudo-governance__logo img {
    width: 100%;
    height: auto;
}

/* =========================================================
   アクセス情報
========================================================= */
.shokudo-access {
    padding: 0;
    background-color: #fff;
}

.shokudo-access__inner {
    display: flex;
    align-items: stretch;
}

.shokudo-access__heading {
    font-family: "Poppins", "Noto Sans JP", serif;
    font-size: 42px;
    font-weight: 700;
    color: #2B2A32;
    letter-spacing: 0.15em;
    line-height: 1.3;
    writing-mode: vertical-rl;
    padding: 40px 30px;
    margin: 0;
    display: flex;
    align-items: center;
}

.shokudo-access__map-area {
    flex: 1;
    position: relative;
}

.shokudo-access__map {
    width: 90%;
    border: 4px solid #ffd116;
    border-radius: 30px;
    overflow: hidden;
    margin-left: auto;

}

.shokudo-access__map iframe {
    display: block;
    width: 100%;
    height: 400px;
}

/* --- GoogleMapボタン --- */
.shokudo-access__map-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #FFD166;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    padding: 20px 24px;
    border-radius: 30px;
    text-decoration: none;
    position: absolute;
    bottom: -20px;
    left: 20px;
    box-shadow: 0 3px 10px rgba(124, 124, 124, 0.1), 0 2px 6px rgba(136, 136, 136, 0.1);
    z-index: 2;
}

.shokudo-access__google-icon {
    width: 18px;
    height: 18px;
}

/* --- アクセス詳細情報 --- */
.shokudo-access__info {
    padding: 40px 0;
}

.shokudo-access__info-inner {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
    gap: 20px 60px;
    padding: 0;
}

.shokudo-access__info-item {
    display: flex;
    gap: 16px;
    align-items: baseline;
    width: 350px;
}

.shokudo-access__info-item dt {
    font-weight: 700;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
}

.shokudo-access__info-item dd {
    font-size: 14px;
    color: #555;
    margin: 0;
    line-height: 1.7;
}

/* =========================================================
   Follow us on Instagram
========================================================= */
.shokudo-instagram {
    padding: 80px 0;
    overflow: hidden;
}

.shokudo-instagram__inner {
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 60px;
    padding: 0;
    position: relative;
}

/* --- 装飾円 --- */
.shokudo-instagram__circle {
    position: absolute;
    border-radius: 50%;
    z-index: 0;
}

.shokudo-instagram__circle--1 {
    width: 100px;
    height: 100px;
    background-color: #ffd116;
    top: -30px;
    right: 80px;
}

.shokudo-instagram__circle--2 {
    width: 140px;
    height: 140px;
    background-color: #FFF6E8;
    bottom: -40px;
    right: -20px;
}

.shokudo-instagram__circle--3 {
    width: 220px;
    height: 220px;
    background-color: #FFF6E8;
    top: 200px;
    right: 500px;
}



/* --- 写真 --- */
.shokudo-instagram__photo {
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.shokudo-instagram__photo img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}

/* --- テキスト --- */
.shokudo-instagram__text {
    flex: 1;
    text-align: center;
    position: relative;
    z-index: 1;
}

.shokudo-instagram__heading {
    font-family: "Outfit", "Noto Sans JP", sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-bottom: 16px;
    line-height: 1.3;
}

.shokudo-instagram__desc {
    font-size: 15px;
    color: #666;
    text-align: center;
    margin-bottom: 24px;
}

.shokudo-instagram__btn {
    display: inline-block;
    background-color: #F28C28;
    color: #FFF;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 36px;
    border-radius: 30px;
    text-decoration: none;
    margin-bottom: 20px;
}

.shokudo-instagram__account {
    font-size: 14px;
    color: #888;
    font-style: italic;
    text-align: center;
}

.shokudo-instagram__qr {
    display: block;
    width: 120px;
    height: auto;
    margin: 16px auto 0;
}

/* --- Instagramアイコン --- */
.shokudo-instagram__icon {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    align-self: flex-end;
}

.shokudo-instagram__icon svg {
    opacity: 0.7;
}

/* =========================================================
   レスポンシブ（タブレット対応 Bootstrap md以下）
========================================================= */
@media screen and (max-width: 991.98px) {

    /* --- FV --- */
    .shokudo-fv {
        min-height: 100vh;
        height: 100vh;
    }

    .shokudo-fv__card {
        padding: 20px 36px 30px;
        max-width: 700px;
        width: 90%;
    }

    .shokudo-fv__logo img {
        width: 300px;
    }

    .shokudo-fv__title {
        font-size: 30px;
        letter-spacing: 0.3em;
    }

    .shokudo-fv__desc {
        font-size: 16px;
    }

    .fv-shape-divider {
        height: 8vw; /* タブレットでのカーブの高さ */
    }

    /* --- 食堂について --- */
    .shokudo-about {
        padding: 60px 0;
    }

    .shokudo-about__inner {
        flex-direction: column;
        padding: 40px 0;
        gap: 30px;
    }

    .shokudo-about__heading {
        font-size: 32px;
        margin-bottom: 24px;
        text-align: center;
    }

    .shokudo-about__text p {
        font-size: 16px;
    }

    .shokudo-about__images {
        width: 100%;
        min-width: unset;
        height: 260px;
        display: flex;
        justify-content: center;
        gap: 20px;
    }

    .shokudo-about__circle--top {
        position: relative;
        width: 220px;
        height: 220px;
        top: auto;
        right: auto;
    }

    .shokudo-about__circle--bottom {
        position: relative;
        width: 190px;
        height: 190px;
        bottom: auto;
        right: auto;
        align-self: flex-end;
    }

    .shokudo-dot--4,
    .shokudo-dot--5 {
        display: none;
    }

    /* --- ガバナンス規定 --- */
    .shokudo-governance {
        padding: 60px 0;
    }

    .shokudo-governance__content {
        flex-direction: column;
        gap: 30px;
    }

    .shokudo-governance__logo {
        width: 150px;
        align-self: center;
    }

    /* --- アクセス情報 --- */
    .shokudo-access__inner {
        flex-direction: column;
    }

    .shokudo-access__heading {
        writing-mode: horizontal-tb;
        font-size: 36px;
        padding: 30px 0 10px;
        text-align: center;
        justify-content: center;
    }

    .shokudo-access__map {
        width: 100%;
    }

    .shokudo-access__info-inner {
        flex-direction: column;
        gap: 16px;
        padding: 0 20px;
    }

    .shokudo-access__info-item {
        width: 100%;
    }

    /* --- Instagram --- */
    .shokudo-instagram {
        padding: 60px 0;
    }

    .shokudo-instagram__inner {
        flex-direction: column;
        gap: 30px;
        padding: 0;
    }

    .shokudo-instagram__photo {
        width: 100%;
    }

    .shokudo-instagram__heading {
        font-size: 30px;
    }

    .shokudo-instagram__icon {
        display: none;
    }

    .shokudo-instagram__circle--1 {
        width: 70px;
        height: 70px;
    }

    .shokudo-instagram__circle--2 {
        width: 100px;
        height: 100px;
    }
}

/* =========================================================
   レスポンシブ（モバイル対応 Bootstrap sm以下）
========================================================= */
@media screen and (max-width: 767.98px) {

    /* --- FV --- */
    .shokudo-fv {
        min-height: 100vh;
        height: 100vh;
        align-items: flex-start;
        padding-top: 60px;
    }

    .shokudo-fv__card {
        padding: 30px 0px;
        width: 100%;
        background: rgba(255, 255, 255, 0.65);
        border-radius: 0;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    }

    .shokudo-fv__title {
        font-size: 22px;
        letter-spacing: 0.2em;
    }

    .shokudo-fv__subtitle {
        font-size: 11px;
    }

    .shokudo-fv__desc {
        font-size: 24px;
        line-height: 1.8;
        font-weight: 500;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .shokudo-fv__logo img {
        width: 100%;
    }

    .fv-shape-divider {
        height: 15vw; /* モバイルでのカーブの高さ */
    }

    .fv-shape-divider path.orange-curve {
        stroke-width: 6px; /* モバイルでの線の太さ */
        transform: translateY(8px); /* モバイルでの余白 */
    }

    /* --- 食堂について --- */
    .shokudo-about {
        padding: 40px 0;
    }

    .shokudo-about__heading {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .shokudo-about__images {
        height: 260px;
        position: relative;
        display: block;
    }

    .shokudo-about__circle--top {
        position: absolute;
        width: 170px;
        height: 170px;
        top: 0;
        right: 0;
    }

    .shokudo-about__circle--bottom {
        position: absolute;
        width: 150px;
        height: 150px;
        bottom: 0;
        left: 0;
    }

    .shokudo-dot--1,
    .shokudo-dot--3 {
        display: none;
    }

    /* --- ガバナンス規定 --- */
    .shokudo-governance {
        padding: 40px 0;
    }

    .shokudo-governance h2 {
        margin-bottom: 30px;
    }

    /* --- アクセス情報 --- */
    .shokudo-access__heading {
        font-size: 28px;
    }

    .shokudo-access__map iframe {
        height: 260px;
    }

    .shokudo-access__map-btn {
        position: absolute;
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
        padding: 12px 20px;
        font-size: 16px;
        white-space: nowrap;
    }

    .shokudo-access__info-item {
        flex-direction: column;
        gap: 8px;
    }

    /* --- Instagram --- */
    .shokudo-instagram {
        padding: 40px 0;
    }

    .shokudo-instagram__inner {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        justify-items: center;
        gap: 15px;
    }

    .shokudo-instagram__text {
        display: contents;
    }

    .shokudo-instagram__heading {
        grid-column: 1 / -1;
        order: 1;
        font-size: 24px;
        margin-bottom: 0;
        text-align: center;
    }

    .shokudo-instagram__photo {
        grid-column: 1 / -1;
        order: 2;
        width: 100%;
    }

    .shokudo-instagram__photo img {
        height: 260px;
        object-fit: cover;
    }

    .shokudo-instagram__desc {
        grid-column: 1 / -1;
        order: 3;
        font-size: 16px;
        margin-bottom: 0;
    }

    .shokudo-instagram__btn {
        grid-column: 1 / -1;
        order: 4;
        font-size: 16px;
        padding: 10px 28px;
    }

    .shokudo-instagram__account {
        grid-column: 1 / -1;
        order: 5;
    }

    .shokudo-instagram__qr {
        grid-column: 2;
        order: 6;
        width: 80px;
        margin: 0;
    }

    .shokudo-instagram__icon {
        display: block;
        grid-column: 3;
        justify-self: end;
        align-self: center;
        order: 7;
        margin: 0;
    }

    .shokudo-instagram__icon svg {
        width: 80px;
        height: 80px;
    }

    .shokudo-instagram__circle--1 {
        width: 100px;
        height: 100px;
        top: 10px;
        /* ← モバイル版の位置（上から） */
        right: -30px;
        /* ← モバイル版の位置（右から） */
    }

    .shokudo-instagram__circle--2 {
        width: 70px;
        height: 70px;
        bottom: 20px;
        /* ← モバイル版の位置（下から） */
        right: -10px;
        /* ← モバイル版の位置（右から） */
    }
}
/* Hy[Ŵ݃no[K[j[̐Fێ */
.headermb_box { background-color: #F28C28 !important; }

/* irQ[VE[̓dbԍp */
.shokudo-gr { background-color: #F28C28; }
.shokudo-gr p { color: #FFF; }
