/* =========================================================
   SECTIONS / COMPONENTS
   ========================================================= */

/* ---------- HERO ---------- */
.hero {
  position: relative;
  padding-block: clamp(40px, 5vw, 72px) clamp(56px, 7vw, 96px);
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.hero-copy { position: relative; z-index: 2; }
.hero h1 {
  font-family: var(--serif);
  font-weight: 800;
  font-size: clamp(32px, 5.2vw, 60px);
  line-height: 1.2;
  letter-spacing: 0.01em;
}
.hero h1 .accent { color: var(--enji); }
.hero h1 .small { font-size: .5em; display: inline-block; margin-top: .25em; }
.hero-sub {
  margin-top: 26px;
  font-size: clamp(15px, 1.9vw, 18px);
  color: var(--sumi-soft);
  max-width: 54ch;
  line-height: 1.95;
}
.hero-cta {
  margin-top: 36px;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.hero-cta .hours { font-size: 12.5px; color: var(--sumi-faint); font-family: var(--mono); letter-spacing: .04em; }
.hero-badges {
  margin-top: 38px;
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
.hero-badge .b-num { font-family: var(--serif); font-weight: 700; font-size: clamp(26px,3.4vw,38px); color: var(--enji); line-height: 1; }
.hero-badge .b-num .yen { font-size: .55em; }
.hero-badge .b-lbl { font-size: 12.5px; color: var(--sumi-soft); margin-top: 8px; letter-spacing: .03em; }

/* hero media */
.hero-media { position: relative; z-index: 1; }
.hero-media .ph { aspect-ratio: 3 / 4; border-radius: 3px; box-shadow: var(--shadow-lift); }
.hero-media .ph-stamp {
  position: absolute;
  left: -22px; bottom: 32px;
  background: var(--washi);
  border: 1px solid var(--enji-line);
  padding: 14px 18px;
  border-radius: 3px;
  box-shadow: var(--shadow-soft);
  display: flex; align-items: center; gap: 12px;
  z-index: 3;
}
.hero-media .ph-stamp .seal {
  width: 44px; height: 44px; flex: none;
  border-radius: 50%;
  border: 2px solid var(--enji);
  color: var(--enji);
  display: grid; place-items: center;
  font-family: var(--serif); font-weight: 700; font-size: 11px; line-height: 1.1; text-align: center;
}
.hero-media .ph-stamp .txt { font-size: 12.5px; color: var(--sumi-soft); line-height: 1.5; }
.hero-media .ph-stamp .txt b { font-family: var(--serif); color: var(--sumi); font-size: 14px; }

/* decorative noren */
.hero-deco {
  position: absolute;
  top: 0; right: 0;
  width: 38%; height: 100%;
  pointer-events: none;
  opacity: .5;
  background: repeating-linear-gradient(90deg, transparent 0 38px, var(--enji-wash) 38px 39px);
  z-index: 0;
}

/* ---------- ABOUT / 手ぶら ---------- */
.about-lead {
  font-family: var(--serif);
  font-size: clamp(20px, 3vw, 30px);
  line-height: 1.7;
  letter-spacing: .02em;
  max-width: 24ch;
}
.about-lead .en { color: var(--enji); }
.about-body { color: var(--sumi-soft); font-size: 16px; line-height: 2; max-width: 54ch; }
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(36px, 5vw, 70px);
  align-items: center;
}
.feature-row {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 3px;
  overflow: hidden;
}
.feature {
  background: var(--washi);
  padding: 32px 28px;
  transition: background .3s ease;
}
.feature:hover { background: var(--paper); }
.feature .f-no { font-family: var(--mono); font-size: 12px; color: var(--enji); letter-spacing: .14em; }
.feature .f-ttl { font-family: var(--serif); font-weight: 700; font-size: 19px; margin-top: 14px; }
.feature .f-txt { font-size: 14px; color: var(--sumi-soft); margin-top: 12px; line-height: 1.85; }

/* ---------- INCLUDED / 含まれるもの ---------- */
.included { background: var(--washi); }
.included-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.inc-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: var(--kinari-2);
  border: 1px solid var(--line-soft);
  border-radius: 3px;
  padding: 20px 22px;
  transition: transform .25s ease, border-color .25s ease;
}
.inc-item:hover { transform: translateY(-3px); border-color: var(--enji-line); }
.inc-check {
  width: 26px; height: 26px; flex: none;
  border-radius: 50%;
  background: var(--enji);
  color: var(--washi);
  display: grid; place-items: center;
  margin-top: 2px;
}
.inc-check svg { width: 13px; height: 13px; }
.inc-item .i-ttl { font-weight: 700; font-size: 15px; }
.inc-item .i-sub { font-size: 12.5px; color: var(--sumi-faint); margin-top: 3px; }

.included-note {
  margin-top: 36px;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  background: var(--enji-wash);
  border: 1px dashed var(--enji-line);
  border-radius: 4px;
  padding: 22px 28px;
}
.included-note .badge-drink {
  font-family: var(--serif); font-weight: 700; font-size: 17px; color: var(--enji);
  display: flex; align-items: center; gap: 10px;
}
.included-note p { font-size: 14px; color: var(--sumi-soft); }

/* ---------- COURSES ---------- */
.courses-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-items: stretch;
}
.course {
  position: relative;
  background: var(--washi);
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 34px 30px 30px;
  display: flex;
  flex-direction: column;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.course:hover { transform: translateY(-6px); box-shadow: var(--shadow-lift); border-color: var(--enji-line); }
.course.featured {
  background: var(--sumi);
  color: #E9DECE;
  border-color: var(--sumi);
}
.course.featured .c-name,
.course.featured .price-main { color: var(--washi); }
.course.featured .c-desc,
.course.featured .c-list li { color: #C2B5A4; }
.course.featured .price-row { border-color: rgba(255,255,255,.14); }
.course-ribbon {
  position: absolute;
  top: -12px; left: 30px;
  background: var(--enji);
  color: var(--washi);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .14em;
  padding: 6px 14px;
  border-radius: 2px;
  box-shadow: 0 6px 16px rgba(140,43,48,.3);
}
.c-tag-row { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 18px; }
.c-name { font-family: var(--serif); font-weight: 800; font-size: 27px; letter-spacing: .02em; }
.c-for { font-family: var(--mono); font-size: 11px; letter-spacing: .1em; color: var(--enji); margin-top: 6px; }
.course.featured .c-for { color: var(--enji-bright); }
.c-desc { font-size: 13.5px; color: var(--sumi-soft); margin-top: 16px; line-height: 1.85; min-height: 76px; }

.price-block { margin-top: 8px; padding-top: 18px; border-top: 1px solid var(--line); }
.course.featured .price-block { border-color: rgba(255,255,255,.14); }
.price-row {
  display: flex; align-items: baseline; justify-content: space-between;
  padding: 9px 0;
}
.price-row + .price-row { border-top: 1px dotted var(--line); }
.course.featured .price-row + .price-row { border-color: rgba(255,255,255,.12); }
.price-row .pr-lbl { font-size: 13px; color: var(--sumi-soft); }
.price-row .pr-val { font-family: var(--mono); font-weight: 500; font-size: 16px; }
.price-main {
  font-family: var(--serif);
  font-weight: 800;
  font-size: 40px;
  color: var(--enji);
  line-height: 1;
  display: flex; align-items: baseline; gap: 4px;
}
.price-main .yen { font-size: .5em; }
.price-main .from { font-size: .34em; color: var(--sumi-faint); font-family: var(--mono); font-weight: 400; align-self: flex-end; margin-bottom: 4px; }
.course.featured .price-main { color: #E9B84F; }
.c-list { margin-top: 18px; display: flex; flex-direction: column; gap: 7px; }
.c-list li { font-size: 12.5px; color: var(--sumi-soft); display: flex; gap: 8px; }
.c-list li::before { content: "—"; color: var(--enji); }
.c-foot { margin-top: auto; padding-top: 22px; }

.courses-note {
  margin-top: 36px;
  text-align: center;
  font-size: 14px;
  color: var(--sumi-soft);
}
.courses-note b { color: var(--enji); font-family: var(--serif); }

/* ---------- TIMELINE / 当日の流れ ---------- */
.flow { background: var(--sumi); color: #E4D8C8; }
.flow .eyebrow { color: var(--enji-bright); }
.flow .eyebrow::before { background: var(--enji-bright); }
.flow .s-title { color: var(--washi); }
.flow .s-title .en { color: #9A8C7C; }
.flow .s-lead { color: #B7A998; }
.timeline {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 4px;
  overflow: hidden;
}
.step {
  background: #241C19;
  padding: 30px 26px 34px;
  position: relative;
  transition: background .3s ease;
}
.step:hover { background: #2C2320; }
.step .st-no {
  font-family: var(--serif);
  font-weight: 800;
  font-size: 46px;
  color: var(--enji-bright);
  line-height: 1;
  opacity: .9;
}
.step .st-time { font-family: var(--mono); font-size: 11px; letter-spacing: .12em; color: #9A8C7C; margin-top: 10px; }
.step .st-ttl { font-family: var(--serif); font-weight: 700; font-size: 19px; color: var(--washi); margin-top: 12px; }
.step .st-txt { font-size: 13.5px; color: #B0A292; margin-top: 10px; line-height: 1.8; }
.flow-foot {
  margin-top: 34px;
  display: flex; align-items: center; justify-content: center; gap: 16px;
  flex-wrap: wrap;
  font-family: var(--serif);
  font-size: clamp(17px, 2.4vw, 22px);
  color: var(--washi);
  text-align: center;
}
.flow-foot .hl { color: var(--enji-bright); }

/* ---------- CONTACT ---------- */
.contact { background: var(--enji); color: var(--washi); position: relative; overflow: hidden; }
.contact::before {
  content: "";
  position: absolute; inset: 0;
  background: repeating-linear-gradient(90deg, transparent 0 60px, rgba(255,255,255,.04) 60px 61px);
  pointer-events: none;
}
.contact-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(36px,5vw,70px); align-items: center; }
.contact .eyebrow { color: rgba(255,255,255,.85); }
.contact .eyebrow::before { background: rgba(255,255,255,.85); }
.contact h2 {
  font-family: var(--serif);
  font-weight: 800;
  font-size: clamp(30px, 4.6vw, 52px);
  line-height: 1.28;
}
.contact-lead { margin-top: 22px; font-size: 16px; color: rgba(255,255,255,.86); max-width: 54ch; line-height: 1.95; }
.contact-card {
  background: var(--washi);
  color: var(--sumi);
  border-radius: 5px;
  padding: 38px 36px;
  box-shadow: 0 30px 60px rgba(60,15,18,.35);
}
.contact-card .cc-lbl { font-family: var(--mono); font-size: 11px; letter-spacing: .16em; color: var(--sumi-faint); text-transform: uppercase; }
.contact-card .cc-tel {
  font-family: var(--mono);
  font-weight: 500;
  font-size: clamp(30px, 5vw, 44px);
  color: var(--enji);
  letter-spacing: .01em;
  margin-top: 10px;
  display: inline-block;
}
.contact-card .cc-hours { font-size: 14px; color: var(--sumi-soft); margin-top: 8px; }
.contact-card .cc-divider { height: 1px; background: var(--line); margin: 26px 0; }
.contact-card .cc-notes { display: flex; flex-direction: column; gap: 14px; }
.cc-note { display: flex; gap: 12px; align-items: flex-start; font-size: 13.5px; color: var(--sumi-soft); line-height: 1.7; }
.cc-note .n-key { font-family: var(--mono); font-size: 11px; letter-spacing: .1em; color: var(--enji); background: var(--enji-wash); padding: 3px 9px; border-radius: 2px; flex: none; margin-top: 1px; }
.contact-card .btn { margin-top: 26px; width: 100%; justify-content: center; }

/* ---------- AREA / 出張可能範囲 ---------- */
.area-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: clamp(34px, 5vw, 64px);
  align-items: center;
}
.bounds { display: flex; flex-direction: column; gap: 14px; }
.bound {
  display: flex; align-items: center; gap: 18px;
  background: var(--washi);
  border: 1px solid var(--line);
  border-radius: 3px;
  padding: 16px 22px;
  transition: transform .25s ease, border-color .25s ease;
}
.bound:hover { transform: translateX(5px); border-color: var(--enji-line); }
.bound .dir {
  width: 46px; height: 46px; flex: none;
  border-radius: 50%;
  background: var(--enji); color: var(--washi);
  display: grid; place-items: center;
  font-family: var(--serif); font-weight: 700; font-size: 19px; line-height: 1;
}
.bound .place { font-family: var(--serif); font-weight: 700; font-size: 22px; line-height: 1.2; }
.bound .place small { display: block; font-family: var(--mono); font-size: 10.5px; color: var(--sumi-faint); letter-spacing: .1em; margin-top: 4px; }
.area-note {
  margin-top: 22px;
  font-size: 14px; color: var(--sumi-soft); line-height: 1.95;
  display: flex; gap: 12px; align-items: flex-start;
}
.area-note .pin {
  flex: none; width: 22px; height: 22px; margin-top: 2px;
  color: var(--enji);
}
.area-map {
  aspect-ratio: 4 / 3;
  border-radius: 4px;
  box-shadow: var(--shadow-soft);
}
.spots { margin-top: clamp(42px, 6vw, 66px); }
.spots-head { display: flex; align-items: baseline; gap: 14px; margin-bottom: 22px; flex-wrap: wrap; }
.spots-head h3 { font-family: var(--serif); font-weight: 700; font-size: 22px; }
.spots-head span { font-family: var(--mono); font-size: 11.5px; color: var(--sumi-faint); letter-spacing: .1em; }
.spot-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.spot {
  display: flex; align-items: center; gap: 16px;
  background: var(--washi);
  border: 1px solid var(--line-soft);
  border-radius: 3px;
  padding: 16px 20px;
  transition: transform .25s ease, border-color .25s ease;
}
.spot:hover { transform: translateY(-3px); border-color: var(--enji-line); }
.spot .s-no { font-family: var(--mono); font-size: 12px; color: var(--enji); letter-spacing: .08em; flex: none; }
.spot .s-name { font-family: var(--serif); font-weight: 700; font-size: 15.5px; }

/* ---------- FAQ / Q&A ---------- */
.faq { background: var(--washi); }
.faq-list { max-width: 900px; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex; align-items: flex-start; gap: 18px;
  padding: 24px 6px;
  font-family: var(--serif); font-weight: 700;
  font-size: clamp(16px, 2vw, 19px);
  color: var(--sumi);
  transition: color .2s ease;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--enji); }
.faq-item summary .q {
  width: 30px; height: 30px; flex: none;
  border-radius: 50%;
  background: var(--enji-wash); color: var(--enji);
  display: grid; place-items: center;
  font-family: var(--serif); font-weight: 800; font-size: 14px; line-height: 1;
  margin-top: -1px;
}
.faq-item summary .qt { flex: 1; line-height: 1.5; }
.faq-item summary .chev { flex: none; width: 20px; height: 20px; margin-top: 5px; color: var(--sumi-faint); transition: transform .3s ease, color .2s ease; }
.faq-item[open] summary { color: var(--enji); }
.faq-item[open] summary .chev { transform: rotate(180deg); color: var(--enji); }
.faq-a {
  padding: 0 6px 26px 54px;
  font-size: 14.5px; color: var(--sumi-soft); line-height: 1.95;
}
.faq-a .mini { display: block; margin-top: 10px; font-size: 12.5px; color: var(--sumi-faint); }
.faq-foot {
  margin-top: 34px;
  display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
  font-size: 14.5px; color: var(--sumi-soft);
}
.faq-foot b { font-family: var(--serif); color: var(--enji); }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-media { order: -1; max-width: 460px; }
  .about-grid { grid-template-columns: 1fr; }
  .included-grid { grid-template-columns: repeat(2, 1fr); }
  .courses-grid { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; }
  .timeline { grid-template-columns: 1fr; }
  .feature-row { grid-template-columns: 1fr; }
  .contact-inner { grid-template-columns: 1fr; }
  .area-grid { grid-template-columns: 1fr; }
  .area-map { order: -1; max-width: 520px; }
  .spot-list { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .included-grid { grid-template-columns: 1fr; }
  .hero-badges { gap: 20px; }
  .oichan-bubble { font-size: 16px; }
  .spot-list { grid-template-columns: 1fr; }
}
