/* =========================================================
  0) 変数 / 全体ベース
========================================================= */
:root{
  --header-h: 122px;

  /* カラー */
  --c-bg: #fbfaf6;
  --c-ink: #222;
  --c-muted: rgba(0,0,0,.62);
  --c-line: rgba(0,0,0,.14);
  --c-card: #ffffff;
  --c-accent: var(--vk-color-primary, #989b79);
  --c-accent-dark: var(--vk-color-primary-dark, #7a7c61);

  /* カード */
  --radius: 14px;
  --radius-lg: 18px;
  --shadow: 0 8px 24px rgba(0,0,0,.07);
  --shadow2: 0 14px 36px rgba(0,0,0,.10);

  /* 余白 */
  --space-section: clamp(48px, 8vw, 96px);
  --space-block: clamp(24px, 4vw, 48px);
  --space-inner: clamp(12px, 2vw, 24px);
}

body{
  font-family: 'Noto Sans JP', sans-serif;
  color: var(--c-ink);
  line-height: 1.95;
  letter-spacing: .03em;
}

/* 英語見出し（CUISINE / SPACE / Menu など）はLato */
.bg-title,
.wp-block-cover__inner-container em,
.global-nav-description,
.bc-footer-logo{
  font-family: 'Lato', sans-serif;
}

/* ページ内リンク補正（ヘッダーに隠れない） */
:where(h2,h3,[id]){
  scroll-margin-top: 110px;
}

.nobr{ white-space: nowrap; }


/* =========================================================
  1) ヘッダー
========================================================= */
#site-header{ position:relative; z-index:1000; }

/* トップ：スクロール前はヒーローに重ねる */
body.home #site-header:not(.is-fixed),
body.front-page #site-header:not(.is-fixed){
  position: absolute !important;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: transparent !important;
  box-shadow: none !important;
}

/* 透明にしたのに白く見える原因の "中の箱" も透明に */
body.home #site-header:not(.is-fixed) #site-header-container,
body.front-page #site-header:not(.is-fixed) #site-header-container{
  background: transparent !important;
}

/* ヒーローをヘッダーの下から上に引き上げる */
body.home .site-body,
body.front-page .site-body{
  margin-top: calc(-1 * var(--header-h)) !important;
}

/* ヒーロー内の文字がヘッダーに隠れないように余白を足す */
body.home .wp-block-cover.alignfull:first-of-type,
body.front-page .wp-block-cover.alignfull:first-of-type{
  padding-top: var(--header-h) !important;
}

/* 管理バー分ずらす（ログイン時） */
body.admin-bar.home #site-header:not(.is-fixed),
body.admin-bar.front-page #site-header:not(.is-fixed){
  top: 32px !important;
}
@media (max-width: 782px){
  body.admin-bar.home #site-header:not(.is-fixed),
  body.admin-bar.front-page #site-header:not(.is-fixed){
    top: 46px !important;
  }
}

/* 固定時：共通 */
#site-header.is-fixed{
  position: fixed !important;
  top: 0; left: 0; right: 0;
  z-index: 99999;
  background: transparent !important;
  box-shadow: none !important;
}

/* 管理バー分ずらす */
.admin-bar #site-header.is-fixed{ top: 32px !important; }
@media (max-width: 782px){
  .admin-bar #site-header.is-fixed{ top: 46px !important; }
}

/* 固定時：すりガラス本体 */
#site-header.is-fixed::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(255,255,255,0.55);
  backdrop-filter: blur(28px) saturate(160%);
  -webkit-backdrop-filter: blur(28px) saturate(160%);
}

/* 固定時：下にふわっと境界（雲） */
#site-header.is-fixed::after{
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -120px;
  height: 120px;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(255,255,255,0.45) 0%,
    rgba(255,255,255,0.30) 30%,
    rgba(255,255,255,0.15) 55%,
    rgba(255,255,255,0.05) 75%,
    rgba(255,255,255,0.00) 100%
  );
}

