/*
Theme Name: BIJU Hair Reset LP
Theme URI: https://example.com/
Author: BIJU
Description: Landing page theme for BIJU Hair Reset Program.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: biju-hair-reset-lp
*/

:root {
  --ink: #2b211c;
  --muted: #6f5d54;
  --rose: #d83266;
  --rose-soft: #fde8ee;
  --gold: #c99b4f;
  --cream: #fffaf3;
  --line: #06b83d;
  --panel: rgba(255, 255, 255, 0.86);
}

* { box-sizing: border-box; }

html { margin: 0; }

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 86% 8%, rgba(253, 228, 219, 0.72), transparent 30rem),
    linear-gradient(180deg, #fff8f1 0%, #fffdf9 48%, #fff7f4 100%);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  letter-spacing: 0;
}

.lp {
  width: 100% !important;
  max-width: 680px !important;
  margin: 0 auto !important;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.72), rgba(255,255,255,0.26)),
    var(--cream);
  box-shadow: 0 0 40px rgba(99, 60, 42, 0.12);
}

body .lp,
body .ag-mens-herb {
  width: 100% !important;
  max-width: 680px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

section {
  padding: 42px 22px;
  position: relative;
}

.hero-image {
  padding: 0 0 18px;
  background: #fff8f1;
}

.hero-image img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-image > .section-head {
  margin-top: 42px;
}

.hero-image .concern-lead {
  color: #453a34;
  font-size: 15px;
  letter-spacing: .08em;
}

.hero-image .concern-heading {
  color: #453a34;
  line-height: 1.55;
}

.hero-cta {
  margin-top: 16px;
}

.hero {
  min-height: 760px;
  padding: 34px 22px 24px;
  background:
    linear-gradient(180deg, rgba(255, 252, 248, 0.58), rgba(255, 250, 243, 0.96) 66%),
    url("assets/hero-woman.png") right top / 76% auto no-repeat;
}

.area {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 136px;
  font-weight: 700;
  color: var(--rose);
  font-size: 18px;
}

.area span {
  padding: 6px 13px 7px;
  background: var(--rose);
  color: #fff;
  border-radius: 999px;
  box-shadow: 0 7px 18px rgba(216, 50, 102, 0.16);
}

h1,
h2,
h3,
p { margin: 0; }

h1 {
  margin-top: 20px;
  font-size: 36px;
  line-height: 1.36;
  font-weight: 700;
}

h1 .large {
  display: block;
  color: var(--rose);
  font-size: 44px;
  line-height: 1.22;
  margin: 7px 0;
}

.lead {
  margin-top: 18px;
  font-size: 17px;
  line-height: 2;
  color: #382b25;
}

.brand {
  margin-top: 28px;
  text-align: center;
  padding: 22px 18px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(201, 155, 79, 0.48);
  border-radius: 16px;
  backdrop-filter: blur(4px);
}

.brand .program {
  font-size: 34px;
  line-height: 1.25;
  letter-spacing: .06em;
}

.brand .sub {
  margin-top: 8px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.trial,
.campaign {
  margin-top: 18px;
  padding: 18px 17px;
  background: #fff;
  border: 1px solid rgba(216, 50, 102, 0.42);
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(116, 70, 55, 0.08);
}

.ribbon {
  display: inline-block;
  margin-bottom: 8px;
  padding: 6px 15px;
  color: #fff;
  background: var(--rose);
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
}

.trial-title {
  color: var(--rose);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
}

.price {
  margin-top: 2px;
  color: var(--rose);
  font-size: 54px;
  line-height: 1;
  letter-spacing: .02em;
}

.price small {
  font-size: 18px;
  font-family: "Yu Mincho", serif;
}

.note {
  margin-top: 10px;
  color: #4b3c35;
  font-size: 14px;
  line-height: 1.7;
}

.salons {
  margin-top: 14px;
  padding: 11px 14px;
  color: var(--rose);
  text-align: center;
  border: 1px solid rgba(216, 50, 102, 0.55);
  border-radius: 999px;
  background: rgba(253, 232, 238, 0.74);
  font-size: 15px;
  font-weight: 700;
}

.cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 94%;
  min-height: 70px;
  margin: 16px auto 0;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(180deg, #17cf58, #009c35);
  border: 2px solid rgba(244, 215, 126, 0.65);
  border-radius: 999px;
  box-shadow: 0 10px 18px rgba(0, 137, 50, 0.28), inset 0 1px 0 rgba(255,255,255,0.36);
  font-size: 24px;
  font-weight: 700;
}

.line-badge {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: var(--line);
  background: #fff;
  font: 800 13px/1 Arial, sans-serif;
}

.free {
  margin-top: 8px;
  text-align: center;
  font-size: 12px;
  color: #453a34;
}

.section-head {
  margin-bottom: 22px;
  text-align: center;
}

.subhead { margin-top: 28px; }

.eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
}

h2 {
  font-size: 30px;
  line-height: 1.42;
  font-weight: 700;
}

h2 strong,
.pink { color: var(--rose); }

.body {
  color: #3f332e;
  font-size: 16px;
  line-height: 2;
}

.worries,
.levels,
.line-section { background: #fffdf9; }

.line-diagnosis-banner {
  padding: 28px 16px 22px;
  border: 1px solid rgba(216, 50, 102, .22);
  border-radius: 18px;
  background: linear-gradient(180deg, #fffaf5, #fff6f1);
  box-shadow: 0 12px 30px rgba(108, 65, 48, .08);
  text-align: center;
}

.line-diagnosis-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #453a34;
  font-size: 18px;
  font-weight: 700;
}

.line-diagnosis-kicker::before,
.line-diagnosis-kicker::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--gold);
}

