/* =========================================
   UBC esthetic top page
   高級感寄り改訂版
   「高級エステサロン風 70％ / 信頼感 30％」
   ========================================= */

/* =========================
   Serif導入差分
   Noto Serif JPを高級感演出用に限定使用
   ========================= */

/* 見出し系のみSerif化 */
.esthetic-hero h1,
.esthetic-top-page .content-block h2,
.esthetic-cta h2 {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.04em;
}

/* heroタイトルは少しだけ特別感を強める */
.esthetic-hero h1 {
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.45;
}

/* セクション見出しは上品に、詰まりすぎ防止 */
.esthetic-top-page .content-block h2 {
  line-height: 1.6;
}

/* 最後のCTA見出しは少し余韻を出す */
.esthetic-cta h2 {
  letter-spacing: 0.05em;
}

/* point-box見出しだけ少し高級感を足すなら追加 */
.point-box .point-title {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 600;
  letter-spacing: 0.05em;
}

/* スマホでは明朝感が強すぎると読みにくいことがあるので少し抑える */
@media (max-width: 640px) {
  .esthetic-hero h1,
  .esthetic-top-page .content-block h2,
  .esthetic-cta h2 {
    letter-spacing: 0.02em;
  }

  .esthetic-hero h1 {
    line-height: 1.4;
  }
}

.esthetic-top-page {
  color: #3f342d;
  line-height: 1.95;
  letter-spacing: 0.02em;
  background: #f8f4ef;
}

.esthetic-top-page .page-width {
  width: min(92%, 1120px);
  margin: 0 auto;
}

/* -------------------------
   base
   ------------------------- */
.esthetic-top-page .content-block {
  padding: 78px 0;
  position: relative;
}

.esthetic-top-page .content-block h2 {
  margin: 0 0 26px;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #4c3d34;
}

.esthetic-top-page .content-block h3 {
  margin: 0 0 12px;
  font-size: 1.12rem;
  line-height: 1.7;
  font-weight: 500;
  color: #5a473b;
}

.esthetic-top-page .content-block p {
  margin: 0 0 18px;
}

.esthetic-top-page .section-lead {
  margin-bottom: 34px;
  font-size: 1.02rem;
  color: #6d5d52;
}

.esthetic-top-page .note {
  margin-top: 16px;
  font-size: 0.92rem;
  color: #76685e;
}

.esthetic-top-page .small-note {
  display: inline-block;
  margin-top: 8px;
  font-size: 0.94rem;
  color: #8b7a6c;
}

/* -------------------------
   hero
   ------------------------- */
.esthetic-hero {
  position: relative;
  padding: 96px 0 82px;
  background:
    linear-gradient(180deg, rgba(249, 244, 237, 0.7) 0%, rgba(246, 239, 231, 0.9) 45%, #f8f4ef 100%);
  overflow: hidden;
}

.esthetic-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(201, 170, 132, 0.18), transparent 34%),
    radial-gradient(circle at left 20% bottom 10%, rgba(255, 255, 255, 0.7), transparent 32%);
  pointer-events: none;
}

.esthetic-hero .page-width {
  position: relative;
  z-index: 1;
}

.esthetic-hero .hero-label {
  display: inline-block;
  margin: 0 0 18px;
  padding: 6px 14px;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  color: #8d6f58;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(184, 156, 126, 0.32);
  border-radius: 999px;
  backdrop-filter: blur(3px);
}

.esthetic-hero h1 {
  margin: 0 0 22px;
  font-size: clamp(2.1rem, 4.4vw, 3.5rem);
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #4b3a30;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.55);
}

.esthetic-hero .hero-lead {
  max-width: 780px;
  margin: 0 0 30px;
  font-size: 1.03rem;
  line-height: 2;
  color: #5f5045;
}

.esthetic-hero .hero-points {
  margin: 0 0 34px;
  max-width: 760px;
}

