/*
 * ======================================
 * NAIL SALON BABY CROSS site.css
 * ======================================
 *
 * .bc-mv-section        - MV: 右60%写真+左キャッチの非対称レイアウト
 * .bc-mv-catch          - MV: 左側キャッチテキスト絶対配置エリア
 * .bc-mv-photo          - MV: 右60%写真ラッパー（内枠白線付き）
 * .bc-heading-en        - Cormorant Garamond の英字見出し（斜体なし）
 * .bc-hairline          - 1px hairline区切り線（#BFA48E）
 * .bc-section-intro     - コンセプト等の導入2カラム（写真+テキスト）
 * .bc-staff-card        - スタッフカードレイアウト
 * .bc-voice-card        - 口コミカード
 * .bc-flow-step         - 採用フロースタイル
 * .bc-notice-list       - 注意事項リスト（タイトル+テキスト縦型）
 * .bc-cat-filter        - カテゴリフィルターボタン群（entry_list）
 * .bc-entry             - ブログ記事エリア（entry詳細）
 * .news-list__cat--*    - カテゴリラベル色バリアント（info/recruit/holiday）
 *
 * ======================================
 * 共通SCSSに不足していたもの
 * ======================================
 *
 * 値の粒度不足：
 *   - MV右寄せ60%レイアウトはbg-solid--offsetと異なりphoto+catchの複合構造
 *   - hairline（1px #BFA48E）はborder_colorが#D4C8BCのため専用色が必要
 * 構造不足：
 *   - bc-mv-section: 右寄せ写真＋左絶対配置キャッチのMV専用構造
 *   - bc-staff-card: 写真+テキストの縦積みカード（card-photoと微妙に違う）
 *
 */

/* ===========================================
   フォント読み込み
   =========================================== */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Noto+Sans+JP:wght@300;400;500;700&display=swap');

/* ===========================================
   斜体は一切使わない（既定で斜体になる要素を打ち消し）
   =========================================== */
em, i, cite, address, var, dfn {
  font-style: normal;
}

/* ===========================================
   グローバル：英字をCormorant Garamond（斜体なし）に
   =========================================== */
.heading__en,
.heading-hero .heading__en,
.heading-big .heading__en,
.heading-underline .heading__en,
.heading-flanked .heading__en,
.sp-nav__en,
.header__nav-en {
  font-style: normal;
  letter-spacing: 0.08em;
}

/* ===========================================
   MV セクション — フルハイトダークヒーロー
   =========================================== */
#slide-wrapper {
  position: relative;
  overflow: hidden;
  background: #1c1815;
  height: 670px;
}

/* 写真: 全面カバー */
#slideshow {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

/* グラデーションオーバーレイ */
#slideshow::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(28,24,21,.35) 0%, rgba(28,24,21,0) 30%, rgba(28,24,21,0) 70%, rgba(28,24,21,.55) 100%),
    linear-gradient(90deg, rgba(28,24,21,.4) 0%, rgba(28,24,21,0) 60%);
  pointer-events: none;
}

/* 内枠フレームは削除（フル幅では不要） */
#slideshow::after { display: none; }

#slideshow .swiper-slide {
  height: 100vh;
  overflow: hidden;
}

#slideshow .main_slider__inner {
  width: 100%;
  height: 100%;
  position: relative;
}

#slideshow .main_slider__inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(.82) saturate(.92);
}

/* キャッチ: 左下固定 */
#bc-catch {
  position: relative;
  z-index: 10;
  left: auto;
  top: auto;
  transform: none;
  width: 100%;
  max-width: 100%;
  padding: 0 clamp(28px, 6vw, 96px) clamp(70px, 9vw, 130px);
  color: #fff;
}

#bc-catch .bc-catch__en {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0.18em;
  color: #BFA48E;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

#bc-catch .bc-catch__en::before {
  content: "";
  width: 48px;
  height: 1px;
  background: #BFA48E;
  display: inline-block;
  flex-shrink: 0;
}

#bc-catch .bc-catch__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(2.8rem, 4.4vw, 6rem);
  font-weight: 200;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0.06em;
  margin-bottom: 28px;
  max-width: 980px;
}

#bc-catch .bc-catch__title em {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 400;
  color: #BFA48E;
}

#bc-catch .bc-catch__sub {
  font-size: 1.3rem;
  color: #d8cec3;
  letter-spacing: 0.30em;
  margin-bottom: 36px;
}

/* MV CTAラッパー */
.bc-catch__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

/* MV内ボタン */
#bc-catch .btn-pill {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  background: transparent;
  background-image: none;
  border: 1px solid rgba(255,255,255,0.4);
  color: #fff;
  border-radius: 0;
  padding: 18px 30px;
  font-size: 1.2rem;
  letter-spacing: 0.22em;
  max-width: none;
  line-height: 1;
}

#bc-catch .btn-pill::after {
  content: "";
  width: 22px;
  height: 1px;
  background: rgba(255,255,255,0.7);
  flex-shrink: 0;
  transition: width 0.3s ease;
}

#bc-catch .btn-pill:hover {
  background: #fff;
  color: #2b2522;
  border-color: #fff;
  opacity: 1;
}

#bc-catch .btn-pill:hover::after {
  background: #2b2522;
  width: 36px;
}

#bc-catch .btn-pill:hover .bc-cta-en {
  color: #BFA48E;
}

/* ボタン内英字ラベル */
.bc-cta-en {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 1.4rem;
  color: #BFA48E;
  letter-spacing: 0.04em;
  line-height: 1;
}

/* 右下 decorative：est. 2010 */
#bc-meta {
  position: absolute;
  right: clamp(28px, 6vw, 96px);
  bottom: clamp(70px, 9vw, 130px);
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  color: #d8cec3;
  font-size: 1.1rem;
  letter-spacing: 0.24em;
  text-align: right;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
}

.bc-meta__num {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 4.6rem;
  color: #BFA48E;
  line-height: 1;
  margin-bottom: 8px;
}

/* 左下 scroll インジケーター */
#bc-scroll {
  position: absolute;
  left: clamp(28px, 6vw, 96px);
  bottom: 36px;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.32em;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
}

#bc-scroll::after {
  content: "";
  width: 1px;
  height: 60px;
  background: linear-gradient(180deg, #BFA48E 0%, transparent 100%);
  animation: bc-scroll-line 2s ease-in-out infinite;
}

@keyframes bc-scroll-line {
  0%   { transform: scaleY(.2); transform-origin: top; }
  50%  { transform: scaleY(1);  transform-origin: top; }
  51%  { transform-origin: bottom; }
  100% { transform: scaleY(0);  transform-origin: bottom; }
}

/* --- レスポンシブ --- */
@media (max-width: 896px) {
  #slide-wrapper {
    height: 455px;
    min-height: unset;
  }

  #slideshow .swiper-slide {
    height: 455px;
  }

  #bc-catch {
    padding-bottom: clamp(60px, 8vw, 100px);
  }

  #bc-catch .bc-catch__title {
    font-size: clamp(2.2rem, 5.5vw, 3.6rem);
  }

  #bc-meta {
    display: none;
  }
}

@media (max-width: 639px) {
  #bc-catch .bc-catch__title {
    font-size: 2.4rem;
    font-weight: 300;
  }

  #bc-catch .bc-catch__sub {
    letter-spacing: 0.16em;
  }

  #bc-scroll {
    display: none;
  }

  .bc-catch__cta {
    flex-direction: column;
    gap: 10px;
  }
}

/* ===========================================
   共通hairline区切り
   =========================================== */
.bc-hairline {
  border: none;
  border-top: 1px solid #BFA48E;
  width: 100%;
  height: 0;
  display: block;
}

.bc-hairline--light {
  border-top-color: #D4C8BC;
}

/* ===========================================
   各セクション導入（2カラム：写真+テキスト）
   =========================================== */
.bc-section-intro__img {
  overflow: hidden;
}

.bc-section-intro__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.bc-section-intro__img:hover img {
  transform: scale(1.03);
}

/* ===========================================
   スタッフカード
   =========================================== */
.bc-staff-card {
  background: #FEFEFE;
  padding: 40px;
  position: relative;
}

.bc-staff-card__photo {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px;
  border: 2px solid #BFA48E;
}

.bc-staff-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.bc-staff-card__name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 4px;
}

.bc-staff-card__role {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 1.2rem;
  color: #BFA48E;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.bc-staff-card__specialty {
  font-size: 1.3rem;
  color: #888;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #D4C8BC;
}

.bc-staff-card__message {
  font-size: 1.4rem;
  line-height: 1.9;
  color: #1A1A1A;
}

/* ===========================================
   口コミカード
   =========================================== */
.bc-voice-card {
  background: #FEFEFE;
  border: 1px solid #D4C8BC;
  padding: 28px 32px;
  position: relative;
}

.bc-voice-card__name {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 1.3rem;
  color: #BFA48E;
  margin-bottom: 12px;
  letter-spacing: 0.08em;
}

.bc-voice-card__stars {
  color: #BFA48E;
  font-size: 1.4rem;
  margin-bottom: 12px;
  letter-spacing: 0.1em;
}

.bc-voice-card__text {
  font-size: 1.4rem;
  line-height: 1.9;
  color: #1A1A1A;
}

/* ===========================================
   採用フロー（STEP番号付き）
   =========================================== */
.bc-flow-step {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  padding: 30px 0;
  border-bottom: 1px solid #D4C8BC;
}

.bc-flow-step:last-child {
  border-bottom: none;
}

.bc-flow-step__num {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 1.1rem;
  color: #BFA48E;
  letter-spacing: 0.1em;
  white-space: nowrap;
  min-width: 80px;
  padding-top: 4px;
  line-height: 1.3;
}

.bc-flow-step__num span {
  display: block;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.bc-flow-step__body {
  flex: 1;
}

.bc-flow-step__title {
  font-size: 1.7rem;
  font-weight: 700;
  color: #1A1A1A;
  margin-bottom: 8px;
  letter-spacing: 0.08em;
}

.bc-flow-step__text {
  font-size: 1.4rem;
  line-height: 1.9;
  color: #555;
}

@media (max-width: 639px) {
  .bc-flow-step {
    flex-direction: column;
    gap: 12px;
  }

  .bc-flow-step__num {
    min-width: auto;
  }
}

/* ===========================================
   注意事項テーブル（hairline型）
   =========================================== */
.bc-notice-list {
  width: 100%;
}

.bc-notice-list__item {
  padding: 20px 0;
  border-bottom: 1px solid #D4C8BC;
  list-style: none;
}

.bc-notice-list__item:first-child {
  border-top: 1px solid #D4C8BC;
}

.bc-notice-list__label {
  font-weight: 700;
  font-size: 1.4rem;
  color: #BFA48E;
  min-width: 200px;
  flex-shrink: 0;
  letter-spacing: 0.05em;
}

.bc-notice-list__text {
  font-size: 1.4rem;
  line-height: 1.9;
  color: #1A1A1A;
}

@media (max-width: 639px) {
  .bc-notice-list__item {
    flex-direction: column;
    gap: 8px;
  }

  .bc-notice-list__label {
    min-width: auto;
  }
}

/* ===========================================
   ヘッダー：ロゴテキスト
   =========================================== */
.bc-logo-text {
  font-family: 'Cormorant Garamond', serif;
  font-style: normal;
  font-synthesis: none;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #BFA48E;
  line-height: 1.2;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
}

.bc-logo-text:hover {
  opacity: 0.75;
}

.bc-logo-text .bc-logo-text__sub {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: 0.9rem;
  letter-spacing: 0.15em;
  color: #888;
  margin-top: 2px;
}

/* ===========================================
   フッター CTA 帯
   =========================================== */
.bc-cta {
  background: #F6F1EB;
  padding: 80px 0;
}

.bc-cta__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
}

.bc-cta__tel {
  font-family: "Cormorant Garamond", serif;
  font-size: 3.6rem;
  font-weight: 700;
  color: #BFA48E;
  letter-spacing: 0.08em;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  margin-bottom: 8px;
}

.bc-cta__tel:hover {
  opacity: 0.75;
}

.bc-cta__hours {
  font-size: 1.3rem;
  color: #888;
  margin-bottom: 36px;
  letter-spacing: 0.08em;
}

.bc-cta__btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.bc-cta__btns .btn-pill {
  max-width: 280px;
  font-size: 1.4rem;
  padding: 14px 28px;
}

@media (max-width: 639px) {
  .bc-cta {
    padding: 60px 0;
  }

  .bc-cta__inner {
    padding: 0 20px;
  }

  .bc-cta__tel {
    font-size: 2.8rem;
  }

  .bc-cta__btns {
    flex-direction: column;
    align-items: center;
  }

  .bc-cta__btns .btn-pill {
    max-width: 100%;
    width: 100%;
  }
}

/* ===========================================
   フッター本体
   =========================================== */
.bc-footer-body {
  background: #302e2c;
  color: rgba(255,255,255,0.8);
  padding: 60px 0 0;
}

.bc-footer-body .bc-logo-text {
  color: rgba(255,255,255,0.9);
}

.bc-footer-body .bc-logo-text .bc-logo-text__sub {
  color: rgba(255,255,255,0.5);
}

/* フッター「NAIL SALLON」両サイドに天地中央の横線（旧「- -」の代替・ヒーロー/MVと統一） */
.bc-footer-body .bc-logo-text__sub {
  font-family: "Cormorant Garamond", serif; /* ヒーロー/MVと統一 */
  display: flex;
  align-items: center;      /* 横線を天地中央に */
  justify-content: center;
  gap: 0.3em;               /* 文字と横線の間隔 */
  text-indent: 0.32em;      /* letter-spacing(0.32em)の末尾アキを相殺 */
}
.bc-footer-body .bc-logo-text__sub::before,
.bc-footer-body .bc-logo-text__sub::after {
  content: "";
  width: 10px;              /* 横線の長さ */
  height: 1px;              /* 横線の太さ */
  background: currentColor; /* 文字色に追従 */
  opacity: .5;
  flex-shrink: 0;
}

.bc-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bc-footer-logo-block {
  min-width: 200px;
}

.bc-footer-info {
  font-size: 1.3rem;
  line-height: 2.0;
  color: rgba(255,255,255,0.7);
  margin-top: 16px;
}

.bc-footer-notice {
  font-size: 1.2rem;
  color: rgba(255,255,255,0.5);
  margin-top: 12px;
  line-height: 1.8;
  border-top: 1px solid rgba(255,255,255,0.15);
  padding-top: 12px;
}