.line-diagnosis-banner > h2 { margin-top: 8px; color: var(--rose); font-size: 36px; }
.line-diagnosis-banner > h2 span { font-family: Georgia, serif; }
.line-diagnosis-intro { margin-top: 10px; color: #453a34; font-size: 17px; line-height: 1.8; }
.line-diagnosis-intro strong { color: var(--rose); }

.line-diagnosis-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 22px;
}

.line-diagnosis-step {
  position: relative;
  padding: 18px 8px 14px;
  border: 1px solid rgba(216, 50, 102, .24);
  border-radius: 10px;
  background: #fff;
}

.line-diagnosis-number {
  position: absolute;
  top: -10px;
  left: -5px;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #a87820;
  color: #fff;
  font: 700 14px/1 Georgia, serif;
}

.line-diagnosis-step h3 { color: var(--rose); font-size: 14px; line-height: 1.45; }
.line-diagnosis-step p { margin-top: 8px; color: #453a34; font-size: 12px; line-height: 1.6; }

.line-diagnosis-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  margin-top: 22px;
}

.line-diagnosis-benefits span {
  display: grid;
  place-items: center;
  min-height: 58px;
  padding: 6px 3px;
  border: 1px solid rgba(216, 50, 102, .22);
  border-radius: 9px;
  background: #fff;
  color: var(--rose);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.worry-grid,
.feature-grid {
  display: grid;
  gap: 12px;
}

.feature-grid { margin-top: 18px; }

.worry-card,
.feature-card,
.flow-card,
.price-card {
  background: var(--panel);
  border: 1px solid rgba(201, 155, 79, 0.32);
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(108, 65, 48, 0.06);
}

.worry-card {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 13px;
  align-items: center;
  min-height: 86px;
  padding: 14px 15px;
  font-size: 17px;
  line-height: 1.65;
}

.icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  color: var(--rose);
  border: 1px solid rgba(216, 50, 102, 0.22);
  border-radius: 50%;
  background: #fff6f8;
  font: 700 18px/1 "Yu Gothic", sans-serif;
}

.message {
  margin-top: 28px;
  padding: 0 10px;
  text-align: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-size: 23px;
  line-height: 2;
  letter-spacing: .03em;
}

.about {
  background:
    radial-gradient(circle at 100% 10%, rgba(250, 223, 218, 0.58), transparent 18rem),
    #fffaf4;
}

.feature-card {
  padding: 18px 17px;
}

.feature-card h3 {
  color: var(--rose);
  font-size: 21px;
  line-height: 1.48;
  margin-bottom: 8px;
}

.feature-card p {
  color: #4a3d37;
  font-size: 14px;
  line-height: 1.8;
}