.esthetic-hero .hero-points ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.esthetic-hero .hero-points li {
  position: relative;
  margin: 0 0 12px;
  padding-left: 1.8em;
  color: #5b4b40;
}

.esthetic-hero .hero-points li::before {
  content: "✦";
  position: absolute;
  left: 0;
  top: 0;
  color: #b89470;
  font-size: 0.95em;
}

.esthetic-hero .hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

/* -------------------------
   buttons
   ------------------------- */
.esthetic-top-page .btn01,
.esthetic-top-page .btn02 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  min-height: 54px;
  padding: 15px 26px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.98rem;
  letter-spacing: 0.04em;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.esthetic-top-page .btn01 {
  color: #fff;
  background: linear-gradient(135deg, #b99671 0%, #a98460 100%);
  border: 1px solid #a98460;
  box-shadow: 0 10px 24px rgba(126, 94, 64, 0.18);
}

.esthetic-top-page .btn01:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(126, 94, 64, 0.24);
}

.esthetic-top-page .btn02 {
  color: #7a614c;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(183, 156, 126, 0.45);
  box-shadow: 0 8px 20px rgba(80, 60, 40, 0.06);
}

.esthetic-top-page .btn02:hover {
  transform: translateY(-2px);
  background: #fffdfb;
  box-shadow: 0 12px 26px rgba(80, 60, 40, 0.1);
}

/* -------------------------
   intro
   ------------------------- */
.intro-block {
  background: linear-gradient(180deg, #f8f4ef 0%, #fbf8f4 100%);
}

.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.check-list li {
  position: relative;
  padding: 18px 18px 18px 48px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(224, 210, 195, 0.92);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(77, 53, 33, 0.04);
  backdrop-filter: blur(2px);
}

.check-list li::before {
  content: "✦";
  position: absolute;
  left: 18px;
  top: 17px;
  color: #ba9874;
  font-size: 0.95rem;
}

/* -------------------------
   concept
   ------------------------- */
.concept-block {
  background: #fbf8f4;
}

.concept-block .page-width {
  max-width: 980px;
}

.point-box {
  margin-top: 34px;
  padding: 28px 30px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.95) 0%, rgba(252,247,241,0.95) 100%);
  border: 1px solid rgba(224, 207, 188, 0.95);
  border-radius: 22px;
  box-shadow: 0 18px 36px rgba(91, 67, 46, 0.07);
}

.point-box .point-title {
  margin-bottom: 10px;
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #9b7857;
}

/* -------------------------
   trouble menu cards
   ------------------------- */
.trouble-menu-block {
  background:
    linear-gradient(180deg, #fbf8f4 0%, #f7f1ea 100%);
}

.menu-card-wrap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.menu-card {
  position: relative;
  padding: 30px 26px 24px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(250,245,239,0.96) 100%);
  border: 1px solid rgba(223, 206, 189, 0.95);
  border-radius: 22px;
  box-shadow: 0 16px 34px rgba(82, 57, 38, 0.08);
  overflow: hidden;
}

.menu-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #d9c0a4 0%, #b58f68 45%, #e8d6c4 100%);
}

.menu-card h3 {
  min-height: 3.3em;
  font-size: 1.18rem;
  letter-spacing: 0.03em;
}

.menu-card-subtitle {
  margin: 0 0 16px;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #9a7756;
}

.menu-check {
  margin: 18px 0 20px;
  padding: 0;
  list-style: none;
}

.menu-check li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 1.4em;
  color: #5d4d42;
}

.menu-check li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: #b38d67;
}

.menu-link {
  margin-bottom: 0;
}

.menu-link a {
  position: relative;
  display: inline-block;
  color: #7d624b;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.menu-link a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 4px;
  background: linear-gradient(90deg, rgba(181,143,104,0.75), rgba(181,143,104,0.12));
}

.menu-link a:hover {
  opacity: 0.8;
}

/* -------------------------
   compare
   ------------------------- */
.compare-block {
  background: #f6f0e8;
}

