/*!
Theme Name: Cocoon Child
Template: cocoon-master
Description: Cocoon Child Theme - ハンバーガー紳士倶楽部カスタマイズ
Author: HGC
Version: 1.0.0
*/

/* =====================================================
   アイコン画像共通
   ===================================================== */
.hgc-icon { display: inline-block; vertical-align: middle; }
img.hgc-icon { width: auto; height: 1em; object-fit: contain; }
.hgc-icon--section { height: 24px; margin-right: 8px; vertical-align: -3px; }
.hgc-icon--about { height: 40px; width: auto; display: block; margin-bottom: 14px; }
.hgc-icon--assoc { height: 28px; }
.hgc-icon--sidebar { height: 16px; margin-right: 4px; vertical-align: -2px; }
.hgc-icon--fallback { font-size: inherit; }
.hgc-logo-img { height: 72px; width: auto; display: block; }
.hgc-logo-fallback-text { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 700; color: #c8a050; letter-spacing: 0.12em; }
.hgc-ft-logo-icon { height: 32px; width: auto; display: block; }

/* =====================================================
   フロントページテンプレート
   ===================================================== */
.hgc-front-main { width: 100%; max-width: 100%; margin: 0; padding: 0; overflow-x: hidden; }

.front-top-page .entry-title,
.front-top-page .date-tags,
.front-top-page .sns-share,
.front-top-page .sns-follow,
.front-top-page .footer-meta,
.front-top-page .publisher,
.front-top-page .article-header,
.front-top-page .article-footer { display: none !important; }

.front-top-page #main { width: 100% !important; max-width: 100% !important; padding: 0 !important; margin: 0 !important; }
.front-top-page .article { margin: 0 !important; padding: 0 !important; }
.front-top-page #content-in,
.front-top-page #content { padding: 0 !important; margin: 0 !important; max-width: 100% !important; width: 100% !important; }
.front-top-page .wrap { max-width: 100% !important; padding: 0 !important; }
.front-top-page #content-top .widget { margin: 0 !important; padding: 0 !important; }

/* =====================================================
   記事ページ以外：サイドバー非表示 + フル幅
   ===================================================== */
body:not(.single):not(.blog):not(.page) #sidebar { display: none !important; width: 0 !important; }
body:not(.single):not(.blog):not(.page) #main { width: 100% !important; max-width: 100% !important; margin: 0 !important; float: none !important; padding-right: 0 !important; }
body:not(.single):not(.blog):not(.page) #content-in.content-in { display: flex !important; flex-wrap: nowrap !important; }
body:not(.single):not(.blog):not(.page) #content-in.content-in #main { flex: 1 1 100% !important; max-width: 100% !important; }
body:not(.single):not(.blog):not(.page) .content-body,
body:not(.single):not(.blog):not(.page) .content { margin: 0 !important; }

/* トップページ・一覧の .wrap は幅制限不要 */
body:not(.single):not(.blog):not(.page) .wrap { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* =====================================================
   記事ページ：single.php で #wrap > #content-in 復活済み
   Cocoon ネイティブ float 2カラムをそのまま使う
   ===================================================== */
/* =====================================================
   記事ページ：2カラム安定化
   親テーマ footer.php が sidebar を出す前提
   ===================================================== */
body.single #wrap {
    padding-left: 32px !important;
    padding-right: 32px !important;
    box-sizing: border-box !important;
    max-width: 1340px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

body.single #content {
    width: 100%;
}

body.single #content-in.content-in {
    display: flow-root !important;
}

body.single #main.main {
    float: left !important;
    width: 860px !important;
    max-width: 860px !important;
    padding-right: 32px !important;
    box-sizing: border-box !important;
}

body.single #sidebar,
body.single #sidebar.sidebar {
    float: right !important;
    width: 376px !important;
    max-width: 376px !important;
    display: block !important;
    box-sizing: border-box !important;
    margin-top: 0 !important;
    clear: none !important;
    position: static !important;
    top: auto !important;
    max-height: none !important;
    overflow: visible !important;
}

body.single article.article {
    box-sizing: border-box;
}

body.single #sidebar .widget {
    background: #fff;
    border: 1px solid rgba(200,169,110,0.15);
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 24px;
}

body.single #sidebar .widget-title {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 15px !important;
    font-style: italic;
    color: #1a1209 !important;
    letter-spacing: 0.08em !important;
    margin-bottom: 16px !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid rgba(200,169,110,0.2) !important;
    background: none !important;
    -webkit-text-fill-color: #1a1209 !important;
}

@media (max-width: 1100px) {
    body.single #wrap {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    body.single #main.main,
    body.single #sidebar,
    body.single #sidebar.sidebar {
        float: none !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    body.single #main.main {
        padding-right: 0 !important;
    }

    body.single #sidebar,
    body.single #sidebar.sidebar {
        margin-top: 32px !important;
    }
}

@media (max-width: 767px) {
    body.single #wrap {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}

/* =====================================================
   ブログ一覧（body.blog）：2カラムレイアウト
   home.php が #wrap > #content-in を出力
   ===================================================== */
body.blog #wrap {
    max-width: 1280px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 48px !important;
    padding-right: 48px !important;
    box-sizing: border-box !important;
}

body.blog #content-in.content-in {
    display: flex !important;
    align-items: flex-start !important;
    gap: 32px !important;
    overflow: visible !important;
}

body.blog #main.main {
    float: none !important;
    flex: 1 1 0% !important;
    min-width: 0 !important;
    max-width: calc(100% - 408px) !important;
    width: auto !important;
    padding: 40px 0 48px !important;
    box-sizing: border-box !important;
    margin: 0 !important;
}

body.blog #sidebar,
body.blog #sidebar.sidebar {
    display: block !important;
    float: none !important;
    width: 376px !important;
    max-width: 376px !important;
    min-width: 376px !important;
    flex-shrink: 0 !important;
    align-self: flex-start !important;
    position: sticky !important;
    top: 88px !important;
    box-sizing: border-box !important;
    margin-top: 40px !important;
    overflow: visible !important;
}

body.blog #sidebar .widget {
    background: #fff;
    border: 1px solid rgba(200,169,110,0.15);
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 24px;
}

@media (max-width: 1100px) {
    body.blog #wrap {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
    body.blog #content-in.content-in {
        display: block !important;
    }
    body.blog #main.main {
        max-width: 100% !important;
        width: 100% !important;
    }
    body.blog #sidebar,
    body.blog #sidebar.sidebar {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        position: static !important;
        margin-top: 32px !important;
    }
    body.blog .list,
    body.blog .archive-entry-cards {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 767px) {
    body.blog #wrap {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    body.blog #main.main {
        padding: 20px 0 32px !important;
    }
    body.blog .list,
    body.blog .archive-entry-cards {
        grid-template-columns: 1fr !important;
    }
}

/* =====================================================
   固定ページ（body.page）：2カラムレイアウト
   page.php が #wrap > #content-in を出力
   ※ front-top-page は除外
   ===================================================== */
body.page:not(.front-top-page) #wrap {
    max-width: 1280px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 48px !important;
    padding-right: 48px !important;
    box-sizing: border-box !important;
}

body.page:not(.front-top-page) #content-in.content-in {
    display: flex !important;
    align-items: flex-start !important;
    gap: 32px !important;
    overflow: visible !important;
}

body.page:not(.front-top-page) #main.main {
    float: none !important;
    flex: 1 1 0% !important;
    min-width: 0 !important;
    max-width: calc(100% - 408px) !important;
    width: auto !important;
    padding: 32px 0 48px !important;
    box-sizing: border-box !important;
    margin: 0 !important;
}

body.page:not(.front-top-page) #sidebar,
body.page:not(.front-top-page) #sidebar.sidebar {
    display: block !important;
    float: none !important;
    width: 376px !important;
    max-width: 376px !important;
    min-width: 376px !important;
    flex-shrink: 0 !important;
    align-self: flex-start !important;
    position: sticky !important;
    top: 88px !important;
    box-sizing: border-box !important;
    margin-top: 32px !important;
    overflow: visible !important;
}

body.page:not(.front-top-page) #sidebar .widget {
    background: #fff;
    border: 1px solid rgba(200,169,110,0.15);
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 24px;
}

body.page:not(.front-top-page) article.article {
    padding: 32px 40px;
    box-sizing: border-box;
}

/* 固定ページ：シェア・フォローボタン非表示 */
body.page .sns-share,
body.page .sns-follow { display: none !important; }

@media (max-width: 1100px) {
    body.page:not(.front-top-page) #wrap {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
    body.page:not(.front-top-page) #content-in.content-in {
        display: block !important;
    }
    body.page:not(.front-top-page) #main.main {
        max-width: 100% !important;
        width: 100% !important;
    }
    body.page:not(.front-top-page) #sidebar,
    body.page:not(.front-top-page) #sidebar.sidebar {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        position: static !important;
        margin-top: 32px !important;
    }
}

@media (max-width: 767px) {
    body.page:not(.front-top-page) #wrap {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    body.page:not(.front-top-page) article.article {
        padding: 20px 16px;
    }
}

/* =====================================================
   検索フォーム（トップページ）
   ===================================================== */
#hgc-search-wrap { background: #1a1209; padding: 28px 32px; position: relative; z-index: 10; }
.hgc-search-form { max-width: 1100px; margin: 0 auto; }
.hgc-search-row { display: flex; align-items: flex-end; gap: 12px; flex-wrap: wrap; }
.hgc-search-col { display: flex; flex-direction: column; gap: 6px; flex: 1; min-width: 140px; }
.hgc-search-col label { font-size: 11px; color: rgba(200,169,110,0.8) !important; letter-spacing: 0.1em; text-transform: uppercase; font-family: 'Cormorant Garamond', serif; }

.hgc-search-col select,
.hgc-search-col input[type="search"] {
    background: rgba(255,255,255,0.07) !important;
    border: 1px solid rgba(200,169,110,0.3) !important;
    color: #f4f0e8 !important;
    padding: 10px 14px;
    font-size: 13px;
    border-radius: 2px;
    font-family: 'Noto Sans JP', sans-serif;
    width: 100%;
    box-sizing: border-box;
    height: 42px;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
}

