@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* ========================================
   四季庵 カスタムスタイル
   京懐石 四季庵 — リニューアル 2026-05
   ======================================== */

/* === CSS Variables (四季カラー) === */
:root {
    --season-color: #B5451B;
    --season-color-light: rgba(181, 69, 27, 0.15);
    --color-ink: #2C2C2A;
    --color-paper: #FAF8F4;
    --color-gold: #9A7C3F;
    --color-gold-light: #c9a227;
}

/* SWELLのトップページ自動最新投稿スライダーを非表示（HOMEはカスタムレイアウトのみ使用） */
#post_slider {
    display: none !important;
}

/* === Typography === */
body, p, li {
    font-family: 'Noto Serif JP', serif;
    font-weight: 300;
    line-height: 2.0;
}
h1, h2, h3 {
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    letter-spacing: 0.15em;
}
.en, .english, [lang="en"] {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 0.1em;
}

/* === SWELLデフォルト見出し帯型を無効化して和風スタイルに統一 === */
/* H2: 細い下罫線のシンプルスタイル */
.l-article h2,
.p-articleBody h2 {
    border: none !important;
    background: none !important;
    padding: 0 0 16px !important;
    border-bottom: 1px solid rgba(154, 124, 63, 0.4) !important;
    color: var(--color-ink) !important;
    text-align: center;
    font-size: clamp(18px, 2.5vw, 24px);
    letter-spacing: 0.2em;
    margin-bottom: 40px !important;
    margin-top: 60px !important;
}
/* H3: 金色の左縦線 */
.l-article h3,
.p-articleBody h3 {
    border: none !important;
    background: none !important;
    padding: 0 0 0 16px !important;
    border-left: 2px solid var(--color-gold) !important;
    color: var(--color-ink) !important;
    font-size: clamp(15px, 2vw, 18px);
    letter-spacing: 0.15em;
    margin-bottom: 20px !important;
}
/* chef_comment内のリンク自動装飾を無効化 */
.sm-chef-comment a,
.sm-chef-comment a:visited {
    color: inherit !important;
    text-decoration: none !important;
    pointer-events: none;
}


/* === KV / Hero Section === */

/* コンセプトコピー (KV内) */
.kaisen-fv-concept {
    font-family: 'Noto Serif JP', serif;
    font-size: clamp(16px, 3vw, 22px);
    font-weight: 300;
    letter-spacing: 0.3em;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    opacity: 0.95;
    line-height: 1.8;
    display: block;
}

/* 季節カラーオーバーレイ */
.kv-swiper {
    position: relative;
}
.kv-swiper::after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: var(--season-color-light);
    z-index: 1;
    pointer-events: none;
}
.kaisen-fv-text {
    position: relative;
    z-index: 2;
}

/* KV CTA ボタン */
.kv-cta-btn {
    display: inline-block;
    position: relative;        /* Swiperオーバーレイより前面に */
    z-index: 10;               /* Swiper::after (z-index:1) より上 */
    pointer-events: auto;      /* Swiperのtouchイベントキャプチャを無効化 */
    border: 1px solid rgba(255, 255, 255, 0.85);
    color: #fff;
    font-family: 'Noto Serif JP', serif;
    font-size: 13px;
    letter-spacing: 0.25em;
    padding: 14px 36px;
    text-decoration: none !important;
    transition: background 0.3s;
    margin-top: 28px;
    line-height: 1.4;
}
.kv-cta-btn:hover,
.kv-cta-btn:focus {
    background: rgba(255, 255, 255, 0.18);
    color: #fff !important;
    text-decoration: none !important;
}
.kv-cta-en {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 10px;
    letter-spacing: 0.3em;
    margin-top: 4px;
    opacity: 0.75;
    font-style: italic;
}