.table-wrap {
  overflow-x: auto;
  padding-bottom: 4px;
}

.compare-table {
  width: 100%;
  min-width: 780px;
  border-collapse: separate;
  border-spacing: 0;
  background: rgba(255,255,255,0.95);
  border: 1px solid rgba(221, 205, 188, 0.95);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 30px rgba(81, 59, 40, 0.06);
}

.compare-table th,
.compare-table td {
  padding: 16px 14px;
  border-bottom: 1px solid rgba(231, 219, 207, 0.95);
  border-right: 1px solid rgba(231, 219, 207, 0.95);
  vertical-align: top;
  font-size: 0.96rem;
  line-height: 1.8;
}

.compare-table th:last-child,
.compare-table td:last-child {
  border-right: none;
}

.compare-table tr:last-child th,
.compare-table tr:last-child td {
  border-bottom: none;
}

.compare-table thead th {
  background: linear-gradient(180deg, #f4e9dd 0%, #efe1d2 100%);
  color: #59473c;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.compare-table tbody th {
  background: #fbf7f2;
  white-space: nowrap;
  color: #5d4a3d;
  font-weight: 600;
}

/* -------------------------
   merit
   ------------------------- */
.merit-block {
  background: #fbf8f4;
}

.merit-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-bottom: 34px;
}

.merit-item {
  padding: 26px 22px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.95) 0%, rgba(250,245,239,0.95) 100%);
  border: 1px solid rgba(223, 206, 189, 0.95);
  border-radius: 20px;
  box-shadow: 0 14px 32px rgba(82, 57, 38, 0.06);
}

.doctor-comment {
  padding: 28px 30px;
  background:
    linear-gradient(180deg, rgba(247,241,234,0.95) 0%, rgba(242,234,224,0.95) 100%);
  border: 1px solid rgba(223, 206, 189, 0.95);
  border-radius: 22px;
  box-shadow: 0 12px 28px rgba(82, 57, 38, 0.04);
}

.doctor-comment h3 {
  position: relative;
  padding-left: 1.2em;
}

.doctor-comment h3::before {
  content: "✦";
  position: absolute;
  left: 0;
  top: 0;
  color: #b48f69;
  font-size: 0.9em;
}

/* -------------------------
   flow
   ------------------------- */
.flow-block {
  background: linear-gradient(180deg, #fbf8f4 0%, #f6efe7 100%);
}

.flow-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 18px;
}

.flow-list li {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 22px 24px;
  background: rgba(255,255,255,0.9);
  border: 1px solid rgba(223, 206, 189, 0.95);
  border-radius: 20px;
  box-shadow: 0 12px 28px rgba(82, 57, 38, 0.05);
}

.flow-step {
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #c19d79 0%, #aa845f 100%);
  color: #fff;
  font-weight: 600;
  box-shadow: 0 8px 18px rgba(140, 105, 73, 0.24);
}

.flow-body {
  flex: 1;
}

.flow-body p:last-child {
  margin-bottom: 0;
}

/* -------------------------
   price
   ------------------------- */
.price-block {
  background: #fbf8f4;
}

.price-group + .price-group {
  margin-top: 34px;
}

.price-group h3 {
  margin-bottom: 14px;
}

.price-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: rgba(255,255,255,0.95);
  border: 1px solid rgba(223, 206, 189, 0.95);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 30px rgba(82, 57, 38, 0.05);
}

.price-table th,
.price-table td {
  padding: 16px 14px;
  border-bottom: 1px solid rgba(231, 219, 207, 0.95);
  text-align: left;
  font-size: 0.97rem;
}

.price-table tr:last-child th,
.price-table tr:last-child td {
  border-bottom: none;
}

.price-table th {
  width: 38%;
  background: #faf5ef;
  color: #5d4a3d;
  font-weight: 600;
}

/* -------------------------
   faq
   ------------------------- */