.bc-footer-hours {
  font-size: 1.3rem;
  line-height: 2.0;
  color: rgba(255,255,255,0.7);
}

.bc-footer-hours-title {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 1.1rem;
  color: #BFA48E;
  letter-spacing: 0.15em;
  margin-bottom: 8px;
  display: block;
}

.bc-footer-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px 24px;
}

.bc-footer-nav a {
  font-size: 1.3rem;
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: color 0.3s ease;
}

.bc-footer-nav a:hover {
  color: #BFA48E;
}

.bc-footer-nav-en {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.35);
  margin-right: 6px;
}

.bc-footer-sns {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}

.bc-footer-sns a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 50%;
  color: rgba(255,255,255,0.7);
  font-size: 1.4rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.bc-footer-sns a:hover {
  border-color: #BFA48E;
  color: #BFA48E;
}
.bc-footer-sns img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
  opacity: 0.7;
  transition: filter 0.3s ease, opacity 0.3s ease;
}
.bc-footer-sns a:hover img {
  filter: brightness(0) invert(0.78) sepia(0.6) saturate(1.2);
  opacity: 1;
}

.bc-footer-copyright {
  background: #1A1A1A;
  text-align: center;
  padding: 20px;
  font-size: 1.1rem;
  color: rgba(255,255,255,0.4);
  letter-spacing: 0.1em;
  margin-top: 50px;
}

@media (max-width: 896px) {
  .bc-footer-inner {
    padding: 0 20px;
    gap: 40px;
    flex-direction: column;
  }

  .bc-footer-copyright {
    padding-bottom: 80px;
  }
}

/* ===========================================
   SP固定バー
   =========================================== */
.bc-sp-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 150;
  display: none;
  background: #302e2c;
}

@media (max-width: 896px) {
  .bc-sp-bar {
    display: flex;
  }
}

.bc-sp-bar__item {
  flex: 1;
  text-align: center;
}

.bc-sp-bar__item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 4px;
  color: rgba(255,255,255,0.8);
  font-size: 0.9rem;
  text-decoration: none;
  gap: 4px;
  border-right: 1px solid rgba(255,255,255,0.1);
  transition: background 0.3s;
  letter-spacing: 0;
}

.bc-sp-bar__item:last-child a {
  border-right: none;
}

.bc-sp-bar__item a:hover,
.bc-sp-bar__item a:active {
  background: rgba(191,164,142,0.25);
}

.bc-sp-bar__item i {
  font-size: 1.6rem;
}

/* ===========================================
   ページヒーロー下層
   =========================================== */
.bc-page-hero {
  background: #F6F1EB;
  padding: 70px 0 60px;
  text-align: center;
  border-bottom: 1px solid #D4C8BC;
}

.bc-page-hero__en {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 3.6rem;
  font-weight: 700;
  color: #BFA48E;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 8px;
}

.bc-page-hero__ja {
  font-size: 1.4rem;
  color: #888;
  letter-spacing: 0.2em;
}

@media (max-width: 639px) {
  .bc-page-hero {
    padding: 50px 0 40px;
  }

  .bc-page-hero__en {
    font-size: 2.6rem;
  }
}

/* ===========================================
   concept ページ：各セクション写真
   =========================================== */
.bc-concept-photo {
  overflow: hidden;
  border-radius: 2px;
}

.bc-concept-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ===========================================
   メニューページ：料金テーブル
   =========================================== */
.bc-menu-table {
  width: 100%;
  border-collapse: collapse;
}

.bc-menu-table th,
.bc-menu-table td {
  padding: 14px 16px;
  border-bottom: 1px solid #D4C8BC;
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.7;
}

.bc-menu-table th {
  font-weight: 700;
  background: #F6F1EB;
  color: #1A1A1A;
  white-space: nowrap;
}

.bc-menu-table tbody tr:first-child th,
.bc-menu-table tbody tr:first-child td {
  border-top: 1px solid #BFA48E;
}

.bc-menu-table .bc-menu-table__price {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.6rem;
  color: #BFA48E;
  white-space: nowrap;
  font-weight: 700;
}

.bc-menu-table .bc-menu-table__price-sub {
  font-size: 1.2rem;
  color: #888;
}

.bc-menu-table .bc-menu-table__section-head td {
  background: #302e2c;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  letter-spacing: 0.1em;
  padding: 10px 16px;
  font-size: 1.3rem;
  font-weight: 400;
}

@media (max-width: 639px) {
  .bc-menu-table th,
  .bc-menu-table td {
    padding: 10px 10px;
    font-size: 1.2rem;
  }

  .bc-menu-table .bc-menu-table__price {
    font-size: 1.4rem;
  }
}

/* ===========================================
   ブログ一覧ページ
   =========================================== */
.bc-entry-header {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 4px;
  flex-wrap: wrap;
}

/* ===========================================
   ブログ詳細ページ
   =========================================== */
.bc-entry-body {
  font-size: 1.5rem;
  line-height: 2.0;
  color: #1A1A1A;
}

.bc-entry-body h2 {
  font-size: 2rem;
  font-weight: 700;
  margin: 40px 0 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D4C8BC;
}

.bc-entry-body h3 {
  font-size: 1.7rem;
  font-weight: 700;
  margin: 30px 0 12px;
}

.bc-entry-body p {
  margin-bottom: 20px;
}

.bc-entry-body img {
  max-width: 100%;
  height: auto;
}

/* ===========================================
   材料ブランドリスト
   =========================================== */
.bc-brand-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.bc-brand-list__item {
  padding: 8px 18px;
  border: 1px solid #BFA48E;
  font-size: 1.3rem;
  color: #BFA48E;
  letter-spacing: 0.08em;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
}

/* ===========================================
   注意事項リスト（タイトル+テキスト縦型）
   =========================================== */
.bc-notice-list__title {
  font-weight: 700;
  font-size: 1.5rem;
  color: #1A1A1A;
  margin-bottom: 6px;
  letter-spacing: 0.05em;
}

/* ===========================================
   カテゴリフィルター（entry_list）
   =========================================== */
.bc-cat-filter {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.bc-cat-filter__btn {
  padding: 8px 20px;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  border: 1px solid #D4C8BC;
  color: #888;
  text-decoration: none;
  border-radius: 40px;
  transition: all 0.25s ease;
}

.bc-cat-filter__btn:hover,
.bc-cat-filter__btn.is-active {
  background: #BFA48E;
  border-color: #BFA48E;
  color: #fff;
}

/* ===========================================
   news-list カテゴリラベル カラーバリアント
   =========================================== */
.news-list__cat {
  display: inline-block;
  padding: 2px 10px;
  font-size: 1.1rem;
  border-radius: 3px;
  letter-spacing: 0.05em;
  flex-shrink: 0;
}

.news-list__cat--info {
  background: #EDE8E1;
  color: #BFA48E;
}

.news-list__cat--recruit {
  background: #302e2c;
  color: #fff;
}

.news-list__cat--holiday {
  background: #F6F1EB;
  color: #888;
  border: 1px solid #D4C8BC;
}

/* ===========================================
   ブログ記事（entry.php）
   =========================================== */
.bc-entry {
  background: #fff;
  padding: 40px;
  border: 1px solid #D4C8BC;
  border-radius: 2px;
}

.bc-entry__header {
  margin-bottom: 30px;
  padding-bottom: 24px;
  border-bottom: 1px solid #D4C8BC;
}

.bc-entry__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.bc-entry__date {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 1.3rem;
  color: #888;
  letter-spacing: 0.05em;
}

.bc-entry__title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #1A1A1A;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

@media (max-width: 639px) {
  .bc-entry {
    padding: 24px 20px;
  }

  .bc-entry__title {
    font-size: 1.8rem;
  }
}

/* =====================================================================
   デザイン再現調整 — claude-design-output 基準
   ===================================================================== */

/* -------------------------------------------------------
   1. グローバルタイポグラフィ
------------------------------------------------------- */
body {
  line-height: 1.85;
  letter-spacing: 0.03em;
  color: #2b2522;
}

/* 最上部での弾性バウンス（ラバーバンド/オーバースクロール）で
   position:fixed のハンバーガー・SNS等が一緒に動くのを防ぐ */
html,
body {
  overscroll-behavior: none;
}


/* リンクデフォルト: hover opacity */
a:hover { opacity: .65; }

/* -------------------------------------------------------
   2. セクション見出し（.heading）のサイズ修正
      共通SCSSが :where() で低詳細度のため、クラス指定で上書き
------------------------------------------------------- */

/* EN: 大きく、細いweight、タイト行間 */
.heading .heading__en,
.heading-big .heading__en {
  font-size: clamp(3.6rem, 5.8vw, 7.6rem);
  line-height: 1.05;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #BFA48E;
  display: block;
}

/* JP: 細め、広いトラッキング */
.heading .heading__ja,
.heading-big .heading__ja {
  font-weight: 300;
  font-size: clamp(1.6rem, 2.2vw, 2.6rem);
  letter-spacing: 0.18em;
  line-height: 1.6;
  margin-top: 16px;
  color: #2b2522;
}

/* heading--left は少し小さく */
.heading--left .heading__en {
  font-size: clamp(3rem, 4.8vw, 6rem);
}

/* -------------------------------------------------------
   3. ページヒーロー（サブページ上部）
------------------------------------------------------- */
.bc-page-hero {
  position: relative;
  overflow: hidden;
  padding: 200px 0 80px;
  text-align: center;
  background: url('https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28103/bg-01.jpg') center center / cover no-repeat;
  max-width: 100%;
  border-bottom: none;  /* 第1定義の border-bottom を打ち消す */
}

/* コンテナ幅内に収める */
.bc-page-hero__label,
.bc-page-hero__en,
.bc-page-hero__ja {
  display: block;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(20px, 4vw, 56px);
  padding-right: clamp(20px, 4vw, 56px);
}

/* section-label 風ラベル（── label） */
.bc-page-hero__label {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 1.3rem;     /* 13px */
  color: #BFA48E;
  letter-spacing: 0.18em;
  line-height: 1;
}
.bc-page-hero__label::before {
  content: "";
  width: 36px;
  height: 1px;
  background: #BFA48E;
  display: block;
  flex-shrink: 0;
}

.bc-page-hero__en {
  font-size: clamp(4.8rem, 7vw, 9.6rem);
  color: #8e7660;
  line-height: 1.05;
  letter-spacing: 0.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  width: 100%;
}

.bc-page-hero__ja {
  font-size: 1.4rem;
  letter-spacing: 0.32em;
  color: #6b5e54;
  margin-top: 12px;
}

@media (max-width: 639px) {
  .bc-page-hero {
    padding: 80px 0;   /* SPは上下の余白を同一に */
  }

  .bc-page-hero__en {
    font-size: clamp(3.6rem, 10vw, 4.8rem);
  }
}

/* -------------------------------------------------------
   4. スタッフカード：縦長レクタングル写真
------------------------------------------------------- */
.bc-staff-card {
  padding: 0;
  background: transparent;
}

.bc-staff-card__photo {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  border-radius: 0;
  border: none;
  margin: 0 0 28px 0;
  position: relative;
  overflow: hidden;
}

/* 内枠フレーム */
.bc-staff-card__photo::after {
  content: "";
  position: absolute;
  top: 18px; left: 18px; right: 18px; bottom: 18px;
  border: 1px solid rgba(191, 164, 142, 0.55);
  pointer-events: none;
}

.bc-staff-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 0;
}

.bc-staff-card__role {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 1.2rem;
  letter-spacing: 0.24em;
  color: #9b8f85;
  text-align: left;
  margin-bottom: 4px;
}