/* 固定時＆トップ（スクロール前）のナビ色 */
#site-header.is-fixed .global-nav a,
body.home #site-header:not(.is-fixed) .global-nav a{
  color: #111 !important;
  text-shadow: none !important;
}
#site-header.is-fixed .global-nav a:hover,
body.home #site-header:not(.is-fixed) .global-nav a:hover{
  color: rgba(17,17,17,.55) !important;
}

/* 固定時：ロゴ非表示 */
#site-header.is-fixed .site-header-logo{
  display: none !important;
}

/* ホーム・ガイドページ：ヘッダーの上下余白 */
body.home #site-header-container,
body.page-id-15 #site-header-container{
  padding-top: 12px !important;
  padding-bottom: 5px !important;
}

/* スクロール後：本文がヘッダーに隠れないように余白 */
body.header-scrolled{ padding-top: var(--header-h); }


/* =========================================================
  2) 共通：非表示系（ページヘッダー / パンくず）
========================================================= */
.page-header{ display: none; }

#breadcrumb,
.breadcrumb{
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}


/* =========================================================
  3) フッター：ロゴ整形
========================================================= */
.site-footer figure.footer-logo img{
  display: block !important;
  margin: 0 auto !important;
  max-width: 140px !important;
  width: 100% !important;
  height: auto !important;
}
.site-footer .footer-logo + p{
  text-align: center !important;
  margin-top: .6rem !important;
}
@media (min-width: 992px){
  .site-footer .site-footer-content .row{
    display: flex !important;
    align-items: center !important;
  }
}


/* =========================================================
  4) モバイルの「透明な横線（帯）」を消す
========================================================= */
@media (max-width: 991px){
  #site-header-container.site-header-container.container{
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
    height: auto !important;
    min-height: 0 !important;
  }
  .site-header,
  .site-header-container{
    background: transparent !important;
    box-shadow: none !important;
    border-bottom: 0 !important;
  }
  .site-header::before, .site-header::after,
  .site-header-container::before, .site-header-container::after,
  #site-header-container::before, #site-header-container::after{
    content: none !important;
    display: none !important;
  }
}


/* =========================================================
  5) 余白リズム統一
========================================================= */

/* VKスペーサーを非表示（変数で管理するため） */
.vk_spacer,
.vk_block-margin-md--margin-top{
  display: none !important;
}

/* セクション間（Cover画像の前後） */
.entry-body > .wp-block-cover.alignfull{
  margin-top: var(--space-section) !important;
}
.entry-body > .wp-block-cover.alignfull:first-of-type{
  margin-top: 0 !important;
}

/* ブロック間 */
.entry-body > .wp-block-group,
.entry-body > .wp-block-columns,
.entry-body > .wp-block-table,
.entry-body > p{
  margin-top: var(--space-block) !important;
  margin-bottom: 0 !important;
}

/* ガイドページ：Instagramボタンの余白 */
body.page-id-15 .vk_button{
  margin-top: var(--space-block) !important;
  margin-bottom: var(--space-section) !important;
}


/* =========================================================
  6) 共通：本文・レイアウトのベース
========================================================= */
.entry-body{ padding-bottom: 80px; }

.site-body-container.container{ max-width: 1100px; }

.wp-block-cover.alignfull{
  border-radius: 0;
  overflow: hidden;
}

/* Cover内の文字 */
.wp-block-cover__inner-container p.has-huge-font-size strong,
.wp-block-cover__inner-container p.has-large-font-size strong{
  letter-spacing: .10em;
}
.wp-block-cover__inner-container em{
  font-style: normal;
  letter-spacing: .18em;
  opacity: .92;
}
.wp-block-cover__inner-container{ padding: 18px 14px; }

/* ページ内の中央寄せ段落 */
.entry-body > p.has-text-align-center{
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  color: var(--c-muted);
}

/* 2カラムの間隔 */
.entry-body .wp-block-columns{ gap: 28px; }
.entry-body .wp-block-columns > .wp-block-column{ background: transparent; }

/* ヘッダーの中の余白 */
.site-header .site-header-inner,
.site-header .site-header-container{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}