.faq-block {
  background: linear-gradient(180deg, #f7f1ea 0%, #f3ebe2 100%);
}

.faq-list {
  display: grid;
  gap: 16px;
}

.faq-item {
  padding: 24px 24px;
  background: rgba(255,255,255,0.93);
  border: 1px solid rgba(223, 206, 189, 0.95);
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(82, 57, 38, 0.05);
}

.faq-item h3 {
  position: relative;
  padding-left: 1.7em;
}

.faq-item h3::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 0;
  color: #b48f69;
  font-weight: 600;
}

.faq-item p {
  margin-bottom: 0;
}

/* -------------------------
   related
   ------------------------- */
.related-block {
  background: #fbf8f4;
}

.related-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.related-links li {
  margin: 0;
}

.related-links a {
  display: inline-block;
  padding: 11px 16px;
  color: #735845;
  text-decoration: none;
  background: rgba(255,255,255,0.86);
  border: 1px solid rgba(223, 206, 189, 0.95);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(82, 57, 38, 0.04);
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.related-links a:hover {
  transform: translateY(-1px);
  background: #fffdfa;
  box-shadow: 0 12px 22px rgba(82, 57, 38, 0.07);
}

/* -------------------------
   final cta
   ------------------------- */
.esthetic-cta {
  position: relative;
  padding: 90px 0 96px;
  text-align: center;
  background:
    linear-gradient(180deg, #efe2d2 0%, #eadbc8 45%, #e5d4c0 100%);
  overflow: hidden;
}

.esthetic-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,0.35), transparent 24%),
    radial-gradient(circle at 80% 30%, rgba(255,255,255,0.22), transparent 22%);
  pointer-events: none;
}

.esthetic-cta .page-width {
  position: relative;
  z-index: 1;
}

.esthetic-cta h2 {
  margin: 0 0 16px;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #4a382d;
}

.esthetic-cta p {
  text-align: left;
  max-width: 760px;
  margin: 0 auto 28px;
  color: #5c4b40;
}

.esthetic-cta .cta-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

/* -------------------------
   subtle decorative spacing
   ------------------------- */
.intro-block::before,
.concept-block::before,
.trouble-menu-block::before,
.compare-block::before,
.merit-block::before,
.flow-block::before,
.price-block::before,
.faq-block::before,
.related-block::before {
  content: "";
  display: block;
  width: 58px;
  height: 1px;
  margin: 0 auto 36px;
  background: linear-gradient(90deg, transparent 0%, rgba(184, 156, 126, 0.9) 50%, transparent 100%);
}

/* -------------------------
   responsive
   ------------------------- */
@media (max-width: 960px) {
  .menu-card-wrap,
  .merit-list {
    grid-template-columns: 1fr;
  }

  .menu-card h3 {
    min-height: 0;
  }

  .price-table th {
    width: 42%;
  }
}

@media (max-width: 640px) {
  .esthetic-top-page .content-block {
    padding: 56px 0;
  }

  .esthetic-hero {
    padding: 68px 0 58px;
  }

  .esthetic-hero h1 {
    letter-spacing: 0.03em;
  }

  .esthetic-hero .hero-lead br {
    display: none;
  }

  .flow-list li {
    gap: 14px;
    padding: 18px;
  }

  .flow-step {
    flex-basis: 46px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 0.9rem;
  }

  .price-table,
  .price-table tbody,
  .price-table tr,
  .price-table th,
  .price-table td {
    display: block;
    width: 100%;
  }

  .price-table tr {
    border-bottom: 1px solid rgba(231, 219, 207, 0.95);
  }

  .price-table tr:last-child {
    border-bottom: none;
  }

  .price-table th {
    border-bottom: none;
    padding-bottom: 6px;
    width: 100%;
  }

  .price-table td {
    padding-top: 0;
  }

  .related-links {
    display: grid;
    grid-template-columns: 1fr;
  }

  .related-links a {
    display: block;
    border-radius: 14px;
  }

  .esthetic-top-page .btn01,
  .esthetic-top-page .btn02 {
    width: 100%;
    min-width: 0;
  }

  .intro-block::before,
  .concept-block::before,
  .trouble-menu-block::before,
  .compare-block::before,
  .merit-block::before,
  .flow-block::before,
  .price-block::before,
  .faq-block::before,
  .related-block::before {
    margin-bottom: 28px;
  }
}
/* =========================
   hero 高級感微調整
   ========================= */