.bc-staff-card__name {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: clamp(2.4rem, 4vw, 4.2rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.1;
  text-align: left;
  color: #2b2522;
  margin-bottom: 20px;
}

.bc-staff-card__specialty {
  font-size: 1.4rem;
  line-height: 2.0;
  color: #6b5e54;
  border-bottom: 1px solid #e6ddd2;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.bc-staff-card__message {
  font-size: 1.4rem;
  line-height: 2.1;
  color: #6b5e54;
}

/* -------------------------------------------------------
   5. 口コミカード：クォートマーク＋エディトリアルスタイル
------------------------------------------------------- */
.bc-voice-card {
  background: #fff;
  border: 1px solid #e6ddd2;
  padding: 36px 36px 32px;
  position: relative;
}

/* 装飾クォートマーク */
.bc-voice-card::before {
  content: "\201C";
  position: absolute;
  top: 8px;
  left: 22px;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  color: #BFA48E;
  font-size: 7rem;
  line-height: 1;
  pointer-events: none;
}

.bc-voice-card__stars {
  display: none; /* 名前行に統合 */
}

.bc-voice-card__text {
  padding-top: 32px; /* クォートマークを避ける */
  font-size: 1.35rem;
  line-height: 2;
  color: #6b5e54;
  margin-bottom: 0;
}

.bc-voice-card__name {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: inherit;
  font-style: normal;
  font-size: 1.2rem;
  letter-spacing: 0.16em;
  color: #8e7660;
  margin-top: 24px;
  margin-bottom: 0;
  padding-top: 18px;
  border-top: 1px solid #e6ddd2;
}

/* ★マーク */
.bc-voice-card__name::before {
  content: "★★★★★";
  color: #BFA48E;
  letter-spacing: 1px;
  font-size: 1.3rem;
  flex-shrink: 0;
}

/* -------------------------------------------------------
   6. ボタン：エディトリアル角型スタイル
------------------------------------------------------- */
.btn-pill {
  background: #2b2522;
  background-image: none;
  border: 1px solid #2b2522;
  border-radius: 0;
  color: #fff;
  padding: 18px 32px;
  font-size: 1.3rem;
  letter-spacing: 0.18em;
  font-weight: 400;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.btn-pill:hover {
  opacity: 1;
  background: #8e7660;
  border-color: #8e7660;
  color: #fff;
}

.btn-pill i { font-size: 1.2rem; }

.btn-pill--outline {
  background: transparent;
  background-image: none;
  border: 1px solid #2b2522;
  color: #2b2522;
  border-radius: 0;
}

.btn-pill--outline:hover {
  opacity: 1;
  background: #2b2522;
  border-color: #2b2522;
  color: #fff;
}

/* btn-pill--gold バリアント */
.btn-pill--gold {
  border-color: #BFA48E;
  color: #8e7660;
  background: transparent;
}

.btn-pill--gold:hover {
  background: #BFA48E;
  border-color: #BFA48E;
  color: #fff;
  opacity: 1;
}

/* -------------------------------------------------------
   7. フッターカラー
------------------------------------------------------- */
.bc-footer-body {
  background: #1c1815;
}

.bc-footer-body .bc-logo-text {
  color: rgba(255,255,255,0.92);
}

.bc-footer-body .bc-logo-text .bc-logo-text__sub {
  color: rgba(255,255,255,0.45);
}

.bc-footer-nav a { color: rgba(255,255,255,0.6); }
.bc-footer-nav a:hover { color: #BFA48E; }

.bc-footer-sns a { border-color: rgba(255,255,255,0.2); }

.bc-footer-copyright {
  background: #0f0d0b;
  color: rgba(255,255,255,0.35);
}

/* -------------------------------------------------------
   8. body / sentence テキスト色
------------------------------------------------------- */
.sentence p { color: #6b5e54; }
.sentence strong { color: #2b2522; }

/* fz-* ユーティリティ使用時のカラー補正 */
.fz-14, .fz-13 { color: inherit; }

/* -------------------------------------------------------
   9. テーブル・ボーダー色統一
------------------------------------------------------- */
.table-basic th,
.table-basic td {
  border-color: #e6ddd2;
}

.table-basic--th-side th {
  background: #F6F1EB;
  color: #8e7660;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  letter-spacing: 0.08em;
}

.table-stripe tbody tr:nth-child(even) td {
  background: #F6F1EB;
}

/* -------------------------------------------------------
   10. メニューテーブル
------------------------------------------------------- */
.bc-menu-table th,
.bc-menu-table td {
  border-color: #e6ddd2;
}

.bc-menu-table .bc-menu-table__section-head td {
  background: #1c1815;
}

/* -------------------------------------------------------
   11. mbox / カード ボーダー
------------------------------------------------------- */
.mbox--border {
  border-color: #e6ddd2;
}

.bc-entry {
  border-color: #e6ddd2;
}

/* -------------------------------------------------------
   12. hairline色
------------------------------------------------------- */
.bc-hairline {
  border-color: #e6ddd2;
}

/* -------------------------------------------------------
   13. フロースタップ（採用ページ）
------------------------------------------------------- */
.bc-flow-step {
  border-color: #e6ddd2;
}

.bc-flow-step__title { color: #2b2522; }
.bc-flow-step__text  { color: #6b5e54; }
.bc-flow-step__num   { color: #BFA48E; }

/* -------------------------------------------------------
   14. カテゴリフィルター（entry_list）
------------------------------------------------------- */
.bc-cat-filter__btn.is-active,
.bc-cat-filter__btn:hover {
  background: #2b2522;
  border-color: #2b2522;
  opacity: 1;
}

/* -------------------------------------------------------
   15. ページトップボタン
------------------------------------------------------- */
.page-top__link {
  background: #2b2522;
  color: #fff;
}

.page-top__link:hover {
  background: #8e7660;
  opacity: 1;
}

/* -------------------------------------------------------
   16. ヘッダー：透明時はホワイト、スクロール後はダーク
------------------------------------------------------- */
.bc-logo-text {
  color: #2b2522;
  transition: color 0.3s ease;
}

/* MV上で透明ヘッダーのとき：ロゴ白 */
.header-sticky--transparent:not(.is-fixed) .bc-logo-text {
  color: #fff;
}

.header-sticky--transparent:not(.is-fixed) .bc-logo-text__sub {
  color: rgba(255,255,255,0.55);
}

/* ナビリンク：透明時 */
.header-sticky--transparent:not(.is-fixed) .header__nav-en {
  color: #BFA48E;
}

.header-sticky--transparent:not(.is-fixed) .header__nav-ja {
  color: rgba(255,255,255,0.75);
}

/* CTAボタン：透明時 */
.header-sticky--transparent:not(.is-fixed) .header__cta {
  border-color: rgba(255,255,255,0.4);
  color: #fff;
}

/* -------------------------------------------------------
   17. CTA帯（contact-cta）
------------------------------------------------------- */
.bc-cta {
  background: #F6F1EB;
}

.bc-cta__tel { color: #BFA48E; }

/* -------------------------------------------------------
   18. section body テキスト全体色補正（MV除外）
------------------------------------------------------- */
.section .sentence p,
.section .sentence li {
  color: #6b5e54;
}

/* -------------------------------------------------------
   19. brand-list（メニューページ）
------------------------------------------------------- */
.bc-brand-list__item {
  border-color: #e6ddd2;
  color: #8e7660;
  background: #fff;
}

/* -------------------------------------------------------
   20. notice-list
------------------------------------------------------- */
.bc-notice-list__item { border-color: #e6ddd2; }
.bc-notice-list__item:first-child { border-color: #e6ddd2; }
.bc-notice-list__title { color: #2b2522; }
.bc-notice-list__text  { color: #6b5e54; }

/* -------------------------------------------------------
   21. entry日付・タイトル色
------------------------------------------------------- */
.bc-entry__date  { color: #9b8f85; }
.bc-entry__title { color: #2b2522; }
.bc-entry__body p { color: #6b5e54; }

/* -------------------------------------------------------
   22. SP バー（bg darkening）
------------------------------------------------------- */
.bc-sp-bar {
  background: #1c1815;
}

/* -------------------------------------------------------
   23. card-icon（求人ページ）
------------------------------------------------------- */
.card-icon {
  border-top: 2px solid #BFA48E;
  padding-top: 28px;
  background: #fff;
  padding: 32px 28px 32px;
  border-top: 2px solid #BFA48E;
}

.card-icon__title {
  color: #2b2522;
  font-size: 1.7rem;
  letter-spacing: 0.08em;
  font-weight: 500;
}

.card-icon__text {
  color: #6b5e54;
  font-size: 1.35rem;
  line-height: 2;
}

/* -------------------------------------------------------
   24. list-check（チェックリスト）
------------------------------------------------------- */
.list-check li { color: #6b5e54; }

/* -------------------------------------------------------
   25. グローバル：見出し色
------------------------------------------------------- */
h2, h3, h4 { color: #2b2522; }

/* fw-700 などインライン指定は上書きしない */

/* -------------------------------------------------------
   26. CTA セクション細調整
------------------------------------------------------- */
.bc-cta .heading .heading__en {
  font-size: clamp(3rem, 4.6vw, 5.6rem);
}

.bc-cta .heading .heading__ja {
  font-size: clamp(1.4rem, 1.8vw, 2rem);
}

/* -------------------------------------------------------
   27. MV上ヒーローエリアの p/li は color:inherit
------------------------------------------------------- */
#slide-wrapper p,
#slide-wrapper li {
  color: inherit;
}

/* -------------------------------------------------------
   28. 本文テキスト色の統一（sentenceクラス外も対応）
------------------------------------------------------- */
.fz-14 { line-height: inherit; }
.text-center.fz-14 { color: #6b5e54; }

/* -------------------------------------------------------
   29. フッタ内テキスト色
------------------------------------------------------- */
.bc-footer-hours { color: rgba(255,255,255,0.7); }
.bc-footer-info  { color: rgba(255,255,255,0.65); }

/* 暗い背景上ではh要素も白系に */
.bc-footer-body h1,
.bc-footer-body h2,
.bc-footer-body h3,
.bc-footer-body h4 {
  color: rgba(255,255,255,0.85);
}

/* -------------------------------------------------------
   30. ページ間の section 余白をデザイン基準に合わせる
------------------------------------------------------- */
.section {
  padding-top:    clamp(72px, 9vw, 130px);
  padding-bottom: clamp(72px, 9vw, 130px);
}

.section--half {
  padding-top:    clamp(36px, 4.5vw, 65px);
  padding-bottom: clamp(36px, 4.5vw, 65px);
}

/* ================================================================
   31. ヘッダー: デザイン出力（claude-design-output/css/common.css）再現
   ================================================================ */

/* ── 1. ヘッダー全体: 常時fixed + 半透明白背景 ────────────────── */
.header-sticky {
  position: fixed;
  background: rgba(254, 254, 254, 0.92);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  border-bottom: 1px solid #e6ddd2;
  transition: border-color 0.3s ease, background 0.3s ease;
}
.header-sticky.is-fixed {
  background: rgba(254, 254, 254, 0.92);
  box-shadow: none;
  border-bottom-color: #e6ddd2;
}
/* SP：ヘッダー内の要素がdisplay:noneになり中身が空になるため、下線を消す（paddingは下のSP用@mediaで0に） */
@media (max-width: 1100px) {
  .header-sticky,
  .header-sticky.is-fixed {
    border-bottom: none;
  }
}

/* ── 2. header__inner: パディング制御・固定高さ解除 ────────────── */
.header__inner {
  height: auto;
  padding: 18px clamp(20px, 3vw, 44px);
}
.header-sticky.is-fixed .header__inner {
  padding: 18px clamp(20px, 3vw, 44px);
}
/* flush-right で消えていた右 padding を復元 */
.header__inner--flush-right {
  padding-right: clamp(20px, 3vw, 44px);
}
@media (max-width: 1100px) {
  /* SPはヘッダー中身がdisplay:noneで空のため、通常時もis-fixed時も帯を畳む（スクロールで広がるのを防ぐ） */
  .header__inner,
  .header-sticky.is-fixed .header__inner {
    height: auto;
    padding: 0;
  }
  .header__inner--flush-right {
    padding-right: 0;
  }
}

/* ── 3. ロゴ: サイズ・ウェイト・スペーシング調整 ──────────────── */
.bc-logo-text {
  font-size: 2.2rem;   /* 22px */
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #2b2522;
}
.bc-logo-text .bc-logo-text__sub {
  font-size: 0.9rem;  /* 9px */
  letter-spacing: 0.32em;
  color: #9b8f85;
  margin-top: 4px;
}
/* 常時白背景になったため、透明時の白ロゴを廃止しダークに統一 */
.header-sticky--transparent:not(.is-fixed) .bc-logo-text {
  color: #2b2522;
}
.header-sticky--transparent:not(.is-fixed) .bc-logo-text__sub {
  color: #9b8f85;
}

/* ── 4. ナビゲーション: 中央寄せ・アイテム間ギャップ ─────────── */
.header__inner--spread {
  justify-content: center;
  gap: clamp(20px, 3vw, 48px);
}
.header__nav {
  gap: clamp(18px, 2.4vw, 38px);
}
.header__nav-item a {
  padding: 4px 0;
}

/* ── 5. ナビ英語ラベル: 細め・イタリック ──────────────────────── */
.header__nav-en {
  font-size: 1.4rem;   /* 14px */
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
}

/* ── 6. ナビ日本語ラベル: 小さめ・インク-2 ────────────────────── */
.header__nav-ja {
  font-size: 1.2rem;    /* 12px */
  font-weight: 400;
  letter-spacing: 0.18em;
  color: #6b5e54;
}

/* ── 7. ナビホバー下線: 2px → 1px 細線化 ─────────────────────── */
.header__nav-item a::after {
  height: 1px;
  bottom: -6px;   /* 文字から下線を少し離す（current/hover共通） */
}

/* 透明ヘッダー時のナビ色をデザイン出力に統一 */
.header-sticky--transparent:not(.is-fixed) .header__nav-en {
  color: #BFA48E;
}
.header-sticky--transparent:not(.is-fixed) .header__nav-ja {
  color: #6b5e54;
}

/* ── 8. 右エリア: 高さ自動 ────────────────────────────────────── */
.header__right {
  height: auto;
}

/* ── 9. CTAボタン: Reserveスタイル (padding/bg/サイズ) ──────── */
.header__cta {
  flex-direction: row;   /* column(縦積み) → row(横並び) */
  gap: 8px;
  white-space: nowrap;
  height: auto;
  padding: 12px 22px;
  background: #2b2522;
  font-size: 1.3rem;  /* 13px */
  font-weight: 400;
  letter-spacing: 0.22em;
}
.header__cta-en {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 1.3rem;  /* 13px */
  letter-spacing: 0.06em;
  color: #BFA48E;
}
.header__cta:hover {
  background: #8e7660;
  opacity: 1;
}
/* 透明ヘッダー時も常時ダーク (design outout: 常時 ink bg) */
.header-sticky--transparent:not(.is-fixed) .header__cta {
  background: #2b2522;
  color: #fff;
  border-color: transparent;
}

/* ── 10. SNSアイコン (ヘッダー) ──────────────────────────────── */
.bc-sns {
  display: inline-flex;
  gap: 10px;
  align-items: center;
}
.bc-sns a {
  width: 30px;
  height: 30px;
  border: 1px solid #e6ddd2;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #8e7660;
  transition: border-color 0.25s ease, color 0.25s ease;
}
.bc-sns a:hover {
  border-color: #BFA48E;
  color: #BFA48E;
  opacity: 1;
}
.bc-sns img {
  width: 15px;
  height: 15px;
  display: block;
  flex-shrink: 0;
  /* 白SVG → #8e7660 */
  filter: brightness(0) invert(0.47) sepia(0.8) brightness(0.9);
  transition: filter 0.25s ease;
}
.bc-sns a:hover img {
  /* 白SVG → #BFA48E */
  filter: brightness(0) invert(0.63) sepia(0.9) brightness(0.95);
}
/* 透明ヘッダー時（MV上）: アイコン・ボーダーを #8e7660 に統一 */
.header-sticky--transparent:not(.is-fixed) .bc-sns a {
  border-color: #8e7660;
}

/* ===========================================
   ページヒーロー：ラベル（全下層ページ共通）
   =========================================== */
.bc-page-hero__label {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 1.3rem;
  letter-spacing: 0.18em;
  color: #BFA48E;
  max-width: 1200px;
  margin: 0 auto 18px;
  padding-left: clamp(20px, 4vw, 56px);
  padding-right: clamp(20px, 4vw, 56px);
}
.bc-page-hero__label::before {
  content: "";
  width: 36px;
  height: 1px;
  background: #BFA48E;
  flex-shrink: 0;
}

/* ===========================================
   サブページ共通：セクションラベル（bc-label）
   =========================================== */
.bc-sp-br { display: none; }
@media (max-width: 639px) {
  .bc-sp-br { display: block; }
}

.bc-label {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 1.3rem;
  letter-spacing: 0.18em;
  color: #BFA48E;
  margin-bottom: 12px;
}
.bc-label::before {
  content: "";
  width: 36px;
  height: 1px;
  background: #BFA48E;
  flex-shrink: 0;
}
.bc-label--center {
  justify-content: center;
}
.bc-label--center::after {
  content: "";
  width: 36px;
  height: 1px;
  background: #BFA48E;
  flex-shrink: 0;
}

/* ===========================================
   concept.php：Message セクション
   =========================================== */
.concept-message {
  padding: clamp(80px, 10vw, 130px) 0;
}
.concept-message__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 100px);
  align-items: center;
}
.concept-message__img img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}
.concept-message__lead {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: clamp(4rem, 5.2vw, 7.2rem);
  line-height: 1.1;
  color: #BFA48E;
  letter-spacing: 0.02em;
  margin: 18px 0 28px;
}
.concept-message__title {
  font-size: clamp(2.2rem, 2.2vw, 3rem);
  font-weight: 300;
  letter-spacing: 0.16em;
  line-height: 1.7;
  margin-bottom: 36px;
}
.concept-message__body {
  color: #6b5e54;
  font-size: 1.4rem;
  line-height: 2.1;
}
.concept-message__body p + p { margin-top: 1.2em; }
.concept-message__sig {
  margin-top: 36px;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 1.6rem;
  color: #8e7660;
}

/* ===========================================
   concept.php：共通ブロック（concept-block）
   =========================================== */
.concept-block {
  padding: 100px 0;
  border-top: 1px solid #e6ddd2;
}
/* 02 Experience セクションのみ：上0・下100px */
.concept-block--tight {
  padding: 0 0 100px;
}
/* SP：02 Experience の下余白を詰める（上は0のまま） */
@media (max-width: 639px) {
  .concept-block--tight { padding-bottom: 30px; }
}
/* SP：03 Quality / 04 Care / 05 Promise / 06 Q&A は上下60px
   （02 Experience は --tight で上0維持のため :not で除外） */
@media (max-width: 639px) {
  .concept-block:not(.concept-block--tight),
  .cp-promise,
  .cp-qa { padding: 60px 0; }
}
.concept-block--cream {
  background: #F6F1EB;
  border-top: 0;
}
.concept-block__header {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 60px;
  margin-bottom: 0;
  align-items: end;
}
.concept-block__header--single {
  grid-template-columns: 1fr;
}
.concept-block__num {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  color: #BFA48E;
  display: flex;
  align-items: center;
  gap: 18px;
}
.concept-block__num em {
  font-size: 8rem;
  line-height: 1;
  color: #8e7660;
  font-style: normal;
}
.concept-block__title {
  font-size: clamp(1.8rem, 2.2vw, 2.6rem);
  font-weight: 300;
  letter-spacing: 0.14em;
  line-height: 1.7;
  margin-top: 14px;
  margin-bottom: 0;
}
.concept-block__title-en {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(2.4rem, 3.2vw, 4rem);
  color: #8e7660;
  letter-spacing: 0.04em;
  line-height: 1.2;
  margin-bottom: 8px;
}

/* ===========================================
   concept.php：Experience カード（exp-card）
   =========================================== */
.exp-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2.5vw, 48px);
}
.exp-card {
  display: flex;
  flex-direction: column;
}
.exp-card__img {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.exp-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s ease;
}
.exp-card:hover .exp-card__img img { transform: scale(1.04); }
.exp-card__body { padding: 28px 28px 32px; }
.exp-card__num {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 1.2rem;
  letter-spacing: 0.18em;
  color: #BFA48E;
  margin-bottom: 10px;
}
.exp-card h3 {
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.7;
  margin-bottom: 14px;
}
.exp-card h3 em {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 2.2rem;
  color: #8e7660;
  margin-bottom: 6px;
}
.exp-card p {
  font-size: 1.3rem;
  line-height: 1.95;
  color: #6b5e54;
  margin: 0;
}

/* ===========================================
   concept.php：Quality グリッド（quality-grid）
   =========================================== */
.quality-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-left: 1px solid #e6ddd2;
}
.q-item {
  padding: 0 40px;
  border-right: 1px solid #e6ddd2;
  background: #fff;
}
.q-item__num {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 2.8rem;
  color: #BFA48E;
  letter-spacing: 0.02em;
  margin-bottom: 0;
}
.q-item h3 {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 14px;
}
.q-item p {
  font-size: 1.3rem;
  line-height: 1.95;
  color: #6b5e54;
  margin: 0;
}

/* ===========================================
   concept.php：Care グリッド（care-grid）
   =========================================== */
.care-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.care-grid .concept-block__title {
  margin-bottom: 30px;
}
.care-grid__lead {
  font-size: 19px;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.08em;
  color: #2b2522;
  margin: 0 0 24px;
}
/* SP：04 Care のリード文はセンター */
@media (max-width: 639px) {
  .care-grid__lead { text-align: center; }
}
.care-grid__text {
  font-size: 1.5rem;
  line-height: 2.2;
  color: #6b5e54;
  margin: 0;
}
.care-grid__text strong {
  color: #2b2522;
  font-weight: 500;
}
.care-grid__accent {
  color: #8e7660;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 1.8rem;
}
.care-grid__img img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.care-grid__img figcaption {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  color: #8e7660;
  font-size: 1.2rem;
  letter-spacing: 0.18em;
  margin-top: 12px;
}

/* ===========================================
   concept.php：Promise セクション（cp-promise）
   =========================================== */
.cp-promise {
  background: #8E7761;
  color: #fff;
  padding: 100px 0;
}
.cp-promise__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.cp-promise__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.8rem, 2.2vw, 2.6rem);
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.1em;
  margin: 0 0 20px;
}
.cp-promise__label {
  color: #BFA48E;
}
.cp-promise__label::before {
  background: #BFA48E;
}
.cp-promise__h2 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(4rem, 5.2vw, 6.8rem);
  line-height: 1.1;
  color: #BFA48E;
  margin: 18px 0 36px;
}
.cp-promise__quote {
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.12em;
  line-height: 1.9;
  color: #fff;
  padding-left: 24px;
  border-left: 2px solid #BFA48E;
  margin: 0 0 32px;
}
.cp-promise__body {
  font-size: 1.4rem;
  line-height: 2.1;
  color: #fff;
}
.cp-promise__list {
  font-size: 1.3rem;
  line-height: 2;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}
.cp-promise__list li {
  display: flex;
  gap: 12px;
  padding: 12px 0;
}
.cp-promise__list li::before {
  content: "—";
  color: #BFA48E;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  flex-shrink: 0;
}
/* フェードインの移動量を控えめに（AOS既定の100px→24px）。上品な時間差フェード */
.cp-promise__list li[data-aos] { transform: translate3d(0, 24px, 0); }
.cp-promise__list li[data-aos].aos-animate { transform: translate3d(0, 0, 0); }
/* SPでは時間差（stagger）を無しに。AOSがインライン付与する delay を打ち消し、全項目を同時にフェード */
@media (max-width: 639px) {
  .cp-promise__list li[data-aos] { transition-delay: 0s !important; }
}
.cp-promise__list strong { color: #fff; }
.cp-promise__img img {
  width: 100%;
  height: auto;
}

/* ===========================================
   concept.php：Q&A セクション（cp-qa）
   =========================================== */
.cp-qa {
  padding: 100px 0;
}
.cp-qa__grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  align-items: start;
}
.cp-qa .concept-block__title-en {
  font-size: 7.6rem;
  line-height: 8rem;
}
.cp-qa__title {
  font-size: clamp(1.8rem, 2.2vw, 2.4rem);
  font-weight: 400;
  letter-spacing: 0.15em;
  color: #2b2522;
  margin: 0 0 8px;
}
.cp-qa__note {
  font-size: 1.3rem;
  color: #6b5e54;
  line-height: 2;
  margin-top: 24px;
}
.cp-qa__list { border-top: 1px solid #e6ddd2; }
.cp-qa__item {
  border-bottom: 1px solid #e6ddd2;
  padding: 30px 0;
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 24px;
}
.cp-qa__item dt {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 3.6rem;
  color: #BFA48E;
  line-height: 1;
  margin: 0;
}
.cp-qa__item dd { margin: 0; }
.cp-qa__q {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin-bottom: 14px;
}
.cp-qa__a {
  font-size: 1.4rem;
  line-height: 2;
  color: #6b5e54;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.cp-qa__a::before {
  content: "A";
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 2.2rem;
  color: #8e7660;
  line-height: 1;
  flex: none;
}

/* ===========================================
   concept.php：CTA セクション（cp-cta）
   =========================================== */
.cp-cta {
  background: #F6F1EB;
  padding: clamp(80px, 10vw, 130px) 0;
  text-align: center;
}
.cp-cta__title {
  font-size: clamp(2rem, 2.4vw, 3rem);
  font-weight: 300;
  letter-spacing: 0.16em;
  line-height: 1.6;
  margin: 14px 0 36px;
}
.cp-cta__title-en {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(3.2rem, 4.6vw, 6rem);
  color: #8e7660;
  letter-spacing: 0.04em;
  line-height: 1.1;
  margin-bottom: 10px;
}
.cp-cta__btns {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}
.cp-btn {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 18px 30px;
  font-size: 1.2rem;
  letter-spacing: 0.22em;
}
.cp-cta .cp-btn {
  width: 350px;
  justify-content: center;
}
.cp-cta .cp-cta__btns .cp-btn::after {
  content: none;
  width: 0;
}
.cp-btn::after {
  content: "";
  width: 22px;
  height: 1px;
  flex-shrink: 0;
  transition: width .3s ease;
}
.cp-btn:hover::after { width: 36px; }
.btn-pill.cp-btn::after { background: rgba(255,255,255,0.7); }
.btn-pill.cp-btn:hover::after { background: rgba(255,255,255,0.9); }
.btn-pill--gold.cp-btn .bc-cta-en { color: #8e7660; }
.btn-pill--gold.cp-btn::after { background: #BFA48E; }
.btn-pill--gold.cp-btn:hover::after { background: #fff; }

/* ===========================================
   concept.php レスポンシブ
   =========================================== */
@media (max-width: 900px) {
  .concept-message__grid,
  .cp-promise__grid,
  .cp-qa__grid { grid-template-columns: 1fr; }

  .concept-block__header {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 0;
  }
  .exp-list { grid-template-columns: 1fr; }
  .quality-grid {
    grid-template-columns: 1fr;
    border: 0;
  }
  .q-item {
    border: 0;
    border-top: 1px solid #e6ddd2;
    border-bottom: 1px solid #e6ddd2;
    margin-bottom: -1px;
    padding: 32px 24px;
  }
  .care-grid { grid-template-columns: 1fr; }
  .cp-qa__item { grid-template-columns: 40px 1fr; gap: 16px; }
  .cp-qa__item dt { font-size: 2.6rem; }
}
@media (max-width: 639px) {
  .cp-promise__quote { font-size: 1.5rem; }
  .cp-cta__btns { flex-direction: column; align-items: center; }
  .cp-qa .concept-block__title-en { font-size: 4.6rem; }
  .cp-qa__grid { gap: 60px; }
}

/* ===========================================
   menu.php：Intro セクション
   =========================================== */
.menu-intro {
  padding: clamp(6rem, 8vw, 10rem) 0;
}
.menu-intro__grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: clamp(4rem, 6vw, 9rem);
  align-items: center;
}
.menu-intro__h2 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(3.6rem, 4.6vw, 6rem);
  line-height: 1.1;
  color: #8e7660;
  margin: 18px 0 28px;
}
.menu-intro__lead {
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.14em;
  line-height: 1.9;
  margin-bottom: 24px;
}
.menu-intro__body {
  color: #6b5e54;
  font-size: 1.4rem;
  line-height: 2.1;
}
.menu-intro__included {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid #e6ddd2;
  border-bottom: 1px solid #e6ddd2;
}
.included-item {
  padding: 22px 18px;
  border-right: 1px solid #e6ddd2;
  text-align: center;
}
.included-item:last-child { border-right: 0; }
.included-item__en {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 1.8rem;
  color: #8e7660;
  margin-bottom: 4px;
  display: block;
}
.included-item__ja {
  font-size: 1.1rem;
  letter-spacing: 0.16em;
  color: #6b5e54;
  display: block;
}

/* ===========================================
   menu.php：Menu List セクション
   =========================================== */
.menu-grid-section {
  padding: 100px 0;
  background: #F6F1EB;
}
.menu-cat {
  margin-bottom: 64px;
}
.menu-cat__heading {
  font-family: "YakuHanMP", "Zen Old Mincho", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 27px;
  font-weight: 400;
  letter-spacing: 0.15em;
  color: #2b2522;
  margin: 0 0 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #BFA48E;
}
.menu-cat:last-child { margin-bottom: 0; }
.menu-cat__header {
  display: flex;
  align-items: baseline;
  gap: 24px;
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid #BFA48E;
}
.menu-cat__num {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 1.4rem;
  color: #BFA48E;
  letter-spacing: 0.2em;
  flex-shrink: 0;
}
.menu-cat__title {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(2.6rem, 3.2vw, 4rem);
  color: #8e7660;
  letter-spacing: 0.02em;
  margin: 0;
}
.menu-cat__jp {
  font-size: 1.3rem;
  letter-spacing: 0.16em;
  color: #6b5e54;
}
.menu-table {
  display: grid;
  gap: 0;
  background: #fff;
  padding: 0 40px;
}
.menu-row {
  display: grid;
  grid-template-columns: 90px 1fr 200px 180px;
  align-items: center;
  gap: 28px;
  padding: 26px 0;
  background: #fff;
  border-bottom: 1px solid #e6ddd2;
}
/* 白背景カードの最終行は区切り線を消す */
.menu-row:last-child { border-bottom: none; }
.menu-row__num {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 2.2rem;
  color: #BFA48E;
  text-align: center;
}
.menu-row__name {
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.06em;
}
.menu-row__name strong {
  font-weight: 500;
  display: block;
  margin-bottom: 6px;
  white-space: nowrap;
}
.menu-row__name small {
  font-size: 1.1rem;
  color: #8e7660;
  letter-spacing: 0.1em;
  display: block;
  line-height: 1.7;
  white-space: nowrap;
}
.menu-row__time {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 1.8rem;
  color: #6b5e54;
  text-align: right;
  letter-spacing: 0.06em;
}
.menu-row__time small {
  display: block;
  font-size: 1rem;
  color: #8e7660;
  letter-spacing: 0.18em;
  font-style: normal;
}
.menu-row__price {
  text-align: right;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 2.8rem;
  color: #2b2522;
  font-weight: 400;
}
.menu-row__price small {
  display: block;
  font-size: 1.1rem;
  color: #8e7660;
  font-style: normal;
  letter-spacing: 0.06em;
}

/* 「未定」表記は金額より控えめなサイズに */
.menu-row__price--tbd {
  font-size: 1.6rem;
  color: #8e7660;
}

/* 特別価格（元値→特別価格）。上品に控えめな表現 */
.menu-row__price--special {
  line-height: 1.35;
}
.menu-row__price-label {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.3rem;
  letter-spacing: 0.12em;
  color: #a98a63;
  margin-bottom: 2px;
}
.menu-row__price-was {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.7rem;
  color: #b7a48f;
  text-decoration: line-through;
  text-decoration-thickness: 1px;
  margin-right: 0.4em;
  letter-spacing: 0.04em;
}

/* ===========================================
   menu.php：Brand List セクション
   =========================================== */
.menu-brand-list .concept-block__title-en {
  font-size: 7.6rem;
  line-height: 8rem;
}
.menu-brand-list {
  padding: 100px 0;
}
.menu-brand-list__header {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 80px;
  margin-bottom: 50px;
}
.menu-brand-list__body {
  color: #6b5e54;
  font-size: 1.4rem;
  line-height: 2.1;
}
.menu-brand-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.menu-brand-chips span {
  border: 1px solid #e6ddd2;
  padding: 14px 28px;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 1.5rem;
  color: #8e7660;
  letter-spacing: 0.04em;
}
.menu-brand-chips__more {
  border-style: dashed !important;
  color: #BFA48E !important;
}

/* ===========================================
   menu.php：Notes（予約注意事項）セクション
   =========================================== */
.menu-notes {
  background: #1c1815;
  color: #d8cec3;
  padding: 100px 0;
}
.menu-notes .bc-label {
  color: #BFA48E;
}
.menu-notes .bc-label::before {
  background: #BFA48E;
}
.menu-notes__h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 3.2rem;
  color: #BFA48E;
  margin: 18px 0 24px;
  line-height: 1.1;
}
.menu-notes__lead {
  font-size: 1.4rem;
  color: #d8cec3;
  line-height: 2;
  max-width: 680px;
  margin: 0 auto 36px;
  text-align: center;
}
.menu-notes__list {
  list-style: none;
  counter-reset: notes-counter;
  padding: 0;
  font-size: 1.4rem;
  line-height: 2;
  margin: 0;
}
.menu-notes__list li {
  counter-increment: notes-counter;
  padding: 22px 0 22px 60px;
  border-top: 1px solid #3a3127;
  position: relative;
}
.menu-notes__list li:last-child { border-bottom: 1px solid #3a3127; }
.menu-notes__list li::before {
  content: counter(notes-counter, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 22px;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  color: #BFA48E;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
}
.menu-notes__btns {
  margin-top: 40px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.menu-notes .btn-pill.cp-btn {
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  background: transparent;
}
.menu-notes .btn-pill.cp-btn::after { background: #fff; }
.menu-notes .btn-pill.cp-btn .bc-cta-en { color: #BFA48E; }
.menu-notes .btn-pill.cp-btn:hover {
  background: #BFA48E;
  border-color: #BFA48E;
  color: #fff;
}

/* ===========================================
   menu.php：注意事項アコーディオン（ダークテーマ・まとめて開閉）
   =========================================== */
.menu-notes__acc {
  max-width: 880px;
  margin: 0 auto;
}
.menu-notes .accordion {
  border: 1px solid #3a3127;
  background: transparent;
}
.menu-notes .accordion__head {
  background: rgba(255, 255, 255, 0.03);
  color: #d8cec3;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 18px 22px;
  letter-spacing: 0.06em;
}
.menu-notes .accordion__head:hover {
  background: rgba(255, 255, 255, 0.07);
}
.menu-notes .accordion__head::after {
  color: #BFA48E;
}
.menu-notes .accordion__body {
  background: transparent;
  border-top: 1px solid #3a3127;
  padding: 0 22px;
}
.menu-notes .accordion__body .menu-notes__list {
  margin: 0;
}
/* 本文枠の上線とリスト先頭liの上線が重なるため消す */
.menu-notes .accordion__body .menu-notes__list li:first-child {
  border-top: none;
}

/* ===========================================
   menu.php：キャンセルポリシー アコーディオン（まとめて開閉）
   =========================================== */
.menu-policy__acc {
  margin-top: 8px;
}
.menu-policy__acc .accordion__head {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.menu-policy__acc .accordion__body .menu-policy__list {
  margin: 0;
}
.menu-policy__acc .accordion__body .menu-policy__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

/* ===========================================
   menu.php レスポンシブ
   =========================================== */
@media (max-width: 900px) {
  .menu-intro__grid,
  .menu-brand-list__header { grid-template-columns: 1fr; gap: 40px; }
  .menu-row {
    grid-template-columns: 50px 1fr;
    gap: 14px;
    padding: 22px 14px;
  }
  .menu-row__time,
  .menu-row__price { grid-column: 2; text-align: left; }
  .menu-row__price { font-size: 2.2rem; }
  .menu-row__price--tbd { font-size: 1.5rem; }
  .menu-row__time { font-size: 1.4rem; }
  .menu-intro__included { grid-template-columns: 1fr; }
  .included-item { border-right: 0; border-bottom: 1px solid #e6ddd2; }
  .included-item:last-child { border-bottom: 0; }
  .menu-cat__header { flex-wrap: wrap; gap: 12px; }
}
@media (max-width: 639px) {
  .menu-notes__btns { flex-direction: column; }
  .menu-brand-chips span { padding: 10px 20px; font-size: 1.3rem; }
  .menu-brand-list .concept-block__title-en { font-size: 4.6rem; }
  .menu-notes__h2 { font-size: 2rem; }

  .menu-row {
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    gap: 4px 16px;
    padding: 20px 12px;
    align-items: start;
  }
  .menu-row__name {
    grid-column: 1;
    grid-row: 1 / 3;
  }
  .menu-row__name strong,
  .menu-row__name small {
    white-space: normal;
  }
  .menu-row__price {
    grid-column: 2;
    grid-row: 1;
    text-align: right;
    font-size: 2rem;
  }
  .menu-row__price--tbd { font-size: 1.4rem; }
  .menu-row__time {
    grid-column: 2;
    grid-row: 2;
    text-align: right;
    font-size: 1.3rem;
  }
}

/* ===========================================
   menu.php：キャンセルポリシー・女性専用サロン
   =========================================== */
.menu-policy {
  padding: clamp(60px, 8vw, 100px) 0;
  background: #fff;
}
.menu-policy__h2 {
  font-size: clamp(2rem, 2.4vw, 2.8rem);
  font-weight: 400;
  letter-spacing: 0.15em;
  color: #2b2522;
  margin: 0 0 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #BFA48E;
}
.menu-policy__lead {
  font-size: 1.4rem;
  color: #6b5e54;
  margin: 0 0 32px;
  line-height: 2;
}
.menu-policy__list { display: grid; gap: 0; }
.menu-policy__item {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 16px 24px;
  padding: 20px 0;
  border-bottom: 1px solid #e6ddd2;
}
.menu-policy__item dt {
  font-size: 1.4rem;
  font-weight: 500;
  color: #2b2522;
  letter-spacing: 0.06em;
}
.menu-policy__item dd {
  font-size: 1.4rem;
  color: #6b5e54;
  line-height: 2;
  margin: 0;
}
.menu-policy__closing {
  font-size: 1.4rem;
  color: #6b5e54;
  margin: 32px 0 0;
  line-height: 2;
}
.menu-women-only {
  padding: clamp(60px, 8vw, 100px) 0;
  background: #F6F1EB;
}
.menu-women-only__h2 {
  font-size: clamp(2rem, 2.4vw, 2.8rem);
  font-weight: 400;
  letter-spacing: 0.15em;
  color: #2b2522;
  margin: 0 0 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #BFA48E;
}
.menu-women-only__body {
  font-size: 1.5rem;
  color: #6b5e54;
  line-height: 2.2;
}
.menu-women-only {
  border-bottom: 1px solid #BFA48E;
}
/* 女性専用サロン：まとめてアコーディオン */
.menu-women-only__acc .accordion__head {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.menu-women-only__acc .accordion__body .menu-women-only__body {
  margin: 0;
}
@media (max-width: 639px) {
  .menu-policy__item { grid-template-columns: 1fr; gap: 6px; }
}

/* ===========================================
   staff.php：Staff セクション
   =========================================== */
.staff-section {
  padding: 100px 0;
}
/* PC：2名を横並び。各カードは「写真が上・名前などが下」の縦型 */
.staff-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(4rem, 6vw, 8rem);
  align-items: start;
}
.staff-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.staff-card__body {
  margin-top: 28px;
}
.staff-card__photo {
  position: relative;
  background: #F6F1EB;
  aspect-ratio: 4 / 5;
  width: 100%;
  max-width: 380px;
  overflow: hidden;
}
.staff-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.staff-card__photo .frame {
  position: absolute;
  top: 24px; left: 24px; right: 24px; bottom: 24px;
  border: 1px solid #BFA48E;
  pointer-events: none;
  z-index: 1;
}
.staff-card__num {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  color: #BFA48E;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}
.staff-card__num em {
  font-size: 5.6rem;
  line-height: 1;
  color: #8e7660;
  font-style: normal;
}
.staff-card__role {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 1.2rem;
  letter-spacing: 0.24em;
  color: #8e7660;
  margin-bottom: 8px;
}
.staff-card__name {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(3.8rem, 5vw, 6rem);
  line-height: 1.1;
  color: #8e7660;
  margin-bottom: 8px;
}
.staff-card__name-jp {
  font-size: 1.4rem;
  letter-spacing: 0.18em;
  color: #6b5e54;
  margin-bottom: 22px;
}
.staff-card__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}
.staff-card__badges span {
  font-size: 1.1rem;
  letter-spacing: 0.12em;
  border: 1px solid #e6ddd2;
  padding: 8px 14px;
  color: #6b5e54;
  background: #fff;
}
.staff-block {
  margin-bottom: 24px;
}
.staff-block__label {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  color: #BFA48E;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.staff-block__label::before {
  content: "";
  width: 24px;
  height: 1px;
  background: #BFA48E;
  flex-shrink: 0;
}
.staff-block p {
  font-size: 1.4rem;
  line-height: 2.1;
  color: #6b5e54;
  margin: 0;
}
.staff-block p + p { margin-top: 1em; }

/* ===========================================
   staff.php：Voice セクション
   =========================================== */
.voice-section {
  background: #F6F1EB;
  padding: 100px 0;
}
.voice-section__header {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 60px;
  margin-bottom: 64px;
  align-items: end;
}
.voice-section .concept-block__title-en {
  font-size: 7.6rem;
  line-height: 8rem;
}
.voice-section__note {
  font-size: 1.3rem;
  color: #6b5e54;
  line-height: 2;
  margin-top: 20px;
}
.rating-card {
  background: #fff;
  padding: 32px 40px;
  border: 1px solid #e6ddd2;
  display: flex;
  align-items: center;
  gap: 28px;
  width: fit-content;
  margin-top: 18px;
}
.rating-card__stars {
  color: #BFA48E;
  letter-spacing: 2px;
  font-size: 1.4rem;
  margin-bottom: 4px;
}
.rating-card__score {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 5.6rem;
  line-height: 1;
  color: #8e7660;
}
.rating-card__score small {
  font-size: 1.8rem;
  color: #8e7660;
  font-style: normal;
}
.rating-card__label {
  font-size: 1.1rem;
  letter-spacing: 0.18em;
  color: #6b5e54;
}
.voice-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.voice-item {
  background: #fff;
  padding: 36px 36px 32px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.voice-item::before {
  content: "\201C";
  position: absolute;
  top: 8px;
  left: 22px;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  color: #BFA48E;
  font-size: 7rem;
  line-height: 1;
}
.voice-item__num {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  color: #BFA48E;
  margin-bottom: 18px;
  margin-top: 30px;
}
.voice-item__body {
  font-size: 1.35rem;
  line-height: 2;
  color: #6b5e54;
  margin-bottom: 24px;
  flex: 1;
}
.voice-item__body p + p { margin-top: 1em; }
.voice-item__name {
  padding-top: 18px;
  border-top: 1px solid #e6ddd2;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  color: #2b2522;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.voice-item__stars {
  color: #BFA48E;
  letter-spacing: 1px;
  font-size: 1.3rem;
}
.voice-item--featured {
  grid-column: span 2;
  padding: 48px 48px 40px;
  border: 1px solid #BFA48E;
}
.voice-item--featured .voice-item__body { font-size: 1.5rem; }
.voice-item--featured::before { font-size: 10rem; top: 16px; left: 30px; }

/* ===========================================
   staff.php：CTA セクション
   =========================================== */
.staff-cta {
  background: #1c1815;
  color: #fff;
  padding: clamp(8rem, 10vw, 10rem) 0;
  text-align: center;
}
.staff-cta .bc-label {
  color: #BFA48E;
  justify-content: center;
}
.staff-cta .bc-label::before {
  background: #BFA48E;
}
.staff-cta .bc-label--center::after {
  background: #BFA48E;
}
.staff-cta__h2 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(3.6rem, 5vw, 6rem);
  color: #BFA48E;
  margin: 18px 0 32px;
  line-height: 1.1;
}
.staff-cta .cp-cta__reserve { color: #BFA48E; }
.staff-cta .cp-cta__reserve-sub { color: rgba(255,255,255,0.7); }
.staff-cta__btn {
  border-color: rgba(255, 255, 255, 0.4) !important;
  color: #fff !important;
  background: transparent !important;
  width: 375px;
  justify-content: center;
}
.staff-cta__btn::after { content: none; }
.staff-cta .cp-cta .cp-cta__btns .staff-cta__btn::after { content: none; }
.staff-cta__btn:hover {
  background: #BFA48E !important;
  border-color: #BFA48E !important;
  color: #fff !important;
}

/* ===========================================
   staff.php レスポンシブ
   =========================================== */
@media (max-width: 900px) {
  .staff-grid { grid-template-columns: 1fr; gap: 64px; }
  .voice-section__header { grid-template-columns: 1fr; gap: 32px; }
  .voice-list { grid-template-columns: 1fr; }
  .voice-item--featured {
    grid-column: span 1;
    padding: 36px;
  }
  .voice-item--featured::before { font-size: 7rem; top: 8px; left: 22px; }
}
@media (max-width: 639px) {
  .staff-cta .cp-cta__btns { flex-direction: column; align-items: center; }
  .voice-section .concept-block__title-en { font-size: 4.6rem; }
  .staff-cta__btn { width: min(375px, 90vw); }
  /* SPはスタッフ写真を小さく（中央寄せ） */
  .staff-card__photo {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
  /* SPは名前・役職・検定タグ・インスタリンクをセンターに（本文は左のまま） */
  .staff-card__role,
  .staff-card__name,
  .staff-card__name-jp {
    text-align: center;
  }
  .staff-card__badges {
    justify-content: center;
  }
  /* ベース定義が後方にあるため詳細度を上げて確実に中央化 */
  .staff-card .staff-card__sns {
    display: flex;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}

/* ===========================================
   recruit.php：Owner Message セクション
   =========================================== */
.owner-msg {
  padding: 100px 0;
}
.owner-msg__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(4rem, 6vw, 9rem);
  align-items: center;
}
.owner-msg__img img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center;
}
.owner-msg__h2 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(3.6rem, 4.6vw, 6rem);
  line-height: 1.1;
  color: #8e7660;
  margin: 18px 0 24px;
}
.owner-msg__lead {
  font-size: 1.7rem;
  font-weight: 300;
  letter-spacing: 0.12em;
  line-height: 1.9;
  margin-bottom: 28px;
}
.owner-msg__body {
  color: #6b5e54;
  font-size: 1.4rem;
  line-height: 2.1;
}
.owner-msg__body p + p { margin-top: 1em; }
.owner-msg__sign {
  margin-top: 32px;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 1.6rem;
  color: #8e7660;
}

/* ===========================================
   recruit.php：Ideal Candidate セクション
   =========================================== */
.recruit-ideal .concept-block__title-en {
  font-size: 7.6rem;
  line-height: 8rem;
}
.recruit-ideal {
  padding: 100px 0;
  background: #F6F1EB;
}
.recruit-ideal__header {
  text-align: center;
  margin-bottom: 64px;
}
.recruit-ideal__intro {
  max-width: 780px;
  margin: 24px auto 0;
  text-align: center;
  color: #6b5e54;
  font-size: 1.4rem;
  line-height: 2.1;
}
.recruit-ideal__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 56px;
}
.ideal-card {
  background: #fff;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  border-top: 2px solid #BFA48E;
}
.ideal-card__num {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 4.4rem;
  color: #BFA48E;
  line-height: 1;
  margin-bottom: 16px;
}
.ideal-card h3 {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 14px;
}
.ideal-card p {
  font-size: 1.35rem;
  line-height: 2;
  color: #6b5e54;
  margin: 0;
}
.recruit-ideal__bottom {
  text-align: center;
  margin-top: 48px;
  font-size: 1.4rem;
  color: #6b5e54;
  letter-spacing: 0.08em;
}

/* ===========================================
   recruit.php：Job Table セクション
   =========================================== */
.recruit-job-table {
  padding: 100px 0;
}
.recruit-job-table__header {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 60px;
  margin-bottom: 40px;
  align-items: end;
}
.recruit-job-table__note {
  font-size: 1.4rem;
  color: #6b5e54;
  line-height: 2;
  margin: 0;
}
.recruit-job-table__dl {
  margin: 0;
  display: grid;
  grid-template-columns: 200px 1fr;
}
.recruit-job-table__dl dt {
  padding: 24px 0 24px 24px;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 1.4rem;
  color: #8e7660;
  letter-spacing: 0.1em;
  border-top: 1px solid #e6ddd2;
  background: #F6F1EB;
}
.recruit-job-table__dl dd {
  margin: 0;
  padding: 24px;
  font-size: 1.4rem;
  line-height: 1.95;
  color: #6b5e54;
  border-top: 1px solid #e6ddd2;
}
.recruit-job-table__dl dt small {
  display: block;
  font-size: 1.5rem;
  color: #BFA48E;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  letter-spacing: 0.16em;
  margin-top: 4px;
}
.recruit-job-table__dl > *:nth-last-child(-n+2) {
  border-bottom: 1px solid #e6ddd2;
}
.recruit-job-table__dl dd strong { color: #8e7660; font-weight: 500; }
.recruit-job-table__dl dd ul { margin: 6px 0 0; padding: 0; list-style: none; }
.recruit-job-table__dl dd ul li { padding: 4px 0 4px 18px; position: relative; }
.recruit-job-table__dl dd ul li::before { content: "—"; position: absolute; left: 0; color: #BFA48E; }

/* ===========================================
   recruit.php：Flow セクション
   =========================================== */
.recruit-flow {
  padding: 100px 0;
  background: #1c1815;
  color: #d8cec3;
}
.recruit-flow .bc-label {
  color: #BFA48E;
}
.recruit-flow .bc-label::before {
  background: #BFA48E;
}
.recruit-flow__h2 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(3.6rem, 4.6vw, 6rem);
  color: #BFA48E;
  margin: 18px 0 36px;
  line-height: 1.1;
}
.recruit-flow__label {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  color: #BFA48E;
  margin: 0 0 16px;
}
.recruit-flow__lead {
  font-size: 1.4rem;
  line-height: 2;
  max-width: 910px;
  margin-bottom: 64px;
}
.recruit-school {
  padding: 100px 0;
  background: #F6F1EB;
  text-align: center;
  border-bottom: 1px solid #BFA48E;
}
.recruit-school__h2 {
  font-size: clamp(2rem, 2.4vw, 2.8rem);
  font-weight: 400;
  letter-spacing: 0.15em;
  color: #2b2522;
  margin: 0 0 20px;
}
.recruit-school__body {
  font-size: 1.5rem;
  color: #6b5e54;
  letter-spacing: 0.1em;
}
.recruit-flow__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.flow-step {
  padding: 40px 32px 36px;
  border: 1px solid #3a3127;
  margin-left: -1px;
  background: #1c1815;
}
.flow-step:first-child { margin-left: 0; }
.flow-step__num {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  color: #BFA48E;
  margin-bottom: 6px;
}
.flow-step__big {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 6rem;
  line-height: 1;
  color: #BFA48E;
  opacity: 0.4;
  margin-bottom: 24px;
}
.flow-step h3 {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 14px;
}
.flow-step p {
  font-size: 1.3rem;
  line-height: 2;
  color: #b3a89e;
  margin: 0;
}

/* ===========================================
   recruit.php：Contact CTA セクション
   =========================================== */
.recruit-cta-section {
  padding: clamp(8rem, 10vw, 10rem) 0;
  text-align: center;
  background: #F6F1EB;
}
.recruit-cta__h2 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(3.6rem, 5vw, 6rem);
  color: #8e7660;
  margin: 18px 0 24px;
  line-height: 1.1;
}
.recruit-cta__note {
  font-size: 1.4rem;
  color: #6b5e54;
  line-height: 2;
  max-width: 640px;
  margin: 0 auto 36px;
}
.recruit-cta__channels {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}

/* ===========================================
   recruit.php レスポンシブ
   =========================================== */
@media (max-width: 900px) {
  .owner-msg__grid,
  .recruit-job-table__header { grid-template-columns: 1fr; }
  .owner-msg__img img { display: block; margin-left: auto; margin-right: auto; }
  .recruit-ideal__list,
  .recruit-flow__list { grid-template-columns: 1fr; }
  .flow-step { margin-left: 0; margin-top: -1px; }
  .flow-step:first-child { margin-top: 0; }
  .recruit-job-table__dl { grid-template-columns: 1fr; }
  .recruit-job-table__dl dt { padding: 20px 16px 8px; }
  .recruit-job-table__dl dd { padding: 0 16px 20px; border-top: 0; }
  .recruit-job-table__dl > *:nth-last-child(2) { border-bottom: 0; }
  .recruit-job-table__dl > *:last-child { border-bottom: 1px solid #e6ddd2; }
}
@media (max-width: 639px) {
  .recruit-cta__channels { flex-direction: column; align-items: center; }
  .recruit-ideal .concept-block__title-en { font-size: 4.6rem; }
}

/* ===========================================
   access.php：Reservation セクション
   =========================================== */
.ac-reservation {
  padding: 100px 0;
}
.ac-reservation__grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: clamp(4rem, 5vw, 9rem);
  align-items: start;
}
.ac-reservation__h2 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(3.6rem, 4.6vw, 6rem);
  line-height: 1.1;
  color: #8e7660;
  margin: 18px 0 28px;
  text-align: center;
}
.ac-reservation__h2-sub {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: clamp(1.2rem, 1.4vw, 1.5rem);
  letter-spacing: 0.22em;
  color: #8a7a6e;
  margin-top: 12px;
  text-align: center;
}
.ac-reservation__body {
  font-size: 1.4rem;
  line-height: 2.1;
  color: #6b5e54;
}
.ac-channels {
  display: grid;
  gap: 12px;
}
.ac-channel {
  border: 1px solid #BFA48E;
  padding: 28px 32px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  background: #fff;
  transition: background .8s ease-in-out, border-color .8s ease-in-out, transform .55s cubic-bezier(.22,1,.36,1);
  text-decoration: none;
  color: #2b2522;
}
.ac-channel:hover {
  background: #F6F1EB;
  border-color: #8e7660;
  transform: translateY(-4px);
}
.ac-channel__num {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 2.8rem;
  color: #BFA48E;
  line-height: 1;
}
.ac-channel__title {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin: 0 0 4px;
  color: #6b5e54;
}
.ac-channel__title em {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  color: #BFA48E;
  font-weight: 400;
  margin-right: 10px;
}
.ac-channel__icon {
  color: #BFA48E;
  margin-right: 10px;
  font-size: 1.4rem;
}
.ac-channel__desc {
  font-size: 1.2rem;
  color: #6b5e54;
  letter-spacing: 0.06em;
  display: block;
}
.ac-channel__arrow {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  color: #BFA48E;
  font-size: 1.6rem;
}
.ac-notes-mini {
  margin-top: 20px;
  background: #F6F1EB;
  padding: 28px 32px;
  grid-column: 1 / -1;
}
.ac-notes-mini h3 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 1.6rem;
  color: #8e7660;
  letter-spacing: 0.06em;
  margin: 0 0 14px;
}
.ac-notes-mini ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.3rem;
  line-height: 1.95;
  color: #6b5e54;
}
.ac-notes-mini ul li {
  padding-left: 16px;
  position: relative;
  margin-bottom: 6px;
}
.ac-notes-mini ul li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: #BFA48E;
}

/* ===========================================
   access.php：Salon Info セクション
   =========================================== */
.ac-salon-info {
  padding: 100px 0;
  background: #F6F1EB;
}
.ac-salon-info .concept-block__title-en {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 60px;
  text-transform: uppercase;
}
.ac-salon-info__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: clamp(4rem, 5vw, 9rem);
  align-items: start;
}
.ac-info-table {
  margin-top: 32px;
}
.ac-info-table dl {
  margin: 0;
  display: grid;
  grid-template-columns: 160px 1fr;
}
.ac-info-table dt {
  padding: 22px 0;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  color: #8e7660;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  border-top: 1px solid #e6ddd2;
}
.ac-info-table dd {
  padding: 22px 0;
  margin: 0;
  font-size: 1.4rem;
  color: #6b5e54;
  line-height: 1.95;
  border-top: 1px solid #e6ddd2;
}
.ac-info-table dl > *:nth-last-child(-n+2) {
  border-bottom: 1px solid #e6ddd2;
}
.ac-info-img img {
  width: 75%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

/* ===========================================
   access.php：Access セクション
   =========================================== */
.ac-access .concept-block__title-en {
  font-size: 7.6rem;
  line-height: 8rem;
}
.ac-access {
  padding: 100px 0;
}
.ac-access__header {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 60px;
  margin-bottom: 60px;
  align-items: end;
}
.ac-access__note {
  font-size: 1.4rem;
  line-height: 2;
  color: #6b5e54;
  margin: 0 0 24px;
}
.ac-access__landmark {
  background: #F6F1EB;
  padding: 36px;
  font-size: 1.35rem;
  line-height: 2;
  color: #6b5e54;
  margin-top: 50px;
}
.ac-access__landmark strong {
  color: #8e7660;
  font-weight: 500;
}
.ac-access__ways {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 12px;
}
.ac-way {
  background: #fff;
  padding: 36px;
  border: 1px solid #e6ddd2;
}
.ac-way__num {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 1.3rem;
  color: #BFA48E;
  letter-spacing: 0.2em;
  margin-bottom: 8px;
}
.ac-way h3 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2.6rem;
  color: #8e7660;
  margin-bottom: 4px;
}
.ac-way h3 small {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: 1.3rem;
  color: #6b5e54;
  letter-spacing: 0.2em;
  display: block;
  margin-top: 4px;
}
.ac-way ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  font-size: 1.35rem;
  line-height: 2;
  color: #6b5e54;
}
.ac-way ul li {
  padding: 8px 0 8px 16px;
  position: relative;
  border-bottom: 1px dashed #e6ddd2;
}
.ac-way ul li::before {
  content: "›";
  position: absolute;
  left: 0;
  color: #BFA48E;
  font-family: "Cormorant Garamond", serif;
}
.ac-way ul li:last-child { border-bottom: 0; }
.ac-map-frame {
  margin-top: 60px;
  aspect-ratio: 16 / 7;
  overflow: hidden;
  border: 1px solid #e6ddd2;
}
.ac-map-frame iframe {
  width: 100%;
  height: 100%;
  display: block;
}

/* ===========================================
   access.php：Notice セクション
   =========================================== */
.ac-notice {
  padding: 100px 0;
  background: #1c1815;
  color: #d8cec3;
}
.ac-notice .bc-label {
  color: #BFA48E;
}
.ac-notice .bc-label::before {
  background: #BFA48E;
}
.ac-notice__grid {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 60px;
  align-items: start;
}
.ac-notice__h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2.6rem;
  color: #BFA48E;
  line-height: 1.1;
  margin: 18px 0;
}
.ac-notice__body {
  font-size: 1.4rem;
  color: #b3a89e;
  line-height: 2;
  margin: 0;
}
.ac-notice__list {
  display: grid;
  gap: 18px;
}
.ac-notice-item {
  border-top: 1px solid #3a3127;
  padding: 22px 0;
}
.ac-notice-item:last-of-type { border-bottom: 1px solid #3a3127; }
.ac-notice-item h3 {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-bottom: 12px;
  display: flex;
  align-items: baseline;
  gap: 14px;
}
.ac-notice-item h3 em {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  color: #BFA48E;
  font-size: 1.4rem;
  font-weight: 400;
}
.ac-notice-item p {
  font-size: 1.35rem;
  line-height: 2;
  color: #b3a89e;
  margin: 0;
}
.ac-notice__closing {
  margin-top: 56px;
  font-size: 1.5rem;
  color: #BFA48E;
}

/* ===========================================
   access.php レスポンシブ
   =========================================== */
@media (max-width: 900px) {
  .ac-reservation__grid,
  .ac-salon-info__grid,
  .ac-access__header,
  .ac-notice__grid { grid-template-columns: 1fr; }
  .ac-info-img img { display: block; margin-left: auto; margin-right: auto; }
  .ac-access__ways { grid-template-columns: 1fr; gap: 20px; }
  .ac-info-table dl { grid-template-columns: 1fr; }
  .ac-info-table dt { padding: 18px 0 0; }
  .ac-info-table dd { padding: 8px 0 18px; border-top: 0; }
  .ac-info-table dl > *:nth-last-child(2) { border-bottom: 0; }
  .ac-channel {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 22px;
  }
  .ac-channel__num,
  .ac-channel__arrow { display: none; }
}

@media (max-width: 639px) {
  .bc-footer-nav { display: none; }
  .ac-salon-info .concept-block__title-en { font-size: 4.6rem; }
  .ac-access .concept-block__title-en { font-size: 4.6rem; }
}

.sp-nav__en { font-size: 1rem; }
.sp-nav__link::after { margin-left: 10px; }

.sp-nav {
  /* 白基調＋上部に光沢を入れた、つやっぽいグラデ背景 */
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 38%),
    linear-gradient(135deg, #ffffff 0%, #faf6f1 55%, #f1e9df 100%);
}

.sp-nav__link,
.sp-nav__en {
  color: #2b2522;
}

/* ハンバーガー直下のSNS（全ページ共通・SP固定）。
   ※元は top-custom.css のTOP専用だったが、全ページ表示のため site.css へ移設。
     PCでは非表示、SP（≤896px）でハンバーガー直下に縦並び固定 */
.bc-hero-logo__sns {
  display: none;
}

@media (max-width: 896px) {
  .page-top { bottom: 80px; }
  /* ハンバーガー（fixed top:10px right:10px / 44×44px）直下に縦並びで固定 */
  .bc-hero-logo__sns {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    position: fixed;
    top: 64px;          /* 10px + 44px(ハンバーガー高さ) + 10px の余白 */
    right: 10px;        /* ハンバーガーと右端を揃える */
    width: 44px;        /* ハンバーガー幅と同じにして中央を揃える */
    z-index: 150;       /* ページ上：SPメニュー(z-index:200)を開くと隠れる */
  }
  .bc-hero-logo__sns a {
    color: #2b2522;
    font-size: 2.2rem;
    line-height: 1em;
    text-decoration: none;
    opacity: 0.8;
    transition: opacity 0.2s;
  }
  .bc-hero-logo__sns a:hover {
    opacity: 0.6;
  }
}

/* ===========================================
   entry_list.php：2カラムレイアウト
   =========================================== */
.entry-layout {
  display: grid;
  grid-template-columns: 1fr 220px;
  gap: 60px;
  align-items: start;
}

.entry-layout__sidebar {
  position: sticky;
  top: 100px;
}

.entry-archive {
  background: #f9f5f0;
  padding: 28px 24px;
}

.entry-archive__title {
  display: flex;
  align-items: center;
  gap: 9px;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.3rem;
  letter-spacing: 0.26em;
  color: #BFA48E;
  text-transform: uppercase;
  margin: 0 0 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e8dfd6;
}

.entry-archive__title .fas {
  font-size: 1.2rem;
  color: #BFA48E;
  flex-shrink: 0;
}

/* CMS アーカイブ出力：サイトカラーに合わせた上書き */
#cms-blog-entry-year-1-area a,
#cms-blog-entry-month-1-area a,
#cms-blog-entry-month-2-area a {
  color: #7a6456 !important;
  text-decoration: none !important;
  display: block;
  padding: 9px 0;
  border-bottom: 1px solid #ede5dc !important;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  transition: color 0.2s ease, padding-left 0.2s ease;
}
#cms-blog-entry-year-1-area a:hover,
#cms-blog-entry-month-1-area a:hover,
#cms-blog-entry-month-2-area a:hover {
  color: #BFA48E !important;
  padding-left: 6px;
}
/* ARCHIVE ラベル・アイコン行 */
#cms-blog-entry-year-1-area span,
#cms-blog-entry-year-1-area td span,
#cms-blog-entry-year-1-area th span,
#cms-blog-entry-month-1-area span,
#cms-blog-entry-month-1-area td span,
#cms-blog-entry-month-1-area th span,
#cms-blog-entry-month-2-area span,
#cms-blog-entry-month-2-area td span,
#cms-blog-entry-month-2-area th span {
  color: #BFA48E !important;
}
/* テーブル枠リセット */
#cms-blog-entry-year-1-area table,
#cms-blog-entry-year-1-area td,
#cms-blog-entry-year-1-area tr,
#cms-blog-entry-year-1-area th,
#cms-blog-entry-month-1-area table,
#cms-blog-entry-month-1-area td,
#cms-blog-entry-month-1-area tr,
#cms-blog-entry-month-1-area th,
#cms-blog-entry-month-2-area table,
#cms-blog-entry-month-2-area td,
#cms-blog-entry-month-2-area tr,
#cms-blog-entry-month-2-area th {
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
}

/* レスポンシブ */
@media (max-width: 900px) {
  .entry-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .entry-layout__sidebar {
    position: static;
    order: -1;
  }
  .entry-archive {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0 32px;
  }
  #cms-blog-entry-year-1-area {
    display: flex;
    flex-wrap: wrap;
    gap: 0 24px;
  }
}

/* ===========================================
   670199 依頼対応追加スタイル
   =========================================== */

/* ページタイトル：Cormorant Garamond */
.bc-page-hero__en {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
}

/* SPナビ：中央揃え・矢印アイコン削除 */
.sp-nav__link {
  justify-content: center;
}
.sp-nav__link::after {
  content: none;
}
.sp-nav__en {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin-right: 0;
  padding-left: 0;
}

/* contact-cta：RESERVEヘッダー */
.cp-cta {
  text-align: center;
  padding: 80px 0;
}
.cp-cta__reserve {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: clamp(3.6rem, 5vw, 6rem);
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #2b2522;
  margin: 0 0 8px;
}
.cp-cta__reserve-sub {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  color: #8e7660;
  margin: 0 0 40px;
}
.cp-cta__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}
@media (max-width: 639px) {
  .cp-cta__btns {
    flex-direction: column;
    align-items: center;
  }
}

/* concept.php：ページヒーロー直下2枚写真 */
.concept-intro {
  padding: clamp(60px, 8vw, 100px) 0;
  background: #F6F1EB;
}
.concept-intro__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-bottom: clamp(40px, 5vw, 64px);
}
.concept-intro__img img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}
.concept-intro__text {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.2;
  color: #6b5e54;
  max-width: 780px;
  margin: 0 auto;
}
.concept-intro__text p + p {
  margin-top: 1em;
}
@media (max-width: 639px) {
  .concept-intro__grid {
    grid-template-columns: 1fr;
  }
  .concept-intro__text {
    line-height: 2.6;
  }
}

/* concept.php：Experience セクション見出し */
.concept-exp-lead {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 0.12em;
  text-align: center;
  color: #2b2522;
  margin: 0 0 clamp(40px, 5vw, 64px);
  padding-bottom: 20px;
}
.concept-exp-lead::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  margin: 20px auto 0;
  background: #BFA48E;
}
@media (max-width: 639px) {
  .concept-exp-lead {
    font-size: 1.8rem;
  }
}

/* menu.php：オフ無料バナー（正ひし形の枠線＋クリーム帯。帯を最前面にしてひし形の上下角だけ見せる） */
.menu-off-banner {
  padding: 72px 0 0;
  background: #F6F1EB;
}
.menu-off-banner__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0 4px;
}
/* 文言を四角の二重枠（二重罫）で囲む。外枠＋::beforeの内枠を細線で重ねる */
.menu-off-banner__label {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: clamp(28px, 4vw, 38px) clamp(40px, 8vw, 84px);
  border: 1px solid #8E7660;
}
.menu-off-banner__label::before {
  content: "";
  position: absolute;
  inset: 5px;
  border: 1px solid #8E7660;
  pointer-events: none;
}
.menu-off-banner__text {
  margin: 0;
  color: #6b5e54;
  font-family: "YakuHanMP", "Zen Old Mincho", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1.6;
}
.menu-off-banner__en {
  display: block;
  margin-top: 8px;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
  letter-spacing: 0.14em;
  color: #8E7660;
}

