/* 医療脱毛領域の親子ページ。既存サイトのヘッダーと料金表を共有する。 */
.hair-breadcrumb {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  color: #52697b;
  font-size: 14px;
}
.hair-breadcrumb a { color: #124a78; text-underline-offset: 3px; }
.hair-breadcrumb [aria-current="page"] { color: #19374d; font-weight: 700; }
.hair-page { line-height: 1.8; }
.hair-page h1, .hair-page h2, .hair-page h3 { line-height: 1.4; }
.hair-page p { margin: 0 0 1em; }
.hair-page a:not(.datsumou-button) { text-underline-offset: 3px; }
.hair-hero {
  padding: clamp(48px, 7vw, 100px) 0;
  color: #fff;
  background: linear-gradient(120deg, #103a60, #166688 78%, #3b8798);
}
.hair-hero .datsumou-container { max-width: 1050px; }
.hair-hero .datsumou-eyebrow { color: #c9e8ef; }
.hair-hero h1 { max-width: 18em; margin: .3em 0 .5em; font-size: clamp(30px, 5vw, 54px); }
.hair-hero p:not(.datsumou-eyebrow) { max-width: 42em; font-size: clamp(17px, 2vw, 20px); }
.hair-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hair-hero-actions a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  border: 1px solid rgba(255,255,255,.85);
  border-radius: 999px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.hair-hero-actions a:last-child { border-color: #00b900; background: #00a600; }
.hair-hero-actions a:hover, .hair-hero-actions a:focus-visible { background: #fff; color: #124a78; }
.hair-section, .hair-related, .hair-source-note { padding: clamp(54px, 7vw, 90px) 0; }
.hair-section h2, .hair-related h2, .hair-source-note h2 { margin: .2em 0 .8em; font-size: clamp(25px, 3vw, 36px); color: #0b3458; }
.hair-section h3 { margin: 0 0 .65em; font-size: clamp(19px, 2vw, 24px); color: #124a78; }
.hair-section .datsumou-eyebrow, .hair-related .datsumou-eyebrow { margin-bottom: .3em; }
.hair-tint { background: #f2f8fa; }
.hair-grid { display: grid; grid-template-columns: minmax(240px, .8fr) minmax(0, 1.2fr); gap: clamp(25px, 5vw, 75px); }
.hair-grid > * { min-width: 0; }
.hair-page p, .hair-page li, .hair-page dd { font-size: 16px; }
.hair-page a:not(.datsumou-button):not(.hair-hero-actions a) { color: #07557c; }
.hair-page a:hover { text-decoration-thickness: 2px; }
.hair-prices, .hair-comparison { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin: 26px 0; }
.hair-prices article, .hair-comparison article, .hair-three article {
  border: 1px solid #d9e4e9;
  border-radius: 18px;
  background: #fff;
  padding: clamp(22px, 3vw, 34px);
  box-shadow: 0 12px 32px rgba(22,61,88,.07);
}
.hair-prices span, .hair-prices strong, .hair-prices small { display: block; }
.hair-parent-prices { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.hair-parent-prices article { padding: 22px; }
.hair-parent-prices strong { font-size: clamp(24px, 2.7vw, 34px); }
.hair-parent-price-link { text-align: center; margin-top: 26px; }
.hair-parent-price-link .datsumou-button { border-color: #124a78; color: #124a78; }
.hair-parent-price-note { max-width: 740px; margin: 20px auto 0; text-align: center; }
.hair-prices span { font-weight: 700; }
.hair-prices strong { margin: .35em 0; color: #0b3458; font-size: clamp(28px, 4vw, 40px); }
.hair-prices small { color: #52697b; }
.hair-three { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.hair-check-list { margin: 0 0 1.4em; padding-left: 1.4em; }
.hair-check-list li { margin-bottom: .6em; }
.hair-spec { margin: 0 0 24px; border-top: 1px solid #d9e4e9; }
.hair-spec div { display: grid; grid-template-columns: 11em 1fr; gap: 15px; border-bottom: 1px solid #d9e4e9; padding: 12px 0; }
.hair-spec dt { font-weight: 700; }
.hair-spec dd { margin: 0; }
.hair-price-tables { display: grid; gap: 56px; margin-top: 30px; }
.hair-price-tables h3 { margin-bottom: 20px; }
.hair-price-tables .datsumou-table-wrap { max-width: 100%; }
.hair-related { background: #e8f3f7; }
.hair-related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 26px; }
.hair-related-grid a {
  display: block;
  min-height: 120px;
  padding: 23px;
  border: 1px solid #c6dce5;
  border-radius: 16px;
  background: #fff;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}
.hair-related-grid a:hover, .hair-related-grid a:focus-visible { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(22,61,88,.12); }
.hair-related-grid strong, .hair-related-grid span { display: block; }
.hair-related-grid strong { margin-bottom: 6px; color: #0b3458; font-size: 18px; }
.hair-related-grid span { color: #52697b; font-size: 14px; }
.hair-back { margin-top: 26px !important; }
.hair-source-note { border-top: 1px solid #d9e4e9; background: #fff; }
.hair-source-note h2 { font-size: 22px; }
.hair-source-note p { max-width: 60em; }
.hair-update { color: #52697b; font-size: 14px !important; }
.hair-cta { padding: 45px 0; background: #0b3458; color: #fff; }
.hair-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.hair-cta h2 { margin: 0 0 .4em; color: #fff; font-size: clamp(23px, 3vw, 30px); }
.hair-cta p { margin: 0; }
.hair-cta .datsumou-button { flex: 0 0 auto; }
@media (max-width: 900px) {
  .hair-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hair-parent-prices { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hair-three { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .hair-grid, .hair-prices, .hair-comparison, .hair-related-grid { grid-template-columns: 1fr; }
  .hair-parent-prices { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hair-cta-inner { display: block; }
  .hair-cta .datsumou-button { margin-top: 25px; }
  .hair-spec div { grid-template-columns: 1fr; gap: 2px; }
  .hair-related-grid a { min-height: auto; }
}
@media (prefers-reduced-motion: reduce) {
  .hair-related-grid a { transition: none; }
}
@media print {
  .hair-hero { color: #000; background: #fff; }
  .hair-hero .datsumou-eyebrow { color: #000; }
  .hair-cta, .hair-hero-actions { display: none; }
  .hair-related-grid { display: block; }
  .hair-related-grid a { box-shadow: none; min-height: auto; }
}