/* heroタイトル */
.esthetic-hero h1{
    font-family: "Noto Serif JP","Hiragino Mincho ProN","Yu Mincho",serif;
    font-weight: 600;
    letter-spacing: 0.07em;
    line-height: 1.45;
    margin-bottom: 28px;
    position: relative;
  }
  
  /* タイトル下のゴールドライン */
  .esthetic-hero h1::after{
    content:"";
    display:block;
    width:64px;
    height:1px;
    margin-top:18px;
    background:linear-gradient(
      90deg,
      rgba(200,170,130,0.9),
      rgba(200,170,130,0.2)
    );
  }
  
  /* hero本文を少し軽く */
  .esthetic-hero .hero-lead{
    font-weight:400;
    color:#6b5c50;
    max-width:760px;
  }
  
  /* hero全体の余白を少しだけ増やす */
  .esthetic-hero{
    padding-top:110px;
    padding-bottom:95px;
  }
  
  /* スマホ微調整 */
  @media (max-width:640px){
  
    .esthetic-hero{
      padding-top:80px;
      padding-bottom:65px;
    }
  
    .esthetic-hero h1{
      letter-spacing:0.04em;
    }
  
    .esthetic-hero h1::after{
      width:48px;
      margin-top:14px;
    }
  
  }
  /* hero CTA視線誘導 */

.esthetic-hero .btn01::after,
.esthetic-hero .btn02::after{
  content:"→";
  margin-left:8px;
  font-size:0.95em;
  transition:transform .2s ease;
}

.esthetic-hero .btn01:hover::after,
.esthetic-hero .btn02:hover::after{
  transform:translateX(3px);
}

/* ハンバーガーメニュー表示の調整 */
.esthetic-top-page .main-menu,
.esthetic-top-page #menuListTop,
.esthetic-top-page .menu {
  position: relative;
  z-index: 2000;
}
.esthetic-top-page .page-hero,
.esthetic-top-page .esthetic-hero {
  position: relative;
  z-index: 1;
}