/* index.php：大写真セクション */
.tp-full-photo {
  background: #f6f1eb;
  display: flex;
  justify-content: center;
  padding: 0;
}
.tp-full-photo__img {
  margin: 0;
  width: 980px;
  max-width: 100%;
  height: 455px;
  overflow: hidden;
  flex-shrink: 0;
}
.tp-full-photo__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 639px) {
  .tp-full-photo__img {
    width: 380px;
    height: 200px;
  }
}

/* ===========================================
   スタッフカード：Instagram リンク（依頼672840で追加）
   =========================================== */
.staff-card__sns {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  margin-bottom: 32px;
  padding: 9px 22px;
  border: 1px solid #BFA48E;
  border-radius: 40px;
  background: #fff;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  color: #8e7660;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.staff-card__sns i {
  font-size: 1.6rem;
  color: #BFA48E;
  transition: color 0.25s ease;
}
.staff-card__sns:hover {
  background: #BFA48E;
  border-color: #BFA48E;
  color: #fff;
  opacity: 1;
}
.staff-card__sns:hover i {
  color: #fff;
}

/* ===========================================
   ヘッダー・フッターのロゴを一般的なイタリックに（依頼672840）
   =========================================== */
.bc-logo-text,
.bc-logo-text .bc-logo-text__sub {
  font-style: normal;
}