/* =========================================================
  7) details（アコーディオン）共通
========================================================= */
details{
  border-top: 1px solid rgba(0,0,0,.1);
  padding: 12px 0;
}
details summary{
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-right: 2.2em;
}
details summary::-webkit-details-marker{ display: none; }
details summary::after{
  content: "＋";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 700;
  line-height: 1;
}
details[open] summary::after{ content: "−"; }


/* =========================================================
  8) reveal アニメーション（JSが動く時だけ）
========================================================= */
body.reveal-on .js-reveal,
body.reveal-on .js-reveal--left,
body.reveal-on .js-reveal--right{
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 1.8s ease, transform 1.8s ease;
  will-change: opacity, transform;
}
body.reveal-on .js-reveal--left{ transform: translateX(-14px); }
body.reveal-on .js-reveal--right{ transform: translateX(14px); }
body.reveal-on .is-in{
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce){
  body.reveal-on .js-reveal,
  body.reveal-on .js-reveal--left,
  body.reveal-on .js-reveal--right{
    transition: none;
    transform: none;
    opacity: 1;
  }
}


/* =========================================================
  9) TOPページ（page-id-10）
========================================================= */
body.page-id-10 .entry-body{
  line-height: 2;
  letter-spacing: .03em;
  padding-bottom: 0 !important;
}

/* ヒーロー：サイズ */
@media (min-width: 782px){
  body.page-id-10 .entry-body > .wp-block-cover.alignfull:first-of-type{
    min-height: calc(100vh + 32px) !important;
    max-height: none !important;
  }
}
@media (max-width: 781px){
  body.page-id-10 .entry-body > .wp-block-cover.alignfull:first-of-type{
    min-height: 70vh !important;
  }
}

/* 見出し位置：中央下に強制上書き */
body.page-id-10 .entry-body > .wp-block-cover.alignfull:first-of-type{
  align-items: flex-end !important;
  justify-content: center !important;
}

