@charset "UTF-8";
/* ひより整体コンディショニング */

:root{
  --green:#244B3D;
  --terra:#D98B5F;
  --ivory:#F7F4ED;
  --green-pale:#E6EEE9;
  --ink:#26322D;
  --sub:#66716C;
  --white:#FFFFFF;
  --line-color:#06C755;
  --wrap:1120px;
}

*{margin:0;padding:0;box-sizing:border-box}

html{scroll-behavior:smooth;scroll-padding-top:80px}

body{
  font-family:"Noto Sans JP",sans-serif;
  font-size:16px;
  line-height:1.8;
  color:var(--ink);
  background:var(--white);
  letter-spacing:.03em;
  padding-bottom:76px;
  -webkit-text-size-adjust:100%;
}

img{max-width:100%;height:auto;display:block}
ul,ol{list-style:none}
a{color:inherit}

h1,h2,h3{line-height:1.6;font-weight:600}
.sec__title,.hero__copy{font-family:"Zen Old Mincho",serif}

.wrap{max-width:var(--wrap);margin:0 auto}

.skip{position:absolute;left:-9999px;top:0;background:var(--green);color:#fff;padding:10px 16px;z-index:200}
.skip:focus{left:0}

:focus-visible{outline:3px solid var(--terra);outline-offset:3px}

/* ---------- ボタン ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:52px;padding:14px 24px;
  font-size:16px;font-weight:700;line-height:1.4;text-align:center;text-decoration:none;
  border-radius:6px;border:2px solid transparent;
  transition:background-color .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease;
}
.btn--line{background:var(--line-color);color:#fff;border-color:var(--line-color)}
.btn--line:hover{background:#05a948;border-color:#05a948}
.btn--tel{background:var(--terra);color:#fff;border-color:var(--terra)}
.btn--tel:hover{background:#c67a4e;border-color:#c67a4e}
.btn:hover{transform:translateY(-1px);box-shadow:0 6px 16px rgba(0,0,0,.14)}
.btn:active{transform:none;box-shadow:none}
.btn--sm{min-height:52px;padding:10px 18px;font-size:14px}
.btn--wide{width:100%}

.link-tel{color:var(--green);font-weight:700;text-decoration:underline;text-underline-offset:3px}
.link-tel:hover{color:var(--terra)}

/* ---------- ヘッダー ---------- */
.head{
  position:sticky;top:0;z-index:90;
  background:rgba(255,255,255,.97);
  border-bottom:1px solid var(--green-pale);
}
.head__inner{
  max-width:var(--wrap);margin:0 auto;
  display:flex;align-items:center;justify-content:space-between;gap:16px;
  padding:12px 20px;
}
.head__logo{font-family:"Zen Old Mincho",serif;font-size:17px;font-weight:600;color:var(--green);line-height:1.4}
.head__sub{font-size:11px;color:var(--sub);line-height:1.5}
.head__right{display:none;align-items:center;gap:18px}
.head__hours{font-size:13px;color:var(--sub)}
.head__tel{font-size:20px;font-weight:700;color:var(--green);text-decoration:none;letter-spacing:.02em}
.head__tel:hover{color:var(--terra);text-decoration:underline}

.burger{
  width:46px;height:46px;border:1px solid var(--green-pale);border-radius:6px;
  background:var(--white);cursor:pointer;
  display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;
}
.burger span{display:block;width:20px;height:2px;background:var(--green);transition:transform .25s ease,opacity .2s ease}
.burger[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.burger[aria-expanded="true"] span:nth-child(2){opacity:0}
.burger[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.burger:hover{background:var(--green-pale)}

.drawer{display:none;border-top:1px solid var(--green-pale);background:var(--white);padding:12px 20px 20px}
.drawer.is-open{display:block}
.drawer__list li+li{border-top:1px solid var(--green-pale)}
.drawer__list a{display:block;padding:13px 4px;text-decoration:none;font-weight:500}
.drawer__list a:hover{color:var(--terra)}
.drawer__hours{font-size:13px;color:var(--sub);margin:14px 0 8px}
.drawer__tel{
  display:flex;align-items:center;justify-content:center;min-height:52px;
  border:2px solid var(--terra);border-radius:6px;color:var(--terra);
  font-weight:700;text-decoration:none;
}
.drawer__tel:hover{background:var(--terra);color:#fff}

/* ---------- 共通セクション ---------- */
.sec{padding:56px 20px}
.sec--tint{background:var(--ivory)}
.sec--green{background:var(--green-pale)}
.sec__title{font-size:22px;text-align:center;color:var(--green);margin-bottom:20px}
.sec__lead{text-align:center;margin-bottom:28px}
.note{font-size:13px;color:var(--sub);text-align:center;margin-top:24px}

.label{
  display:inline-block;font-size:12px;font-weight:700;letter-spacing:.06em;
  color:var(--green);background:var(--green-pale);
  border-radius:100px;padding:5px 14px;margin-bottom:16px;
}

/* ---------- ファーストビュー ---------- */
.hero{background:var(--ivory);padding:28px 20px 44px}
.hero__inner{max-width:var(--wrap);margin:0 auto}
.hero__copy{font-size:26px;color:var(--green);margin-bottom:16px}
.hero__sub{margin-bottom:20px}
.hero__points{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}
.hero__points li{
  font-size:13px;font-weight:500;background:var(--white);
  border:1px solid var(--green-pale);border-radius:100px;padding:5px 14px;
}
.hero__photo{margin:24px 0}
.hero__photo img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:10px}

.offer{background:var(--white);border:2px solid var(--terra);border-radius:10px;padding:20px;margin-bottom:24px}
.offer__label{
  display:inline-block;background:var(--terra);color:#fff;
  font-size:13px;font-weight:700;border-radius:4px;padding:3px 12px;margin-bottom:12px;
}
.offer__price{display:flex;flex-wrap:wrap;align-items:baseline;gap:10px;margin-bottom:8px}
.offer__before{font-size:15px;color:var(--sub);text-decoration:line-through}
.offer__arrow{color:var(--terra);font-weight:700}
.offer__after{font-size:18px;font-weight:700;color:var(--green)}
.offer__after strong{font-size:34px;letter-spacing:.01em}
.offer__note{font-size:13px;color:var(--sub)}

.hero__cta{display:flex;flex-direction:column;gap:12px}
.hero__telnote{font-size:13px;color:var(--sub);text-align:center}

/* ---------- 悩み ---------- */
.worries{display:grid;gap:12px}
.worries__card{
  background:var(--white);border:1px solid var(--green-pale);border-radius:8px;
  padding:16px 16px 16px 46px;position:relative;font-size:16px;
}
.worries__card::before{
  content:"";position:absolute;left:18px;top:24px;
  width:12px;height:12px;border-radius:50%;background:var(--terra);
}
.worries__close{text-align:center;margin-top:28px;font-weight:500}

/* ---------- 原因 ---------- */
.cause__text p{margin-bottom:1em}
.cause__text p:last-child{margin-bottom:0}
.diagram{margin-top:32px;display:grid;gap:14px;justify-items:center}
.diagram__figure{color:var(--green);text-align:center}
.diagram__figure svg{width:110px;height:auto}
.diagram__caption{font-size:12px;color:var(--sub);margin-top:6px}
.diagram__labels{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}
.diagram__labels li{
  background:var(--green-pale);color:var(--green);
  font-size:13px;font-weight:500;border-radius:100px;padding:6px 14px;
}

/* ---------- 選ばれる理由 ---------- */
.reasons{display:grid;gap:16px}
.reason{background:var(--white);border-radius:10px;padding:24px 20px}
.reason__title{font-size:18px;color:var(--green);margin-bottom:10px;display:flex;align-items:baseline;gap:10px}
.reason__num{
  font-family:"Noto Sans JP",sans-serif;font-size:20px;font-weight:700;
  color:var(--terra);flex-shrink:0;
}
.reasons__photo{margin-top:24px}
.reasons__photo img{width:100%;aspect-ratio:3/2;object-fit:cover;border-radius:10px}

/* ---------- 流れ ---------- */
.flow{display:grid;gap:14px;counter-reset:step}
.step{
  background:var(--ivory);border-radius:10px;padding:20px;
  border-left:5px solid var(--green);
}
.step__num{font-size:13px;font-weight:700;color:var(--terra);letter-spacing:.08em;margin-bottom:4px}
.step__title{font-size:17px;color:var(--green);margin-bottom:8px}
.step__text{font-size:15px}
.step__time{font-size:13px;color:var(--sub);margin-top:8px}
.flow__photo{margin-top:24px}
.flow__photo img{width:100%;aspect-ratio:3/2;object-fit:cover;border-radius:10px}

/* ---------- 料金 ---------- */
.price{background:var(--white);border-radius:12px;padding:24px 20px;border:1px solid var(--green-pale)}
.price__label{
  display:inline-block;background:var(--green);color:#fff;
  font-size:13px;font-weight:700;border-radius:4px;padding:4px 12px;margin-bottom:12px;
}
.price__name{font-size:19px;color:var(--green);margin-bottom:14px}
.price__figure{display:flex;flex-direction:column;gap:2px;margin-bottom:18px}
.price__normal{font-size:15px;color:var(--sub);text-decoration:line-through}
.price__main{font-size:19px;font-weight:700;color:var(--green)}
.price__main strong{font-size:42px;letter-spacing:.01em}
.price__tax{font-size:14px;font-weight:500}
.price__list{display:grid;gap:8px;margin-bottom:16px}
.price__list li{padding-left:26px;position:relative;font-size:15px}
.price__list li::before{
  content:"";position:absolute;left:4px;top:.65em;
  width:10px;height:5px;border-left:2px solid var(--terra);border-bottom:2px solid var(--terra);
  transform:rotate(-45deg);
}
.price__caution{font-size:13px;color:var(--sub);margin-bottom:20px}
.price__cta{display:flex;flex-direction:column;gap:12px}

/* ---------- 施術者 ---------- */
.staff{display:grid;gap:22px}
.staff__photo img{width:100%;max-width:280px;margin:0 auto;aspect-ratio:1/1;object-fit:cover;border-radius:12px}
.staff__role{font-size:13px;color:var(--sub)}
.staff__name{font-size:22px;color:var(--green);margin-bottom:14px}
.staff__body p{margin-bottom:1em}
.staff__career{background:var(--ivory);border-radius:8px;padding:16px 18px;display:grid;gap:6px}
.staff__career li{font-size:14px;padding-left:16px;position:relative}
.staff__career li::before{content:"・";position:absolute;left:0;color:var(--terra)}

/* ---------- FAQ ---------- */
.faq{display:grid;gap:12px}
.faq__item{background:var(--white);border-radius:10px;padding:20px}
.faq__item dt{
  font-weight:700;color:var(--green);padding-left:32px;position:relative;margin-bottom:8px;
}
.faq__item dt::before{
  content:"Q";position:absolute;left:0;top:0;
  width:24px;height:24px;border-radius:50%;background:var(--green);color:#fff;
  font-size:13px;display:flex;align-items:center;justify-content:center;
}
.faq__item dd{font-size:15px;padding-left:32px;position:relative}
.faq__item dd::before{
  content:"A";position:absolute;left:0;top:0;
  width:24px;height:24px;border-radius:50%;background:var(--terra);color:#fff;
  font-size:13px;display:flex;align-items:center;justify-content:center;
}

/* ---------- アクセス ---------- */
.access{display:grid;gap:24px}
.access__row{display:grid;gap:2px;border-bottom:1px solid var(--green-pale);padding:14px 2px}
.access__row dt{font-size:13px;font-weight:700;color:var(--green)}
.access__row dd{font-size:15px}
.access__sub{font-size:13px;color:var(--sub)}
.map svg{width:100%;height:auto;border-radius:10px;display:block}
.map__note{font-size:12px;color:var(--sub);margin-top:8px;text-align:center}

/* ---------- 最終CTA ---------- */
.sec--reserve{background:var(--green);color:#fff}
.sec__title--light{color:#fff}
.reserve__text{text-align:center;margin-bottom:28px}
.reserve__cta{display:grid;gap:20px;max-width:760px;margin:0 auto}
.reserve__col{display:grid;gap:8px}
.sec--reserve .btn--tel{background:var(--terra);border-color:var(--terra)}
.reserve__note{font-size:13px;text-align:center;color:rgba(255,255,255,.85)}

/* ---------- 注意書き ---------- */
.sec--disclaimer{background:var(--ivory);padding:32px 20px}
.disclaimer__title{font-size:15px;color:var(--green);margin-bottom:8px;text-align:center}
.disclaimer__text{font-size:13px;color:var(--sub);max-width:760px;margin:0 auto}

/* ---------- フッター ---------- */
.foot{background:var(--green);color:#fff;padding:40px 20px 32px;text-align:center}
.foot__brand{font-family:"Zen Old Mincho",serif;font-size:17px;margin-bottom:20px}
.foot__title{font-size:13px;font-weight:700;letter-spacing:.1em;color:var(--terra);margin-bottom:8px}
.foot__sample{font-size:12px;color:rgba(255,255,255,.88);max-width:720px;margin:0 auto 6px}
.foot__sample--sub{font-size:11px;color:rgba(255,255,255,.6)}
.foot__links{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 20px;margin:18px 0 14px}
.foot__links a{font-size:12px;color:#fff;text-decoration:underline;text-underline-offset:3px}
.foot__links a:hover{color:var(--terra)}
.foot__copy{font-size:11px;color:rgba(255,255,255,.6)}

/* ---------- モバイル固定CTA ---------- */
.fixed-cta{
  position:fixed;left:0;right:0;bottom:0;z-index:100;
  display:flex;gap:10px;padding:10px 14px calc(10px + env(safe-area-inset-bottom));
  background:rgba(255,255,255,.97);border-top:1px solid var(--green-pale);
}
.fixed-cta__btn{
  flex:1;display:flex;align-items:center;justify-content:center;
  min-height:52px;border-radius:6px;font-weight:700;font-size:15px;
  text-decoration:none;color:#fff;
  transition:background-color .2s ease;
}
.fixed-cta__btn--line{background:var(--line-color)}
.fixed-cta__btn--line:hover{background:#05a948}
.fixed-cta__btn--tel{background:var(--terra)}
.fixed-cta__btn--tel:hover{background:#c67a4e}

/* ---------- フェードイン ---------- */
.fade{opacity:0;transform:translateY(12px);transition:opacity .6s ease,transform .6s ease}
.fade.is-visible{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .fade{opacity:1;transform:none;transition:none}
  .btn:hover{transform:none}
}

/* ---------- タブレット以上 ---------- */
@media (min-width:768px){
  body{padding-bottom:0}
  .sp{display:none}
  .fixed-cta{display:none}
  .burger{display:none}
  .drawer{display:none !important}
  .head__right{display:flex}
  .head__inner{padding:14px 24px}
  .head__logo{font-size:19px}

  .sec{padding:80px 32px}
  .sec__title{font-size:28px;margin-bottom:24px}

  .hero{padding:48px 32px 64px}
  .hero__inner{display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:center}
  .hero__copy{font-size:36px}
  .hero__photo{margin:0}
  .hero__photo img{aspect-ratio:1/1;height:100%}
  .hero__cta{flex-direction:row;flex-wrap:wrap;align-items:center}
  .hero__cta .btn{flex:1 1 260px}
  .hero__telnote{flex-basis:100%;text-align:left}

  .worries{grid-template-columns:repeat(2,1fr)}
  .cause{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
  .diagram{margin-top:0;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px}
  .diagram__labels{flex-direction:column}
  .diagram__labels--left{align-items:flex-end}
  .diagram__labels--right{align-items:flex-start}
  .diagram__figure svg{width:130px}

  .reasons{grid-template-columns:repeat(3,1fr)}
  .flow{grid-template-columns:repeat(2,1fr)}
  .price{padding:36px 40px;max-width:820px;margin:0 auto}
  .price__cta{flex-direction:row}
  .price__cta .btn{flex:1}

  .staff{grid-template-columns:280px 1fr;gap:40px;align-items:start}
  .staff__photo img{max-width:none}

  .access{grid-template-columns:1fr 1fr;gap:40px;align-items:start}
  .access__row{grid-template-columns:7em 1fr;gap:16px;align-items:baseline}

  .reserve__cta{grid-template-columns:1fr 1fr}
  .foot{padding:52px 32px 40px}
}

@media (min-width:1024px){
  .hero__copy{font-size:40px}
  .sec__title{font-size:30px}
}