/* BABY CROSS ロゴ（斜体・傾きなしの直立） */
.bc-logo-text {
  display: inline-block;
}

/* ===========================================
   フッター INFO を dl 形式に（トップのマップ横表記に合わせる・依頼672840）
   =========================================== */
.bc-footer-dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 6px 18px;
  margin-top: 16px;
  font-size: 1.3rem;
  line-height: 1.8;
}
.bc-footer-dl dt {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  color: #BFA48E;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.bc-footer-dl dd {
  margin: 0;
  color: rgba(255,255,255,0.7);
}
.bc-footer-dl dd a {
  color: rgba(255,255,255,0.7);
  text-decoration: none;
}
.bc-footer-dl dd a:hover {
  color: #BFA48E;
}

/* ============================================================
   依頼672840: 文字サイズ全ページ統一
   セクション見出し 36px / 小見出し 26px / 本文 15px
   ※ロゴ・大型装飾英字（EN見出し）は意図的に対象外
   ============================================================ */

/* --- セクション見出し 36px（日本語見出し） --- */
.concept-block__title,
.tp-section-title,
.menu-notes__h2,
.menu-policy__h2,
.menu-women-only__h2,
.recruit-school__h2,
.ac-notice__h2,
.cp-promise__title,
.cp-qa__title,
.concept-exp-lead {
  font-size: 36px;
}

