/* ======================================================
  あふひ：お祝いのお席 ハブページ
  生成り背景・余白重視・葵の葉SVG入り
====================================================== */

.c-afuhiCelebrationHub,
.c-afuhiCelebrationHub * {
  box-sizing: border-box;
}

.c-afuhiCelebrationHub {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  padding: clamp(110px, 10vw, 160px) 0 clamp(100px, 10vw, 150px);
  background: #f7f6f1;
  color: #24251f;
  overflow: hidden;
}

.c-afuhiCelebrationHub__inner {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

/* ======================================================
  01. 見出しまわり
====================================================== */

.c-afuhiCelebrationHub__header {
  position: relative;
  max-width: 820px;
  margin: 0 auto clamp(68px, 7vw, 96px);
  text-align: center;
}

/* 葵の葉 SVG */
.c-afuhiCelebrationHub__header::after {
  content: "";
  position: absolute;
  top: 46%;
  right: clamp(-260px, -18vw, -140px);
  z-index: 0;

  width: clamp(420px, 42vw, 760px);
  aspect-ratio: 1;

  background: rgba(59, 65, 57, 0.22);

  transform: translateY(-50%);
  pointer-events: none;

  -webkit-mask:
    url("https://afuhi-aoi.com/wp-content/uploads/2026/06/aoi_leaf.svg")
    center / contain no-repeat;
  mask:
    url("https://afuhi-aoi.com/wp-content/uploads/2026/06/aoi_leaf.svg")
    center / contain no-repeat;
}

.c-afuhiCelebrationHub__eyebrow,
.c-afuhiCelebrationHub__title,
.c-afuhiCelebrationHub__lead {
  position: relative;
  z-index: 1;
}

.c-afuhiCelebrationHub__eyebrow {
  margin: 0 0 clamp(38px, 4vw, 54px);
  font-family: "Times New Roman", serif;
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: rgba(36, 37, 31, 0.72);
}

/* 母艦見出しは c-afuhiSectionTitle の基本ルールを使いつつ、余白だけここで整える */
.c-afuhiCelebrationHub__title.c-afuhiSectionTitle {
  margin: 0 0 clamp(38px, 4vw, 52px) !important;
  color: #24251f !important;
}

/* リード */
.c-afuhiCelebrationHub__lead {
  max-width: 760px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 2.15;
  letter-spacing: 0.045em;
  text-align: center;
  color: rgba(36, 37, 31, 0.76);
}

/* ======================================================
  02. カードグリッド
====================================================== */

.c-afuhiCelebrationHub__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(50px, 5vw, 76px) clamp(28px, 3vw, 44px);
}

/* 3列配置 */
.c-afuhiCelebrationHub__card {
  grid-column: span 2;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  overflow: visible;
}

/* 5枚構成の下段2枚を中央寄せ */
.c-afuhiCelebrationHub__card:nth-child(4) {
  grid-column: 2 / span 2;
}

.c-afuhiCelebrationHub__card:nth-child(5) {
  grid-column: 4 / span 2;
}

.c-afuhiCelebrationHub__link {
  display: block;
  color: inherit !important;
  text-decoration: none !important;
}

/* ======================================================
  03. 写真
====================================================== */

.c-afuhiCelebrationHub__image {
  display: block;
  position: relative;
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f2f0ea;
}

.c-afuhiCelebrationHub__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 0.85s ease,
    filter 0.85s ease;
}

/* ======================================================
  04. 本文
====================================================== */

.c-afuhiCelebrationHub__body {
  padding: 24px 2px 0;
}

/* 英字ラベルは今回は不要 */
.c-afuhiCelebrationHub__label {
  display: none !important;
}

/* カード見出し：SWELLのh2装飾を解除して明朝化 */
.post_content .c-afuhiCelebrationHub__cardTitle,
.entry-content .c-afuhiCelebrationHub__cardTitle,
.c-afuhiCelebrationHub .c-afuhiCelebrationHub__cardTitle {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: none !important;

  font-family:
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    "Yu Mincho",
    "YuMincho",
    serif !important;
  font-size: clamp(21px, 2vw, 25px) !important;
  font-weight: 500 !important;
  line-height: 1.62 !important;
  letter-spacing: 0.045em !important;
  color: #24251f !important;
}

.post_content .c-afuhiCelebrationHub__cardTitle::before,
.post_content .c-afuhiCelebrationHub__cardTitle::after,
.entry-content .c-afuhiCelebrationHub__cardTitle::before,
.entry-content .c-afuhiCelebrationHub__cardTitle::after,
.c-afuhiCelebrationHub .c-afuhiCelebrationHub__cardTitle::before,
.c-afuhiCelebrationHub .c-afuhiCelebrationHub__cardTitle::after {
  display: none !important;
  content: none !important;
}

.c-afuhiCelebrationHub__text {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.95;
  letter-spacing: 0.035em;
  color: rgba(36, 37, 31, 0.68);
}

/* ======================================================
  05. hover
====================================================== */

@media (hover: hover) {
  .c-afuhiCelebrationHub__link:hover .c-afuhiCelebrationHub__image img {
    transform: scale(1.035);
    filter: brightness(1.03);
  }
}

/* ======================================================
  06. タブレット
====================================================== */

@media (max-width: 900px) {
  .c-afuhiCelebrationHub__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px 28px;
  }

  .c-afuhiCelebrationHub__card,
  .c-afuhiCelebrationHub__card:nth-child(4),
  .c-afuhiCelebrationHub__card:nth-child(5) {
    grid-column: auto;
  }
}

/* ======================================================
  07. スマホ
====================================================== */

@media (max-width: 767px) {
  .c-afuhiCelebrationHub {
    padding: 96px 0 88px;
  }

  .c-afuhiCelebrationHub__inner {
    width: min(100% - 40px, 560px);
  }

  .c-afuhiCelebrationHub__header {
    margin: 0 0 58px;
    text-align: left;
  }

  .c-afuhiCelebrationHub__header::after {
    top: 40%;
    right: -190px;
    width: 390px;
    background: rgba(59, 65, 57, 0.18);
  }

  .c-afuhiCelebrationHub__eyebrow {
    margin: 0 0 42px;
    font-size: 17px;
  }

  .c-afuhiCelebrationHub__title.c-afuhiSectionTitle {
    margin: 0 0 38px !important;
  }

  .c-afuhiCelebrationHub__lead {
    max-width: none;
    margin: 0;
    font-size: 15px;
    line-height: 2.05;
    letter-spacing: 0.035em;
    text-align: left;
  }

  /* SPではHTML内のbrで中途半端に改行させない */
  .c-afuhiCelebrationHub__lead br {
    display: none;
  }

  .c-afuhiCelebrationHub__grid {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .c-afuhiCelebrationHub__image {
    aspect-ratio: 16 / 10;
  }

  .c-afuhiCelebrationHub__body {
    padding-top: 20px;
  }

  .post_content .c-afuhiCelebrationHub__cardTitle,
  .entry-content .c-afuhiCelebrationHub__cardTitle,
  .c-afuhiCelebrationHub .c-afuhiCelebrationHub__cardTitle {
    font-size: 24px !important;
    line-height: 1.58 !important;
  }

  .c-afuhiCelebrationHub__text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.9;
  }
}

/* ======================================================
  あふひ：お祝いのお席 ハブページ
  フッター前の余白調整
  ※フッターとの大きな隙間は消しつつ、カード下の余白は残す
====================================================== */

.post_content .c-afuhiCelebrationHub,
.entry-content .c-afuhiCelebrationHub,
.c-afuhiCelebrationHub {
  margin-bottom: 0 !important;
  padding-bottom: clamp(72px, 7vw, 110px) !important;
}

/* SWELL側の最後の要素余白対策 */
.post_content .c-afuhiCelebrationHub:last-child,
.entry-content .c-afuhiCelebrationHub:last-child {
  margin-bottom: 0 !important;
}