/* === Section Spacing === */
.kaisen-concept-section {
    padding-top: 120px !important;
    padding-bottom: 100px !important;
}
.kaisen-course-detail {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
.kaisen-ippin-section {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}
@media (max-width: 768px) {
    .kaisen-concept-section,
    .kaisen-course-detail,
    .kaisen-ippin-section {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
}

/* === Navigation === */
.l-header__nav .c-nav__item a,
#g-nav .c-nav__item a {
    font-family: 'Noto Serif JP', serif;
    font-size: 12px;
    letter-spacing: 0.2em;
}
/* 今月の膳 ナビ強調 */
.nav-seasonal > a {
    color: var(--color-gold) !important;
    font-weight: 400;
}

/* === コース説明文 === */
.kaisen-course-desc {
    font-family: 'Noto Serif JP', serif;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 2.2;
    color: #3d3833;
    text-align: center;
    margin: 0 0 32px;
    padding: 20px 24px;
    border-top: 1px solid rgba(44, 44, 42, 0.12);
    border-bottom: 1px solid rgba(44, 44, 42, 0.12);
}
/* コースキャッチコピー（品目リスト下） */
.kaisen-course-tagline {
    font-family: 'Noto Serif JP', serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.15em;
    line-height: 2.2;
    color: var(--color-gold);
    text-align: center;
    margin: 24px 0 0;
    padding: 20px 16px 0;
    border-top: 1px solid rgba(154, 124, 63, 0.25);
}
/* SWELLの自動キーワードリンク装飾を無効化 */
.kaisen-course-tagline a,
.kaisen-course-tagline a:visited,
.kaisen-course-tagline a:hover {
    color: inherit !important;
    text-decoration: none !important;
    pointer-events: none;
    border-bottom: none !important;
}

/* 松コース — 最上位強調 */
.kaisen-course-block-matsu .kaisen-course-detail {
    position: relative;
}
.kaisen-course-block-matsu .kaisen-course-detail::before {
    content: '今季おすすめ';
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Noto Serif JP', serif;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 0.25em;
    color: var(--color-gold);
    background: var(--color-paper);
    padding: 4px 16px;
    border: 1px solid var(--color-gold);
    white-space: nowrap;
    z-index: 1;
}
.kaisen-course-block-matsu {
    outline: 1.5px solid rgba(154, 124, 63, 0.35);
}

/* コース漢字ラベル（大） */
.kaisen-course-ja-label {
    font-family: 'Noto Serif JP', serif;
    font-size: 52px;
    font-weight: 300;
    letter-spacing: 0.1em;
    color: var(--color-gold);
    line-height: 1;
    display: block;
    text-align: center;
    margin-bottom: 6px;
}

/* === 今月の膳 ページ (page-seasonal-menu.php) === */
.seasonal-menu-page {
    max-width: 100%;
    background: var(--color-paper);
}
/* sm-heroをSWELLのarticle幅制約から脱出させて全幅化 */
.sm-hero {
    position: relative;
    /* SWELLのleft:calc(50%-50vw)方式で全幅化（margin-leftは使わない） */
    left: calc(50% - 50vw);
    width: 100vw;
    max-width: 100vw;
    height: 80vh;
    overflow: hidden;
    margin-bottom: 0;
}
.sm-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sm-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(44, 44, 42, 0) 40%, rgba(44, 44, 42, 0.65) 100%);
}
.sm-hero-title {
    position: absolute;
    bottom: 48px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Noto Serif JP', serif;
    font-size: clamp(28px, 5vw, 48px);
    font-weight: 300;
    letter-spacing: 0.3em;
    color: #fff;
    white-space: nowrap;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
    margin: 0;
}
.sm-body {
    max-width: 680px;
    margin: 0 auto;
    padding: 80px 24px 120px;
    font-family: 'Noto Serif JP', serif;
}
.sm-seasonal-note {
    font-family: 'Cormorant Garamond', serif;
    font-size: 13px;
    letter-spacing: 0.3em;
    color: var(--color-gold);
    text-align: center;
    margin-bottom: 48px;
    font-style: italic;
}
.sm-chef-comment {
    font-size: 15px;
    line-height: 2.2;
    letter-spacing: 0.05em;
    border-top: 1px solid rgba(44, 44, 42, 0.15);
    border-bottom: 1px solid rgba(44, 44, 42, 0.15);
    padding: 40px 0;
    margin-bottom: 48px;
    color: var(--color-ink);
}
.sm-sub-photos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 64px;
}
.sm-sub-img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
.sm-reserve-wrap {
    text-align: center;
}
.sm-reserve-btn {
    display: inline-block;
    border: 1px solid var(--color-ink);
    color: var(--color-ink);
    font-family: 'Noto Serif JP', serif;
    font-size: 13px;
    letter-spacing: 0.25em;
    padding: 18px 48px;
    text-decoration: none !important;
    transition: background 0.3s, color 0.3s;
    line-height: 1.4;
}
.sm-reserve-btn:hover {
    background: var(--color-ink);
    color: #fff !important;
    text-decoration: none !important;
}
.sm-reserve-en {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 10px;
    letter-spacing: 0.3em;
    margin-top: 4px;
    opacity: 0.6;
    font-style: italic;
}
@media (max-width: 600px) {
    .sm-sub-photos { grid-template-columns: 1fr; }
    .sm-hero { height: 60vh; }
    .sm-hero-title { white-space: normal; text-align: center; width: 90%; }
}

/* === 料理長だより (single.php) === */
.chefs-note-wrap {
    max-width: 680px;
    margin: 80px auto 120px;
    padding: 0 24px;
    font-family: 'Noto Serif JP', serif;
}
.chefs-note-wrap .cn-eyebrow {
    font-family: 'Cormorant Garamond', serif;
    font-size: 11px;
    letter-spacing: 0.4em;
    color: var(--color-gold);
    display: block;
    text-align: center;
    margin-bottom: 8px;
    font-style: italic;
}
.chefs-note-wrap h1.cn-title {
    font-family: 'Noto Serif JP', serif;
    font-size: clamp(20px, 3.5vw, 30px);
    font-weight: 300;
    letter-spacing: 0.2em;
    text-align: center;
    margin-bottom: 8px;
    color: var(--color-ink);
}
.chefs-note-wrap .cn-date {
    font-family: 'Cormorant Garamond', serif;
    font-size: 12px;
    letter-spacing: 0.2em;
    color: #888;
    text-align: center;
    display: block;
    margin-bottom: 48px;
}
.chefs-note-thumb {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    margin-bottom: 48px;
}
.chefs-note-body {
    font-size: 15px;
    line-height: 2.4;
    letter-spacing: 0.05em;
    border-top: 1px solid rgba(44, 44, 42, 0.15);
    padding-top: 40px;
    color: var(--color-ink);
}
.cn-share {
    margin-top: 56px;
    text-align: center;
}
.cn-back {
    display: inline-block;
    font-family: 'Noto Serif JP', serif;
    font-size: 12px;
    letter-spacing: 0.2em;
    color: var(--color-gold);
    text-decoration: none;
    border-bottom: 1px solid var(--color-gold);
    padding-bottom: 2px;
}

/* === CF7 予約フォーム === */
.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
    font-family: 'Noto Serif JP', serif !important;
    font-size: 14px !important;
    padding: 12px 16px !important;
    border: 1px solid rgba(44, 44, 42, 0.3) !important;
    border-radius: 0 !important;
    width: 100% !important;
    background: #fff !important;
    box-sizing: border-box !important;
}

/* === フッター サブコピー === */
.shikian-footer-concept {
    font-family: 'Noto Serif JP', serif;
    font-size: 12px;
    letter-spacing: 0.35em;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    display: block;
    margin-bottom: 20px;
    line-height: 2;
}