/* --- 小見出し 26px --- */
/* ※ .ac-channel__title は専用ルール(21px)で個別指定のため、この共通グループから除外 */
.q-item h3,
.ideal-card h3,
.flow-step h3,
.ac-way h3,
.ac-notice-item h3,
.cp-qa__q {
  font-size: 26px;
}

/* --- 本文 15px --- */
.concept-intro__text p,
.exp-card__body p,
.q-item p,
.care-grid__text,
.cp-promise__list li,
.cp-qa__a,
.cp-qa__note,
.menu-notes__lead,
.menu-notes__list li,
.menu-policy__lead,
.menu-policy__item dd,
.menu-women-only__body,
.menu-brand-list__body p,
.staff-card__specialty,
.staff-card__message p,
.voice-item__body p,
.voice-section__note,
.owner-msg__lead,
.owner-msg__body p,
.recruit-ideal__intro,
.ideal-card p,
.recruit-ideal__bottom,
.flow-step p,
.recruit-flow__lead,
.recruit-job-table__dl dd,
.recruit-job-table__note,
.ac-reservation__body,
.ac-way__list li,
.ac-notice__body,
.ac-notice-item p,
.ac-info-table dd,
.ac-notes-mini li,
.mv-tagline__text {
  font-size: 15px;
}

