
/* --- additions for kenshin.html --- */
.bottomBar{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 12px 14px calc(12px + env(safe-area-inset-bottom));
  background: rgba(255,255,255,0.96);
  border-top: 1px solid rgba(0,0,0,0.08);
  display: flex;
  gap: 10px;
  justify-content: center;
  z-index: 50;
}
.bottomBar__btn{
  flex: 1;
  max-width: 320px;
  text-align: center;
  border-radius: 999px;
  padding: 14px 16px;
  font-weight: 700;
  letter-spacing: .04em;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.bottomBar__btn--primary{
  background: var(--brand);
  color: #fff;
}
.bottomBar__btn--ghost{
  background: #fff;
  color: var(--text);
  border: 1px solid rgba(0,0,0,0.12);
}
@media (min-width: 960px){
  .bottomBar{display:none;}
}

.btn--wide{width: 100%;}

.h4{
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .04em;
}

.formShell{
  border: 1px dashed rgba(0,0,0,0.18);
  border-radius: 14px;
  padding: 18px;
  background: rgba(0,0,0,0.02);
}
.formShell__placeholder{
  font-size: 13px;
  color: rgba(0,0,0,0.48);
}

.applyBox{
  padding: 14px;
  border-radius: 18px;
  background: rgba(0,0,0,0.02);
}



@media (max-width: 959px){
  body{padding-bottom: 86px;}
}

/* --- requested tweaks (2026-01-25) --- */
.brand--logo{display:flex; align-items:center;}
.brand__home{display:inline-flex; align-items:center; text-decoration:none;}
.brand__logo{height:64px;width:auto;display:block;}
@media (min-width: 960px){ .brand__logo{height:78px;} }

/* green section titles */
.section__title--green{ color: var(--brand); }

/* emphasize price amount only */
.price{ margin:12px 0 22px; display:flex; flex-wrap:wrap; gap:6px 10px; align-items:baseline; }
.price__label{ color: var(--muted); font-weight:600; }
.price__value{ font-size:clamp(30px,3.2vw,38px); font-weight:800; letter-spacing:.02em; }
.price__value .price__tax{ font-size:0.52em; font-weight:600; color:var(--muted); margin-left:6px; }
.price__tax{ font-size:16px; color:var(--muted); font-weight:600; }

/* hide sections (for internal notes) */
.is-hidden{display:none !important;}

/* A/Bコースの間隔（スマホで詰まらないように） */
.grid{display:grid;gap:24px;}
.grid--2{grid-template-columns:repeat(2,minmax(0,1fr));}
@media (max-width: 860px){.grid--2{grid-template-columns:1fr;}}

/* メールリンク */
.mail-link{color:inherit;text-decoration:underline;text-underline-offset:3px;}


/* --- Option blocks (生活習慣病予防健診の追加情報) --- */
.optionSection{
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(0,0,0,.06);
}
.optionSection__title{
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px;
}
.optionSection__price{
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin: 0 0 6px;
}
.optionSection__yen{
  font-size: 26px;
  font-weight: 800;
  letter-spacing: .02em;
}
.optionSection__tax{
  font-size: 14px;
  color: rgba(0,0,0,.65);
}
.optionSection__meta{
  margin: 0 0 10px;
  color: rgba(0,0,0,.72);
  font-size: 14px;
}
.optionGrid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 10px;
}
.optionCard{
  background: rgba(0,0,0,.02);
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 14px;
  padding: 14px 14px 12px;
}
.optionCard__head{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 8px;
}
.optionCard__name{
  font-weight: 800;
  font-size: 15px;
  line-height: 1.3;
}
.optionCard__price{
  font-weight: 800;
  font-size: 16px;
  line-height: 1.2;
  text-align: right;
  white-space: nowrap;
}
.optionCard__price span{
  font-size: 12px;
  font-weight: 600;
  color: rgba(0,0,0,.65);
  margin-left: 4px;
}
.optionCard__price--multi{
  white-space: normal;
}
.optionCard__price--multi > div{
  font-size: 13px;
  font-weight: 800;
}
.optionCard__meta{
  font-size: 13px;
  color: rgba(0,0,0,.72);
  margin: 0 0 8px;
}
.dotList--compact{
  margin-top: 0;
}
.dotList--compact li{
  margin: 6px 0;
  font-size: 13px;
}
@media (max-width: 980px){
  .optionGrid{ grid-template-columns: 1fr; }
  .optionCard__price{ text-align: left; }
}


/* --- Lifestyle options layout --- */
.lifestyleExtras { margin-top: 8px; }

.singleCard{
  display:flex;
  gap:24px;
  align-items:flex-start;
  padding:22px;
}

.singlePrice{
  font-size:30px;
  font-weight:800;
  letter-spacing:.02em;
}

.singleLeft{ min-width: 240px; }

@media (max-width: 980px){
  .singleCard{ flex-direction:column; }
  .singleLeft{ min-width: auto; }
}



/* === v10 tweaks: price typography & green headings === */
.sectionTitle--teal{
  color: var(--brand);
}

.priceBig{
  font-size: clamp(34px, 4vw, 44px);
  font-weight: 800;
  letter-spacing: 0.01em;
}

.priceTax,
.priceYen{
  font-size: 0.55em; /* make (税込) and 円 the same visual size */
  font-weight: 700;
  color: #6f7f7f;
  margin-left: 0.15em;
  white-space: nowrap;
}

.singlePrice .priceTax,
.singlePrice .priceYen{
  font-size: 0.55em;
}

/* Option price: enlarge only the numeric part */
.optionPrice .optionPriceNum,
.optionMeta .optionPriceNum{
  font-size: 1.15em;
  font-weight: 800;
}

.optionPrice .small,
.optionMeta .small{
  font-size: 0.55em;
  font-weight: 600;
  color: #6f7f7f;
}


/* spacing utility (used for single course separation) */
.mt-32{margin-top:32px;}

/* Yen symbol style to match tax label */

.price__yen{
  font-size:.52em;
  font-weight:700;
  color:var(--muted);
  margin-left:6px;
}

/* Sleep Apnea Single Item (単独項目) */
.sleepApneaWrap {
  margin-top: 10px;
}
.sleepApneaBody p {
  margin: 0;
}
.sleepApneaBody p + p {
  margin-top: 10px;
}
.sleepApneaSub {
  font-weight: 700;
  color: var(--primary);
}