.quote {
  margin-top: 22px;
  padding: 22px 18px;
  text-align: center;
  border-top: 1px solid rgba(201, 155, 79, 0.54);
  border-bottom: 1px solid rgba(201, 155, 79, 0.54);
  font-size: 20px;
  line-height: 1.9;
}

.level-photo {
  width: 100%;
  margin-top: 18px;
  border-radius: 18px;
  border: 1px solid rgba(201, 155, 79, 0.34);
  box-shadow: 0 16px 34px rgba(110, 70, 55, 0.10);
  display: block;
}

.level-list {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.level-item {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 14px;
  align-items: center;
  padding: 14px;
  background: #fff;
  border: 1px solid rgba(216, 50, 102, 0.18);
  border-radius: 14px;
}

.lv {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  color: #fff;
  background: linear-gradient(180deg, #e65682, #ca275b);
  border-radius: 50%;
  font: 700 18px/1 Georgia, serif;
}

.level-item h3 {
  color: var(--rose);
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 4px;
}

.level-item p {
  font-size: 14px;
  line-height: 1.75;
  color: #493b35;
}

.correction {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 18px;
  padding: 12px;
  background: #fff;
  border: 1px solid rgba(201, 155, 79, 0.52);
  border-radius: 16px;
  text-align: center;
}

.correction b {
  display: block;
  margin-bottom: 5px;
  color: var(--rose);
  font-size: 15px;
}

.correction span {
  font-size: 12px;
  line-height: 1.5;
  color: #4a3d37;
}

.pricing {
  background:
    linear-gradient(180deg, rgba(253, 232, 238, 0.54), rgba(255,255,255,0)),
    #fffaf6;
}

.price-card {
  padding: 18px 16px;
  margin-top: 12px;
}

.price-card h3 {
  color: var(--rose);
  font-size: 22px;
  text-align: center;
  margin-bottom: 12px;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  margin-bottom: 12px;
}

.tags span {
  padding: 5px 9px;
  color: #fff;
  background: #e77289;
  border-radius: 6px;
  font-size: 12px;
  font-family: "Yu Gothic", sans-serif;
  font-weight: 700;
}

.price-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding-top: 12px;
  border-top: 1px dashed rgba(201, 155, 79, 0.48);
}

.degree {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 132px;
  min-width: 132px;
  padding: 7px 11px;
  border-radius: 999px;
  background: #fff2ec;
  color: #4a3d37;
  font-size: 14px;
}

.degree strong {
  color: var(--rose);
  font-size: 25px;
}

.amount {
  display: inline-flex;
  align-items: baseline;
  justify-content: flex-start;
  flex: 0 1 auto;
  min-width: 0;
  color: var(--rose);
  font-weight: 500;
font-size: 30px;
line-height: 1;
  white-space: nowrap;
}

.price-unit {
  margin-left: 2px;
  font-size: .48em;
  line-height: 1;
}

.amount small {
  color: #4a3d37;
  margin-left: 6px;
  font: 12px/1.2 "Yu Mincho", serif;
}

.campaign {
  margin-top: 16px;
  text-align: center;
}

.campaign .price { font-size: 58px; }

.included {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 12px;
  text-align: left;
  color: #4a3d37;
  font-size: 13px;
  line-height: 1.55;
}

.included span::before {
  content: "●";
  color: #e77d8d;
  margin-right: 5px;
  font-size: 10px;
}

.diagnosis-benefits,
.flow {
  display: grid;
  gap: 11px;
}

.benefit {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 10px;
  align-items: center;
  padding: 12px;
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(201, 155, 79, 0.28);
  border-radius: 12px;
  font-size: 15px;
  line-height: 1.7;
}

.num {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--rose);
  color: #fff;
  font: 700 18px/1 Georgia, serif;
}

.flow-card {
  padding: 15px;
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 12px;
  align-items: center;
}

.step {
  color: var(--rose);
  font: 700 15px/1 Georgia, serif;
  text-align: center;
}

.step b {
  display: block;
  margin-top: 5px;
  font: 700 22px/1 "Yu Gothic", sans-serif;
}

.flow-card p {
  font-size: 16px;
  line-height: 1.75;
}