/* SWELLのcontent下余白だけ消す */
body:has(.c-afuhiCelebrationHub) #content,
body:has(.c-afuhiCelebrationHub) .l-content,
body:has(.c-afuhiCelebrationHub) .l-mainContent,
body:has(.c-afuhiCelebrationHub) .l-mainContent__inner {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* SP */
@media (max-width: 767px) {
  .post_content .c-afuhiCelebrationHub,
  .entry-content .c-afuhiCelebrationHub,
  .c-afuhiCelebrationHub {
    padding-bottom: 72px !important;
  }
}





/* ======================================================
  あふひ お祝い下層ページ：母艦
  PC：左sticky / 右本文
  SP：1カラム通常スクロール

  方針：
  ・00-foundation の h1/h2 ゴシック指定に負けないよう、
    このブロック内の見出しは高詳細度で明朝指定する
  ・代表見出しは c-afuhiSectionTitle を基本にする
  ・導入見出しは専用見出しとして個別調整する
  ・ブログパーツ差し込み部分は箱化しない
  ・ブログパーツ側に見出しを持たせるため、母艦側には重複見出しを置かない
  ・SP本文幅はサイト共通思想に合わせ、左右22px相当で管理する
====================================================== */

.c-afuhiCelebrationPage,
.c-afuhiCelebrationPage * {
  box-sizing: border-box;
}

.c-afuhiCelebrationPage {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #fff;
  overflow: visible;
  color: #222;
  font-family:
    "Noto Sans JP",
    "Yu Gothic",
    "Hiragino Sans",
    sans-serif;
}

.c-afuhiCelebrationPage__inner {
  width: min(88vw, 1320px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(48px, 6vw, 104px);
  align-items: stretch;
}

/* ======================================================
  このブロック内の明朝見出し共通上書き
  ※ 00-foundation の .post_content h1 / h2 指定対策
====================================================== */

.post_content .c-afuhiCelebrationPage .c-afuhiSectionTitle,
.entry-content .c-afuhiCelebrationPage .c-afuhiSectionTitle,
.c-afuhiCelebrationPage .c-afuhiSectionTitle,
.post_content .c-afuhiCelebrationPage .c-afuhiCelebrationPage__title,
.entry-content .c-afuhiCelebrationPage .c-afuhiCelebrationPage__title,
.c-afuhiCelebrationPage .c-afuhiCelebrationPage__title,
.post_content .c-afuhiCelebrationPage .c-afuhiCelebrationIntro__heading,
.entry-content .c-afuhiCelebrationPage .c-afuhiCelebrationIntro__heading,
.c-afuhiCelebrationPage .c-afuhiCelebrationIntro__heading {
  font-family:
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    "Yu Mincho",
    "YuMincho",
    serif !important;
  font-weight: 500 !important;
  letter-spacing: 0.05em !important;
  color: #222 !important;
}

/* ======================================================
  左 sticky エリア
====================================================== */

.c-afuhiCelebrationPage__side {
  position: relative;
  align-self: stretch;
  min-height: 100%;
}

.c-afuhiCelebrationPage__sticky {
  position: sticky;
  top: 96px;
  padding: clamp(36px, 5vh, 56px) 0 0;
}

.c-afuhiCelebrationPage__label {
  margin: 0 0 18px;
  font-family: var(--font-en);
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.18em;
  color: #7a7167;
}

/* 左タイトル */
.c-afuhiCelebrationPage__title {
  max-width: 9em;
  margin: 0 0 28px !important;
  line-height: 1.48 !important;
}

.c-afuhiCelebrationPage__lead {
  margin: 0;
  font-size: 15px;
  line-height: 2.1;
  letter-spacing: 0.05em;
  color: #3f3a34;
}

/* ======================================================
  ページ内ナビ
====================================================== */

.c-afuhiCelebrationPage__nav {
  display: grid;
  gap: 0;
  margin-top: 46px;
  border-top: 1px solid rgba(120, 104, 76, 0.28);
}

.c-afuhiCelebrationPage__nav a {
  display: block;
  padding: 17px 0;
  border-bottom: 1px solid rgba(120, 104, 76, 0.28);
  color: #3f3a34;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.06em;
}

.c-afuhiCelebrationPage__nav a::after {
  content: "↓";
  float: right;
  color: #9a8a68;
  font-size: 12px;
}

.c-afuhiCelebrationPage__nav a:hover {
  color: #8e743d;
}

/* ======================================================
  右本文エリア
====================================================== */

.c-afuhiCelebrationPage__main {
  min-width: 0;
  padding: 14vh 0 120px;
}

.c-afuhiCelebrationPage__section {
  scroll-margin-top: 110px;
  margin-bottom: 112px;
}

.c-afuhiCelebrationPage__section:last-child {
  margin-bottom: 0;
}

/* ======================================================
  ヒーロー写真
====================================================== */

.c-afuhiCelebrationHero {
  width: 100%;
  margin: 0 0 86px;
  aspect-ratio: 16 / 10;
  background: #eee8dc;
  overflow: hidden;
}

.c-afuhiCelebrationHero img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.c-afuhiCelebrationHero--right img {
  object-position: 74% center;
}

.c-afuhiCelebrationHero--left img {
  object-position: 28% center;
}

.c-afuhiCelebrationHero--top img {
  object-position: center 32%;
}

/* ======================================================
  ヒーロー直下：導入・うんちく
====================================================== */

.c-afuhiCelebrationIntro__sub {
  margin: 0 0 20px;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #8a7652;
}

.c-afuhiCelebrationIntro__heading {
  margin: 0 0 56px;
  max-width: 19em;
  font-size: clamp(28px, 2.7vw, 40px) !important;
  line-height: 1.95 !important;
}

/* 導入見出しの行分け */
.c-afuhiCelebrationIntro__heading span {
  display: block;
}

/* span同士の間隔：line-heightで効きにくい場合のため明示 */
.c-afuhiCelebrationIntro__heading span + span {
  margin-top: 0.35em;
}

.c-afuhiCelebrationIntro__text {
  max-width: 46em;
}

.c-afuhiCelebrationIntro__text p {
  margin: 0 0 1.8em;
  font-size: 15px;
  line-height: 2.25;
  letter-spacing: 0.05em;
  color: #3f3a34;
}

.c-afuhiCelebrationIntro__text p:last-child {
  margin-bottom: 0;
}

/* ======================================================
  ブログパーツ差し込みエリア
  ※箱化しない
  ※母艦側では見出しを持たない
  ※ブログパーツ側の見出し・本文を母艦本文幅に揃える
====================================================== */

.c-afuhiCelebrationPart {
  width: 100%;
}

.c-afuhiCelebrationPart--embed {
  width: 100%;
  padding: 0;
  background: transparent;
  border: 0;
}

/* SWELLや本文側でショートコード周辺にpが生成された場合の保険 */
.c-afuhiCelebrationPart--embed > p {
  margin: 0 !important;
}

/* ブログパーツ先頭・末尾の余白が大きすぎる場合の母艦内調整 */
.c-afuhiCelebrationPage .c-afuhiCelebrationPart--embed > section:first-child {
  margin-top: 0;
}

.c-afuhiCelebrationPage .c-afuhiCelebrationPart--embed > section:last-child {
  margin-bottom: 0;
}

/* 会席プランパーツを母艦幅に馴染ませる */
.c-afuhiCelebrationPage .c-afuhiCelebrationPart--embed .c-afuhiCelebrationPlan {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  background: transparent;
}

/* ブログパーツ側の内幅を母艦本文幅いっぱいにする */
.c-afuhiCelebrationPage .c-afuhiCelebrationPart--embed .c-afuhiCelebrationPlan__inner {
  width: 100%;
  max-width: none;
  margin: 0;
}

/* ブログパーツ内の代表見出しも明朝を維持 */
.post_content .c-afuhiCelebrationPage .c-afuhiCelebrationPart--embed .c-afuhiSectionTitle,
.entry-content .c-afuhiCelebrationPage .c-afuhiCelebrationPart--embed .c-afuhiSectionTitle,
.c-afuhiCelebrationPage .c-afuhiCelebrationPart--embed .c-afuhiSectionTitle,
.post_content .c-afuhiCelebrationPage .c-afuhiCelebrationPart--embed .c-afuhiCelebrationPlan__title,
.entry-content .c-afuhiCelebrationPage .c-afuhiCelebrationPart--embed .c-afuhiCelebrationPlan__title,
.c-afuhiCelebrationPage .c-afuhiCelebrationPart--embed .c-afuhiCelebrationPlan__title,
.post_content .c-afuhiCelebrationPage .c-afuhiCelebrationPart--embed .c-afuhiCelebrationPlan__cardTitle,
.entry-content .c-afuhiCelebrationPage .c-afuhiCelebrationPart--embed .c-afuhiCelebrationPlan__cardTitle,
.c-afuhiCelebrationPage .c-afuhiCelebrationPart--embed .c-afuhiCelebrationPlan__cardTitle {
  font-family:
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    "Yu Mincho",
    "YuMincho",
    serif !important;
  font-weight: 500 !important;
  letter-spacing: 0.05em !important;
  color: #222 !important;
}

/* ======================================================
  tablet
====================================================== */

@media (max-width: 1024px) {
  .c-afuhiCelebrationPage__inner {
    width: min(90vw, 960px);
    grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
    gap: 44px;
  }

  .c-afuhiCelebrationPage__sticky {
    top: 84px;
  }

  .c-afuhiCelebrationPage__lead br {
    display: none;
  }
}

/* ======================================================
  SP
====================================================== */

@media (max-width: 767px) {
  .c-afuhiCelebrationPage {
    padding: 72px 0 88px;
  }

  .c-afuhiCelebrationPage__inner {
    display: block;
    width: min(100% - 44px, 100%);
  }

  .c-afuhiCelebrationPage__sticky {
    position: relative;
    top: auto;
    padding: 0;
  }

  .c-afuhiCelebrationPage__label {
    margin-bottom: 14px;
    font-size: 11px;
  }

  .c-afuhiCelebrationPage__title {
    max-width: none;
    margin-bottom: 24px !important;
    font-size: 26px !important;
    line-height: 1.6 !important;
    letter-spacing: 0.045em !important;
  }

  .c-afuhiCelebrationPage__lead {
    font-size: 14px;
    line-height: 2.05;
  }

  .c-afuhiCelebrationPage__nav {
    margin-top: 34px;
  }

  .c-afuhiCelebrationPage__nav a {
    padding: 15px 0;
    font-size: 14px;
  }

  .c-afuhiCelebrationPage__main {
    padding: 42px 0 0;
  }

  .c-afuhiCelebrationPage__section {
    scroll-margin-top: 80px;
    margin-bottom: 76px;
  }

  .c-afuhiCelebrationHero {
    margin-bottom: 58px;
    aspect-ratio: 1 / 1;
  }

  .c-afuhiCelebrationHero--right img {
    object-position: 74% center;
  }

  .c-afuhiCelebrationIntro__sub {
    margin-bottom: 16px;
    font-size: 12px;
  }

  .c-afuhiCelebrationIntro__heading {
    margin-bottom: 42px;
    max-width: 100%;
    font-size: 25px !important;
    line-height: 1.85 !important;
    letter-spacing: 0.035em !important;
  }

  .c-afuhiCelebrationIntro__heading span {
    display: block;
  }

  .c-afuhiCelebrationIntro__heading span + span {
    margin-top: 0.28em;
  }

  .c-afuhiCelebrationIntro__text p {
    font-size: 14px;
    line-height: 2.2;
    margin-bottom: 1.8em;
  }

  /* SPでもブログパーツを母艦本文幅いっぱいにする */
  .c-afuhiCelebrationPage .c-afuhiCelebrationPart--embed .c-afuhiCelebrationPlan {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .c-afuhiCelebrationPage .c-afuhiCelebrationPart--embed .c-afuhiCelebrationPlan__inner {
    width: 100%;
    max-width: none;
    margin: 0;
  }
}




/* ======================================================
  あふひ お弁当・仕出しページ
  追加先：afuhi-pages.css の末尾
====================================================== */

.c-afuhiTakeoutPage,
.c-afuhiTakeoutPage * {
  box-sizing: border-box;
}

.c-afuhiTakeoutPage {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  overflow: visible;
  background: #fff;
  color: #222;
  font-family: var(--font-ja, "Noto Sans JP", "Yu Gothic", sans-serif);
}

.c-afuhiTakeoutPage__inner {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(48px, 6vw, 104px);
  align-items: stretch;
  width: min(88vw, 1320px);
  margin: 0 auto;
}

.post_content .c-afuhiTakeoutPage .c-afuhiSectionTitle,
.entry-content .c-afuhiTakeoutPage .c-afuhiSectionTitle,
.c-afuhiTakeoutPage .c-afuhiSectionTitle,
.post_content .c-afuhiTakeoutPage .c-afuhiTakeoutPage__introTitle,
.entry-content .c-afuhiTakeoutPage .c-afuhiTakeoutPage__introTitle,
.c-afuhiTakeoutPage .c-afuhiTakeoutPage__introTitle,
.post_content .c-afuhiTakeoutPage .c-afuhiTakeoutPage__groupTitle,
.entry-content .c-afuhiTakeoutPage .c-afuhiTakeoutPage__groupTitle,
.c-afuhiTakeoutPage .c-afuhiTakeoutPage__groupTitle,
.post_content .c-afuhiTakeoutPage .c-afuhiTakeoutPage__productTitle,
.entry-content .c-afuhiTakeoutPage .c-afuhiTakeoutPage__productTitle,
.c-afuhiTakeoutPage .c-afuhiTakeoutPage__productTitle,
.post_content .c-afuhiTakeoutPage .c-afuhiTakeoutPage__memorialTitle,
.entry-content .c-afuhiTakeoutPage .c-afuhiTakeoutPage__memorialTitle,
.c-afuhiTakeoutPage .c-afuhiTakeoutPage__memorialTitle {
  font-family:
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    "Yu Mincho",
    "YuMincho",
    serif !important;
  font-weight: 500 !important;
  letter-spacing: 0.05em !important;
  color: #222 !important;
}

/* 左sticky */
.c-afuhiTakeoutPage__side {
  position: relative;
  align-self: stretch;
  min-height: 100%;
}

.c-afuhiTakeoutPage__sticky {
  position: sticky;
  top: 96px;
  padding: clamp(36px, 5vh, 56px) 0 0;
}

.c-afuhiTakeoutPage__label {
  margin: 0 0 18px !important;
  font-family: var(--font-en, "Montserrat", sans-serif);
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.18em;
  color: #7a7167;
}

.post_content .c-afuhiTakeoutPage .c-afuhiTakeoutPage__title,
.entry-content .c-afuhiTakeoutPage .c-afuhiTakeoutPage__title,
.c-afuhiTakeoutPage .c-afuhiTakeoutPage__title {
  max-width: none;
  margin: 0 0 38px !important;
  line-height: 1.55 !important;
}

.c-afuhiTakeoutPage__nav {
  display: grid;
  margin: 0;
  border-top: 1px solid rgba(120, 104, 76, 0.28);
}

.c-afuhiTakeoutPage__nav a {
  display: block;
  padding: 17px 0;
  border-bottom: 1px solid rgba(120, 104, 76, 0.28);
  color: #3f3a34;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.055em;
  text-decoration: none;
  transition: color 0.25s ease;
}

.c-afuhiTakeoutPage__nav a::after {
  content: "↓";
  float: right;
  color: #9a8a68;
  font-size: 12px;
}

.c-afuhiTakeoutPage__nav a:hover {
  color: #8e743d;
}

/* 右本文 */
.c-afuhiTakeoutPage__main {
  min-width: 0;
  padding: 14vh 0 120px;
}

.c-afuhiTakeoutPage__hero {
  width: 100%;
  margin: 0 0 86px !important;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #eee8dc;
}

.c-afuhiTakeoutPage__hero img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* 導入 */
.c-afuhiTakeoutPage__intro {
  margin: 0 0 124px;
}

.c-afuhiTakeoutPage__introLabel,
.c-afuhiTakeoutPage__sectionLabel,
.c-afuhiTakeoutPage__memorialLabel {
  margin: 0 0 18px !important;
  font-family: var(--font-en, "Montserrat", sans-serif);
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.18em;
  color: #7a7167;
}

.post_content .c-afuhiTakeoutPage .c-afuhiTakeoutPage__introTitle,
.entry-content .c-afuhiTakeoutPage .c-afuhiTakeoutPage__introTitle,
.c-afuhiTakeoutPage .c-afuhiTakeoutPage__introTitle {
  max-width: 19em;
  margin: 0 0 36px !important;
  font-size: clamp(28px, 2.7vw, 40px) !important;
  line-height: 1.85 !important;
}

.c-afuhiTakeoutPage__introText {
  max-width: 48em;
}

.c-afuhiTakeoutPage__introText p {
  margin: 0 0 1.8em !important;
  font-size: var(--fz-prose, 15px);
  line-height: 2.2;
  letter-spacing: 0.05em;
  color: #3f3a34;
}

.c-afuhiTakeoutPage__introText p:last-child {
  margin-bottom: 0 !important;
}

/* 商品セクション */
.c-afuhiTakeoutPage__section {
  scroll-margin-top: 110px;
  margin: 0 0 128px;
}

.c-afuhiTakeoutPage__section:last-child {
  margin-bottom: 0;
}

.c-afuhiTakeoutPage__sectionHead {
  margin: 0 0 52px;
}

.post_content .c-afuhiTakeoutPage .c-afuhiTakeoutPage__sectionTitle,
.entry-content .c-afuhiTakeoutPage .c-afuhiTakeoutPage__sectionTitle,
.c-afuhiTakeoutPage .c-afuhiTakeoutPage__sectionTitle {
  margin-bottom: 16px !important;
}

.c-afuhiTakeoutPage__size,
.c-afuhiTakeoutPage__productSize {
  margin: 0 !important;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: #746b61;
}

.c-afuhiTakeoutPage__group + .c-afuhiTakeoutPage__group {
  margin-top: 94px;
}

.c-afuhiTakeoutPage__groupHead {
  display: flex;
  gap: 24px;
  align-items: baseline;
  justify-content: space-between;
  margin: 0 0 32px;
  padding: 0 0 17px;
  border-bottom: 1px solid rgba(120, 104, 76, 0.24);
}

.post_content .c-afuhiTakeoutPage .c-afuhiTakeoutPage__groupTitle,
.entry-content .c-afuhiTakeoutPage .c-afuhiTakeoutPage__groupTitle,
.c-afuhiTakeoutPage .c-afuhiTakeoutPage__groupTitle {
  margin: 0 !important;
  font-size: 24px !important;
  line-height: 1.55 !important;
}

.c-afuhiTakeoutPage__products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 54px 30px;
}

.c-afuhiTakeoutPage__products--single {
  grid-template-columns: minmax(0, 1fr);
}

.c-afuhiTakeoutPage__product {
  min-width: 0;
  margin: 0;
  padding: 0 0 25px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.14);
}

.c-afuhiTakeoutPage__productPhoto {
  width: 100%;
  margin: 0 0 22px !important;
  aspect-ratio: 8 / 5;
  overflow: hidden;
  background: #f4f1ea;
}

.c-afuhiTakeoutPage__productPhoto img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.c-afuhiTakeoutPage__productBody {
  min-width: 0;
}

.post_content .c-afuhiTakeoutPage .c-afuhiTakeoutPage__productTitle,
.entry-content .c-afuhiTakeoutPage .c-afuhiTakeoutPage__productTitle,
.c-afuhiTakeoutPage .c-afuhiTakeoutPage__productTitle {
  margin: 0 0 9px !important;
  font-size: 20px !important;
  line-height: 1.6 !important;
}

.c-afuhiTakeoutPage__productSize {
  margin-bottom: 10px !important;
}

.c-afuhiTakeoutPage__price {
  margin: 0 !important;
  color: #222;
  line-height: 1.7;
}

.c-afuhiTakeoutPage__price span,
.c-afuhiTakeoutPage__priceRow dd span {
  font-family:
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    "Yu Mincho",
    "YuMincho",
    serif;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.c-afuhiTakeoutPage__price small,
.c-afuhiTakeoutPage__priceRow dd small {
  margin-left: 3px;
  font-size: 10px;
  color: #666;
}

.c-afuhiTakeoutPage__productNote {
  margin: 12px 0 0 !important;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px;
  line-height: 1.8;
  color: #666;
}

.c-afuhiTakeoutPage__sectionNote {
  margin: 42px 0 0 !important;
  padding: 20px 22px;
  background: #f8f6f1;
  font-size: 12px;
  line-height: 1.9;
  letter-spacing: 0.035em;
  color: #625d56;
}

.c-afuhiTakeoutPage__priceList {
  width: 100%;
  margin: 20px 0 0 !important;
  padding: 0;
}

.c-afuhiTakeoutPage__priceRow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: baseline;
  padding: 13px 0;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}

.c-afuhiTakeoutPage__priceRow:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.c-afuhiTakeoutPage__priceRow dt,
.c-afuhiTakeoutPage__priceRow dd {
  margin: 0 !important;
}

.c-afuhiTakeoutPage__priceRow dt {
  font-size: 14px;
  color: #4b4640;
}

.c-afuhiTakeoutPage__priceRow dd {
  white-space: nowrap;
}

/* 法事ページ案内 */
.c-afuhiTakeoutPage__memorial {
  margin: 0 0 128px;
  padding: 42px 44px;
  background: #f8f6f1;
}

.post_content .c-afuhiTakeoutPage .c-afuhiTakeoutPage__memorialTitle,
.entry-content .c-afuhiTakeoutPage .c-afuhiTakeoutPage__memorialTitle,
.c-afuhiTakeoutPage .c-afuhiTakeoutPage__memorialTitle {
  margin: 0 0 20px !important;
  font-size: 25px !important;
  line-height: 1.65 !important;
}

.c-afuhiTakeoutPage__memorialText {
  margin: 0 0 24px !important;
  font-size: var(--fz-prose, 15px);
  line-height: 2;
  color: #444;
}

.c-afuhiTakeoutPage__memorialLink {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: #8f7846;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-decoration: none;
}

/* ご注文について */
.c-afuhiTakeoutPage__section--order {
  margin-bottom: 0;
}

.c-afuhiTakeoutPage__orderList {
  margin: 0 !important;
  padding: 0;
  border-top: 1px solid rgba(120, 104, 76, 0.28);
}

.c-afuhiTakeoutPage__orderRow {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 28px;
  margin: 0;
  padding: 21px 0;
  border-bottom: 1px solid rgba(120, 104, 76, 0.22);
}

.c-afuhiTakeoutPage__orderRow dt,
.c-afuhiTakeoutPage__orderRow dd {
  margin: 0 !important;
  padding: 0;
  font-size: var(--fz-prose, 15px);
  line-height: 2;
  letter-spacing: 0.04em;
}

.c-afuhiTakeoutPage__orderRow dt {
  font-weight: 500;
  color: #403b35;
}

.c-afuhiTakeoutPage__orderRow dd {
  color: #555049;
}

.c-afuhiTakeoutPage__policy {
  margin-top: 54px;
}

.c-afuhiTakeoutPage__policy > p {
  margin: 0 !important;
}

/* SPフローティングメニュー：PCでは非表示 */
.c-afuhiTakeoutPage__floatingButton,
.c-afuhiTakeoutPage__menuDialog {
  display: none;
}

html.is-afuhiTakeoutPageMenuOpen {
  overflow: hidden;
}

@media (max-width: 1024px) {
  .c-afuhiTakeoutPage__inner {
    grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
    gap: 44px;
    width: min(90vw, 960px);
  }

  .c-afuhiTakeoutPage__sticky {
    top: 84px;
  }

  .c-afuhiTakeoutPage__nav a {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .c-afuhiTakeoutPage {
    padding: 72px 0 100px;
  }

  .c-afuhiTakeoutPage__inner {
    display: block;
    width: min(100% - 44px, 100%);
  }

  .c-afuhiTakeoutPage__sticky {
    position: relative;
    top: auto;
    padding: 0;
  }

  .c-afuhiTakeoutPage__label {
    margin-bottom: 14px !important;
    font-size: 11px;
  }

  .post_content .c-afuhiTakeoutPage .c-afuhiTakeoutPage__title,
  .entry-content .c-afuhiTakeoutPage .c-afuhiTakeoutPage__title,
  .c-afuhiTakeoutPage .c-afuhiTakeoutPage__title {
    margin-bottom: 0 !important;
    font-size: 29px !important;
  }

  .c-afuhiTakeoutPage__nav {
    display: none;
  }

  .c-afuhiTakeoutPage__main {
    padding: 42px 0 0;
  }

  .c-afuhiTakeoutPage__hero {
    margin-bottom: 58px !important;
    aspect-ratio: 1 / 1;
  }

  .c-afuhiTakeoutPage__intro {
    margin-bottom: 94px;
  }

  .c-afuhiTakeoutPage__introLabel,
  .c-afuhiTakeoutPage__sectionLabel,
  .c-afuhiTakeoutPage__memorialLabel {
    margin-bottom: 15px !important;
    font-size: 11px;
  }

  .post_content .c-afuhiTakeoutPage .c-afuhiTakeoutPage__introTitle,
  .entry-content .c-afuhiTakeoutPage .c-afuhiTakeoutPage__introTitle,
  .c-afuhiTakeoutPage .c-afuhiTakeoutPage__introTitle {
    margin-bottom: 30px !important;
    font-size: 25px !important;
    line-height: 1.8 !important;
  }

  .c-afuhiTakeoutPage__introText p {
    font-size: var(--fz-prose-sp, 15px);
    line-height: 2.15;
  }

  .c-afuhiTakeoutPage__introText br {
    display: none;
  }

  .c-afuhiTakeoutPage__section {
    scroll-margin-top: 80px;
    margin-bottom: 96px;
  }

  .c-afuhiTakeoutPage__sectionHead {
    margin-bottom: 38px;
  }

  .c-afuhiTakeoutPage__group + .c-afuhiTakeoutPage__group {
    margin-top: 76px;
  }

  .c-afuhiTakeoutPage__groupHead {
    display: block;
    margin-bottom: 27px;
    padding-bottom: 15px;
  }

  .post_content .c-afuhiTakeoutPage .c-afuhiTakeoutPage__groupTitle,
  .entry-content .c-afuhiTakeoutPage .c-afuhiTakeoutPage__groupTitle,
  .c-afuhiTakeoutPage .c-afuhiTakeoutPage__groupTitle {
    margin-bottom: 7px !important;
    font-size: 23px !important;
  }

  .c-afuhiTakeoutPage__products,
  .c-afuhiTakeoutPage__products--single {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .c-afuhiTakeoutPage__product {
    padding-bottom: 25px;
  }

  .c-afuhiTakeoutPage__productPhoto {
    margin-bottom: 20px !important;
  }

  .post_content .c-afuhiTakeoutPage .c-afuhiTakeoutPage__productTitle,
  .entry-content .c-afuhiTakeoutPage .c-afuhiTakeoutPage__productTitle,
  .c-afuhiTakeoutPage .c-afuhiTakeoutPage__productTitle {
    font-size: 21px !important;
  }

  .c-afuhiTakeoutPage__sectionNote {
    margin-top: 36px !important;
    padding: 18px;
  }

  .c-afuhiTakeoutPage__priceRow {
    gap: 16px;
  }

  .c-afuhiTakeoutPage__memorial {
    margin-bottom: 96px;
    padding: 30px 24px;
  }

  .post_content .c-afuhiTakeoutPage .c-afuhiTakeoutPage__memorialTitle,
  .entry-content .c-afuhiTakeoutPage .c-afuhiTakeoutPage__memorialTitle,
  .c-afuhiTakeoutPage .c-afuhiTakeoutPage__memorialTitle {
    font-size: 23px !important;
  }

  .c-afuhiTakeoutPage__memorialText {
    font-size: var(--fz-prose-sp, 15px);
  }

  .c-afuhiTakeoutPage__orderRow {
    display: block;
    padding: 19px 0;
  }

  .c-afuhiTakeoutPage__orderRow dt {
    margin-bottom: 7px !important;
  }

  .c-afuhiTakeoutPage__orderRow dt,
  .c-afuhiTakeoutPage__orderRow dd {
    font-size: var(--fz-prose-sp, 15px);
    line-height: 1.95;
  }

  .c-afuhiTakeoutPage__policy {
    margin-top: 44px;
  }

  .c-afuhiTakeoutPage__floatingButton {
    position: fixed;
    z-index: 900;
    right: 50%;
    bottom: max(18px, env(safe-area-inset-bottom));
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: center;
    min-width: 154px;
    padding: 14px 20px;
    border: 1px solid rgba(143, 120, 70, 0.72);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 8px 25px rgba(28, 24, 18, 0.12);
    color: #5f5033;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.08em;
    cursor: pointer;
    opacity: 0;
    transform: translate(50%, 16px);
    pointer-events: none;
    transition:
      opacity 0.3s ease,
      transform 0.3s ease;
  }

  .c-afuhiTakeoutPage__floatingButton.is-visible {
    opacity: 1;
    transform: translate(50%, 0);
    pointer-events: auto;
  }

  .c-afuhiTakeoutPage__floatingIcon {
    font-family: var(--font-en, "Montserrat", sans-serif);
    font-size: 14px;
    color: #9a8a68;
  }

  .c-afuhiTakeoutPage__menuDialog {
    width: calc(100vw - 24px);
    max-width: 520px;
    max-height: calc(100dvh - 24px);
    margin: auto auto 12px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: #fff;
    color: #222;
    overflow: hidden;
  }

  .c-afuhiTakeoutPage__menuDialog[open] {
    display: block;
  }

  .c-afuhiTakeoutPage__menuDialog::backdrop {
    background: rgba(20, 18, 15, 0.58);
    backdrop-filter: blur(2px);
  }

  .c-afuhiTakeoutPage__menuPanel {
    max-height: calc(100dvh - 24px);
    padding: 26px 24px calc(30px + env(safe-area-inset-bottom));
    overflow-y: auto;
  }

  .c-afuhiTakeoutPage__menuHeader {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .post_content .c-afuhiTakeoutPage .c-afuhiTakeoutPage__menuTitle,
  .entry-content .c-afuhiTakeoutPage .c-afuhiTakeoutPage__menuTitle,
  .c-afuhiTakeoutPage .c-afuhiTakeoutPage__menuTitle {
    margin: 0 !important;
    font-family:
      "Hiragino Mincho ProN",
      "Hiragino Mincho Pro",
      "Yu Mincho",
      "YuMincho",
      serif !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    letter-spacing: 0.05em !important;
    color: #222 !important;
  }

  .c-afuhiTakeoutPage__menuClose {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid rgba(34, 34, 34, 0.24);
    border-radius: 50%;
    background: transparent;
    color: #333;
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    cursor: pointer;
  }

  .c-afuhiTakeoutPage__menuNav {
    display: grid;
    border-top: 1px solid rgba(120, 104, 76, 0.28);
  }

  .c-afuhiTakeoutPage__menuNav a {
    display: block;
    padding: 17px 2px;
    border-bottom: 1px solid rgba(120, 104, 76, 0.28);
    color: #3f3a34;
    font-size: 14px;
    line-height: 1.45;
    letter-spacing: 0.055em;
    text-decoration: none;
  }

  .c-afuhiTakeoutPage__menuNav a::after {
    content: "↓";
    float: right;
    color: #9a8a68;
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .c-afuhiTakeoutPage__floatingButton {
    transition: none;
  }
}










/* ======================================================
  あふひ ご法事ページ母艦
  追加先：afuhi-pages.css の末尾
====================================================== */

.c-afuhiMemorialPage,
.c-afuhiMemorialPage * {
  box-sizing: border-box;
}

.c-afuhiMemorialPage {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  overflow: visible;
  background: #fff;
  color: #222;
  font-family: var(--font-ja, "Noto Sans JP", "Yu Gothic", sans-serif);
}

.c-afuhiMemorialPage__inner {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(48px, 6vw, 104px);
  align-items: stretch;
  width: min(88vw, 1320px);
  margin: 0 auto;
}

/* ======================================================
  母艦内の明朝見出し
====================================================== */

.post_content .c-afuhiMemorialPage .c-afuhiSectionTitle,
.entry-content .c-afuhiMemorialPage .c-afuhiSectionTitle,
.c-afuhiMemorialPage .c-afuhiSectionTitle,
.post_content .c-afuhiMemorialPage .c-afuhiMemorialIntro__title,
.entry-content .c-afuhiMemorialPage .c-afuhiMemorialIntro__title,
.c-afuhiMemorialPage .c-afuhiMemorialIntro__title,
.post_content .c-afuhiMemorialPage .c-afuhiMemorialKaiseki__planTitle,
.entry-content .c-afuhiMemorialPage .c-afuhiMemorialKaiseki__planTitle,
.c-afuhiMemorialPage .c-afuhiMemorialKaiseki__planTitle,
.post_content .c-afuhiMemorialPage .c-afuhiMemorialSeating__title,
.entry-content .c-afuhiMemorialPage .c-afuhiMemorialSeating__title,
.c-afuhiMemorialPage .c-afuhiMemorialSeating__title {
  font-family:
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    "Yu Mincho",
    "YuMincho",
    serif !important;
  font-weight: 500 !important;
  letter-spacing: 0.05em !important;
  color: #222 !important;
}

/* ======================================================
  01. 左sticky
====================================================== */

.c-afuhiMemorialPage__side {
  position: relative;
  align-self: stretch;
  min-height: 100%;
}

.c-afuhiMemorialPage__sticky {
  position: sticky;
  top: 96px;
  padding: clamp(36px, 5vh, 56px) 0 0;
}

.c-afuhiMemorialPage__label {
  margin: 0 0 18px !important;
  font-family: var(--font-en, "Montserrat", sans-serif);
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.18em;
  color: #7a7167;
}

.post_content .c-afuhiMemorialPage .c-afuhiMemorialPage__title,
.entry-content .c-afuhiMemorialPage .c-afuhiMemorialPage__title,
.c-afuhiMemorialPage .c-afuhiMemorialPage__title {
  max-width: none;
  margin: 0 0 27px !important;
  line-height: 1.5 !important;
}

.c-afuhiMemorialPage__lead {
  margin: 0 !important;
  font-size: 15px;
  line-height: 2.1;
  letter-spacing: 0.05em;
  color: #3f3a34;
}

.c-afuhiMemorialPage__nav {
  display: grid;
  margin-top: 43px;
  border-top: 1px solid rgba(120, 104, 76, 0.28);
}

.c-afuhiMemorialPage__nav a {
  display: block;
  padding: 17px 0;
  border-bottom: 1px solid rgba(120, 104, 76, 0.28);
  color: #3f3a34;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.055em;
  text-decoration: none;
  transition: color 0.25s ease;
}

.c-afuhiMemorialPage__nav a::after {
  content: "↓";
  float: right;
  color: #9a8a68;
  font-size: 12px;
}

.c-afuhiMemorialPage__nav a:hover {
  color: #8e743d;
}

/* ======================================================
  02. 右本文・ヒーロー
====================================================== */

.c-afuhiMemorialPage__main {
  min-width: 0;
  padding: 14vh 0 120px;
}

.c-afuhiMemorialPage__hero {
  width: 100%;
  margin: 0 0 86px !important;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #eee8dc;
}

.c-afuhiMemorialPage__hero img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.c-afuhiMemorialPage__section {
  scroll-margin-top: 110px;
  margin: 0 0 128px;
}

.c-afuhiMemorialPage__section:last-child {
  margin-bottom: 0;
}

.c-afuhiMemorialIntro__label,
.c-afuhiMemorialKaiseki__label,
.c-afuhiMemorialSeating__label,
.c-afuhiMemorialTakeout__label,
.c-afuhiMemorialGuide__label {
  margin: 0 0 18px !important;
  font-family: var(--font-en, "Montserrat", sans-serif);
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.18em;
  color: #7a7167;
}

/* ======================================================
  03. ご法事について
====================================================== */

.post_content .c-afuhiMemorialPage .c-afuhiMemorialIntro__title,
.entry-content .c-afuhiMemorialPage .c-afuhiMemorialIntro__title,
.c-afuhiMemorialPage .c-afuhiMemorialIntro__title {
  max-width: 19em;
  margin: 0 0 38px !important;
  font-size: clamp(28px, 2.7vw, 40px) !important;
  line-height: 1.9 !important;
}

.c-afuhiMemorialIntro__title span {
  display: block;
}

.c-afuhiMemorialIntro__title span + span {
  margin-top: 0.28em;
}

.c-afuhiMemorialIntro__text {
  max-width: 48em;
}

.c-afuhiMemorialIntro__text p {
  margin: 0 0 1.8em !important;
  font-size: var(--fz-prose, 15px);
  line-height: 2.2;
  letter-spacing: 0.05em;
  color: #3f3a34;
}

.c-afuhiMemorialIntro__text p:last-child {
  margin-bottom: 0 !important;
}

/* ======================================================
  04. 店内法事会席
====================================================== */

.c-afuhiMemorialKaiseki__head,
.c-afuhiMemorialTakeout__head,
.c-afuhiMemorialGuide__head {
  margin-bottom: 50px;
}

.post_content .c-afuhiMemorialPage .c-afuhiMemorialKaiseki__title,
.entry-content .c-afuhiMemorialPage .c-afuhiMemorialKaiseki__title,
.c-afuhiMemorialPage .c-afuhiMemorialKaiseki__title,
.post_content .c-afuhiMemorialPage .c-afuhiMemorialTakeout__title,
.entry-content .c-afuhiMemorialPage .c-afuhiMemorialTakeout__title,
.c-afuhiMemorialPage .c-afuhiMemorialTakeout__title,
.post_content .c-afuhiMemorialPage .c-afuhiMemorialGuide__title,
.entry-content .c-afuhiMemorialPage .c-afuhiMemorialGuide__title,
.c-afuhiMemorialPage .c-afuhiMemorialGuide__title {
  margin-bottom: 23px !important;
}

.c-afuhiMemorialKaiseki__lead,
.c-afuhiMemorialTakeout__lead {
  max-width: 46em;
  margin: 0 !important;
  font-size: var(--fz-prose, 15px);
  line-height: 2.1;
  letter-spacing: 0.045em;
  color: #3f3a34;
}

.c-afuhiMemorialKaiseki__photo {
  width: 100%;
  margin: 0 0 54px !important;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #f4f1ea;
}

.c-afuhiMemorialKaiseki__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.c-afuhiMemorialKaiseki__plans {
  border-top: 1px solid rgba(120, 104, 76, 0.3);
}

.c-afuhiMemorialKaiseki__plan {
  display: grid;
  grid-template-columns: minmax(230px, 0.9fr) minmax(0, 1.1fr);
  gap: 38px;
  align-items: center;
  padding: 34px 4px;
  border-bottom: 1px solid rgba(120, 104, 76, 0.26);
}

.c-afuhiMemorialKaiseki__planHead {
  min-width: 0;
}

.post_content .c-afuhiMemorialPage .c-afuhiMemorialKaiseki__planTitle,
.entry-content .c-afuhiMemorialPage .c-afuhiMemorialKaiseki__planTitle,
.c-afuhiMemorialPage .c-afuhiMemorialKaiseki__planTitle {
  margin: 0 0 13px !important;
  font-size: 22px !important;
  line-height: 1.55 !important;
}

.c-afuhiMemorialKaiseki__price {
  margin: 0 !important;
  line-height: 1.6;
  color: #222;
}

.c-afuhiMemorialKaiseki__price span {
  font-family:
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    "Yu Mincho",
    "YuMincho",
    serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.c-afuhiMemorialKaiseki__price small {
  margin-left: 3px;
  font-size: 10px;
  color: #666;
}

.c-afuhiMemorialKaiseki__items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.c-afuhiMemorialKaiseki__items li {
  position: relative;
  width: 33.333%;
  margin: 0 !important;
  padding: 0 0 0 13px;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #555049;
}

.c-afuhiMemorialKaiseki__items li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
  color: #9a8a68;
}

.c-afuhiMemorialKaiseki__notes {
  margin-top: 38px;
  padding: 23px 25px;
  background: #f8f6f1;
}

.c-afuhiMemorialKaiseki__notes p {
  margin: 0 !important;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px;
  line-height: 1.9;
  letter-spacing: 0.035em;
  color: #625d56;
}

.c-afuhiMemorialKaiseki__notes p + p {
  margin-top: 7px !important;
}

/* ======================================================
  05. 思い出を語らうお席
====================================================== */

.c-afuhiMemorialSeating__head {
  position: relative;
  z-index: 3;
  width: 64%;
  margin: 0 0 45px;
}

.post_content .c-afuhiMemorialPage .c-afuhiMemorialSeating__title,
.entry-content .c-afuhiMemorialPage .c-afuhiMemorialSeating__title,
.c-afuhiMemorialPage .c-afuhiMemorialSeating__title {
  margin: 0 !important;
  font-size: clamp(28px, 2.7vw, 38px) !important;
  line-height: 1.8 !important;
}

.c-afuhiMemorialSeating__title span {
  display: block;
}

.c-afuhiMemorialSeating__visuals {
  position: relative;
  min-height: clamp(390px, 46vw, 560px);
  margin: 0 0 64px;
}

.c-afuhiMemorialSeating__photo {
  position: absolute;
  margin: 0 !important;
  overflow: hidden;
  background: #f4f1ea;
}

.c-afuhiMemorialSeating__photo--main {
  top: 0;
  left: 0;
  width: 76%;
  aspect-ratio: 3 / 2;
}

.c-afuhiMemorialSeating__photo--sub {
  z-index: 2;
  right: 2%;
  bottom: 0;
  width: 30%;
  aspect-ratio: 1 / 1;
  border: 10px solid #fff;
}

.c-afuhiMemorialSeating__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.c-afuhiMemorialSeating__text {
  width: min(88%, 660px);
  margin-left: clamp(0px, 6vw, 82px);
}

.c-afuhiMemorialSeating__text p {
  margin: 0 0 1.8em !important;
  font-size: var(--fz-prose, 15px);
  line-height: 2.2;
  letter-spacing: 0.05em;
  color: #3f3a34;
}

.c-afuhiMemorialSeating__text p:last-child {
  margin-bottom: 0 !important;
}

/* ======================================================
  06. 法事弁当・仕出し
====================================================== */

.c-afuhiMemorialTakeout__embed {
  width: 100%;
  min-height: 1px;
}

.c-afuhiMemorialTakeout__embed > p {
  margin: 0 !important;
}

/* ======================================================
  07. ご利用について
====================================================== */

.c-afuhiMemorialGuide__list {
  margin: 0 !important;
  padding: 0 !important;
  border-top: 1px solid rgba(120, 104, 76, 0.28);
  list-style: none !important;
}

.c-afuhiMemorialGuide__list li {
  position: relative;
  margin: 0 !important;
  padding: 20px 4px 20px 24px;
  border-bottom: 1px solid rgba(120, 104, 76, 0.24);
  font-size: var(--fz-prose, 15px);
  line-height: 1.95;
  letter-spacing: 0.045em;
  color: #49443e;
}

.c-afuhiMemorialGuide__list li::before {
  position: absolute;
  top: 20px;
  left: 4px;
  content: "・";
  color: #9a8a68;
}

/* ======================================================
  08. キャンセルポリシー
====================================================== */

.c-afuhiMemorialGuide__policy {
  margin-top: 56px;
}

.c-afuhiMemorialGuide__policy > p {
  margin: 0 !important;
}

/* ======================================================
  tablet
====================================================== */

@media (max-width: 1024px) {
  .c-afuhiMemorialPage__inner {
    grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
    gap: 44px;
    width: min(90vw, 960px);
  }

  .c-afuhiMemorialPage__sticky {
    top: 84px;
  }

  .c-afuhiMemorialPage__lead br {
    display: none;
  }

  .c-afuhiMemorialPage__nav a {
    font-size: 13px;
  }

  .c-afuhiMemorialKaiseki__plan {
    grid-template-columns: minmax(190px, 0.85fr) minmax(0, 1.15fr);
    gap: 28px;
  }

  .c-afuhiMemorialKaiseki__items li {
    width: 50%;
  }
}

/* ======================================================
  SP
====================================================== */

@media (max-width: 767px) {
  .c-afuhiMemorialPage {
    padding: 72px 0 88px;
  }

  .c-afuhiMemorialPage__inner {
    display: block;
    width: min(100% - 44px, 100%);
  }

  .c-afuhiMemorialPage__sticky {
    position: relative;
    top: auto;
    padding: 0;
  }

  .c-afuhiMemorialPage__label {
    margin-bottom: 14px !important;
    font-size: 11px;
  }

  .post_content .c-afuhiMemorialPage .c-afuhiMemorialPage__title,
  .entry-content .c-afuhiMemorialPage .c-afuhiMemorialPage__title,
  .c-afuhiMemorialPage .c-afuhiMemorialPage__title {
    margin-bottom: 23px !important;
    font-size: 29px !important;
  }

  .c-afuhiMemorialPage__lead {
    font-size: var(--fz-body-sp, 15px);
    line-height: 2.05;
  }

  .c-afuhiMemorialPage__lead br {
    display: none;
  }

  .c-afuhiMemorialPage__nav {
    margin-top: 34px;
  }

  .c-afuhiMemorialPage__nav a {
    padding: 15px 0;
    font-size: 14px;
  }

  .c-afuhiMemorialPage__main {
    padding: 42px 0 0;
  }

  .c-afuhiMemorialPage__hero {
    margin-bottom: 58px !important;
    aspect-ratio: 1 / 1;
  }

  .c-afuhiMemorialPage__section {
    scroll-margin-top: 80px;
    margin-bottom: 92px;
  }

  .c-afuhiMemorialIntro__label,
  .c-afuhiMemorialKaiseki__label,
  .c-afuhiMemorialSeating__label,
  .c-afuhiMemorialTakeout__label,
  .c-afuhiMemorialGuide__label {
    margin-bottom: 15px !important;
    font-size: 11px;
  }

  .post_content .c-afuhiMemorialPage .c-afuhiMemorialIntro__title,
  .entry-content .c-afuhiMemorialPage .c-afuhiMemorialIntro__title,
  .c-afuhiMemorialPage .c-afuhiMemorialIntro__title {
    margin-bottom: 31px !important;
    font-size: 25px !important;
    line-height: 1.85 !important;
  }

  .c-afuhiMemorialIntro__text p,
  .c-afuhiMemorialSeating__text p {
    font-size: var(--fz-prose-sp, 15px);
    line-height: 2.15;
  }

  .c-afuhiMemorialKaiseki__head,
  .c-afuhiMemorialTakeout__head,
  .c-afuhiMemorialGuide__head {
    margin-bottom: 39px;
  }

  .c-afuhiMemorialKaiseki__lead,
  .c-afuhiMemorialTakeout__lead {
    font-size: var(--fz-prose-sp, 15px);
    line-height: 2.05;
  }

  .c-afuhiMemorialKaiseki__photo {
    margin-bottom: 40px !important;
    aspect-ratio: 4 / 3;
  }

  .c-afuhiMemorialKaiseki__plan {
    display: block;
    padding: 28px 2px;
  }

  .c-afuhiMemorialKaiseki__planHead {
    margin-bottom: 20px;
  }

  .post_content .c-afuhiMemorialPage .c-afuhiMemorialKaiseki__planTitle,
  .entry-content .c-afuhiMemorialPage .c-afuhiMemorialKaiseki__planTitle,
  .c-afuhiMemorialPage .c-afuhiMemorialKaiseki__planTitle {
    font-size: 21px !important;
  }

  .c-afuhiMemorialKaiseki__items li {
    width: 50%;
    font-size: 13px;
  }

  .c-afuhiMemorialKaiseki__notes {
    margin-top: 32px;
    padding: 20px 18px;
  }

  .c-afuhiMemorialSeating__head {
    width: 100%;
    margin-bottom: 37px;
  }

  .post_content .c-afuhiMemorialPage .c-afuhiMemorialSeating__title,
  .entry-content .c-afuhiMemorialPage .c-afuhiMemorialSeating__title,
  .c-afuhiMemorialPage .c-afuhiMemorialSeating__title {
    font-size: 25px !important;
    line-height: 1.8 !important;
  }

  .c-afuhiMemorialSeating__visuals {
    min-height: 0;
    margin-bottom: 62px;
    padding-bottom: 23%;
  }

  .c-afuhiMemorialSeating__photo {
    position: relative;
  }

  .c-afuhiMemorialSeating__photo--main {
    top: auto;
    left: auto;
    width: 88%;
  }

  .c-afuhiMemorialSeating__photo--sub {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 38%;
    border-width: 7px;
  }

  .c-afuhiMemorialSeating__text {
    width: 100%;
    margin-left: 0;
  }

  .c-afuhiMemorialGuide__list li {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: var(--fz-prose-sp, 15px);
    line-height: 1.9;
  }

  .c-afuhiMemorialGuide__list li::before {
    top: 18px;
  }

  .c-afuhiMemorialGuide__policy {
    margin-top: 46px;
  }
}









/* ======================================================
  あふひ お食事ページ
  Root Class：c-afuhiDiningPage

  PC：3面stickyスタック
  SP：中央の料理案内のみ通常スクロール

  調整：
  ・SPヒーローをヘッダー直下へわずかに重ねる
  ・SP初期表示で下の白い島が見えすぎないように補正
====================================================== */

/* ======================================================
  01. ページ全体・sticky基本設定
====================================================== */

.c-afuhiDiningPage,
.c-afuhiDiningPage * {
  box-sizing: border-box;
}

.c-afuhiDiningPage {
  --dining-header-height: 96px;
  --dining-panel-height: calc(100vh - var(--dining-header-height));
  --dining-panel-height: calc(100dvh - var(--dining-header-height));

  position: relative;
  isolation: isolate;
  width: 100vw;
  max-width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 0;
  background: #fff;
  color: #222;
  font-family:
    "Noto Sans JP",
    "Yu Gothic",
    "Hiragino Sans",
    sans-serif;
}

.c-afuhiDiningPage__panel {
  position: sticky;
  top: var(--dining-header-height);
  width: 100%;
  height: var(--dining-panel-height);
  min-height: 540px;
  overflow: hidden;
}

.c-afuhiDiningPage__panel:nth-child(1) {
  z-index: 1;
}

.c-afuhiDiningPage__panel:nth-child(2) {
  z-index: 2;
}

.c-afuhiDiningPage__panel:nth-child(3) {
  z-index: 3;
}

/* ======================================================
  02. 写真・オーバーレイ共通
====================================================== */

.c-afuhiDiningPage .c-afuhiDiningPage__photo {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
  object-fit: cover;
}

.c-afuhiDiningPage__shade {
  position: absolute;
  inset: 0;
  background: rgba(20, 18, 15, 0.24);
  pointer-events: none;
}

.c-afuhiDiningPage__shade--closing {
  background: rgba(20, 18, 15, 0.3);
}

.c-afuhiDiningPage__label {
  margin: 0 0 18px;
  font-family: var(--font-en);
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.18em;
}

/* ======================================================
  03. 明朝見出し上書き
  00-foundation.css の見出し指定対策
====================================================== */

.post_content .c-afuhiDiningPage .c-afuhiSectionTitle,
.entry-content .c-afuhiDiningPage .c-afuhiSectionTitle,
.c-afuhiDiningPage .c-afuhiSectionTitle,
.post_content .c-afuhiDiningPage .c-afuhiDiningClosing__copy,
.entry-content .c-afuhiDiningPage .c-afuhiDiningClosing__copy,
.c-afuhiDiningPage .c-afuhiDiningClosing__copy,
.post_content .c-afuhiDiningPage .c-afuhiDiningMenu__time,
.entry-content .c-afuhiDiningPage .c-afuhiDiningMenu__time,
.c-afuhiDiningPage .c-afuhiDiningMenu__time {
  font-family:
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    "Yu Mincho",
    "YuMincho",
    serif !important;
  font-weight: 500 !important;
  letter-spacing: 0.05em !important;
}

/* ======================================================
  04. ヒーロー
====================================================== */

.c-afuhiDiningHero {
  display: grid;
  place-items: center;
  background: #24211d;
}

.c-afuhiDiningHero__content {
  position: relative;
  z-index: 1;
  width: min(88vw, 1320px);
  color: #fff;
  text-align: center;
  transform: translateY(-58px);
}

@media (max-width: 767px) {
  .c-afuhiDiningHero__content {
    transform: translateY(-68px);
  }
}

.c-afuhiDiningHero .c-afuhiDiningPage__label {
  color: rgba(255, 255, 255, 0.88);
}

.post_content .c-afuhiDiningPage .c-afuhiDiningHero__title,
.entry-content .c-afuhiDiningPage .c-afuhiDiningHero__title,
.c-afuhiDiningPage .c-afuhiDiningHero__title {
  margin: 0 !important;
  color: #fff !important;
}

/* ======================================================
  05. 店主おまかせ料理・料金
====================================================== */

.c-afuhiDiningMenu {
  display: grid;
  place-items: center;
  padding: clamp(44px, 6vh, 72px) 0;
  background: #fff;
  box-shadow: 0 -18px 42px rgba(35, 29, 21, 0.08);
}

.c-afuhiDiningMenu__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1.1fr);
  gap: clamp(64px, 9vw, 150px);
  align-items: center;
  width: min(86vw, 1180px);
  margin: 0 auto;
}

.c-afuhiDiningMenu .c-afuhiDiningPage__label {
  color: #7a7167;
}

.post_content .c-afuhiDiningPage .c-afuhiDiningMenu__title,
.entry-content .c-afuhiDiningPage .c-afuhiDiningMenu__title,
.c-afuhiDiningPage .c-afuhiDiningMenu__title {
  margin-bottom: 28px !important;
}

.c-afuhiDiningMenu__text {
  max-width: 36em;
  margin: 0;
  font-size: 15px;
  line-height: 2.15;
  letter-spacing: 0.04em;
  color: #3f3a34;
}

.c-afuhiDiningMenu__prices {
  width: 100%;
  border-top: 1px solid rgba(120, 104, 76, 0.3);
}

.c-afuhiDiningMenu__group {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 32px;
  padding: 27px 0 25px;
  border-bottom: 1px solid rgba(120, 104, 76, 0.3);
}

.post_content .c-afuhiDiningPage .c-afuhiDiningMenu__time,
.entry-content .c-afuhiDiningPage .c-afuhiDiningMenu__time,
.c-afuhiDiningPage .c-afuhiDiningMenu__time {
  margin: 2px 0 0 !important;
  font-size: 18px !important;
  line-height: 1.6 !important;
  color: #3a342d !important;
}

.c-afuhiDiningMenu__list {
  margin: 0;
}

.c-afuhiDiningMenu__item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: baseline;
  padding: 7px 0;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

.c-afuhiDiningMenu__item dt,
.c-afuhiDiningMenu__item dd {
  margin: 0;
}

.c-afuhiDiningMenu__item dd {
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

.c-afuhiDiningMenu__item dd span {
  font-family:
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    "Yu Mincho",
    "YuMincho",
    serif;
  font-size: 17px;
}

.c-afuhiDiningMenu__item dd small {
  margin-left: 0.25em;
  font-size: 11px;
  color: #756c62;
}

.c-afuhiDiningMenu__note {
  margin: 17px 0 0;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #675f56;
}

/* ======================================================
  06. クロージング写真・コピー
====================================================== */

.c-afuhiDiningClosing {
  display: grid;
  place-items: center;
  background: #24211d;
  box-shadow: 0 -18px 42px rgba(25, 21, 17, 0.12);
}

.c-afuhiDiningClosing__content {
  position: relative;
  z-index: 1;
  width: min(86vw, 1180px);
  color: #fff;
  text-align: center;
}

.post_content .c-afuhiDiningPage .c-afuhiDiningClosing__copy,
.entry-content .c-afuhiDiningPage .c-afuhiDiningClosing__copy,
.c-afuhiDiningPage .c-afuhiDiningClosing__copy {
  margin: 0 !important;
  font-size: clamp(23px, 2.15vw, 32px) !important;
  line-height: 2 !important;
  color: #fff !important;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.24);
}

.c-afuhiDiningClosing__copy span {
  display: block;
}

/* ======================================================
  07. タブレット
====================================================== */

@media (min-width: 768px) and (max-width: 1024px) {
  .c-afuhiDiningPage {
    --dining-header-height: 84px;
  }

  .c-afuhiDiningMenu__inner {
    grid-template-columns: minmax(0, 0.92fr) minmax(340px, 1.08fr);
    gap: 54px;
    width: min(90vw, 900px);
  }
}

/* ======================================================
  08. スマートフォン
  説明文は通常スクロール、料金表で再びsticky
====================================================== */

@media (max-width: 767px) {
  .c-afuhiDiningPage {
    --dining-header-height: 60px;

    /*
      初期表示で次の白い面が見えすぎないように、
      SPだけヒーロー・各面の高さを少し足す。
      端末のブラウザUI差を吸収するための補正。
    */
    --dining-sp-panel-extra: 44px;
    --dining-sp-hero-overlap: 2px;

    --dining-panel-height: calc(100vh - var(--dining-header-height) + var(--dining-sp-panel-extra));
    --dining-panel-height: calc(100svh - var(--dining-header-height) + var(--dining-sp-panel-extra));
  }

  .c-afuhiDiningPage__panel {
    min-height: 0;
  }

  .c-afuhiDiningHero,
  .c-afuhiDiningClosing {
    position: sticky;
    top: var(--dining-header-height);
    height: var(--dining-panel-height);
  }

  /*
    ヘッダー直下に出る細い白線対策。
    ヒーロー写真だけ、2pxぶん上へ潜らせる。
  */
  .c-afuhiDiningHero {
    top: calc(var(--dining-header-height) - var(--dining-sp-hero-overlap));
    height: calc(var(--dining-panel-height) + var(--dining-sp-hero-overlap));
  }

  .c-afuhiDiningMenu {
    position: relative;
    top: auto;
    height: auto;
    min-height: var(--dining-panel-height);
    overflow: visible;
    display: block;
    padding: 82px 0 0;
  }

  /* 料金表の上へ3枚目をせり上げるためのスクロール領域 */
  .c-afuhiDiningMenu::after {
    content: "";
    display: block;
    width: 100%;
    height: var(--dining-panel-height);
  }

  .c-afuhiDiningHero__content,
  .c-afuhiDiningClosing__content {
    width: calc(100% - 44px);
  }

  .c-afuhiDiningMenu__inner {
    display: contents;
  }

  .c-afuhiDiningMenu__intro {
    width: calc(100% - 44px);
    margin: 0 auto 58px;
  }

  .post_content .c-afuhiDiningPage .c-afuhiDiningMenu__title,
  .entry-content .c-afuhiDiningPage .c-afuhiDiningMenu__title,
  .c-afuhiDiningPage .c-afuhiDiningMenu__title {
    margin-bottom: 24px !important;
  }

  .c-afuhiDiningMenu__text {
    line-height: 2.15;
  }

  .c-afuhiDiningMenu__prices {
    position: sticky;
    top: var(--dining-header-height);
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: var(--dining-panel-height);
    padding: 38px 22px;
    background: #fff;
    overflow: hidden;
  }

  .c-afuhiDiningClosing {
    margin-top: calc(-1 * var(--dining-panel-height));
  }

  .c-afuhiDiningMenu__group {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 25px 0 23px;
  }

  .post_content .c-afuhiDiningPage .c-afuhiDiningMenu__time,
  .entry-content .c-afuhiDiningPage .c-afuhiDiningMenu__time,
  .c-afuhiDiningPage .c-afuhiDiningMenu__time {
    font-size: 18px !important;
  }

  .c-afuhiDiningMenu__item {
    gap: 16px;
    padding: 6px 0;
  }

  .post_content .c-afuhiDiningPage .c-afuhiDiningClosing__copy,
  .entry-content .c-afuhiDiningPage .c-afuhiDiningClosing__copy,
  .c-afuhiDiningPage .c-afuhiDiningClosing__copy {
    font-size: 21px !important;
    line-height: 2.05 !important;
  }

  .c-afuhiDiningClosing__copy span {
    display: inline;
  }
}

/* ======================================================
  09. 低いPC画面
  中央面のみ余白を詰め、内容切れを防ぐ
====================================================== */

@media (min-width: 768px) and (max-height: 720px) {
  .c-afuhiDiningPage__panel {
    min-height: 0;
  }

  .c-afuhiDiningMenu {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .c-afuhiDiningMenu__group {
    padding-top: 19px;
    padding-bottom: 17px;
  }

  .c-afuhiDiningMenu__text {
    line-height: 1.95;
  }
}

/* ======================================================
  10. 視差効果を減らす設定
====================================================== */

@media (prefers-reduced-motion: reduce) {
  .c-afuhiDiningPage__panel,
  .c-afuhiDiningHero,
  .c-afuhiDiningClosing {
    position: relative;
    top: auto;
  }

  .c-afuhiDiningMenu::after {
    display: none;
  }

  .c-afuhiDiningMenu__prices {
    position: relative;
    top: auto;
    height: auto;
  }

  .c-afuhiDiningClosing {
    margin-top: 0;
  }
}

/* ======================================================
  11. このページのみフッター前のSWELL余白を削除

  SWELLの本文外側ラッパーに残る下余白を、
  お食事ページを含む場合だけ解除する。
====================================================== */

body:has(.c-afuhiDiningPage) .l-content,
body:has(.c-afuhiDiningPage) .l-mainContent,
body:has(.c-afuhiDiningPage) .l-mainContent__inner,
body:has(.c-afuhiDiningPage) .post_content,
body:has(.c-afuhiDiningPage) #content {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

body:has(.c-afuhiDiningPage) .l-footer {
  margin-top: 0 !important;
}




/* ======================================================
  お食事ページ：PC/tabletのみヘッダー背面まで写真面を敷く
  ・Safariで幅によってヘッダー下に隙間が出る問題への対策
  ・SPの3面スクロール構造は壊さない
====================================================== */

@media (min-width: 768px) {

  body:has(.c-afuhiDiningPage) .c-afuhiDiningPage {
    --dining-panel-height: 100vh;
  }

  body:has(.c-afuhiDiningPage) .c-afuhiDiningPage__panel {
    top: 0 !important;
    height: var(--dining-panel-height) !important;
  }

  body:has(.c-afuhiDiningPage) .c-afuhiDiningHero,
  body:has(.c-afuhiDiningPage) .c-afuhiDiningMenu,
  body:has(.c-afuhiDiningPage) .c-afuhiDiningClosing {
    top: 0 !important;
    height: var(--dining-panel-height) !important;
  }

  body:has(.c-afuhiDiningPage) .c-afuhiDiningHero,
  body:has(.c-afuhiDiningPage) .c-afuhiDiningClosing {
    padding-top: 0 !important;
  }

  body:has(.c-afuhiDiningPage) .c-afuhiDiningMenu {
    padding-top: calc(clamp(44px, 6vh, 72px) + var(--dining-header-height));
    padding-bottom: clamp(44px, 6vh, 72px);
  }

}






/* ======================================================
  あふひ アクセスページ
  Root Class：c-afuhiAccessPage
====================================================== */

/* ======================================================
  01. ページ全体
====================================================== */

.c-afuhiAccessPage,
.c-afuhiAccessPage * {
  box-sizing: border-box;
}

.c-afuhiAccessPage {
  width: 100vw;
  max-width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: clamp(88px, 10vw, 144px) 0 clamp(96px, 11vw, 152px);
  background: #fff;
  color: #222;
  font-family:
    "Noto Sans JP",
    "Yu Gothic",
    "Hiragino Sans",
    sans-serif;
}

.c-afuhiAccessPage__inner {
  width: min(88vw, 1180px);
  margin: 0 auto;
}

/* ======================================================
  02. ページ見出し
====================================================== */

.c-afuhiAccessPage__header {
  margin-bottom: clamp(64px, 8vw, 104px);
}

.c-afuhiAccessPage__eyebrow {
  margin: 0 0 18px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.16em;
  color: #7a7167;
}

.post_content .c-afuhiAccessPage .c-afuhiAccessPage__heading,
.entry-content .c-afuhiAccessPage .c-afuhiAccessPage__heading,
.c-afuhiAccessPage .c-afuhiAccessPage__heading {
  margin: 0 0 24px !important;
  font-family:
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    "Yu Mincho",
    "YuMincho",
    serif !important;
  font-size: clamp(30px, 2.4vw, 36px) !important;
  font-weight: 500 !important;
  line-height: 1.48 !important;
  letter-spacing: 0.05em !important;
  color: #222 !important;
}

.c-afuhiAccessPage__lead {
  margin: 0;
  font-size: 15px;
  line-height: 2.15;
  letter-spacing: 0.04em;
  color: #3f3a34;
}

/* ======================================================
  03. 共通セクション見出し
====================================================== */

.c-afuhiAccessPage__section {
  margin-bottom: clamp(88px, 10vw, 136px);
}

.post_content .c-afuhiAccessPage .c-afuhiAccessPage__sectionTitle,
.entry-content .c-afuhiAccessPage .c-afuhiAccessPage__sectionTitle,
.c-afuhiAccessPage .c-afuhiAccessPage__sectionTitle {
  margin: 0 0 28px !important;
  font-family:
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    "Yu Mincho",
    "YuMincho",
    serif !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 1.55 !important;
  letter-spacing: 0.05em !important;
  color: #2e2a26 !important;
}

/* ======================================================
  04. Googleマップ・ストリートビュー
====================================================== */

.c-afuhiAccessPage__map,
.c-afuhiAccessPage__street {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #f2f1ee;
}

.c-afuhiAccessPage__map {
  height: clamp(420px, 52vw, 600px);
}

.c-afuhiAccessPage__street {
  width: min(100%, 900px);
  height: clamp(360px, 43vw, 500px);
}

.c-afuhiAccessPage__map iframe,
.c-afuhiAccessPage__street iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* ======================================================
  05. アクセス・店舗情報
====================================================== */

.c-afuhiAccessPage__section--info {
  margin-bottom: clamp(80px, 9vw, 120px);
}

.c-afuhiAccessPage__info {
  border-top: 1px solid rgba(120, 104, 76, 0.3);
}

.c-afuhiAccessPage__infoBlock {
  display: grid;
  grid-template-columns: minmax(150px, 0.28fr) minmax(0, 0.72fr);
  gap: clamp(40px, 7vw, 104px);
  padding: clamp(36px, 5vw, 58px) 0;
  border-bottom: 1px solid rgba(120, 104, 76, 0.3);
}

.post_content .c-afuhiAccessPage .c-afuhiAccessPage__infoTitle,
.entry-content .c-afuhiAccessPage .c-afuhiAccessPage__infoTitle,
.c-afuhiAccessPage .c-afuhiAccessPage__infoTitle,
.post_content .c-afuhiAccessPage .c-afuhiAccessPage__itemTitle,
.entry-content .c-afuhiAccessPage .c-afuhiAccessPage__itemTitle,
.c-afuhiAccessPage .c-afuhiAccessPage__itemTitle {
  font-family:
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    "Yu Mincho",
    "YuMincho",
    serif !important;
  font-weight: 500 !important;
  letter-spacing: 0.05em !important;
  color: #2e2a26 !important;
}

.post_content .c-afuhiAccessPage .c-afuhiAccessPage__infoTitle,
.entry-content .c-afuhiAccessPage .c-afuhiAccessPage__infoTitle,
.c-afuhiAccessPage .c-afuhiAccessPage__infoTitle {
  margin: 0 !important;
  font-size: 19px !important;
  line-height: 1.7 !important;
}

.c-afuhiAccessPage__infoBody {
  min-width: 0;
}

.c-afuhiAccessPage__item + .c-afuhiAccessPage__item {
  margin-top: 34px;
}

.post_content .c-afuhiAccessPage .c-afuhiAccessPage__itemTitle,
.entry-content .c-afuhiAccessPage .c-afuhiAccessPage__itemTitle,
.c-afuhiAccessPage .c-afuhiAccessPage__itemTitle {
  margin: 0 0 9px !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
}

.c-afuhiAccessPage__text {
  margin: 0;
  font-size: 15px;
  line-height: 2.15;
  letter-spacing: 0.04em;
  color: #3f3a34;
}

.c-afuhiAccessPage__text + .c-afuhiAccessPage__text {
  margin-top: 24px;
}

.c-afuhiAccessPage__text a {
  color: inherit;
  text-decoration: none;
}

/* ======================================================
  06. トップページへ戻る
====================================================== */

.c-afuhiAccessPage__home {
  display: flex;
  justify-content: center;
}

.c-afuhiAccessPage__homeButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: min(100%, 280px);
  min-height: 54px;
  padding: 12px 24px;
  border: 1px solid rgba(89, 76, 57, 0.58);
  color: #3f3a34;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  transition:
    background-color 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease;
}

.c-afuhiAccessPage__homeButton:hover {
  border-color: #8e743d;
  background: #8e743d;
  color: #fff;
}

.c-afuhiAccessPage__homeArrow {
  font-size: 16px;
  line-height: 1;
}

/* ======================================================
  07. スマートフォン
====================================================== */

@media (max-width: 767px) {
  .c-afuhiAccessPage {
    padding: 76px 0 96px;
  }

  .c-afuhiAccessPage__inner {
    width: calc(100% - 44px);
  }

  .c-afuhiAccessPage__header {
    margin-bottom: 66px;
  }

  .post_content .c-afuhiAccessPage .c-afuhiAccessPage__heading,
  .entry-content .c-afuhiAccessPage .c-afuhiAccessPage__heading,
  .c-afuhiAccessPage .c-afuhiAccessPage__heading {
    font-size: 29px !important;
    line-height: 1.5 !important;
  }

  .c-afuhiAccessPage__section {
    margin-bottom: 82px;
  }

  .post_content .c-afuhiAccessPage .c-afuhiAccessPage__sectionTitle,
  .entry-content .c-afuhiAccessPage .c-afuhiAccessPage__sectionTitle,
  .c-afuhiAccessPage .c-afuhiAccessPage__sectionTitle {
    margin-bottom: 22px !important;
    font-size: 22px !important;
  }

  .c-afuhiAccessPage__map,
  .c-afuhiAccessPage__street {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .c-afuhiAccessPage__section--info {
    margin-bottom: 72px;
  }

  .c-afuhiAccessPage__infoBlock {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 34px 0 36px;
  }

  .post_content .c-afuhiAccessPage .c-afuhiAccessPage__infoTitle,
  .entry-content .c-afuhiAccessPage .c-afuhiAccessPage__infoTitle,
  .c-afuhiAccessPage .c-afuhiAccessPage__infoTitle {
    font-size: 18px !important;
  }

  .c-afuhiAccessPage__item + .c-afuhiAccessPage__item {
    margin-top: 30px;
  }

  .c-afuhiAccessPage__homeButton {
    width: min(100%, 260px);
    min-height: 52px;
  }
}

/* ======================================================
  08. 視差効果を減らす設定
====================================================== */

@media (prefers-reduced-motion: reduce) {
  .c-afuhiAccessPage__homeButton {
    transition: none;
  }
}




/* ======================================================
  あふひ：お祝い下層ページ
  導入見出し下の余白調整
====================================================== */

.post_content .c-afuhiCelebrationPage .c-afuhiCelebrationIntro__heading,
.entry-content .c-afuhiCelebrationPage .c-afuhiCelebrationIntro__heading,
.c-afuhiCelebrationPage .c-afuhiCelebrationIntro__heading {
  margin-bottom: 64px !important;
}

/* SP */
@media (max-width: 767px) {
  .post_content .c-afuhiCelebrationPage .c-afuhiCelebrationIntro__heading,
  .entry-content .c-afuhiCelebrationPage .c-afuhiCelebrationIntro__heading,
  .c-afuhiCelebrationPage .c-afuhiCelebrationIntro__heading {
    margin-bottom: 46px !important;
  }
}