/* 見出しコンテナ */
body.page-id-10 .entry-body > .wp-block-cover.alignfull:first-of-type
.wp-block-cover__inner-container{
  text-align: center !important;
  padding-bottom: clamp(32px, 6vw, 72px);
  width: 100% !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* 見出し文字 */
body.page-id-10 .entry-body > .wp-block-cover.alignfull:first-of-type
.wp-block-cover__inner-container p{
  font-size: clamp(1.4rem, 3.5vw, 2.8rem) !important;
  letter-spacing: .12em;
  color: #fff !important;
  text-shadow: 0 2px 12px rgba(0,0,0,.35);
  margin: 0 auto !important;
  text-align: center !important;
}

/* キャッチ（中央段落）：読みやすい幅 */
body.page-id-10 .entry-body > p.has-text-align-center{
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
body.page-id-10 .entry-body > p.has-text-align-center:nth-of-type(1){ font-size: 1.05rem; letter-spacing: .06em; }
body.page-id-10 .entry-body > p.has-text-align-center:nth-of-type(2){ font-size: 1.05rem; }
body.page-id-10 .entry-body > p.has-text-align-center:nth-of-type(3){ opacity: .9; }

/* 2カラム */
body.page-id-10 .wp-block-columns{
  gap: 2.2rem;
  margin-top: 2.2rem;
  margin-bottom: 2.2rem;
  align-items: center;
}

/* 写真：角丸 */
body.page-id-10 .wp-block-image img{
  border-radius: var(--radius-lg);
  display: block;
}

/* 営業時間テーブル */
body.page-id-10 .wp-block-table{
  max-width: 900px;
  margin: 2.2rem auto 0;
  padding: 0 16px;
}
body.page-id-10 .wp-block-table table{ width: 100%; border-collapse: collapse; }
body.page-id-10 .wp-block-table td{ padding: .85em 1em; vertical-align: top; }
body.page-id-10 .wp-block-table tr td:first-child{
  width: 110px;
  font-weight: 700;
  white-space: nowrap;
}

/* 背景タイポ（CUISINE / SPACE） */
body.page-id-10 .bg-text-area{ position: relative; }
body.page-id-10 .bg-text-area .bg-title{
  position: absolute;
  top: -1.1rem;
  left: 0;
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 900;
  letter-spacing: 0.28em;
  line-height: 1;
  color: #e7e6e6;
  -webkit-text-stroke: 0.8px #e7e6e6;
  text-stroke: 0.8px #e7e6e6;
  z-index: 0;
  pointer-events: none;
  white-space: nowrap;
  text-transform: uppercase;
}
body.page-id-10 .bg-text-area p,
body.page-id-10 .bg-text-area .wp-block-group{
  position: relative;
  z-index: 2;
}
body.page-id-10 .bg-text-area .bg-title.bg-right{ left: auto; right: 0; text-align: right; }
body.page-id-10 .bg-text-area .bg-title.bg-left{ left: 0; right: auto; text-align: left; }

/* モバイル */
@media (max-width: 768px){
  body.page-id-10 .bg-text-area .bg-title{
    top: -0.2rem;
    right: 0; left: auto;
    text-align: right;
    font-size: 2.2rem;
    letter-spacing: 0.22em;
    opacity: .55;
    -webkit-text-stroke: 0.6px #e7e6e6;
    text-stroke: 0.6px #e7e6e6;
  }
}

/* 余白リズム（TOP固有） */
body.page-id-10 .wp-block-cover + *{ margin-top: clamp(2.5rem, 5vw, 5rem); }
body.page-id-10 .hero-lead + *{ margin-top: clamp(2.5rem, 5vw, 4.5rem); }
body.page-id-10 .section-title + *{ margin-top: clamp(1.5rem, 3vw, 2.5rem); }
body.page-id-10 .section-block{ margin-top: clamp(3rem, 6vw, 6rem); }
body.page-id-10 .bg-text-area{ margin-top: clamp(2.5rem, 5vw, 4.5rem); }
body.page-id-10 .bg-text-area + .wp-block-columns{ margin-top: clamp(2.5rem, 5vw, 4.5rem); }
body.page-id-10 .shop-detail-title{ margin-top: clamp(3.5rem, 7vw, 6.5rem); }
body.page-id-10 .shop-detail-title + *{ margin-top: clamp(1.2rem, 3vw, 2rem); }
body.page-id-10 .shop-detail-table + *{ margin-top: clamp(1.5rem, 3vw, 2.5rem); }
body.page-id-10 .shop-detail-last{ margin-bottom: clamp(3rem, 6vw, 6rem); }

@media (max-width: 768px){
  body.page-id-10 .wp-block-cover + *{ margin-top: 2rem; }
  body.page-id-10 .section-block{ margin-top: 2.5rem; }
  body.page-id-10 .bg-text-area{ margin-top: 2rem; }
  body.page-id-10 .shop-detail-title{ margin-top: 3rem; }
}

/* ヒーロー直下の文章 */
.hero-lead{ padding: clamp(28px, 6vw, 64px) 0; }
.hero-lead .wp-block-group{ max-width: 860px; }
.hero-lead p{
  line-height: 2.0;
  font-size: clamp(15px, 1.6vw, 17px);
  letter-spacing: .04em;
  margin: 0 0 1.2em;
  word-break: auto-phrase;
  overflow-wrap: break-word;
}
.hero-lead p:last-child{ margin-bottom: 0; }
@media (max-width: 600px){
  .hero-lead .nobr{ white-space: normal; }
}

/* セクション共通 */
.section-block{ padding: clamp(48px, 7vw, 96px) 0; }
.section-title{
  margin-bottom: clamp(24px, 4vw, 48px);
  letter-spacing: .08em;
  border-bottom: 1px solid rgba(0,0,0,.15);
}
.section-block .wp-block-image img{
  border-radius: var(--radius-lg);
  display: block;
}

/* bg-text-area */
.bg-text-area{
  padding: clamp(18px, 3vw, 34px);
  border-radius: var(--radius-lg);
  background: rgba(40,40,40,.55);
  backdrop-filter: blur(6px);
}
.bg-title{
  opacity: .9;
  letter-spacing: .14em;
  margin-bottom: .6em;
}

/* 店舗詳細テーブル */
.shop-detail-table table{ border-collapse: separate; border-spacing: 0; }
.shop-detail-table td{ border: none; padding: 14px 14px; vertical-align: top; }
.shop-detail-table tr + tr td{ border-top: 1px solid rgba(0,0,0,.08); }
.shop-detail-table td:first-child{ width: 28%; color: #555; font-weight: 600; }
@media (max-width: 600px){
  .shop-detail-table td:first-child{ width: 34%; }
}

/* 偶数/奇数セクション背景 */
.section-block:nth-of-type(even){ background: #f6f6f4; }
.section-block:nth-of-type(odd){ background: #ffffff; }

/* 「お店について（SPACE）」モバイル時だけ上下入れ替え */
@media (max-width: 767px){
  .shop-about .wp-block-columns{ display: flex; flex-direction: column; }
  .shop-about .wp-block-column:first-child{ order: 2; }
  .shop-about .wp-block-column:last-child{ order: 1; }
}

/* =========================================================
  10) ガイド / メニューページ（page-id-15）
========================================================= */

/* ヘッダー直下の余白を消す */
body.post-name-guide .site-body{ padding-top: 0 !important; }
body.post-name-guide .site-body-container{ padding-top: 0 !important; }
body.post-name-guide .entry-body > :first-child{ margin-top: 0 !important; }

/* ヘッダーをヒーローに重ねる */
body.page-id-15 .site-body{
  margin-top: calc(-1 * var(--header-h)) !important;
}
body.page-id-15 .wp-block-cover.alignfull:first-of-type{
  padding-top: var(--header-h) !important;
}
body.page-id-15 #site-header:not(.is-fixed){
  background: transparent !important;
  box-shadow: none !important;
}
body.page-id-15 #site-header:not(.is-fixed) #site-header-container{
  background: transparent !important;
}

/* アンカー位置補正 */
body.page-id-15 :where([id]){
  scroll-margin-top: calc(var(--header-h, 96px) + 16px);
}
body.page-id-15 #menu,
body.page-id-15 #guide,
body.page-id-15 #access{
  position: relative;
  scroll-margin-top: calc(var(--header-h, 96px) + 18px);
}
body.page-id-15 #menu::before,
body.page-id-15 #guide::before,
body.page-id-15 #access::before{
  content: "";
  display: block;
  height: calc(var(--header-h, 96px) + 18px);
  margin-top: calc(-1 * (var(--header-h, 96px) + 18px));
}

/* 段落の行間 */
body.page-id-15 p{ line-height: 1.9; }

/* h2：中央ライン */
body.page-id-15 h2{
  position: relative;
  text-align: center;
  margin: 80px auto 40px;
  font-weight: 600;
}
body.page-id-15 h2:before,
body.page-id-15 h2:after{
  content: "";
  position: absolute;
  top: 50%;
  width: 32%;
  height: 1px;
  background: rgba(0,0,0,.2);
}
body.page-id-15 h2:before{ left: 0; }
body.page-id-15 h2:after{ right: 0; }

/* h3：ボーダーライン */
body.page-id-15 h3{
  border-bottom: 1px solid rgba(0,0,0,.12);
  padding-bottom: 6px;
}

/* 文章ブロックを中央配置（PCのみ） */
@media (min-width: 768px){
  body.page-id-15 .entry-body > .wp-block-group{
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* メニュー写真（4:3統一） */
body.page-id-15 .menu-photos figure.wp-block-image{
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  display: grid;
  background: transparent !important;
}
body.page-id-15 .menu-photos figure.wp-block-image > *{
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
}
body.page-id-15 .menu-photos figure.wp-block-image img{
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block;
}
@media (min-width: 768px) and (max-width: 1200px){
  body.page-id-15 .menu-photos figure.wp-block-image{
    width: auto !important;
    max-width: 520px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* 画像カード（影＋角丸） */
.entry-body .wp-block-columns > .wp-block-column figure.wp-block-image{
  margin: 0 0 12px;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #eee;
}

/* 画像の高さ揃え */
.entry-body .wp-block-columns > .wp-block-column figure.wp-block-image img{
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform .35s ease;
}
@media (max-width: 991px){
  .entry-body .wp-block-columns > .wp-block-column figure.wp-block-image img{ height: 260px; }
}
@media (max-width: 599px){
  .entry-body .wp-block-columns{ gap: 18px; }
  .entry-body .wp-block-columns > .wp-block-column figure.wp-block-image img{ height: 220px; }
}
@media (hover: hover){
  .entry-body .wp-block-columns > .wp-block-column figure.wp-block-image:hover img{
    transform: scale(1.04);
  }
}

/* 写真下の見出し・説明文 */
.entry-body h5.wp-block-heading.has-text-align-center{
  margin: 10px 0 6px;
  letter-spacing: .08em;
}
.entry-body .wp-block-columns > .wp-block-column > p.has-text-align-center{
  margin-top: 0;
  color: var(--c-muted);
}

/* 金額エリア（menu-price） */
body.page-id-15 .menu-price{
  max-width: 620px;
  margin: 18px auto 0;
  padding: 14px 16px;
  border: 1px solid rgba(0,0,0,.10);
  border-radius: var(--radius);
  background: rgba(255,255,255,.88);
  box-shadow: var(--shadow);
}
body.page-id-15 .menu-price p{ margin: .45em 0; line-height: 1.9; }
body.page-id-15 .menu-price p:last-child{ color: rgba(0,0,0,.62); font-size: .92em; }
body.page-id-15 .menu-price + .vk_button{
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

/* Instagramボタン */
.vk_button .btn{
  border-radius: 999px;
  box-shadow: none;
  transition: transform .2s ease, filter .2s ease;
}
.vk_button .btn:hover{
  transform: translateY(-2px);
  filter: brightness(.96);
}
.vk_button .vk_button_link_txt{ letter-spacing: .08em; }

/* ご利用案内：カード化（guide-notes） */
.guide-notes{
  max-width: 760px;
  margin: 0 auto;
  padding: 0 18px;
}
.guide-notes > p,
.guide-notes .wp-block-column > p{
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: var(--radius);
  padding: 18px 20px;
  margin: 0 0 16px;
  box-shadow: var(--shadow);
}
.guide-notes > p:last-child,
.guide-notes .wp-block-column > p:last-child{ margin-bottom: 0; }
.guide-notes h2,
.guide-notes h3{ margin-top: 6px; margin-bottom: 22px; }

/* details をカード化 */
body.page-id-15 details.wp-block-details{
  border: 1px solid rgba(0,0,0,.08);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: var(--shadow);
  overflow: hidden;
  margin: 18px auto;
  max-width: 820px;
}
body.page-id-15 details.wp-block-details > summary{
  list-style: none;
  cursor: pointer;
  position: relative;
  padding: 18px 56px 18px 22px;
  font-weight: 700;
  background: rgba(152,155,121,.10);
  letter-spacing: .03em;
}
body.page-id-15 details.wp-block-details > summary::-webkit-details-marker{ display: none; }
body.page-id-15 details.wp-block-details > summary::after{
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 800;
  line-height: 1;
  opacity: .75;
}
body.page-id-15 details.wp-block-details[open] > summary::after{ content: "–"; }
body.page-id-15 details.wp-block-details[open] > summary{
  border-bottom: 1px solid rgba(0,0,0,.08);
  background: rgba(152,155,121,.14);
}
body.page-id-15 details.wp-block-details > :not(summary){ padding: 14px 22px 20px; }
body.page-id-15 details.wp-block-details p,
body.page-id-15 details.wp-block-details ul{ margin: .6em 0; line-height: 1.9; }

/* アクセス：テーブル */
body.page-id-15 .wp-block-table{
  max-width: 620px;
  margin: 0 auto 32px !important;
}
body.page-id-15 .wp-block-table table{ border-collapse: collapse; width: 100%; }
body.page-id-15 .wp-block-table td{
  padding: 10px 16px;
  border-bottom: 1px solid rgba(0,0,0,.08);
  vertical-align: top;
  font-size: 14px;
  line-height: 1.7;
}
body.page-id-15 .wp-block-table td:first-child{
  width: 110px;
  font-weight: 600;
  white-space: nowrap;
  color: rgba(0,0,0,.55);
}


/* アクセス：マップ */
body.page-id-15 iframe{
  border-radius: 12px;
  max-width: 620px;
  display: block;
  margin: 0 auto;
}

/* Access用カード */
.access-card{
  max-width: 980px;
  margin: 18px auto;
  background: var(--c-card);
  border: 1px solid var(--c-line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 18px 18px;
}

/* ガイドページ：Cover内文字を中央に */
body.page-id-15 .wp-block-cover__inner-container{
  text-align: center !important;
  margin: 0 auto !important;
  width: 100% !important;
  max-width: 100% !important;
}

/* h3見出しの上余白 */
body.page-id-15 h3{
  margin-top: clamp(2rem, 4vw, 3.5rem) !important;
  margin-bottom: 1.2rem !important;
}

/* アクセス：テーブルとマップの幅統一 */
body.page-id-15 .wp-block-table,
body.page-id-15 iframe{
  max-width: 720px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
}

/* =========================================================
  11) スマホ対応
========================================================= */

/* TOPヒーロー見出し：2行OK、...なし */
@media (max-width: 781px){
  body.page-id-10 .entry-body > .wp-block-cover.alignfull:first-of-type
  .wp-block-cover__inner-container p{
    font-size: clamp(1.1rem, 5vw, 1.4rem) !important;
    white-space: normal !important;
    padding: 0 16px;
  }
}

/* アクセステーブル：左列幅をスマホ用に広げる */
@media (max-width: 599px){
  body.page-id-15 .wp-block-table td:first-child{
    width: 90px !important;
    font-size: 12px !important;
  }
}

@media (max-width: 781px){
  body.page-id-15 .menu-price p{
    text-align: center !important;
  }
}

.bc-hero-br{ display: none; }

@media (max-width: 781px){
  .bc-hero-br{ display: block; }
}

.entry-body {
    padding-bottom: 0px;
}

@media (max-width: 599px){
  body.page-id-15 iframe{
    height: 240px;
  }
}
/* モバイルナビ：ロゴ */
.bc-mobilenav-logo{
  display: flex;
  justify-content: center;
  padding: 24px 0 8px;
  background: #989b79;
}
.bc-mobilenav-logo img{
  width: 160px;
  height: auto;
  display: block;
}
/* モバイルナビ：上部SNS */
.bc-mobilenav-sns{
  display: flex;
  justify-content: center;
  gap: 24px;
  padding: 20px 0;
  background: #989b79;
}
.bc-mobilenav-sns a{
  color: #fff;
  font-size: 22px;
  text-decoration: none;
  transition: opacity .2s ease;
}
.bc-mobilenav-sns a:hover{ opacity: .7; }

/* モバイルナビ：下部リンク */
.bc-mobilenav-links{
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 20px 24px;
  background: #989b79;
}
.bc-mobilenav-links a{
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: .05em;
  border-bottom: 1px solid rgba(255,255,255,.3);
  padding-bottom: 10px;
}
.bc-mobilenav-links a:last-child{
  border-bottom: none;
  padding-bottom: 0;

}

/* モバイルナビ全体の背景色統一 */
#vk-mobile-nav,
.vk-mobile-nav-menu-outer,
.vk-mobile-nav-menu-outer ul.menu{
  background: #989b79 !important;
}
.vk-mobile-nav-menu-outer ul.menu li a{
  color: #fff !important;
  border-bottom: 1px solid rgba(255,255,255,.2) !important;
}

/* ヒーロー画像 */
@media (max-width: 781px) {
  body.page-id-15 .entry-body > .wp-block-cover.alignfull:first-of-type
  .wp-block-cover__image-background.has-parallax {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-color: #f5f5f5 !important;
    background-attachment: scroll !important;
  }
}

body.page-id-10 .entry-body > .wp-block-cover.alignfull:first-of-type {
  min-height: 100vh !important;
  max-height: none !important;
}