.soft-warning {
  margin: 22px 0 18px;
  padding: 17px 16px;
  text-align: center;
  border-radius: 14px;
  border: 1px solid rgba(216, 50, 102, 0.26);
  background: var(--rose-soft);
  color: #3f332e;
  font-size: 16px;
  line-height: 1.7;
}

.soft-warning strong {
  display: block;
  color: var(--rose);
  font-size: 21px;
  margin-bottom: 4px;
}

.bottom-space {
  height: 14px;
}

@media (min-width: 431px) {
  body {
    padding: 0;
  }
}

/* =========================
   Salon Space Slider
========================= */

.ag-mens-herb .ag-mens-herb__reason-slider-section {
  width: 100% !important;
  max-width: 680px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  background: #f7f3ef !important;
  overflow: hidden !important;
  line-height: 0 !important;
}

.ag-mens-herb .ag-mens-herb__reason-slider-inner {
  width: 100% !important;
  max-width: 680px !important;
  margin: 0 auto !important;
  padding: 18px 0 34px !important;
  background: #fdfaf5 !important;
  overflow: hidden !important;
  line-height: 0 !important;
}

.ag-mens-herb .ag-mens-herb__reason-slider-inner .ag-mens-herb__feature-slider {
  width: 100% !important;
  max-width: 680px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  background: #fbf7f6 !important;
  overflow: hidden !important;
  position: relative !important;
  line-height: 0 !important;
}

.ag-mens-herb .ag-mens-herb__reason-slider-inner .ag-mens-herb__feature-slider::before,
.ag-mens-herb .ag-mens-herb__reason-slider-inner .ag-mens-herb__feature-slider::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 2;
  width: 56px;
  height: 100%;
  pointer-events: none;
}

.ag-mens-herb .ag-mens-herb__reason-slider-inner .ag-mens-herb__feature-slider::before {
  left: 0;
  background: linear-gradient(90deg, #fbf7f6, rgba(251, 247, 246, 0)) !important;
}

.ag-mens-herb .ag-mens-herb__reason-slider-inner .ag-mens-herb__feature-slider::after {
  right: 0;
  background: linear-gradient(270deg, #fbf7f6, rgba(251, 247, 246, 0)) !important;
}

.ag-mens-herb .ag-mens-herb__reason-slider-inner .ag-mens-herb__feature-slider-track {
  display: flex !important;
  gap: 14px !important;
  width: max-content !important;
  animation: agFeatureScroll 28s linear infinite !important;
}

.ag-mens-herb .ag-mens-herb__reason-slider-inner .ag-mens-herb__feature-slide {
  width: 250px !important;
  flex: 0 0 250px !important;
  background: #ffffff !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  box-shadow: 0 8px 22px rgba(190, 116, 118, 0.14) !important;
}

.ag-mens-herb .ag-mens-herb__reason-slider-inner .ag-mens-herb__feature-slide img {
  width: 100% !important;
  max-width: none !important;
  height: 170px !important;
  object-fit: cover !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

@keyframes agFeatureScroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 6 - 14px * 6));
  }
}

@media screen and (max-width: 768px) {
  .ag-mens-herb .ag-mens-herb__reason-slider-inner {
    padding: 16px 0 30px !important;
  }

  .ag-mens-herb .ag-mens-herb__reason-slider-inner .ag-mens-herb__feature-slide {
    width: 230px !important;
    flex-basis: 230px !important;
  }

  .ag-mens-herb .ag-mens-herb__reason-slider-inner .ag-mens-herb__feature-slide img {
    height: 155px !important;
  }

  @keyframes agFeatureScroll {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(calc(-230px * 6 - 14px * 6));
    }
  }
}