.hgc-search-col select:focus, .hgc-search-col input[type="search"]:focus { border-color: #c8a050 !important; }
.hgc-search-col select option { background: #1a1209; color: #f4f0e8; }
.hgc-btn-col { flex: 0 0 auto; min-width: auto; }

.hgc-search-col button[type="submit"] {
    background: #c8a050 !important;
    color: #1a1209 !important;
    border: none !important;
    padding: 0 28px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    cursor: pointer;
    border-radius: 2px;
    font-family: 'Noto Sans JP', sans-serif;
    white-space: nowrap;
    transition: background 0.3s;
    height: 42px;
    width: 100%;
}
.hgc-search-col button[type="submit"]:hover { background: #e0be6a !important; }

.hgc-station-col { position: relative; }
.hgc-station-trigger { background: rgba(255,255,255,0.07); border: 1px solid rgba(200,169,110,0.3); color: #f4f0e8 !important; padding: 0 14px; font-size: 13px; border-radius: 2px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; height: 42px; user-select: none; transition: border-color 0.2s; }
.hgc-station-trigger.is-open { border-color: #c8a050; }
.hgc-station-label { color: #f4f0e8 !important; }
.hgc-station-caret { color: #c8a050 !important; font-size: 12px; transition: transform 0.2s; margin-left: 8px; }
.hgc-station-trigger.is-open .hgc-station-caret { transform: rotate(180deg); }
.hgc-station-panel { position: absolute; top: calc(100% + 4px); left: 0; right: 0; background: #1e1408; border: 1px solid rgba(200,169,110,0.3); border-radius: 2px; z-index: 200; display: none; max-height: 300px; overflow: hidden; flex-direction: column; box-shadow: 0 8px 24px rgba(0,0,0,0.5); }
.hgc-station-panel.is-open { display: flex; }
.hgc-st-filter-wrap { padding: 8px; border-bottom: 1px solid rgba(200,169,110,0.15); flex-shrink: 0; }
.hgc-st-filter { width: 100%; background: rgba(255,255,255,0.08) !important; border: 1px solid rgba(200,169,110,0.2) !important; color: #f4f0e8 !important; padding: 7px 10px; font-size: 12px; border-radius: 2px; box-sizing: border-box; outline: none; }
.hgc-st-filter:focus { border-color: #c8a050 !important; }
.hgc-st-clear { font-size: 11px; color: rgba(200,169,110,0.7) !important; padding: 6px 12px; cursor: pointer; border-bottom: 1px solid rgba(200,169,110,0.1); display: none; flex-shrink: 0; }
.hgc-st-clear.is-visible { display: block; }
.hgc-st-clear:hover { color: #c8a050 !important; }
.hgc-st-accordion { overflow-y: auto; flex: 1; }
.hgc-st-route-header { display: flex; justify-content: space-between; padding: 8px 12px; cursor: pointer; font-size: 11px; color: rgba(200,169,110,0.7) !important; letter-spacing: 0.06em; border-bottom: 1px solid rgba(200,169,110,0.08); user-select: none; }
.hgc-st-route-header:hover { color: #c8a050 !important; background: rgba(200,169,110,0.05); }
.hgc-st-stations { display: none; padding: 4px 0; }
.hgc-st-route.is-open .hgc-st-stations, .hgc-st-accordion.is-filtering .hgc-st-stations { display: block; }
.hgc-st-item { padding: 7px 20px; font-size: 13px; color: rgba(244,240,232,0.8) !important; cursor: pointer; transition: background 0.15s; }
.hgc-st-item:hover { background: rgba(200,169,110,0.1); color: #f4f0e8 !important; }
.hgc-st-item.is-selected { color: #c8a050 !important; font-weight: 700; }
.hgc-st-item.is-hidden { display: none; }
.hgc-st-noresult { display: none; padding: 12px; font-size: 12px; color: rgba(244,240,232,0.4) !important; text-align: center; }

@media (max-width: 767px) {
    #hgc-search-wrap { padding: 16px; }
    .hgc-search-col { min-width: calc(50% - 6px); flex: 1 1 calc(50% - 6px); }
    .hgc-keyword-col, .hgc-btn-col { min-width: 100%; flex: 1 1 100%; }
    .hgc-search-col button[type="submit"] { width: 100%; }
}

/* =====================================================
   Latest Articles
   ===================================================== */
.hgc-articles { background: #0e0a04; padding: 0; }
.hgc-articles-inner { max-width: 1100px; margin: 0 auto; padding: 48px 32px; }
.hgc-articles-header { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 24px; padding-bottom: 16px; border-bottom: 1px solid rgba(200,169,110,0.2); }
.hgc-articles-header .sec-en { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-style: italic; color: #c8a050 !important; letter-spacing: 0.08em; }
.hgc-articles-header .sec-more { font-size: 12px; color: rgba(200,169,110,0.7) !important; text-decoration: none; letter-spacing: 0.1em; }
.hgc-articles-header .sec-more:hover { color: #c8a050 !important; }
#hgcArticlesBody { display: grid; grid-template-columns: 1fr 300px; gap: 24px; align-items: start; }
.hgc-main-card { text-decoration: none; display: block; }
.hgc-main-card-img { width: 100%; aspect-ratio: 16/9; overflow: hidden; border-radius: 2px; margin-bottom: 16px; background: #2b1d0e; }
.hgc-main-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; display: block; }
.hgc-main-card:hover .hgc-main-card-img img { transform: scale(1.04); }
.hgc-main-cat { display: inline-block; font-size: 10px; color: #c8a050 !important; letter-spacing: 0.12em; text-transform: uppercase; border: 1px solid rgba(200,169,110,0.4); padding: 3px 8px; border-radius: 2px; margin-bottom: 10px; }
h2.hgc-main-title { font-size: 17px !important; font-weight: 700 !important; color: #f4f0e8 !important; line-height: 1.6 !important; margin-bottom: 10px !important; background: none !important; -webkit-text-fill-color: #f4f0e8 !important; }
.hgc-main-date { font-size: 11px; color: rgba(200,169,110,0.6) !important; }
.hgc-side-list { display: flex; flex-direction: column; gap: 0; }
.hgc-side-item { display: flex; gap: 12px; text-decoration: none; align-items: flex-start; padding: 14px 0; border-bottom: 1px solid rgba(200,169,110,0.1); }
.hgc-side-item:first-child { padding-top: 0; }
.hgc-side-item:last-child { border-bottom: none; padding-bottom: 0; }
.hgc-side-thumb { width: 80px; height: 52px; flex-shrink: 0; overflow: hidden; border-radius: 2px; background: #2b1d0e; }
.hgc-side-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hgc-side-cat { display: block; font-size: 9px; color: #c8a050 !important; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 4px; }
.hgc-side-title { font-size: 12px; color: #f4f0e8 !important; line-height: 1.5; margin: 0 0 4px !important; }
.hgc-side-date { font-size: 10px; color: rgba(200,169,110,0.5) !important; }

@media (max-width: 767px) {
    .hgc-articles-inner { padding: 32px 16px; }
    #hgcArticlesBody { grid-template-columns: 1fr; }
}

/* =====================================================
   人気カルーセル
   ===================================================== */
.hgc-popular-section { background: #f8f4ee; padding: 56px 32px; }
.hgc-popular-title { font-family: 'Cormorant Garamond', serif !important; font-size: 22px !important; font-style: italic; color: #1a1209 !important; letter-spacing: 0.08em; max-width: 1100px; margin: 0 auto 24px !important; padding-bottom: 16px; border-bottom: 1px solid rgba(26,18,9,0.12); background: none !important; -webkit-text-fill-color: #1a1209 !important; }
.hgc-carousel-wrap { max-width: 1100px; margin: 0 auto; overflow: hidden; }
.hgc-carousel { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.hgc-card { background: #fff; border-radius: 4px; overflow: hidden; text-decoration: none; display: block; position: relative; transition: transform 0.3s, box-shadow 0.3s; box-shadow: 0 2px 12px rgba(26,18,9,0.08); }
.hgc-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(26,18,9,0.15); }
.hgc-card-rank { position: absolute; top: 8px; left: 8px; background: #c8a050; color: #1a1209 !important; font-family: 'Cormorant Garamond', serif; font-size: 15px; font-weight: 700; width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 2; }
.hgc-card-img { width: 100%; aspect-ratio: 16/9; overflow: hidden; background: #e8e0d4; }
.hgc-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; display: block; }
.hgc-card:hover .hgc-card-img img { transform: scale(1.06); }
.hgc-card-body { padding: 14px; }
.hgc-card-title { font-size: 12px !important; color: #333 !important; line-height: 1.6 !important; margin-bottom: 8px !important; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.hgc-card-views { font-size: 11px; color: #999 !important; margin: 0 !important; }

@media (max-width: 1024px) { .hgc-carousel { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 767px) {
    .hgc-popular-section { padding: 40px 16px; }
    .hgc-carousel { display: flex; overflow-x: auto; gap: 12px; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; padding-bottom: 8px; }
    .hgc-card { min-width: 200px; scroll-snap-align: start; }
}

/* =====================================================
   エリアマップ
   ===================================================== */
.hgc-map-section { background: #fff; padding: 56px 32px; }
.hgc-map-section .hgc-popular-title { color: #1a1209 !important; -webkit-text-fill-color: #1a1209 !important; max-width: 1100px; margin: 0 auto 28px !important; padding-bottom: 16px; border-bottom: 1px solid rgba(26,18,9,0.12); }
.hgc-map-wrap { max-width: 1100px; margin: 0 auto 48px; display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.hgc-map-label { font-family: 'Cormorant Garamond', serif !important; font-size: 18px !important; font-weight: 700 !important; color: #1a1209 !important; margin-bottom: 14px !important; padding-bottom: 10px; border-bottom: 2px solid #c8a050; background: none !important; -webkit-text-fill-color: #1a1209 !important; }
.hgc-area-grid { display: flex; flex-wrap: wrap; gap: 8px; }
.hgc-area-btn { display: inline-block; font-size: 12px; color: #333 !important; text-decoration: none; border: 1px solid rgba(200,169,110,0.5); border-radius: 20px; padding: 6px 16px; transition: all 0.2s; letter-spacing: 0.04em; background: #fff; }
.hgc-area-btn:hover { background: #c8a050 !important; color: #1a1209 !important; border-color: #c8a050; }
.hgc-area-empty { font-size: 13px; color: #999; }
.hgc-feature-section { max-width: 1100px; margin: 0 auto; }
.hgc-feature-header { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 20px; padding-bottom: 14px; border-bottom: 1px solid rgba(26,18,9,0.12); }
.hgc-feature-en { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-style: italic; color: #1a1209 !important; letter-spacing: 0.08em; }
.hgc-feature-more { font-size: 12px; color: #c8a050 !important; text-decoration: none; letter-spacing: 0.1em; }
.hgc-feature-more:hover { opacity: 0.7; }
.hgc-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.hgc-feature-card { text-decoration: none; display: block; background: #fff; border-radius: 4px; overflow: hidden; box-shadow: 0 2px 12px rgba(26,18,9,0.08); transition: transform 0.3s, box-shadow 0.3s; }
.hgc-feature-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(26,18,9,0.15); }
.hgc-feature-img { position: relative; aspect-ratio: 16/9; overflow: hidden; background: #e8e0d4; }
.hgc-feature-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; display: block; }
.hgc-feature-card:hover .hgc-feature-img img { transform: scale(1.05); }
.hgc-feature-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 40%, rgba(26,18,9,0.35)); }
.hgc-feature-body { padding: 14px 16px; }
.hgc-feature-cat { font-size: 10px !important; color: #c8a050 !important; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 6px !important; }
.hgc-feature-title { font-size: 13px !important; color: #333 !important; line-height: 1.6 !important; margin-bottom: 8px !important; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.hgc-feature-date { font-size: 11px !important; color: #999 !important; margin: 0 !important; }
.hgc-feature-noimg { background: #e8e0d4; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 12px; color: #aaa; aspect-ratio: 16/9; }
.hgc-instagram-section { max-width: 1100px; margin: 40px auto 0; }

@media (max-width: 767px) {
    .hgc-map-section { padding: 40px 16px; }
    .hgc-map-wrap { grid-template-columns: 1fr; }
    .hgc-feature-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) { .hgc-feature-grid { grid-template-columns: 1fr; } }

/* =====================================================
   About セクション
   ===================================================== */
.hgc-about-section { background: #0e0a04; padding: 72px 32px; }
.hgc-about-header { text-align: center; margin-bottom: 48px; }
.hgc-about-en { display: block; font-family: 'Cormorant Garamond', serif; font-size: 13px; font-style: italic; color: #c8a050 !important; letter-spacing: 0.35em; text-transform: uppercase; margin-bottom: 12px; }
h2.hgc-about-title { font-size: 24px !important; font-weight: 700 !important; color: #f4f0e8 !important; letter-spacing: 0.04em; margin: 0 !important; background: none !important; -webkit-text-fill-color: #f4f0e8 !important; }
.hgc-about-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.hgc-about-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(200,169,110,0.12); border-radius: 4px; padding: 32px 24px; transition: border-color 0.3s, background 0.3s; }
.hgc-about-card:hover { border-color: rgba(200,169,110,0.3); background: rgba(255,255,255,0.06); }
.hgc-about-card--accent { background: rgba(200,169,110,0.08) !important; border-color: rgba(200,169,110,0.25) !important; }
.hgc-about-num { font-family: 'Cormorant Garamond', serif; font-size: 11px; color: #c8a050 !important; letter-spacing: 0.2em; margin-bottom: 12px; }
.hgc-about-icon { font-size: 30px; margin-bottom: 14px; line-height: 1; }
h3.hgc-about-card-title { font-size: 15px !important; font-weight: 700 !important; color: #f4f0e8 !important; margin-bottom: 14px !important; line-height: 1.5 !important; background: none !important; -webkit-text-fill-color: #f4f0e8 !important; }
.hgc-about-card-text { font-size: 13px !important; color: rgba(244,240,232,0.72) !important; line-height: 1.9 !important; margin-bottom: 12px !important; letter-spacing: 0.02em; }
.hgc-about-card-text strong { color: #f4f0e8 !important; font-weight: 700; }
.hgc-about-link { display: inline-block; font-size: 12px; color: #c8a050 !important; text-decoration: none; letter-spacing: 0.08em; border-bottom: 1px solid rgba(200,169,110,0.4); padding-bottom: 2px; transition: border-color 0.2s; }
.hgc-about-link:hover { border-color: #c8a050; }
.hgc-about-btn-wrap { display: flex; flex-direction: column; gap: 10px; margin-top: 4px; }
.hgc-about-btn { display: block; background: #c8a050 !important; color: #1a1209 !important; font-size: 12px; font-weight: 700; padding: 10px 20px; text-decoration: none; border-radius: 2px; letter-spacing: 0.08em; text-align: center; transition: background 0.25s; }
.hgc-about-btn:hover { background: #e0be6a !important; color: #1a1209 !important; }
.hgc-about-badge { font-size: 11px; color: rgba(200,169,110,0.7) !important; border: 1px solid rgba(200,169,110,0.25); border-radius: 2px; padding: 6px 12px; text-align: center; letter-spacing: 0.06em; display: block; }

@media (max-width: 1024px) { .hgc-about-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .hgc-about-grid { grid-template-columns: 1fr; } .hgc-about-section { padding: 48px 16px; } }

/* =====================================================
   マニフェストセクション
   ===================================================== */
.hgc-mf { background: #111 !important; color: #f4f0e8 !important; padding: 88px 32px; position: relative; overflow: hidden; font-family: 'Noto Sans JP', sans-serif; }
.hgc-mf .hgc-mf-deco { position: absolute; font-family: 'Cormorant Garamond', serif; font-weight: 700; line-height: 1; pointer-events: none; user-select: none; }
.hgc-mf .hgc-mf-d1 { font-size: 520px; top: -100px; right: -60px; color: rgba(200,160,80,0.06) !important; letter-spacing: -0.05em; }
.hgc-mf .hgc-mf-d2 { font-size: 240px; bottom: -30px; left: -10px; color: rgba(255,255,255,0.025) !important; font-style: italic; }
.hgc-mf .hgc-mf-inner { max-width: 880px; margin: 0 auto; position: relative; z-index: 2; }
.hgc-mf .hgc-mf-eyebrow { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 13px; letter-spacing: 0.35em; color: #c8a050 !important; text-transform: uppercase; margin-bottom: 24px; display: flex; align-items: center; gap: 14px; }
.hgc-mf .hgc-mf-eyebrow::before { content: ''; width: 36px; height: 1px; background: #c8a050; flex-shrink: 0; }
.hgc-mf .hgc-mf-genre { font-size: 15px; color: #c8a050 !important; font-weight: 700; letter-spacing: 0.08em; line-height: 2; margin-bottom: 12px; }
.hgc-mf h2.hgc-mf-hero { font-size: 44px !important; font-weight: 900 !important; line-height: 1.4 !important; letter-spacing: -0.01em; margin-bottom: 20px !important; color: #f4f0e8 !important; background: none !important; -webkit-text-fill-color: #f4f0e8 !important; }
.hgc-mf .hgc-mf-hero-sub { font-size: 16px; color: rgba(244,240,232,0.75) !important; line-height: 1.8; margin-bottom: 64px; letter-spacing: 0.03em; }
.hgc-mf .hgc-mf-line { width: 48px; height: 2px; background: #c8a050; margin-bottom: 56px; }
.hgc-mf .hgc-mf-grid { display: grid; grid-template-columns: 240px 1fr; gap: 24px 56px; margin-bottom: 56px; }
.hgc-mf .hgc-mf-stat-box { display: flex; flex-direction: column; justify-content: flex-start; }
.hgc-mf .hgc-mf-stat { font-family: 'Cormorant Garamond', serif; font-size: 76px; font-weight: 700; color: #c8a050 !important; line-height: 1; }
.hgc-mf .hgc-mf-stat--sm { font-size: 52px; }
.hgc-mf .hgc-mf-stat-unit { font-size: 20px; }
.hgc-mf .hgc-mf-stat-label { font-size: 11px; color: rgba(244,240,232,0.5) !important; letter-spacing: 0.12em; margin-top: 4px; text-transform: uppercase; }
.hgc-mf .hgc-mf-text-block p { font-size: 15px; line-height: 2.2; color: rgba(244,240,232,0.85) !important; letter-spacing: 0.03em; margin-bottom: 16px; }
.hgc-mf .hgc-mf-text-block strong { color: #f4f0e8 !important; font-weight: 700; }
.hgc-mf .hgc-mf-text-block em { font-style: normal; color: #c8a050 !important; font-weight: 700; }
.hgc-mf .hgc-mf-punch { font-size: 20px; font-weight: 900; color: #f4f0e8 !important; line-height: 1.75; letter-spacing: 0.01em; border-left: 3px solid #c8a050; padding: 8px 0 8px 24px; margin: 56px 0; }
.hgc-mf .hgc-mf-assoc { display: flex; align-items: flex-start; gap: 20px; background: rgba(200,160,80,0.06); border: 1px solid rgba(200,160,80,0.15); border-radius: 6px; padding: 24px 28px; }
.hgc-mf .hgc-mf-assoc-icon { font-size: 28px; flex-shrink: 0; margin-top: 2px; }
.hgc-mf .hgc-mf-assoc p { font-size: 13px; line-height: 2; color: rgba(244,240,232,0.78) !important; letter-spacing: 0.03em; }
.hgc-mf .hgc-mf-assoc strong { color: #f4f0e8 !important; font-weight: 700; }
.hgc-mf .hgc-mf-logo-area { margin-top: 48px; display: flex; justify-content: center; }
.hgc-mf .hgc-mf-logo-img { height: 72px; width: auto; opacity: 0.9; }
.hgc-mf .hgc-mf-bottom { display: flex; align-items: flex-end; justify-content: space-between; margin-top: 56px; padding-top: 28px; border-top: 1px solid rgba(200,160,80,0.15); }
.hgc-mf .hgc-mf-closer { font-size: 11px; color: rgba(244,240,232,0.4) !important; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 6px; }
.hgc-mf .hgc-mf-sig { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-style: italic; color: #c8a050 !important; letter-spacing: 0.12em; }
.hgc-mf .hgc-mf-cta { display: inline-block; font-size: 12px; color: #111 !important; background: #c8a050; text-decoration: none; border-radius: 2px; padding: 12px 32px; letter-spacing: 0.1em; font-weight: 700; transition: background 0.3s; }
.hgc-mf .hgc-mf-cta:hover { background: #e0be6a; }

@media (max-width: 767px) {
    .hgc-mf { padding: 56px 18px; }
    .hgc-mf h2.hgc-mf-hero { font-size: 28px !important; margin-bottom: 16px !important; }
    .hgc-mf .hgc-mf-grid { grid-template-columns: 1fr; gap: 28px; }
    .hgc-mf .hgc-mf-stat { font-size: 56px; }
    .hgc-mf .hgc-mf-punch { font-size: 17px; }
    .hgc-mf .hgc-mf-d1 { font-size: 260px; top: -50px; right: -30px; }
    .hgc-mf .hgc-mf-bottom { flex-direction: column; align-items: flex-start; gap: 20px; }
    .hgc-mf .hgc-mf-assoc { flex-direction: column; gap: 12px; }
    .hgc-mf .hgc-mf-hero-sub br, .hgc-mf .hgc-mf-text-block p br, .hgc-mf .hgc-mf-punch br { display: none; }
}

/* =====================================================
   カスタムフッター
   ===================================================== */
.hgc-ft { background: #111 !important; font-family: 'Noto Sans JP', sans-serif; position: relative; overflow: hidden; }
.hgc-ft, .hgc-ft * { color: #e8e4dc !important; }
.hgc-ft .hgc-ft-hero { position: relative; padding: 64px 32px 48px; overflow: hidden; }
.hgc-ft .hgc-ft-bigtype { font-family: 'Cormorant Garamond', serif; font-weight: 700; font-size: clamp(72px, 12vw, 160px); line-height: 0.95; letter-spacing: -0.03em; color: rgba(244,240,232,0.12) !important; white-space: nowrap; user-select: none; pointer-events: none; text-align: center; }
.hgc-ft .hgc-ft-bigtype span { display: block; color: rgba(244,240,232,0.12) !important; }
.hgc-ft .hgc-ft-nav { display: flex; justify-content: center; gap: 12px; margin-top: 40px; flex-wrap: wrap; }
.hgc-ft .hgc-ft-nav a { display: inline-block; font-size: 13px; color: #e8e4dc !important; text-decoration: none; border: 1px solid rgba(244,240,232,0.4) !important; border-radius: 24px; padding: 8px 22px; letter-spacing: 0.06em; transition: all 0.25s; }
.hgc-ft .hgc-ft-nav a:hover { border-color: #c8a050 !important; color: #c8a050 !important; }
.hgc-ft .hgc-ft-body { max-width: 1100px; margin: 0 auto; padding: 0 32px 48px; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.hgc-ft .hgc-ft-links { display: flex; flex-wrap: wrap; gap: 8px 24px; margin-bottom: 32px; }
.hgc-ft .hgc-ft-links a { font-size: 12px; color: rgba(244,240,232,0.75) !important; text-decoration: none; letter-spacing: 0.04em; transition: color 0.2s; }
.hgc-ft .hgc-ft-links a:hover { color: #c8a050 !important; }
.hgc-ft .hgc-ft-links a::after { content: '\2197'; margin-left: 3px; font-size: 10px; opacity: 0.7; }
.hgc-ft .hgc-ft-logo-row { display: flex; align-items: center; gap: 20px; margin-top: 24px; }
.hgc-ft .hgc-ft-logo-text { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 700; color: #c8a050 !important; letter-spacing: 0.08em; }
.hgc-ft .hgc-ft-assoc-badge { font-size: 11px; color: rgba(244,240,232,0.65) !important; border: 1px solid rgba(244,240,232,0.3) !important; border-radius: 4px; padding: 5px 12px; letter-spacing: 0.04em; }
.hgc-ft .hgc-ft-desc { font-size: 13px; line-height: 2; color: rgba(244,240,232,0.78) !important; letter-spacing: 0.03em; margin-bottom: 24px; }
.hgc-ft .hgc-ft-desc strong { color: #f4f0e8 !important; font-weight: 700; }
.hgc-ft .hgc-ft-social { display: flex; gap: 12px; }
.hgc-ft .hgc-ft-social a { width: 42px; height: 42px; border-radius: 50%; background: rgba(244,240,232,0.12) !important; display: flex; align-items: center; justify-content: center; text-decoration: none; transition: background 0.25s; }
.hgc-ft .hgc-ft-social a:hover { background: rgba(200,160,80,0.25) !important; }
.hgc-ft .hgc-ft-social svg { width: 18px; height: 18px; fill: #e8e4dc !important; }
.hgc-ft .hgc-ft-social a:hover svg { fill: #c8a050 !important; }
.hgc-ft .hgc-ft-copy { text-align: center; font-size: 11px; color: rgba(244,240,232,0.45) !important; letter-spacing: 0.08em; padding: 24px 32px; border-top: 1px solid rgba(244,240,232,0.1) !important; }

@media (max-width: 767px) {
    .hgc-ft .hgc-ft-hero { padding: 48px 18px 32px; }
    .hgc-ft .hgc-ft-bigtype { font-size: clamp(48px, 14vw, 80px); }
    .hgc-ft .hgc-ft-body { grid-template-columns: 1fr; padding: 0 18px 40px; gap: 32px; }
    .hgc-ft .hgc-ft-nav { gap: 8px; }
    .hgc-ft .hgc-ft-nav a { font-size: 12px; padding: 6px 16px; }
    .hgc-ft .hgc-ft-logo-row { flex-wrap: wrap; }
}

/* =====================================================
   カスタムヘッダー
   ===================================================== */
.hgc-header { background: #0e0a04; border-bottom: 1px solid rgba(200,169,110,0.15); box-shadow: 0 2px 16px rgba(0,0,0,0.3); position: sticky; top: 0; z-index: 9999; width: 100%; }
.hgc-header-in { max-width: 1200px; margin: 0 auto; padding: 0 32px; display: flex; align-items: center; justify-content: space-between; height: 72px; }
.hgc-header-logo { display: flex; align-items: center; text-decoration: none; flex-shrink: 0; }
.hgc-header-logo-img { max-height: 44px; width: auto; display: block; }
.hgc-header-logo .hgc-logo-fallback-text { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 700; color: #c8a050; letter-spacing: 0.08em; }
.hgc-header-nav { display: flex; align-items: center; }
.hgc-nav-list { display: flex; align-items: center; gap: 0; list-style: none; margin: 0; padding: 0; }
.hgc-nav-list li { position: relative; }
.hgc-nav-list li a { display: inline-flex; align-items: center; padding: 8px 18px; font-family: 'Noto Sans JP', sans-serif; font-size: 12px; font-weight: 700; color: rgba(244,240,232,0.75); letter-spacing: 0.08em; text-decoration: none; transition: color 0.25s; white-space: nowrap; }
.hgc-nav-list li a:hover, .hgc-nav-list li.current-menu-item a, .hgc-nav-list li.current_page_item a { color: #c8a050; }
.hgc-nav-list li a::after { content: ''; position: absolute; bottom: 0; left: 18px; right: 18px; height: 2px; background: #c8a050; transform: scaleX(0); transition: transform 0.3s ease; transform-origin: center; }
.hgc-nav-list li a:hover::after, .hgc-nav-list li.current-menu-item a::after { transform: scaleX(1); }

@media (max-width: 767px) {
    .hgc-header-in { height: 56px; padding: 0 16px; }
    .hgc-header-nav { display: none; }
    .hgc-header-logo-img { max-height: 36px; }
    .hgc-header-logo .hgc-logo-fallback-text { font-size: 16px; }
}

/* =====================================================
   SP追従フッター リデザイン
   ===================================================== */
#mobile-footer-menu-buttons, .mobile-menu-buttons { background: #0e0a04 !important; border-top: 1px solid rgba(200,169,110,0.25) !important; box-shadow: 0 -4px 20px rgba(0,0,0,0.45) !important; height: 56px !important; display: flex !important; align-items: stretch !important; padding: 0 !important; }
#mobile-footer-menu-buttons .menu-button, .mobile-menu-buttons .menu-button { flex: 1 !important; display: flex !important; flex-direction: column !important; align-items: center !important; justify-content: center !important; gap: 3px !important; padding: 6px 0 !important; background: transparent !important; border: none !important; border-right: 1px solid rgba(200,169,110,0.1) !important; cursor: pointer !important; transition: background 0.2s !important; text-decoration: none !important; position: relative !important; }
#mobile-footer-menu-buttons .menu-button:last-child, .mobile-menu-buttons .menu-button:last-child { border-right: none !important; }
#mobile-footer-menu-buttons .menu-button:active, .mobile-menu-buttons .menu-button:active { background: rgba(200,169,110,0.1) !important; outline: none !important; }
#mobile-footer-menu-buttons .menu-button .menu-icon, .mobile-menu-buttons .menu-button .menu-icon, #mobile-footer-menu-buttons .menu-button i, .mobile-menu-buttons .menu-button i { color: rgba(200,169,110,0.75) !important; font-size: 17px !important; line-height: 1 !important; }
#mobile-footer-menu-buttons .menu-button .menu-caption, .mobile-menu-buttons .menu-button .menu-caption { color: rgba(200,169,110,0.55) !important; font-size: 9px !important; letter-spacing: 0.06em !important; font-family: 'Noto Sans JP', sans-serif !important; line-height: 1 !important; white-space: nowrap !important; }
#mobile-footer-menu-buttons .menu-button-search .menu-icon, .mobile-menu-buttons .menu-button-search .menu-icon { color: #c8a050 !important; }

/* 記事本文エリアの左右余白（サイドバー有無に関わらず適用） */
body.single article.article {
    padding-left: 40px !important;
    padding-right: 40px !important;
    padding-top: 32px !important;
    padding-bottom: 48px !important;
    box-sizing: border-box !important;
}

@media (max-width: 767px) {
    body.single article.article {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

/* =====================================================
   記事ページ品質向上
   ===================================================== */
body.single .article-header { margin-bottom: 40px !important; padding-bottom: 32px !important; border-bottom: 1px solid rgba(200,169,110,0.2); }

body.single .entry-title,
body.single h1.entry-title,
body.page:not(.front-top-page) .entry-title {
    font-family: 'Noto Serif JP', 'Noto Sans JP', sans-serif !important;
    font-size: 28px !important; font-weight: 700 !important; line-height: 1.6 !important;
    color: #1a1209 !important; letter-spacing: 0.02em; margin: 16px 0 20px !important;
    -webkit-text-fill-color: #1a1209 !important; background: none !important; background-image: none !important;
}

body.single .cat-label, body.single .category-label { display: inline-block; background: transparent !important; color: #c8a050 !important; font-family: 'Cormorant Garamond', serif; font-size: 11px !important; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; border: 1px solid rgba(200,169,110,0.5); border-radius: 2px; padding: 4px 12px; }
body.single .date-tags, body.single .entry-date, body.single .post-date, body.single .post-update { font-family: 'Cormorant Garamond', serif; font-size: 13px !important; color: rgba(26,18,9,0.45) !important; letter-spacing: 0.08em; }
body.single .eye-catch { margin: 0 0 40px !important; }
body.single .eye-catch img { width: 100%; border-radius: 6px; display: block; }

body.single .entry-content, body.page:not(.front-top-page) .entry-content { font-family: 'Noto Sans JP', sans-serif; font-size: 15.5px; line-height: 2.2; color: #333; letter-spacing: 0.04em; }
body.single .entry-content p { margin-bottom: 28px; }

/* 見出し */
html body.single #container article[id] .entry-content h2,
html body.single #container article[id] h2,
html body.single .entry-content h2 {
    all: unset !important; display: block !important; font-family: 'Noto Sans JP', sans-serif !important;
    font-size: 20px !important; font-weight: 800 !important; color: #1a1209 !important;
    -webkit-text-fill-color: #1a1209 !important; background: transparent !important;
    border-left: 4px solid #c8a050 !important; padding: 10px 0 10px 18px !important;
    margin: 48px 0 24px !important; line-height: 1.5 !important; box-sizing: border-box !important; width: 100% !important;
}

html body.single #container article[id] .entry-content h3,
html body.single #container article[id] h3,
html body.single .entry-content h3 {
    all: unset !important; display: block !important; font-family: 'Noto Sans JP', sans-serif !important;
    font-size: 17px !important; font-weight: 700 !important; color: #1a1209 !important;
    -webkit-text-fill-color: #1a1209 !important; background: transparent !important;
    border-bottom: 2px solid rgba(200,169,110,0.35) !important; padding: 0 0 8px 0 !important;
    margin: 40px 0 18px !important; line-height: 1.5 !important; box-sizing: border-box !important; width: 100% !important;
}

html body.single #container article[id] .entry-content h4,
html body.single #container article[id] h4,
html body.single .entry-content h4 {
    all: unset !important; display: block !important; font-family: 'Noto Sans JP', sans-serif !important;
    font-size: 15px !important; font-weight: 700 !important; color: #1a1209 !important;
    -webkit-text-fill-color: #1a1209 !important; background: transparent !important;
    padding: 0 0 0 14px !important; margin: 32px 0 14px !important; line-height: 1.5 !important;
    position: relative !important; box-sizing: border-box !important;
}

html body.single #container article[id] h4::before { content: '' !important; position: absolute !important; left: 0 !important; top: 6px !important; width: 5px !important; height: 5px !important; background: #c8a050 !important; border-radius: 50% !important; display: block !important; }

html body.single #container article[id] h2 span,
html body.single #container article[id] h3 span,
html body.single #container article[id] h4 span { all: unset !important; color: inherit !important; -webkit-text-fill-color: inherit !important; font-size: inherit !important; font-weight: inherit !important; }

body.single .entry-content img { border-radius: 6px; box-shadow: 0 4px 16px rgba(26,18,9,0.08); margin: 8px 0; }
body.single .entry-content .wp-block-image { margin: 32px 0; }

body.single .entry-content table { width: 100%; border-collapse: collapse; margin: 32px 0; font-size: 13.5px; }
body.single .entry-content table th { background: #f8f4ee; color: #1a1209; font-weight: 700; padding: 12px 16px; border: 1px solid rgba(200,169,110,0.2); text-align: left; white-space: nowrap; width: 130px; font-size: 13px; }
body.single .entry-content table td { padding: 12px 16px; border: 1px solid rgba(200,169,110,0.12); color: #333; line-height: 1.7; }
body.single .entry-content table tr:nth-child(even) td { background: rgba(248,244,238,0.5); }

body.single .entry-content ul, body.single .entry-content ol { margin: 24px 0; padding-left: 28px; }
body.single .entry-content li { margin-bottom: 10px; line-height: 1.9; }
body.single .entry-content ul li::marker { color: #c8a050; }

body.single .entry-content blockquote { margin: 32px 0 !important; padding: 20px 24px !important; border-left: 4px solid #c8a050 !important; background: rgba(200,169,110,0.06) !important; border-radius: 0 4px 4px 0 !important; font-size: 14px !important; color: #555 !important; line-height: 2 !important; font-style: italic; }
body.single .entry-content blockquote p { margin: 0 !important; color: #555 !important; }

body.single .entry-content code { background: #f8f4ee !important; color: #b8460a !important; font-size: 13px !important; padding: 2px 7px !important; border-radius: 3px !important; font-family: 'SFMono-Regular', Consolas, monospace !important; border: 1px solid rgba(200,169,110,0.2) !important; }
body.single .entry-content pre { background: #1a1209 !important; border-radius: 6px !important; padding: 24px !important; overflow-x: auto !important; margin: 32px 0 !important; }
body.single .entry-content pre code { background: transparent !important; color: #f4f0e8 !important; border: none !important; padding: 0 !important; }

body.single .entry-content strong { color: #1a1209 !important; font-weight: 800 !important; }
body.single .entry-content em { color: #8b6914 !important; font-style: italic; }
body.single .entry-content .marker, body.single .entry-content mark { background: linear-gradient(transparent 50%, rgba(200,169,110,0.35) 50%) !important; color: inherit !important; padding: 0 2px !important; }

.author-box, .author-info { background: #f8f4ee !important; border: 1px solid rgba(200,169,110,0.2) !important; border-radius: 6px !important; padding: 28px !important; margin: 56px 0 40px !important; }
.author-box .author-name, .author-info .author-name { font-weight: 800 !important; color: #1a1209 !important; font-size: 15px !important; margin-bottom: 8px !important; }

.breadcrumb { font-size: 12px; color: #999; padding: 16px 0; letter-spacing: 0.02em; }
.breadcrumb a { color: #c8a050 !important; text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }

body.single .sns-share-buttons { margin: 40px 0; padding-top: 24px; border-top: 1px solid rgba(200,169,110,0.12); }

.related-entries { margin-top: 56px; padding-top: 40px; border-top: 1px solid rgba(200,169,110,0.15); }
.related-entry-heading { font-family: 'Cormorant Garamond', serif !important; font-size: 20px !important; font-style: italic; color: #1a1209 !important; margin-bottom: 24px !important; letter-spacing: 0.08em; }

.navi-previous a, .navi-next a { color: #c8a050 !important; font-size: 13px !important; text-decoration: none !important; }
.pagination .current { background: #c8a050 !important; color: #1a1209 !important; font-weight: 700 !important; border-radius: 2px !important; }
.pagination a:hover { color: #c8a050 !important; }

/* SP記事ページ */
@media (max-width: 767px) {
    body.single #wrap {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    /* SP ではサイドバーを本文の下に縦積み */
    body.single #main.main {
        width: 100% !important;
        float: none !important;
        padding-right: 0;
    }
    body.single #sidebar {
        width: 100% !important;
        float: none !important;
        margin-top: 40px;
    }

    html body.single .entry-title, html body.single h1.entry-title { font-size: 20px !important; line-height: 1.5 !important; margin: 12px 0 16px !important; }
    html body.single .entry-content { font-size: 14px !important; line-height: 2 !important; }
    html body.single .entry-content p { margin-bottom: 20px; }
}

/* Cocoonデフォルト装飾リセット */
body.single .article h2, body.single .article h3, body.single .article h4,
body.single .entry-content h2, body.single .entry-content h3, body.single .entry-content h4,
#container article h2, #container article h3, #container article h4 {
    background: none !important; background-color: transparent !important; background-image: none !important;
    -webkit-text-fill-color: #1a1209 !important; color: #1a1209 !important;
    border-top: none !important; border-right: none !important; border-radius: 0 !important;
}

body.single .entry-content h2::before, body.single .entry-content h2::after,
body.single .entry-content h3::before, body.single .entry-content h3::after,
#container article h2::before, #container article h2::after,
#container article h3::before, #container article h3::after { display: none !important; content: none !important; width: 0 !important; height: 0 !important; }

body.single .entry-content h2, body.single .article h2, #container article h2 { border-left: 4px solid #c8a050 !important; }
body.single .entry-content h3, body.single .article h3, #container article h3 { border-bottom: 2px solid rgba(200,169,110,0.35) !important; }

/* =====================================================
   ブログ一覧ページ
   ===================================================== */
.archive #main, .home.blog #main, .search-results #main, .category #main, .tag #main { max-width: 1000px !important; margin: 0 auto !important; padding: 0 32px !important; float: none !important; }

@media (max-width: 767px) {
    .archive #main, .home.blog #main, .search-results #main, .category #main, .tag #main { padding: 0 16px !important; }
}

.entry-card-thumb { aspect-ratio: auto !important; }
.entry-card-thumb:empty, .entry-card-thumb:not(:has(img)) { display: none !important; }
.eye-catch:empty, .eye-catch:not(:has(img)) { display: none !important; height: 0 !important; min-height: 0 !important; }
.entry-card-thumb img, .widget-entry-card-thumb img { max-height: 240px; width: 100%; object-fit: cover; }
.entry-card-wrap { border-radius: 4px; overflow: hidden; transition: transform 0.3s, box-shadow 0.3s; }
.entry-card-wrap:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(26,18,9,0.12); }
.entry-card-title { font-family: 'Noto Sans JP', sans-serif !important; font-size: 15px !important; font-weight: 700 !important; line-height: 1.6 !important; color: #1a1209 !important; }
.cat-label { background: #c8a050 !important; color: #1a1209 !important; font-size: 10px !important; font-weight: 700; letter-spacing: 0.08em; border-radius: 2px; padding: 2px 8px; }
.entry-card-snippet { font-size: 13px !important; color: #666 !important; line-height: 1.7 !important; }
.entry-card-wrap .entry-card { background: #fff; }
.entry-card-content .entry-card-title, .entry-card-content .entry-card-snippet { color: #1a1209 !important; }
.entry-card-content .post-date, .entry-card-content .post-update { color: #999 !important; font-size: 12px; }

/* =====================================================
   サイドバーウィジェット（検索・人気記事）
   ===================================================== */
.hgc-sidebar-popular, .hgc-sidebar-search, .hgc-sidebar-instagram { padding: 0; }

.hgc-sidebar-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 15px;
    font-style: italic;
    color: #1a1209 !important;
    letter-spacing: 0.08em;
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(200,169,110,0.2);
    display: flex;
    align-items: center;
    gap: 6px;
}

.hgc-sidebar-list { list-style: none; margin: 0; padding: 0; }
.hgc-sidebar-item { margin-bottom: 0; }
.hgc-sidebar-item a { display: flex; align-items: flex-start; gap: 10px; padding: 10px 0; border-bottom: 1px solid rgba(200,169,110,0.1); text-decoration: none; transition: opacity 0.2s; }
.hgc-sidebar-item:last-child a { border-bottom: none; }
.hgc-sidebar-item a:hover { opacity: 0.75; }

.hgc-sb-rank { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 700; color: #c8a050 !important; line-height: 1; flex-shrink: 0; width: 20px; text-align: center; margin-top: 2px; }
.hgc-sb-thumb { width: 64px; height: 42px; flex-shrink: 0; overflow: hidden; border-radius: 2px; background: #e8e0d4; }
.hgc-sb-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hgc-sb-title { font-size: 12px; color: #333 !important; line-height: 1.6; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

.hgc-sidebar-search form { display: flex; flex-direction: column; gap: 8px; }

.hgc-sb-search-col select,
.hgc-sb-search-col input[type="search"] {
    width: 100%;
    box-sizing: border-box;
    background: #f8f4ee !important;
    border: 1px solid rgba(200,169,110,0.3) !important;
    color: #333 !important;
    padding: 8px 12px;
    font-size: 12px;
    border-radius: 2px;
    height: 36px;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    font-family: 'Noto Sans JP', sans-serif;
}

.hgc-sb-search-col select:focus, .hgc-sb-search-col input[type="search"]:focus { border-color: #c8a050 !important; }

.hgc-sb-search-col button[type="submit"] {
    width: 100%;
    background: #c8a050 !important;
    color: #1a1209 !important;
    border: none !important;
    padding: 8px 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    cursor: pointer;
    border-radius: 2px;
    font-family: 'Noto Sans JP', sans-serif;
    transition: background 0.3s;
    height: 36px;
}

.hgc-sb-search-col button[type="submit"]:hover { background: #e0be6a !important; }

.hgc-sb-insta-follow { display: block; text-align: center; font-size: 11px; color: #c8a050 !important; text-decoration: none; letter-spacing: 0.1em; margin-top: 12px; border: 1px solid rgba(200,169,110,0.35); border-radius: 2px; padding: 6px; transition: background 0.2s; }
.hgc-sb-insta-follow:hover { background: rgba(200,169,110,0.08); }

/* ========================================
   singleページ 崩れ切り分け用
   ======================================== */

/* 本文まわりの高さ異常を潰す */
body.single .entry-content,
body.single .article,
body.single #main,
body.single .content,
body.single #content-in {
    min-height: 0 !important;
}

/* アイキャッチの崩れ対策 */
body.single .eye-catch,
body.single .eye-catch img,
body.single .wp-post-image,
body.single .attachment-full,
body.single .size-full {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
}

/* 画像リンクやfigureの余計な高さを防ぐ */
body.single figure,
body.single .wp-block-image,
body.single .entry-content figure {
    max-width: 100% !important;
    height: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* もし壊れた画像が変な余白を作っていたら抑える */
body.single img {
    max-width: 100% !important;
    height: auto !important;
}

/* サイドバーの位置確認用 */
body.single #sidebar {
    margin-top: 0 !important;
}

/* 前後記事やコメント欄が極端に浮かないようにする */
body.single .pager-post-navi,
body.single .comment-area,
body.single .comment-respond {
    clear: both !important;
}

/* ========================================
   singleページ 微調整
   ======================================== */

/* 目次を本文幅に自然に収める */
body.single .toc,
body.single .table-of-contents,
body.single #toc,
body.single .toc-content {
    max-width: 100% !important;
    box-sizing: border-box !important;
}

/* カスタムフッターをフルブリード化 */
body.single .hgc-ft {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    box-sizing: border-box !important;
}

/* フッター内部は中央寄せ維持 */
body.single .hgc-ft .hgc-ft-hero,
body.single .hgc-ft .hgc-ft-body,
body.single .hgc-ft .hgc-ft-copy {
    box-sizing: border-box !important;
}

/* 念のため親要素のクリップを防ぐ */
body.single #main,
body.single .article,
body.single .entry-content,
body.single .article-footer {
    overflow: visible !important;
}

/* ========================================
   singleページ サイドカラム強制2カラム化
   ======================================== */
body.single #content-in.content-in {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 32px !important;
    overflow: visible !important;
}

/* メインカラム */
body.single #main.main {
    float: none !important;
    width: calc(100% - 408px) !important; /* 376 + gap32 */
    max-width: calc(100% - 408px) !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
    min-width: 0 !important;
}

/* サイドカラム */
body.single #sidebar,
body.single #sidebar.sidebar {
    float: none !important;
    width: 376px !important;
    max-width: 376px !important;
    min-width: 376px !important;
    margin-top: 0 !important;
    clear: none !important;
    align-self: flex-start !important;
    box-sizing: border-box !important;
    position: static !important;
    top: auto !important;
    overflow: visible !important;
}

/* 記事本文の内側余白 */
body.single article.article {
    width: 100% !important;
    box-sizing: border-box !important;
}

/* コメントや前後記事で崩れないように */
body.single .pager-post-navi,
body.single .comment-area,
body.single .comment-respond,
body.single .under-entry-content {
    clear: none !important;
}

/* 画面が狭い時は1カラム */
@media (max-width: 1100px) {
    body.single #content-in.content-in {
        display: block !important;
    }

    body.single #main.main,
    body.single #sidebar,
    body.single #sidebar.sidebar {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    body.single #sidebar,
    body.single #sidebar.sidebar {
        margin-top: 32px !important;
    }
}

/* ========================================
   記事一覧ページ：最終版
   /blog/・archive・category・search
   ======================================== */

/* archive/category/search はサイドバーなし（blog は2カラム化するので表示） */
body.archive #sidebar,
body.category #sidebar,
body.search #sidebar {
  display: none !important;
}

/* 外枠 */
body.archive .wrap,
body.category .wrap,
body.search .wrap {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 32px !important;
  box-sizing: border-box !important;
}

/* メイン */
body.archive #main,
body.category #main,
body.search #main {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  margin: 0 !important;
  padding: 24px 0 48px !important;
  box-sizing: border-box !important;
}

/* 一覧グリッド */
body.blog .archive-entry-cards,
body.blog .list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 28px 20px !important;
  margin: 0 !important;
  padding: 0 !important;
  align-items: start !important;
}

body.archive .archive-entry-cards,
body.category .archive-entry-cards,
body.search .archive-entry-cards,
body.archive .list,
body.category .list,
body.search .list {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 32px 24px !important;
  margin: 0 !important;
  padding: 0 !important;
  align-items: start !important;
}

/* カード枠 */
body.blog .entry-card-wrap,
body.archive .entry-card-wrap,
body.category .entry-card-wrap,
body.search .entry-card-wrap,
body.blog .archive-entry-card,
body.archive .archive-entry-card,
body.category .archive-entry-card,
body.search .archive-entry-card {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* リンク全体 */
body.blog .entry-card,
body.archive .entry-card,
body.category .entry-card,
body.search .entry-card {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  text-decoration: none !important;
  color: inherit !important;
}

/* サムネイル */
body.blog .entry-card-thumb,
body.archive .entry-card-thumb,
body.category .entry-card-thumb,
body.search .entry-card-thumb {
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  aspect-ratio: 4 / 3 !important;
  margin: 0 0 14px !important;
  padding: 0 !important;
  overflow: hidden !important;
  line-height: 0 !important;
  background: #e8e0d4 !important;
}

body.blog .entry-card-thumb::before,
body.blog .entry-card-thumb::after,
body.archive .entry-card-thumb::before,
body.archive .entry-card-thumb::after,
body.category .entry-card-thumb::before,
body.category .entry-card-thumb::after,
body.search .entry-card-thumb::before,
body.search .entry-card-thumb::after {
  content: none !important;
  display: none !important;
}

body.blog .entry-card-thumb img,
body.archive .entry-card-thumb img,
body.category .entry-card-thumb img,
body.search .entry-card-thumb img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

/* 本文 */
body.blog .entry-card-content,
body.archive .entry-card-content,
body.category .entry-card-content,
body.search .entry-card-content {
  margin: 0 !important;
  margin-left: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  display: block !important;
}

/* カテゴリラベル */
body.blog .cat-label,
body.archive .cat-label,
body.category .cat-label,
body.search .cat-label {
  display: inline-block !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
  color: #a8843b !important;
  font-size: 11px !important;
  letter-spacing: 0.08em !important;
}

/* タイトル */
body.blog .entry-card-title,
body.archive .entry-card-title,
body.category .entry-card-title,
body.search .entry-card-title {
  margin: 0 0 10px !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
  font-weight: 700 !important;
  color: #222 !important;
}

/* 抜粋 */
body.blog .entry-card-snippet,
body.archive .entry-card-snippet,
body.category .entry-card-snippet,
body.search .entry-card-snippet {
  margin: 0 0 10px !important;
  font-size: 13px !important;
  line-height: 1.8 !important;
  color: #666 !important;
}

/* メタ */
body.blog .entry-card-info,
body.archive .entry-card-info,
body.category .entry-card-info,
body.search .entry-card-info,
body.blog .entry-card-meta,
body.archive .entry-card-meta,
body.category .entry-card-meta,
body.search .entry-card-meta,
body.blog .post-date,
body.archive .post-date,
body.category .post-date,
body.search .post-date {
  margin: 0 !important;
  font-size: 12px !important;
  color: #999 !important;
}

/* 画像リンク切れ時の alt 暴れ防止 */
body.blog .entry-card-thumb img[alt],
body.archive .entry-card-thumb img[alt],
body.category .entry-card-thumb img[alt],
body.search .entry-card-thumb img[alt] {
  color: transparent !important;
}

/* タブレット */
@media (max-width: 1024px) {
  body.blog .wrap,
  body.archive .wrap,
  body.category .wrap,
  body.search .wrap {
    padding: 0 24px !important;
  }

  body.blog .archive-entry-cards,
  body.archive .archive-entry-cards,
  body.category .archive-entry-cards,
  body.search .archive-entry-cards,
  body.blog .list,
  body.archive .list,
  body.category .list,
  body.search .list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 28px 20px !important;
  }

  body.blog #main,
  body.archive #main,
  body.category #main,
  body.search #main {
    padding: 20px 0 40px !important;
  }
}

/* スマホ */
@media (max-width: 767px) {
  body.blog .wrap,
  body.archive .wrap,
  body.category .wrap,
  body.search .wrap {
    padding: 0 16px !important;
  }

  body.blog .archive-entry-cards,
  body.archive .archive-entry-cards,
  body.category .archive-entry-cards,
  body.search .archive-entry-cards,
  body.blog .list,
  body.archive .list,
  body.category .list,
  body.search .list {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  body.blog #main,
  body.archive #main,
  body.category #main,
  body.search #main {
    padding: 16px 0 32px !important;
  }

  body.blog .entry-card-title,
  body.archive .entry-card-title,
  body.category .entry-card-title,
  body.search .entry-card-title {
    font-size: 15px !important;
  }
}

/* ========================================
   記事一覧ページ：最終微調整
   ======================================== */

/* ヘッダー下の余白 */
body.archive #main,
body.category #main,
body.search #main {
  padding-top: 40px !important;
}

/* 一覧全体の左右余白を増やす */
body.archive .wrap,
body.category .wrap,
body.search .wrap {
  max-width: 1280px !important;
  padding-left: 48px !important;
  padding-right: 48px !important;
}

/* タブレット */
@media (max-width: 1024px) {
  body.archive .wrap,
  body.category .wrap,
  body.search .wrap {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  body.archive #main,
  body.category #main,
  body.search #main {
    padding-top: 28px !important;
  }
}

/* スマホ */
@media (max-width: 767px) {
  body.archive .wrap,
  body.category .wrap,
  body.search .wrap {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  body.archive #main,
  body.category #main,
  body.search #main {
    padding-top: 20px !important;
  }
}

/* =====================================================
   ブログ一覧の余白修正
   ===================================================== */
body.blog .wrap {
    max-width: 1280px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 48px !important;
    padding-right: 48px !important;
    box-sizing: border-box !important;
}

@media (max-width: 1024px) {
    body.blog .wrap {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
}

@media (max-width: 767px) {
    body.blog .wrap {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}

/* =====================================================
   バーガーサーチ LP風ページ
   ===================================================== */
.hgc-search-lp {
    background: #0e0a04;
    color: #f4f0e8;
    font-family: 'Noto Sans JP', sans-serif;
    width: 100%;
}

.hgc-slp-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 32px;
}

/* FV */
.hgc-slp-fv {
    position: relative;
    padding: 100px 32px;
    overflow: hidden;
    text-align: center;
    background: #111;
    border-bottom: 1px solid rgba(200,169,110,0.15);
}

.hgc-slp-fv-deco {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(120px, 15vw, 240px);
    font-weight: 700;
    color: rgba(200,160,80,0.04);
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
}

.hgc-slp-fv-inner {
    position: relative;
    z-index: 2;
}

.hgc-slp-eyebrow {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 14px;
    letter-spacing: 0.35em;
    color: #c8a050;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.hgc-slp-title {
    font-size: clamp(32px, 5vw, 48px) !important;
    font-weight: 900 !important;
    line-height: 1.4 !important;
    letter-spacing: 0.05em;
    margin-bottom: 24px !important;
    color: #f4f0e8 !important;
    -webkit-text-fill-color: #f4f0e8 !important;
    background: none !important;
}

.hgc-slp-sub {
    font-size: 16px;
    color: rgba(244,240,232,0.75);
    line-height: 1.8;
    letter-spacing: 0.03em;
}

/* 検索機能 */
.hgc-slp-search-sec {
    padding: 40px 0;
    background: #0e0a04;
    position: relative;
    z-index: 10;
}

/* マップで探す */
.hgc-slp-map-sec {
    padding: 80px 0;
    background: #15100a;
}

.hgc-slp-sec-header {
    text-align: center;
    margin-bottom: 40px;
}

.hgc-slp-sec-title {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 28px !important;
    font-style: italic;
    color: #c8a050 !important;
    letter-spacing: 0.08em;
    margin-bottom: 16px !important;
    -webkit-text-fill-color: #c8a050 !important;
    background: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.hgc-slp-sec-desc {
    font-size: 14px;
    color: rgba(244,240,232,0.6);
    letter-spacing: 0.05em;
}

.hgc-slp-map-iframe-wrap {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(200,169,110,0.2);
    box-shadow: 0 12px 32px rgba(0,0,0,0.4);
    background: #222;
}

.hgc-slp-map-iframe-wrap iframe {
    display: block;
}

/* コンシェルジュ */
.hgc-slp-concierge-sec {
    padding: 80px 0;
    background: #0e0a04;
}

.hgc-slp-concierge-inner {
    background: linear-gradient(135deg, rgba(200,169,110,0.1), rgba(26,18,9,0.8));
    border: 1px solid rgba(200,169,110,0.3);
    border-radius: 8px;
    padding: 56px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hgc-slp-concierge-inner::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: radial-gradient(circle at center, rgba(200,169,110,0.05) 0%, transparent 70%);
    pointer-events: none;
}

.hgc-slp-concierge-content {
    position: relative;
    z-index: 2;
}

.hgc-slp-concierge-badge {
    display: inline-block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 11px;
    color: #0e0a04;
    background: #c8a050;
    padding: 4px 12px;
    border-radius: 20px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}

.hgc-slp-concierge-title {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 32px !important;
    color: #f4f0e8 !important;
    letter-spacing: 0.05em;
    margin-bottom: 24px !important;
    -webkit-text-fill-color: #f4f0e8 !important;
    background: none !important;
}

.hgc-slp-concierge-desc {
    font-size: 15px;
    line-height: 1.8;
    color: rgba(244,240,232,0.8);
    margin-bottom: 32px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.hgc-slp-concierge-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #c8a050;
    color: #0e0a04;
    font-size: 14px;
    font-weight: 700;
    padding: 16px 32px;
    border-radius: 4px;
    text-decoration: none;
    letter-spacing: 0.1em;
    transition: background 0.3s, transform 0.3s;
}

.hgc-slp-concierge-btn:hover {
    background: #e0be6a;
    transform: translateY(-2px);
}

/* エリアから探す */
.hgc-slp-area-sec {
    border-top: 1px solid rgba(200,169,110,0.15);
}

@media (max-width: 767px) {
    .hgc-slp-container { padding: 0 16px; }
    .hgc-slp-fv { padding: 60px 16px; }
    .hgc-slp-map-sec, .hgc-slp-concierge-sec { padding: 56px 0; }
    .hgc-slp-concierge-inner { padding: 40px 20px; }
}

/* =====================================================
   ブログ一覧ページ：背景色・余白修正
   ===================================================== */
body.blog {
    background: #fff !important;
}

body.blog .hgc-blog-wrap {
    background: #fff;
}

body.blog #main.main {
    padding-left: 0 !important;
    padding-right: 32px !important;
}

/* カードエリアの左右余白（詰まり解消） */
body.blog .list,
body.blog .archive-entry-cards {
    padding: 0 8px !important;
}

/* ブログ下部のエリアマップ */
.hgc-blog-bottom-map {
    background: #fff;
    clear: both;
}

/* =====================================================
   バーガーサーチ LP 専用テンプレート
   page-hamburger-search.php 用
   ===================================================== */

/* LP全体：サイドバーなし・フル幅・黒背景 */
body.page-template-page-hamburger-search #sidebar,
body.page-id-834 #sidebar {
    display: none !important;
}

body.page-template-page-hamburger-search #main,
body.page-id-834 #main {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

body.page-template-page-hamburger-search #wrap,
body.page-id-834 #wrap {
    max-width: 100% !important;
    padding: 0 !important;
}

body.page-template-page-hamburger-search #content-in,
body.page-id-834 #content-in {
    display: block !important;
    max-width: 100% !important;
    padding: 0 !important;
}

body.page-template-page-hamburger-search .article,
body.page-id-834 .article {
    padding: 0 !important;
    background: transparent !important;
}

body.page-template-page-hamburger-search .entry-title,
body.page-template-page-hamburger-search .breadcrumb,
body.page-template-page-hamburger-search .article-header,
body.page-template-page-hamburger-search .article-footer,
body.page-template-page-hamburger-search .sns-share,
body.page-template-page-hamburger-search .sns-follow,
body.page-id-834 .entry-title,
body.page-id-834 .breadcrumb,
body.page-id-834 .article-header,
body.page-id-834 .article-footer,
body.page-id-834 .sns-share,
body.page-id-834 .sns-follow {
    display: none !important;
}

body.page-template-page-hamburger-search #container,
body.page-id-834 #container {
    background: #0e0a04 !important;
}

/* --- LP 本体 --- */
.hgc-search-lp {
    background: #0e0a04;
    color: #f4f0e8;
    font-family: 'Noto Sans JP', sans-serif;
    width: 100%;
}

.hgc-slp-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 32px;
}

/* --- FV --- */
.hgc-slp-fv {
    position: relative;
    padding: 120px 32px 100px;
    overflow: hidden;
    text-align: center;
    background: radial-gradient(ellipse at 30% 40%, rgba(200,169,110,0.06) 0%, transparent 60%),
                linear-gradient(180deg, #111 0%, #0e0a04 100%);
    border-bottom: 1px solid rgba(200,169,110,0.15);
}

.hgc-slp-fv-deco {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(120px, 15vw, 260px);
    font-weight: 700;
    color: rgba(200,160,80,0.04);
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
    letter-spacing: 0.05em;
}

.hgc-slp-fv-inner {
    position: relative;
    z-index: 2;
}

.hgc-slp-eyebrow {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 14px;
    letter-spacing: 0.35em;
    color: #c8a050;
    text-transform: uppercase;
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.hgc-slp-eyebrow::before,
.hgc-slp-eyebrow::after {
    content: '';
    width: 36px;
    height: 1px;
    background: rgba(200,169,110,0.4);
}

.hgc-slp-title {
    font-size: clamp(32px, 5vw, 52px) !important;
    font-weight: 900 !important;
    line-height: 1.35 !important;
    letter-spacing: 0.04em;
    margin-bottom: 24px !important;
    color: #f4f0e8 !important;
    -webkit-text-fill-color: #f4f0e8 !important;
    background: none !important;
}

.hgc-slp-sub {
    font-size: 15px;
    color: rgba(244,240,232,0.65);
    line-height: 1.9;
    letter-spacing: 0.04em;
}

/* --- 検索セクション --- */
.hgc-slp-search-sec {
    padding: 48px 0;
    background: #0e0a04;
    position: relative;
    z-index: 10;
}

/* --- マップセクション --- */
.hgc-slp-map-sec {
    padding: 80px 0;
    background: #15100a;
}

.hgc-slp-sec-header {
    text-align: center;
    margin-bottom: 40px;
}

.hgc-slp-sec-title {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 28px !important;
    font-style: italic;
    color: #c8a050 !important;
    letter-spacing: 0.08em;
    margin-bottom: 16px !important;
    -webkit-text-fill-color: #c8a050 !important;
    background: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.hgc-slp-sec-desc {
    font-size: 14px;
    color: rgba(244,240,232,0.55);
    letter-spacing: 0.06em;
}

.hgc-slp-map-iframe-wrap {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(200,169,110,0.2);
    box-shadow: 0 12px 40px rgba(0,0,0,0.5);
    background: #222;
}

.hgc-slp-map-iframe-wrap iframe {
    display: block;
    width: 100%;
}

/* --- コンシェルジュセクション --- */
.hgc-slp-concierge-sec {
    padding: 80px 0;
    background: #0e0a04;
}

.hgc-slp-concierge-inner {
    background: linear-gradient(135deg, rgba(200,169,110,0.08), rgba(26,18,9,0.9));
    border: 1px solid rgba(200,169,110,0.25);
    border-radius: 8px;
    padding: 64px 48px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hgc-slp-concierge-inner::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: radial-gradient(circle at 50% 30%, rgba(200,169,110,0.06) 0%, transparent 60%);
    pointer-events: none;
}

.hgc-slp-concierge-content {
    position: relative;
    z-index: 2;
}

.hgc-slp-concierge-badge {
    display: inline-block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 11px;
    color: #0e0a04;
    background: #c8a050;
    padding: 5px 14px;
    border-radius: 20px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 24px;
}

.hgc-slp-concierge-title {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #f4f0e8 !important;
    letter-spacing: 0.06em;
    margin-bottom: 24px !important;
    -webkit-text-fill-color: #f4f0e8 !important;
    background: none !important;
}

.hgc-slp-concierge-desc {
    font-size: 15px;
    line-height: 2;
    color: rgba(244,240,232,0.75);
    margin-bottom: 36px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

.hgc-slp-concierge-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #c8a050;
    color: #0e0a04 !important;
    font-size: 14px;
    font-weight: 700;
    padding: 16px 36px;
    border-radius: 4px;
    text-decoration: none;
    letter-spacing: 0.1em;
    transition: background 0.3s, transform 0.3s;
}

.hgc-slp-concierge-btn:hover {
    background: #e0be6a;
    transform: translateY(-2px);
    color: #0e0a04 !important;
}

/* --- エリアセクション --- */
.hgc-slp-area-sec {
    border-top: 1px solid rgba(200,169,110,0.12);
}

/* LP内のエリアマップを黒背景にオーバーライド */
.hgc-slp-area-sec .hgc-map-section {
    background: #0e0a04 !important;
}

.hgc-slp-area-sec .hgc-map-label {
    color: #f4f0e8 !important;
    -webkit-text-fill-color: #f4f0e8 !important;
    border-bottom-color: rgba(200,169,110,0.4) !important;
}

.hgc-slp-area-sec .hgc-area-btn {
    color: rgba(244,240,232,0.8) !important;
    background: transparent !important;
    border-color: rgba(200,169,110,0.35) !important;
}

.hgc-slp-area-sec .hgc-area-btn:hover {
    background: #c8a050 !important;
    color: #0e0a04 !important;
    border-color: #c8a050 !important;
}

.hgc-slp-area-sec .hgc-feature-card {
    background: rgba(255,255,255,0.04) !important;
    border: 1px solid rgba(200,169,110,0.15) !important;
}

.hgc-slp-area-sec .hgc-feature-title {
    color: #f4f0e8 !important;
}

.hgc-slp-area-sec .hgc-feature-cat {
    color: #c8a050 !important;
}

.hgc-slp-area-sec .hgc-feature-date {
    color: rgba(244,240,232,0.45) !important;
}

.hgc-slp-area-sec .hgc-feature-en {
    color: #c8a050 !important;
}

.hgc-slp-area-sec .hgc-feature-more {
    color: rgba(200,169,110,0.7) !important;
}

.hgc-slp-area-sec .hgc-feature-header {
    border-bottom-color: rgba(200,169,110,0.15) !important;
}

.hgc-slp-area-sec .hgc-map-section .hgc-popular-title {
    color: #c8a050 !important;
    -webkit-text-fill-color: #c8a050 !important;
    border-bottom-color: rgba(200,169,110,0.2) !important;
}

/* --- SP --- */
@media (max-width: 767px) {
    .hgc-slp-container { padding: 0 16px; }
    .hgc-slp-fv { padding: 72px 16px 60px; }
    .hgc-slp-map-sec,
    .hgc-slp-concierge-sec { padding: 56px 0; }
    .hgc-slp-concierge-inner { padding: 40px 20px; }
    .hgc-slp-concierge-title { font-size: 24px !important; }
    .hgc-slp-map-iframe-wrap iframe { height: 380px; }
}

/* バーガーサーチLP：サイドバー強制非表示 */
body.page-id-834 #sidebar,
body.page-id-834 #sidebar.sidebar,
body.page-id-834 .sidebar {
    display: none !important;
    width: 0 !important;
}

body.page-id-834 #main,
body.page-id-834 #main.main {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

body.page-id-834 #wrap {
    max-width: 100% !important;
    padding: 0 !important;
}

body.page-id-834 #content-in.content-in {
    display: block !important;
    max-width: 100% !important;
    padding: 0 !important;
    gap: 0 !important;
}

body.page-id-834 article.article {
    padding: 0 !important;
    background: transparent !important;
}

body.page-id-834 .entry-title,
body.page-id-834 .article-header,
body.page-id-834 .breadcrumb,
body.page-id-834 .sns-share,
body.page-id-834 .sns-follow {
    display: none !important;
}

body.page-id-834 #container {
    background: #0e0a04 !important;
}

/* バーガーサーチLP：サイドバー完全削除 */
html body.page-id-834 #sidebar,
html body.page-id-834 #sidebar.sidebar,
html body.page-id-834 .sidebar,
html body.page-id-834 .widget-sidebar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    visibility: hidden !important;
    position: absolute !important;
    left: -9999px !important;
}

html body.page-id-834 #main,
html body.page-id-834 #main.main {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    flex: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

html body.page-id-834 #wrap,
html body.page-id-834 #wrap.wrap {
    max-width: 100% !important;
    padding: 0 !important;
}

html body.page-id-834 #content-in,
html body.page-id-834 #content-in.content-in {
    display: block !important;
    max-width: 100% !important;
    padding: 0 !important;
    gap: 0 !important;
}

html body.page-id-834 article.article {
    padding: 0 !important;
    background: transparent !important;
}

html body.page-id-834 #container {
    background: #0e0a04 !important;
}

html body.page-id-834 .entry-title,
html body.page-id-834 .article-header,
html body.page-id-834 .breadcrumb,
html body.page-id-834 .sns-share,
html body.page-id-834 .sns-follow,
html body.page-id-834 .article-footer,
html body.page-id-834 .footer-meta {
    display: none !important;
}