/* 下部フローティング */
/* =========================
   エステページ専用 下部固定フローティング
   ========================= */

   .esthe-floating-cta {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 5000;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: rgba(255, 250, 245, 0.96);
    border-top: 1px solid rgba(210, 190, 170, 0.9);
    box-shadow: 0 -6px 18px rgba(60, 40, 20, 0.08);
    backdrop-filter: blur(6px);
  }
  
  .esthe-floating-cta a {
    text-decoration: none;
  }
  
  .esthe-floating-cta .float-line,
  .esthe-floating-cta .float-tel-inner {
    min-height: 72px;
    padding: 10px 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .esthe-floating-cta .float-line {
    background: linear-gradient(180deg, #b99671 0%, #a98460 100%);
    color: #fff;
    border-right: 1px solid rgba(255,255,255,0.18);
  }
  
  .esthe-floating-cta .float-tel {
    background: #fffaf5;
  }
  
  .esthe-floating-cta .float-main {
    display: block;
    font-size: 0.96rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.03em;
  }
  
  .esthe-floating-cta .float-sub {
    display: block;
    margin-top: 4px;
    font-size: 0.78rem;
    line-height: 1.35;
    opacity: 0.92;
  }
  
  .esthe-floating-cta .float-tel .float-main {
    color: #7a6047;
    margin-bottom: 4px;
  }
  
  .esthe-floating-cta .float-tel-box {
    line-height: 1.3;
  }
  
  /* teltop側の見た目調整 */
  .esthe-floating-cta .tel_link {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  
  .esthe-floating-cta .tel_link a {
    color: #4e3d31;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
  }
  
  .esthe-floating-cta .tel-note,
  .esthe-floating-cta .tel_link .tel-note {
    font-size: 0.73rem;
    line-height: 1.3;
    color: #7f7165;
  }
  
  /* hover */
  .esthe-floating-cta .float-line:hover {
    filter: brightness(1.03);
  }
  
  .esthe-floating-cta .tel_link a:hover {
    opacity: 0.82;
  }
  
  /* フローティング分だけ下に余白を確保 */
  body.esthe-has-floating-cta {
    padding-bottom: 78px;
  }
  
  /* スマホ */
  @media (max-width: 640px) {
    .esthe-floating-cta {
      grid-template-columns: 1fr 1fr;
    }
  
    .esthe-floating-cta .float-line,
    .esthe-floating-cta .float-tel-inner {
      min-height: 68px;
      padding: 9px 10px;
    }
  
    .esthe-floating-cta .float-main {
      font-size: 0.87rem;
    }
  
    .esthe-floating-cta .float-sub {
      font-size: 0.68rem;
    }
  
    .esthe-floating-cta .tel_link a {
      font-size: 0.9rem;
    }
  
    .esthe-floating-cta .tel-note,
    .esthe-floating-cta .tel_link .tel-note {
      font-size: 0.65rem;
    }
  
    body.esthe-has-floating-cta {
      padding-bottom: 74px;
    }
  }

  /* 関連メニュー */
  .related-links .cta-inline a {
    display: block;
    margin-top: 14px;
    padding: 12px 14px;
    text-align: center;
    font-size: 0.95rem;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(180deg, #b99671 0%, #a98460 100%);
    border-radius: 6px;
  }
  /* PCで横並び整列 */
@media (min-width: 768px) {

  .related-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 14px;
    align-items: stretch;
  }

  .related-links li {
    margin: 0;
  }

  /* CTAも同じ高さに揃える */
  .related-links .cta-inline a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .related-links {
    grid-template-columns: repeat(3, 1fr);
  }
  .related-links .cta-inline {
    grid-column: 1 / -1;
  }
}
.related-links li a {
  display: block;
  padding: 10px 12px;
  background: rgba(255,255,255,0.7);
  border-radius: 6px;
  text-align: center;
}


  /* 下部CTA */
  .esthe-cta-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 22px;
  }
  
  /* LINE（主導線） */
  .esthe-cta-buttons .btn-line {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 16px 14px;
    background: linear-gradient(180deg, #b99671 0%, #a98460 100%);
    color: #fff;
    text-align: center;
    border-radius: 8px;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(70, 45, 25, 0.12);
  }
  
  .esthe-cta-buttons .btn-line:hover {
    filter: brightness(1.05);
  }
  
  /* 電話（補助） */
  .esthe-cta-buttons .btn-tel {
    padding: 14px 12px;
    background: #fffaf5;
    border: 1px solid rgba(210,190,170,0.9);
    border-radius: 8px;
    text-align: center;
  }
  
  /* 共通テキスト */
  .esthe-cta-buttons .cta-main {
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.4;
  }
  
  .esthe-cta-buttons .cta-sub {
    margin-top: 4px;
    font-size: 0.78rem;
    opacity: 0.9;
  }
  
  /* 電話番号部分 */
  .esthe-cta-buttons .cta-tel-box {
    margin-top: 6px;
  }
  
  /* teltop調整 */
  .esthe-cta-buttons .tel_link {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  
  .esthe-cta-buttons .tel_link a {
    font-size: 1rem;
    font-weight: 700;
    color: #4e3d31;
    text-decoration: none;
  }
  
  .esthe-cta-buttons .tel-note {
    font-size: 0.72rem;
    color: #7f7165;
  }
  
  /* スマホ */
  @media (max-width: 640px) {
    .esthe-cta-buttons {
      grid-template-columns: 1fr;
    }
  }