@media screen and (max-width: 430px) {
  .hero-image .concern-lead {
    font-size: 13px;
  }

  .hero-image .concern-heading {
    font-size: 24px;
  }

  .line-diagnosis-banner { padding: 24px 10px 18px; }
  .line-diagnosis-kicker { gap: 8px; font-size: 14px; }
  .line-diagnosis-banner > h2 { font-size: 31px; }
  .line-diagnosis-intro { font-size: 15px; }
  .line-diagnosis-steps { gap: 6px; }
  .line-diagnosis-step { padding: 16px 4px 11px; }
  .line-diagnosis-step h3 { font-size: 12px; }
  .line-diagnosis-step p { font-size: 10px; }
  .line-diagnosis-benefits span { min-height: 54px; font-size: 11px; }
  .line-diagnosis-banner .cta { width: 100%; min-height: 62px; font-size: 18px; }

  .price-card {
    padding: 18px 14px;
  }

  .price-row {
    gap: 12px;
  }

  .degree {
    flex-basis: 124px;
    min-width: 124px;
    padding: 7px 10px;
    font-size: 13px;
  }

  .degree strong {
    font-size: 23px;
  }

  .amount {
    font-size: 27px;
  }

  .amount small {
    margin-left: 5px;
    font-size: 11px;
  }
}

@media screen and (max-width: 360px) {
  .price-row {
    gap: 8px;
  }

  .degree {
    flex-basis: 112px;
    min-width: 112px;
    font-size: 12px;
  }

  .degree strong {
    font-size: 21px;
  }

  .amount {
    font-size: 24px;
  }

  .amount small {
    font-size: 10px;
  }
}
.pinksmall {
    font-size: 13px;
}

/* ==================================================
   Voice：各お客様の声 見出し強調・本文行間調整
   ベージュ背景のみ
================================================== */

.biju-voice-text h3 {
  margin: 0 0 18px !important;
  padding: 20px 22px !important;
  background: #f3ebe2 !important;
  border: none !important;
  border-left: none !important;
  border-radius: 14px !important;
  color: #4b392c !important;
  font-size: 22px !important;
  line-height: 1.55 !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em !important;
  text-align: left !important;
  box-shadow: none !important;
}

.biju-voice-text h3::before {
  content: "“";
  display: inline-block;
  margin-right: 4px;
  color: #a58d79;
  font-size: 28px;
  line-height: 0;
  vertical-align: -0.12em;
}

.biju-voice-text h3::after {
  content: "”";
  display: inline-block;
  margin-left: 4px;
  color: #a58d79;
  font-size: 28px;
  line-height: 0;
  vertical-align: -0.12em;
}

.biju-voice-text p {
  margin: 0 0 12px !important;
  color: #62564f !important;
  font-size: 15px !important;
  line-height: 1.75 !important;
  letter-spacing: 0.035em !important;
}

.biju-voice-text p:last-child {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 680px) {
  .biju-voice-text h3 {
    margin-bottom: 16px !important;
    padding: 17px 18px !important;
    background: #f3ebe2 !important;
    border: none !important;
    border-left: none !important;
    border-radius: 12px !important;
    font-size: 18px !important;
    line-height: 1.55 !important;
  }

  .biju-voice-text h3::before,
  .biju-voice-text h3::after {
    font-size: 24px;
  }

  .biju-voice-text p {
    margin-bottom: 11px !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
  }
}

/* ==================================================
   サロン紹介：参照サイト寄せ・680px幅
================================================== */

.biju-salon-original {
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
  padding: 70px 20px 90px;
  color: #3f352e;
  font-size: 18px;
  line-height: 1.75;
  background: #fffdf9;
}

/* ==================================================
   サロン紹介 大見出し
================================================== */

.biju-salon-original .featuretitle {
  text-align: center;
  margin-bottom: 50px;
  padding: 0 0 18px;
  position: relative;
}

.biju-salon-original .featuretitle:after {
  content: "";
  display: block;
  width: 72px;
  height: 1px;
  background: #8b7461;
  margin: 16px auto 0;
}

.biju-salon-original .featuretitle .txtbig {
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  color: #5f4b3d;
  line-height: 1.5;
  letter-spacing: 0.12em;
}

/* ==================================================
   店舗情報全体
================================================== */

.biju-salon-original .information_bw {
  width: 100%;
}

/* ==================================================
   店舗名見出し
================================================== */

.biju-salon-original .information_bw h2 {
  background: #a58d79;
  position: relative;
  border: none;
  font-size: 21px;
  padding: 0.85em 1em;
  margin-top: 2.2em;
  margin-bottom: 1em;
  border-radius: 3px;
  color: #fff;
  box-shadow: none;
  line-height: 1.4em;
  font-weight: bold;
  letter-spacing: 0.04em;
}

.biju-salon-original .information_bw h2:first-child {
  margin-top: 0;
}