/* スマホ時：予約チャネルのタイトルを小さく揃える（26px上書きより後ろに配置して後勝ちさせる） */
@media (max-width: 900px) {
  .ac-channel__title {
    font-size: 1.6rem;
  }
}

/* スマホ時：セクション見出し（36px）を 20px に縮小（末尾に配置して後勝ちさせる） */
@media (max-width: 639px) {
  .concept-block__title,
  .tp-section-title,
  .menu-cat__heading,
  .menu-notes__h2,
  .menu-policy__h2,
  .menu-women-only__h2,
  .recruit-school__h2,
  .ac-notice__h2,
  .cp-promise__title,
  .cp-qa__title,
  .concept-exp-lead {
    font-size: 20px;
  }
}

/* スマホ時：小見出し（26px）を 20px に縮小（末尾に配置して既存スマホ指定より後勝ちさせる） */
@media (max-width: 639px) {
  .q-item h3,
  .ideal-card h3,
  .flow-step h3,
  .ac-way h3,
  .ac-notice-item h3,
  .cp-qa__q {
    font-size: 20px;
  }
}

/* ============================================================
   依頼674176
   ============================================================ */
/* SPメニュー（slide-out）内のSNSアイコン行 */
.sp-nav__sns {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 40px;
}

/* コンセプト見出しの下線（健康で美しい指先／美爪育成の工程） */
.concept-block__title--underline {
  text-decoration: underline;
  text-underline-offset: 0.25em;
  text-decoration-thickness: 1px;
}

