@charset "utf-8";
/* オリーブ歯科 子どもの矯正歯科クリニック ｜ 内覧会・歯並び相談 LP */

:root{
  --green:#73A942;
  --green-bg:#EAF2DC;
  --pale:#F7F8F2;
  --ink:#5b534b;
  --sub:#756D65;
  --muted:#8A8178;
  --border:#e0e4d4;
  --gborder:#cdd8b8;
  --yellow:#F4B000;
  --yellow-dark:#cf9500;
  --yellow-ink:#4A3A10;
}

/* ---------- base ---------- */
*{box-sizing:border-box;}
html,body{margin:0;}
body{
  background:#e8ecdf;
  color:var(--ink);
  -webkit-text-size-adjust:100%;
  font-family:"Hiragino Kaku Gothic ProN","Hiragino Sans","Yu Gothic Medium","Yu Gothic",YuGothic,Meiryo,sans-serif;
  font-weight:400;
}
h1,h2,h3,h4,a{font-family:"Zen Maru Gothic","Hiragino Maru Gothic ProN","ヒラギノ丸ゴ ProN","Kosugi Maru",sans-serif;}
img{display:block;}

/* ---------- layout ---------- */
.bg-deco{
  position:fixed;inset:0;z-index:0;
  background:
    repeating-linear-gradient(135deg,rgba(0,0,0,.03) 0 22px,rgba(0,0,0,0) 22px 44px),
    linear-gradient(180deg,#e3ebd4,#d3e0bd);
  filter:blur(10px);
}
.page{
  position:relative;z-index:2;
  width:100%;max-width:430px;margin:0 auto;
  background:#fff;
  box-shadow:0 0 28px rgba(0,0,0,.18);
  min-height:100vh;
  padding-bottom:104px;
  line-height:1.8;letter-spacing:.02em;
}

/* ---------- header ---------- */
.site-header{
  display:flex;align-items:center;
  padding:14px 22px;
  background:#fff;
  border-bottom:1px solid var(--border);
}
.site-header__logo{height:40px;width:auto;object-fit:contain;}

/* ---------- section ---------- */
.section{
  position:relative;
  padding:30px 22px;
  border-bottom:1px solid var(--border);
}
.section--green{background:var(--green-bg);}
.section--pale{background:var(--pale);}
.section--center{text-align:center;}
.section--flush{border-bottom:none;}

/* ---------- shared type ---------- */
.eyebrow{font-size:12px;color:var(--green);letter-spacing:.12em;margin:0 0 8px;}
.eyebrow--center{text-align:center;}
.title{font-weight:700;line-height:1.45;margin:0 0 12px;color:var(--ink);}
.title--19{font-size:19px;}
.title--21{font-size:21px;}
.title--22{font-size:22px;}
.lead{font-size:14.5px;color:var(--sub);margin:0 0 18px;}
.text{font-size:14.5px;color:var(--sub);margin:0 0 10px;}
.text:last-child{margin-bottom:0;}
.note{font-size:12.5px;color:var(--muted);margin:10px 0 0;}
.note--center{text-align:center;margin:8px 0 0;}

/* ---------- buttons ---------- */
.cta{margin-top:16px;}
.cta--sm{margin-top:10px;}
.cta--lg{margin-top:14px;}
.cta--xl{margin-top:20px;}
.btn{
  display:flex;align-items:center;justify-content:center;gap:8px;
  width:100%;min-height:54px;padding:13px 20px;
  border-radius:999px;font-size:16px;font-weight:700;
  text-decoration:none;cursor:pointer;
}
.btn--outline{background:#fff;color:var(--yellow-ink);border:2px solid var(--green);}
.btn--outline:hover{background:var(--green-bg);}
.btn--primary{background:var(--yellow);color:var(--yellow-ink);border:none;box-shadow:0 4px 0 var(--yellow-dark);}
.btn--primary:hover{background:#f8bd24;}
.btn--md{min-height:52px;font-size:15px;}
.btn--xs{min-height:46px;font-size:14px;padding:11px 16px;}
.btn__arrow{font-size:14px;opacity:.85;}
.btn--xs .btn__arrow{font-size:13px;}

/* ---------- FV / hero ---------- */
.fv{position:relative;padding:0 0 34px;border-bottom:1px solid var(--border);background:#fff;}
.hero{position:relative;background:#e6e3da;border:1px solid var(--gborder);overflow:hidden;height:calc(100svh - 44px);}
@media(min-width:520px){.hero{height:375px;}}
.hero__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 32%;}
.hero__overlay{
  position:absolute;inset:0;display:flex;flex-direction:column;
  align-items:flex-start;justify-content:flex-start;
  font-family:"Zen Maru Gothic","Hiragino Maru Gothic ProN","ヒラギノ丸ゴ ProN","Kosugi Maru",sans-serif;
  line-height:1.5;
}
.hero__badge{
  display:inline-flex;flex-direction:column;align-items:flex-start;
  background:var(--green);color:#fff;
  padding:8px 38px 34px 8px;
  border-radius:0 0 90% 0 / 0 0 100% 0;
  box-shadow:0 4px 14px rgba(0,0,0,.18);
}
.hero__badge-sm{font-size:15px;}
.hero__badge-lg{font-size:25px;font-weight:700;white-space:nowrap;}
.hero__badge-lg em{color:var(--yellow);font-style:normal;}
.hero__tags{position:absolute;bottom:18px;right:18px;display:flex;gap:6px;align-items:center;}
.tag{
  background:var(--yellow);color:var(--yellow-ink);
  font-size:15px;font-weight:700;padding:7px 14px;border-radius:999px;
  letter-spacing:.04em;box-shadow:0 2px 8px rgba(244,176,0,.45);
}
.fv__body{padding:0 22px;}
.fv__title{margin:18px 0 0;font-weight:700;line-height:1.4;color:var(--ink);}
.fv__title span{font-size:27px;}

/* ---------- info card ---------- */
.info{margin-top:18px;border:1px solid var(--border);border-radius:12px;overflow:hidden;}
.info__row{display:flex;gap:10px;padding:12px 14px;border-bottom:1px solid var(--border);align-items:flex-start;}
.info__row:last-child{border-bottom:none;}
.info__icon{width:20px;flex:0 0 auto;text-align:center;color:var(--muted);}
.info__label{font-size:11px;color:var(--muted);letter-spacing:.04em;}
.info__val{font-size:14px;color:var(--sub);}
.info__val span{color:var(--muted);}

.banner-free{
  margin-top:10px;display:flex;align-items:center;justify-content:center;gap:8px;
  background:var(--green-bg);border:1px solid var(--gborder);border-radius:10px;
  padding:11px;text-align:center;
}
.banner-free strong{font-size:15px;font-weight:700;color:var(--ink);}

/* ---------- carousel (clinic) ---------- */
.carousel{margin:14px -22px 0;overflow:hidden;border-top:1px solid var(--gborder);border-bottom:1px solid var(--gborder);}
.carousel__track{display:flex;transition:transform .6s ease;}
.slide{flex:0 0 100%;height:200px;background:#fff;overflow:hidden;}
.slide__img{width:100%;height:100%;object-fit:cover;}
.dots{display:flex;gap:6px;justify-content:center;margin-top:10px;}
.dot{width:7px;height:7px;border-radius:50%;background:var(--gborder);}
.dot.is-active{background:var(--green);}

/* ---------- single photo ---------- */
.photo{margin:0 0 14px;height:180px;border-radius:10px;background:#fff;border:1px solid var(--gborder);overflow:hidden;}
.photo__img{width:100%;height:100%;object-fit:cover;object-position:center 38%;}

/* ---------- feature cards (Invisalign) ---------- */
.subhead{font-size:14px;color:var(--green);font-weight:700;margin:0 0 12px;}
.subhead2{font-size:16px;font-weight:700;margin:0 0 12px;color:var(--ink);}
.features{display:grid;grid-template-columns:1fr 1fr;gap:12px;}
.feature{display:flex;flex-direction:column;gap:10px;border-radius:14px;padding:11px;transition:transform .2s ease,box-shadow .2s ease;}
.feature:hover{transform:translateY(-3px);box-shadow:0 10px 22px rgba(0,0,0,.09);}
.feature__img{position:relative;width:100%;aspect-ratio:4/3;border-radius:10px;overflow:hidden;background:#fff;border:1.5px dashed;display:flex;align-items:center;justify-content:center;}
.feature__img img{width:100%;height:100%;object-fit:contain;display:block;}
.feature__ph{font-size:11px;font-weight:700;line-height:1.5;text-align:center;letter-spacing:.02em;padding:6px;}
.feature__body{display:flex;flex-direction:column;gap:3px;padding:0 3px 3px;}
.feature__title{font-size:14px;font-weight:700;margin:0;display:flex;align-items:center;gap:6px;line-height:1.35;}
.feature__title::before{content:"";width:8px;height:8px;border-radius:50%;flex:0 0 auto;}
.feature__text{font-size:12px;color:var(--sub);margin:0;line-height:1.65;}
.feature--green{border:1px solid rgba(115,169,66,.35);background:rgba(115,169,66,.10);}
.feature--green .feature__img{border-color:rgba(115,169,66,.55);}
.feature--green .feature__ph{color:#5a8a2f;}
.feature--green .feature__title{color:#5a8a2f;}
.feature--green .feature__title::before{background:var(--green);}
.feature--yellow{border:1px solid rgba(244,176,0,.4);background:rgba(244,176,0,.12);}
.feature--yellow .feature__img{border-color:rgba(244,176,0,.6);}
.feature--yellow .feature__ph{color:#b07d00;}
.feature--yellow .feature__title{color:#b07d00;}
.feature--yellow .feature__title::before{background:var(--yellow);}
.feature--blue{border:1px solid rgba(90,169,201,.4);background:rgba(90,169,201,.12);}
.feature--blue .feature__img{border-color:rgba(90,169,201,.6);}
.feature--blue .feature__ph{color:#3f8aa8;}
.feature--blue .feature__title{color:#3f8aa8;}
.feature--blue .feature__title::before{background:#5AA9C9;}
.feature--brown{border:1px solid rgba(168,139,106,.4);background:rgba(168,139,106,.12);}
.feature--brown .feature__img{border-color:rgba(168,139,106,.6);}
.feature--brown .feature__ph{color:#8a6f4f;}
.feature--brown .feature__title{color:#8a6f4f;}
.feature--brown .feature__title::before{background:#A88B6A;}

/* ---------- flow (consultation steps) ---------- */
.flow{display:flex;flex-direction:column;}
.flow__step{display:flex;gap:14px;}
.flow__rail{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;}
.flow__num{
  width:30px;height:30px;border-radius:50%;
  background:var(--green);color:#fff;font-size:14px;font-weight:700;
  display:flex;align-items:center;justify-content:center;
  font-family:"Zen Maru Gothic",sans-serif;
}
.flow__num--goal{background:var(--yellow);color:var(--yellow-ink);}
.flow__line{flex:1 1 auto;width:0;border-left:2px dashed var(--gborder);margin:4px 0;}
.flow__body{flex:1 1 0;padding-bottom:22px;}
.flow__step:last-child .flow__body{padding-bottom:0;}
.flow__title{font-size:16px;font-weight:700;margin:3px 0 4px;color:var(--ink);}
.flow__text{font-size:13.5px;color:var(--sub);margin:0 0 10px;}
.ph{
  width:100%;aspect-ratio:16/9;border-radius:10px;border:1px solid var(--gborder);
  background:#fff;background-image:repeating-linear-gradient(135deg,rgba(115,169,66,.10) 0 10px,rgba(0,0,0,0) 10px 20px);
  display:flex;align-items:center;justify-content:center;
  color:var(--muted);font-family:ui-monospace,Menlo,monospace;font-size:11px;text-align:center;
}
.ph--yellow{background-image:repeating-linear-gradient(135deg,rgba(244,176,0,.12) 0 10px,rgba(0,0,0,0) 10px 20px);}
.flow__photo{width:100%;aspect-ratio:16/9;border-radius:10px;border:1px solid var(--gborder);overflow:hidden;background:#fff;}
.flow__photo img{width:100%;height:100%;object-fit:cover;display:block;}
.clinic-name{
  display:inline-block;color:var(--green);font-weight:700;
  font-size:1.12em;letter-spacing:.01em;
  padding:0 .06em;
}

/* ---------- event ---------- */
.pennants{display:flex;gap:6px;justify-content:center;margin-bottom:6px;}
.pennant{width:14px;height:18px;clip-path:polygon(0 0,100% 0,50% 100%);}
.pennant--green{background:var(--green);}
.pennant--yellow{background:var(--yellow);}
.stamp{margin-top:18px;border:1px dashed var(--gborder);border-radius:14px;padding:16px 14px;background:var(--pale);}
.stamp__label{font-size:11px;color:var(--muted);letter-spacing:.08em;margin:0 0 12px;text-align:center;}
.stamp__row{display:flex;align-items:center;justify-content:center;gap:7px;}
.stamp__circle{
  width:40px;height:40px;border-radius:50%;border:2px dashed var(--gborder);
  background:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;color:var(--muted);
}
.stamp__circle--goal{border:2px solid var(--green);background:var(--green);font-size:16px;}
.stamp__link{width:18px;height:0;border-top:2px dashed var(--gborder);}
.events{margin-top:18px;}
.event{display:flex;gap:14px;align-items:flex-start;padding:14px 0;border-bottom:1px dashed var(--border);}
.event__thumb{position:relative;flex:0 0 30%;align-self:stretch;display:flex;}
.event__img{width:100%;height:76px;flex:0 0 auto;border-radius:8px;object-fit:cover;border:1px solid var(--gborder);background:#fff;}
.event__num{
  position:absolute;top:-6px;left:-6px;width:23px;height:23px;border-radius:50%;
  background:var(--green);color:#fff;font-size:12px;font-weight:700;
  display:flex;align-items:center;justify-content:center;
}
.event__title{font-size:16px;font-weight:700;margin:2px 0 3px;}
.event__text{font-size:13px;color:var(--muted);margin:0;}
.goal{position:relative;margin-top:13px;}
.goal__frame{width:100%;aspect-ratio:16/9;border-radius:8px;background:#fff;border:1px solid var(--gborder);overflow:hidden;}
.goal__img{width:100%;height:100%;object-fit:cover;}
.goal__badge{
  position:absolute;top:-13px;left:50%;transform:translateX(-50%);
  background:var(--yellow);color:var(--yellow-ink);font-size:20px;font-weight:800;
  padding:7px 26px;border-radius:999px;letter-spacing:.1em;box-shadow:0 4px 10px rgba(244,176,0,.5);
}
.goal-cap{margin-top:14px;text-align:center;}
.goal-cap h3{font-size:16px;font-weight:700;margin:0 0 4px;color:var(--ink);}
.goal-cap p{font-size:13px;color:var(--muted);margin:0;}

/* ---------- doctor ---------- */
.doctor{display:flex;gap:16px;align-items:flex-start;}
.doctor+.doctor{margin-top:22px;}
.doctor__avatar{width:120px;height:120px;flex:0 0 auto;border-radius:50%;background:#fff;border:1px solid var(--gborder);overflow:hidden;}
.doctor__avatar img{width:100%;height:100%;object-fit:cover;object-position:center top;}
.doctor__name{font-size:16px;font-weight:700;margin:2px 0 6px;}
.doctor__list{margin:0 0 0 18px;padding:0;font-size:13px;color:var(--sub);line-height:1.7;}
.quote{
  margin-top:14px;margin-bottom:28px;padding:14px;background:var(--green-bg);border-radius:10px;
  font-size:13.5px;color:var(--sub);border-left:3px solid var(--green);
}

/* ---------- outline table ---------- */
.outline{border:1px solid var(--border);border-radius:10px;overflow:hidden;}
.outline__row{display:flex;border-bottom:1px solid var(--border);}
.outline__row:last-child{border-bottom:none;}
.outline__head{width:88px;flex:0 0 auto;padding:10px 12px;background:var(--pale);font-size:13px;font-weight:700;color:var(--ink);}
.outline__cell{padding:10px 12px;font-size:13.5px;color:var(--sub);}

/* ---------- access map ---------- */
.map{margin:14px 0;height:200px;border-radius:10px;overflow:hidden;border:1px solid var(--gborder);}
.map iframe{width:100%;height:100%;border:0;display:block;}

/* ---------- faq ---------- */
.faqs{display:flex;flex-direction:column;gap:10px;}
.faq{border:1px solid var(--border);border-radius:10px;padding:12px 14px;}
.faq__q{display:flex;gap:8px;font-size:14px;font-weight:700;color:var(--ink);}
.faq__a{display:flex;gap:8px;font-size:13.5px;color:var(--sub);margin-top:6px;}
.faq__mark{color:var(--muted);flex:0 0 auto;}

/* ---------- final cta ---------- */
.final__hero{position:relative;margin:-30px -22px 14px;aspect-ratio:4/3;background:#fff;overflow:hidden;}
.final__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}
.final__scrim{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0) 55%);}
.final__title{
  position:absolute;right:18px;bottom:16px;margin:0;
  font-size:20px;font-weight:700;line-height:1.5;text-align:right;
  color:#fff;text-shadow:0 1px 6px rgba(0,0,0,.6);
}
.clinic-info{font-size:13px;color:var(--sub);margin-top:18px;line-height:1.9;}
.clinic-info strong{font-weight:700;}
.copyright{font-size:12px;color:var(--muted);text-align:center;margin:18px 0 0;}

/* ---------- sticky bar ---------- */
.sticky-bar{
  position:fixed;left:0;right:0;bottom:0;z-index:10;
  max-width:430px;margin:0 auto;
  background:rgba(255,255,255,.96);
  border-top:1px solid var(--gborder);
  padding:10px 14px;box-shadow:0 -4px 14px rgba(0,0,0,.08);
}
.sticky-bar__row{display:flex;gap:10px;}
.sticky-bar__btn{
  flex:1 1 0;display:flex;align-items:center;justify-content:center;gap:6px;
  min-height:48px;padding:8px;border-radius:999px;
  font-size:13px;font-weight:700;text-decoration:none;cursor:pointer;
  text-align:center;line-height:1.3;
}
.sticky-bar__btn--outline{background:#fff;color:var(--yellow-ink);border:2px solid var(--green);}
.sticky-bar__btn--outline:hover{background:var(--green-bg);}
.sticky-bar__btn--primary{background:var(--yellow);color:var(--yellow-ink);border:none;}
.sticky-bar__btn--primary:hover{background:#f8bd24;}
.sticky-bar__icon{font-size:15px;flex:0 0 auto;}
.sticky-bar__note{font-size:12px;color:var(--muted);text-align:center;margin:6px 0 0;}