.biju-salon-original .information_bw h2:before,
.biju-salon-original .information_bw h2:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  border-top: 1px dashed rgba(255, 255, 255, 0.55);
  left: 0;
}

.biju-salon-original .information_bw h2:before {
  top: 3px;
}

.biju-salon-original .information_bw h2:after {
  bottom: 3px;
}

/* ==================================================
   店舗情報テーブル
================================================== */

.biju-salon-original .tableedge {
  width: 100%;
  margin: 0 0 1.5em;
  border-top: 1px solid #d8d0c8;
  border-left: 1px solid #d8d0c8;
  border-collapse: separate;
  border-spacing: 0;
  background-color: #ffffff;
}

.biju-salon-original .tableedge th {
  width: 24%;
  background-color: #f7f3ef;
  padding: 10px;
  border-right: 1px solid #d8d0c8;
  border-bottom: 1px solid #d8d0c8;
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  text-align: left;
  vertical-align: top;
  font-weight: bold;
  color: #4b4038;
  white-space: nowrap;
}

.biju-salon-original .tableedge td {
  padding: 10px 12px;
  border-right: 1px solid #d8d0c8;
  border-bottom: 1px solid #d8d0c8;
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  vertical-align: top;
  color: #4b4038;
  word-break: break-all;
}

.biju-salon-original .tableedge a {
  color: #4b4038;
  text-decoration: none;
}

/* ==================================================
   店舗画像
================================================== */

.biju-salon-original .salon-photo {
  text-align: center;
  margin: 30px 0;
  line-height: 0;
}

.biju-salon-original .salon-photo img {
  width: 100%;
  max-width: 680px;
  height: auto;
  display: inline-block;
}

/* ==================================================
   Googleマップ
================================================== */

.biju-salon-original .mapbell {
  text-align: center;
  margin: 20px 0 60px;
  line-height: 0;
}

.biju-salon-original .mapbell iframe {
  width: 100%;
  max-width: 680px;
  height: 390px;
  display: inline-block;
}

/* 最後のマップだけ余白を少し抑える */
.biju-salon-original .mapbell:last-child {
  margin-bottom: 0;
}
/* ==================================================
   スマホ調整
================================================== */

@media screen and (max-width: 767px) {
  .biju-salon-original {
    max-width: 100%;
    padding: 50px 4% 70px;
    font-size: 16px;
  }

  .biju-salon-original .featuretitle {
    margin-bottom: 36px;
    padding-bottom: 16px;
  }

  .biju-salon-original .featuretitle:after {
    width: 60px;
    margin-top: 14px;
  }

  .biju-salon-original .featuretitle .txtbig {
    font-size: 30px;
    letter-spacing: 0.1em;
  }

  .biju-salon-original .information_bw h2 {
    font-size: 19px;
    padding: 0.8em 1em;
    margin-top: 2em;
    margin-bottom: 0.9em;
  }

  .biju-salon-original .tableedge {
    margin-bottom: 1.3em;
  }

  .biju-salon-original .tableedge th,
  .biju-salon-original .tableedge td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .biju-salon-original .tableedge th {
    padding: 9px 10px;
    background-color: #f7f3ef;
    border-right: 1px solid #d8d0c8;
    white-space: normal;
  }

  .biju-salon-original .tableedge td {
    padding: 10px 12px;
    border-right: 1px solid #d8d0c8;
  }

  .biju-salon-original .salon-photo {
    margin: 24px 0;
  }

  .biju-salon-original .mapbell {
    margin: 18px 0 48px;
  }

  .biju-salon-original .mapbell iframe {
    height: 300px;
  }
}


.biju-voice-section {
  width: 100%;
  padding: 0;
  background: transparent;
}

.biju-voice-inner {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  padding: 56px 20px 64px;
  background: #fffaf6;
  box-sizing: border-box;
}

.biju-voice-head {
  width: 100%;
  margin: 0 auto 40px;
  text-align: center;
  box-sizing: border-box;
}

.biju-voice-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  height: 58px;
  padding: 0 24px;
  margin: 0 0 22px;
  border-radius: 999px;
  background: #d7c8ba;
  color: #6a5748;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.08em;
  box-sizing: border-box;
}