/* 英語コンテンツ見出しの色味を「nailsallon」と同色(#8a7a6e)に統一
   ※トップのRESERVE（.tp-cta-strip h2）のみ濃色背景のため色は据え置き（サイズ・傾きは統一）
   ※スタッフCTAのRESERVEは依頼により#8a7a6eへ統一（下の .staff-cta .cp-cta__reserve 参照） */
.bc-page-hero__en,
.tp-section-title__en,
.ac-reservation__h2,
.tp-access__heading,
.cp-cta__reserve {
  color: #8a7a6e !important;
}
.staff-cta .cp-cta__reserve {
  color: #8a7a6e !important;
}

/* ページヒーロー英字・セクション英字：サイズ5.3rem に統一（傾き・斜体なしの直立）
   トップのACCESS見出し(.tp-access__heading)・RESERVE見出し(.tp-cta-strip h2)も
   同サイズに揃える（RESERVEは濃色背景のため色#BFA48Eは据え置き） */
.bc-page-hero__en,
.tp-section-title__en,
.tp-access__heading,
.tp-cta-strip h2,
.cp-cta__reserve {
  font-size: 5.3rem !important;
  font-style: normal !important;
}

/* 【共通ルール】セクションタイトル英字の両端に横線（天地中央）
   display:block を維持したまま inline-block 疑似要素で左右に線を配置 */
.tp-section-title__en::before,
.tp-section-title__en::after,
.tp-access__heading::before,
.tp-access__heading::after,
.tp-cta-strip h2::before,
.tp-cta-strip h2::after {
  content: "";
  display: inline-block;
  width: 48px;              /* 横線の長さ */
  height: 1px;              /* 横線の太さ */
  margin: 0 0.35em;         /* 文字と横線の間隔 */
  vertical-align: middle;   /* 天地中央 */
  background: currentColor;  /* 文字色に追従 */
}
/* ACCESS / RESERVE 見出しも英字の両端に線（共通あしらい）。
   inline-flex で各親の揃え（中央/左）を尊重しつつ、線を天地中央に */
.tp-access__heading,
.tp-cta-strip h2 {
  display: inline-flex;
  align-items: center;
}
/* 【共通ルール】セクションタイトル英字の後ろに正ひし形のあしらい */
.tp-section-title__deco {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12em;              /* 見出しサイズに追従（ひし形の大きさ） */
  height: 12em;             /* width と同値で正ひし形 */
  transform: translate(-50%, 5%) rotate(45deg); /* 5% = ひし形をやや下げ（正の値を増やすほど下がる） */
  /* 透過グラデ：上=うっすら白(alpha .25) → 下=完全透明で消える(alpha 0)。
     要素が rotate(45deg) のため、画面の縦方向にするにはグラデ角度を45°補正して135degにする */
  background: linear-gradient(135deg, rgba(255,255,255,.25) 0%, rgba(255,255,255,0) 100%);
  z-index: -1;              /* 文字の背面へ */
  pointer-events: none;
}

/* 各下層ページ下部CTAのRESERVE色は上の色統一グループ(#8a7a6e)で対応済み。
   アクセス上部RESERVE(.ac-reservation__h2内)・アクセスInformation見出しも同様に揃える */
.ac-reservation__h2-en {
  display: inline-block;
  color: #8a7a6e;
  font-size: 5.3rem;
  font-style: normal;
}
.ac-salon-info .concept-block__title-en {
  color: #8a7a6e !important;
  font-size: 5.3rem !important;
  font-style: normal !important;
  width: fit-content;
  max-width: 100%;
}
/* SP：「Information」は文字数が多く5.3remだと画面からはみ出すため縮小して収める */
@media (max-width: 639px) {
  .ac-salon-info .concept-block__title-en {
    font-size: clamp(3rem, 10vw, 4rem) !important;
  }
  /* 下層ページのページタイトル英字：SPは5.3remだと「STAFF & VOICE」等が2行に
     折り返すため縮小して1行に収める */
  .bc-page-hero__en {
    font-size: clamp(2.8rem, 8vw, 3.8rem) !important;
  }
  /* トップのセクションタイトル英字（NEWS/GALLERY=.tp-section-title__en、ACCESS=.tp-access__heading、
     RESERVE=.tp-cta-strip h2）をSPで同サイズに統一。5.3remだと両端の線込みで横はみ出し→横スクロールの原因にもなる。
     同一 clamp 式により計算サイズが揃う。 */
  .tp-section-title__en,
  .tp-access__heading,
  .tp-cta-strip h2 {
    font-size: clamp(3rem, 9vw, 4rem) !important;
  }
  /* ACCESS見出しは inline-flex＋左寄せ親のため左に寄る。SPは他タイトルと同じく中央に揃える */
  .tp-access__heading {
    display: flex;
    justify-content: center;
  }
}

/* ========================================================
   共通RESERVEセクション（.tp-cta-strip）
   全ページ共通パーツ includes/contact-cta.php で使用。
   ※元はトップ専用 top-custom.css にあったが、全ページで使うため
     全ページ読込の site.css へ移設して統一
   ======================================================== */
.tp-cta-strip {
  position: relative;
  padding: 120px 0;   /* .section に合わせる（SPは下のメディアクエリで60px） */
  background: #1c1815;
  color: #fff;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 896px) {
  .tp-cta-strip { padding: 60px 0; }   /* .section のSP padding に合わせる */
}
.tp-cta-strip__bg {
  position: absolute; inset: 0;
  background-image: url('https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28103/bg-01.jpg');
  background-size: cover;
  background-position: center;
  opacity: 1;
}
.tp-cta-strip .container {
  position: relative;
  z-index: 1;
}
.tp-cta-strip .tp-label {
  color: #BFA48E;
  justify-content: center;
}
.tp-cta-strip h2 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(4rem, 6vw, 8rem);
  line-height: 1em;   /* セクションタイトル英字と行高を統一 */
  color: #BFA48E;
  margin: 0;
}
.tp-cta-lead {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  color: #d8cec3;
  margin-bottom: 42px;
}
.tp-cta-strip__btns {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  /* GALLERY見出し→中身（.tp-gallery__header 64px）と距離感を統一 */
  margin-top: 64px;
}
/* CTA Strip 内のbtn-pill：白背景＋GALLERYリンク（.btn-pill--gold）と同色 */
.tp-cta-strip .btn-pill {
  border-color: #BFA48E;
  color: #8e7660;
  background: #fff;
  background-image: none;
  width: 325px;
}
.tp-cta-strip .btn-pill .bc-cta-en { color: #BFA48E; }
.tp-cta-strip .btn-pill:hover {
  background: #BFA48E;
  color: #fff;
  border-color: #BFA48E;
  opacity: 1;
}
.tp-cta-strip .btn-pill:hover .bc-cta-en { color: #fff; }
.tp-cta-strip .btn-pill:hover::after { background: #fff; }
@media (max-width: 639px) {
  .tp-cta-strip__btns { flex-direction: column; align-items: center; }
}

/* ============================================================
   下層ページ共通：セクションタイトル共通ルール（.bc-sec-title）
   英字＝大きい装飾英字（Cormorant Garamond 5.3rem）を上に、
   日本語＝Zen Old Mincho（小さめ）を下に、の2段構成で全セクション統一。
   ※access.php / recruit.php 等の下層ページで共用。
     従来の concept-block__title / bc-label / ac-reservation__h2 /
     ac-notice__h2 / recruit-school__h2 等から切り出した共通パーツ。
   ============================================================ */
.bc-sec-title {
  margin: 0 0 28px;
  line-height: 1.2;
}
.bc-sec-title__en {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 5.3rem;
  line-height: 1.1;
  letter-spacing: 0.04em;
  color: #8a7a6e;
  text-transform: none;
}
.bc-sec-title__ja {
  display: block;
  font-family: "YakuHanMP", "Zen Old Mincho", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 1.8rem;          /* 英字に対して小さめのサブ見出し */
  letter-spacing: 0.12em;
  line-height: 1.6;
  color: #6b5e54;
  margin-top: 6px;
}
.bc-sec-title--center {
  text-align: center;
}
/* 濃色背景セクション用：英字・日本語の色を反転側に */
.bc-sec-title--dark .bc-sec-title__en { color: #BFA48E; }
.bc-sec-title--dark .bc-sec-title__ja { color: #d8cec3; }

/* concept.php Promise：背景#8E7761（茶系）で既定色は同系色＝低コントラストのため明色に */
.cp-promise .bc-sec-title__en,
.cp-promise .bc-sec-title__ja { color: #F6F1EB; }

/* SP：英字5.3remは画面からはみ出す（横スクロールの原因）ため縮小して収める。
   またSPでは全下層ページのセクションタイトルをセンター統一 */
@media (max-width: 639px) {
  .bc-sec-title { text-align: center; margin-bottom: 0; }
  .bc-sec-title__en { font-size: clamp(3rem, 9vw, 4rem); }
  .bc-sec-title__ja { font-size: 1.5rem; }
}

/* staff.php / menu.php：新設したセクション見出しと、直下コンテンツの間隔を確保 */
.staff-section__header,
.menu-grid-section__header {
  text-align: center;
  margin-bottom: clamp(4rem, 6vw, 7rem);
}

/* SP：staff.php Staff/Voice セクションの上下paddingを60pxに（PCは100px） */
@media (max-width: 639px) {
  .staff-section,
  .voice-section { padding: 60px 0; }
}

/* SP：access.php 各セクションの上下paddingを60pxに（PCは100px） */
@media (max-width: 639px) {
  .ac-reservation,
  .ac-salon-info,
  .ac-access,
  .ac-notice { padding: 60px 0; }
  /* タイトル下を0にした分、RESERVEの本文の上に余白を確保 */
  .ac-reservation__body { margin-top: 40px; }
  /* 予約各リンクのフェードイン時間差（stagger）をSPでは無しに（同時にフェード） */
  .ac-channel[data-aos] { transition-delay: 0s !important; }
  /* 「目印について」とMAPの上余白をSPでは20pxに詰める */
  .ac-access__landmark { margin-top: 20px; }
  .ac-map-frame { margin-top: 20px; }
  /* 「道案内」セクションのタイトルとコンテンツの間隔をSPでは40pxに */
  .ac-access__header { margin-bottom: 40px; }
  /* 「お願い」セクションのタイトルと本文の間隔をSPでは40pxに */
  .ac-notice__body { margin-top: 40px; }
}

/* SP：concept.php 各セクションのタイトルとコンテンツの間を40px空ける
   （.bc-sec-title のSP共通margin-bottomは0のため、concept内のみ上書き） */
@media (max-width: 639px) {
  .concept-block .bc-sec-title,
  .cp-promise .bc-sec-title,
  .cp-qa .bc-sec-title { margin-bottom: 40px; }
}

/* SP：Promise / Q&A の上下paddingを60pxに。
   ※これらのbase(100px)が前段のSP指定より後ろにあり後勝ちしてSPでも100pxになっていたため、
     base定義より後ろのここで再指定して60pxを確実に効かせる */
@media (max-width: 639px) {
  .cp-promise,
  .cp-qa { padding: 60px 0; }
}

/* SP：recruit.php 各セクションの上下paddingを60pxに（PCは100px） */
@media (max-width: 639px) {
  .owner-msg,
  .recruit-ideal,
  .recruit-job-table,
  .recruit-flow,
  .recruit-school { padding: 60px 0; }
  /* タイトル下を0にした分、オーナーメッセージのリード文の上に余白を確保。SPはセンター */
  .owner-msg__lead {
    margin-top: 40px;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    text-wrap: balance;
    word-break: auto-phrase;
  }
}

/* concept.php Q&A：質問（cp-qa__q）のフォントサイズを19px・太さ400に
   （小見出し26px統一グループ・SP20pxより後ろに置き後勝ちさせる。PC/SP共通で19px） */
.cp-qa__q { font-size: 19px; font-weight: 400; }

/* concept.php Quality：q-item の小見出し（フィルイン等）も19pxに揃える */
.q-item h3 { font-size: 19px; }

/* recruit.php「こんな方をお待ちしております」の小見出しも q-item h3 と同じ19pxに（PC/SP共通） */
.ideal-card h3 { font-size: 19px; }

/* recruit.php「ご応募の流れ」の小見出しも同じく19pxに（PC/SP共通。色は濃色背景用の#fffを維持） */
.flow-step h3 { font-size: 19px; }

/* ============================================================
   menu.php：旧 Notes / Policy / Women Only を1セクションに統合
   「Salon Policy & Information / サロンからのお願いとご案内」
   明色テーマ。3コンテンツは白カードのアコーディオン3連（クリック開閉）
   ============================================================ */
.menu-info {
  padding: 100px 0;
  background: #F6F1EB;
}
.menu-info__lead,
.menu-info__closing {
  font-size: 1.4rem;
  color: #6b5e54;
  line-height: 2;
  max-width: 760px;
  text-align: center;
}
.menu-info__lead { margin: 0 auto 40px; }
.menu-info__closing { margin: 40px auto 0; }
.menu-info__list {
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.menu-info__acc .accordion__head {
  background: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.menu-info__acc .accordion__head:hover { background: #fbf8f3; }
/* アコーディオン内のポリシーのリード文 */
.menu-info .menu-policy__lead { margin: 0 0 20px; }
/* 注意事項リストは元々ダーク背景用のため、明色背景に合わせて罫線色を淡色へ */
.menu-info .menu-notes__list li { border-top-color: #e6ddd2; }
.menu-info .menu-notes__list li:last-child { border-bottom-color: #e6ddd2; }
/* 本文枠の上線とリスト先頭liの上線の重なりを解消 */
.menu-info .accordion__body .menu-notes__list li:first-child { border-top: none; }
/* ポリシーの最終項目は下線・下余白を詰める */
.menu-info .menu-policy__item:last-child { border-bottom: none; padding-bottom: 0; }

/* SP：menu.php 各セクションの上下paddingを60pxに */
@media (max-width: 639px) {
  .menu-grid-section,
  .menu-brand-list,
  .menu-info { padding: 60px 0; }
  /* メニュー白背景カードの左右paddingを詰める（PC40px→SP20px） */
  .menu-table { padding: 0 20px; }
  /* タイトル下を0にした分、リード文の上に余白を確保 */
  .menu-info__lead { margin-top: 40px; }
}