.biju-voice-head h2 {
  margin: 0 0 18px;
  color: #4f3f32;
  font-size: 26px;
  line-height: 1.55;
  font-weight: 500;
}

.biju-voice-head p {
  margin: 0;
  color: #6b5f58;
  font-size: 15px;
  line-height: 2;
}

.biju-voice-card {
  width: 100%;
  margin: 0 auto 32px;
  background: #ffffff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(70, 50, 35, 0.08);
  box-sizing: border-box;
}

.biju-voice-img {
  width: 100%;
  background: #f7f4f1;
  overflow: hidden;
}

.biju-voice-img img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.biju-voice-text {
  padding: 28px 28px 32px;
  box-sizing: border-box;
}

.biju-voice-level {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  height: 58px;
  padding: 0 24px;
  margin: 0 0 22px;
  border-radius: 999px;
  background: #e8ded4;
  color: #6a5748;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0.04em;
  box-sizing: border-box;
}

.biju-voice-text h3 {
  margin: 0 0 18px;
  color: #4d3c30;
  font-size: 22px;
  line-height: 1.7;
  font-weight: 500;
}

.biju-voice-text p {
  margin: 0 0 14px;
  color: #62564f;
  font-size: 15px;
  line-height: 2;
}

.biju-voice-text p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 680px) {
  .biju-voice-section {
    padding: 0;
  }

  .biju-voice-inner {
    max-width: 680px;
    padding: 48px 16px 56px;
  }

  .biju-voice-head {
    margin-bottom: 32px;
  }

  .biju-voice-label {
    min-width: 108px;
    height: 54px;
    margin-bottom: 20px;
    font-size: 15px;
  }

  .biju-voice-head h2 {
    font-size: 22px;
    line-height: 1.6;
  }

  .biju-voice-head p {
    font-size: 14px;
    line-height: 1.9;
  }

  .biju-voice-card {
    border-radius: 20px;
    margin-bottom: 28px;
  }

  .biju-voice-text {
    padding: 24px 20px 28px;
  }

  .biju-voice-level {
    min-width: 138px;
    height: 52px;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .biju-voice-text h3 {
    font-size: 18px;
    line-height: 1.75;
  }

  .biju-voice-text p {
    font-size: 14px;
    line-height: 1.9;
  }
}

.biju-voice-head .featuretitle {
  width: 100%;
  margin: 0 auto 24px;
  text-align: center;
  line-height: 1;
}

.biju-voice-head .featuretitle .txtbig {
  display: inline-block;
  position: relative;
  padding: 0 0 12px;
  color: #6a4a32;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.biju-voice-head .featuretitle .txtbig::after {
  content: "";
  display: block;
  width: 52px;
  height: 1px;
  margin: 12px auto 0;
  background: #b89a7f;
}

.biju-voice-head h2 {
  margin: 0 0 20px;
  color: #4f3f32;
  font-size: 25px;
  line-height: 1.55;
  font-weight: 500;
  text-align: center;
}

.biju-voice-head p {
  margin: 0;
  color: #6b5f58;
  font-size: 15px;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 680px) {
  .biju-voice-head .featuretitle {
    margin-bottom: 20px;
  }

  .biju-voice-head .featuretitle .txtbig {
    font-size: 24px;
  }

  .biju-voice-head h2 {
    font-size: 22px;
    line-height: 1.6;
  }

  .biju-voice-head p {
    font-size: 14px;
    line-height: 1.9;
  }
}

.biju-voice-text .biju-voice-level {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 188px !important;
  height: 68px !important;
  padding: 0 !important;
  margin: 0 auto 26px !important;
  border-radius: 999px !important;
  background: #e8ded4 !important;
  color: #5f4938 !important;
  font-size: 17px !important;
  line-height: 1 !important;
  letter-spacing: 0.06em !important;
  font-weight: 500 !important;
  text-align: center !important;
  white-space: nowrap !important;
  box-sizing: border-box !important;
}

@media screen and (max-width: 680px) {
  .biju-voice-text .biju-voice-level {
    width: 178px !important;
    height: 62px !important;
    margin: 0 auto 24px !important;
    font-size: 16px !important;
  }
}




section.worries img {
    width: 100%;
}
