/* ========================================
   Trigger Golf Range 学芸大LABO
   Shared Stylesheet (SP first, then PC)
   ======================================== */

/* ---------- Reset ---------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  max-width: 100%;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
}

/* ---------- Tokens ---------- */
:root {
  --orange: #fe6901;
  --orange-light: #ffb072;
  --text: #1d1c1c;
  --dark: #101010;
  --border: #707070;
  --border-light: #d8d8d8;
  --gray: #c9c9c9;
  --white: #ffffff;
  --bg: #ffffff;

  --font-base: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", "Meiryo", sans-serif;

  --max-width: 480px; /* SP layout reference */
}

body {
  font-family: var(--font-base);
  color: var(--text);
  background: var(--bg);
  line-height: 1.65;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

/* Page wrapper - full width, no horizontal scroll */
.page {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  position: relative;
}

/* Common section content inside page uses a centered constrained column */
.container {
  width: 86%;
  margin-inline: auto;
}

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--white);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 6%;
  border-bottom: 1px solid transparent;
}

.site-header__logo {
  display: block;
}

.site-header__logo img {
  width: 44px;
  height: auto;
}

.hamburger {
  width: 30px;
  height: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

.hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--text);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

/* Two-line icon: hide the middle bar */
.hamburger span:nth-child(2) {
  display: none;
}

/* ---------- Hero (Index) ---------- */
.hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.hero__viewport {
  width: 100%;
  overflow: hidden;
}

.hero__track {
  display: flex;
  transition: transform 0.7s ease;
  will-change: transform;
}

.hero__slide {
  flex: 0 0 100%;
}

.hero__image {
  width: 100%;
  height: 70vh;
  min-height: 460px;
  max-height: 640px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.hero__brand {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 78%;
  text-align: center;
  color: var(--orange);
}

.hero__brand img {
  width: 100%;
  height: auto;
}

.hero__brand-sub {
  font-weight: 700;
  font-size: clamp(18px, 5.5vw, 26px);
  margin-top: 8px;
  letter-spacing: 0.04em;
}

/* Contact CTA — green LINE-style box anchored to bottom-right of hero */
.contact-cta {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #06c755;
  color: var(--white);
  font-weight: 700;
  line-height: 1.4;
  border-radius: 16px 0 0 0;
  padding: 12px 22px 12px 26px;
}

.contact-cta__small {
  font-size: 12px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.contact-cta__slash {
  font-weight: 700;
  font-size: 14px;
}

.contact-cta__big {
  font-size: 14px;
  font-weight: 500;
  margin-top: 2px;
}

.contact-cta__big em {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}

.contact-cta-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}

/* ---------- Generic section ---------- */
.section {
  padding: 56px 0 40px;
}

.section + .section {
  padding-top: 24px;
}

.section__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-weight: 700;
  font-size: 21px;
  color: var(--text);
  margin: 0 auto 28px;
  width: 86%;
}

.section__title::before,
.section__title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--orange);
}

/* Plain heading variant for index page (no flanking lines) */
.section__title--plain {
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  display: block;
}

.section__title--plain::before,
.section__title--plain::after {
  display: none;
  content: none;
}

/* Sub-page heading variants: orange line on one side only, alternating */
.section__title--left,
.section__title--right {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5em;
  width: 100%;
  margin: 0 0 28px;
  text-align: left;
  font-size: 21px;
  font-weight: 700;
}

/* Left line: line left edge at 5% of viewport, text continues after */
.section__title--left {
  padding-left: 5%;
}

.section__title--left::before {
  content: "";
  width: 74px;
  height: 1px;
  background: var(--orange);
  flex: none;
}

/* Right line: text left edge at 20% of viewport, line continues after */
.section__title--right {
  padding-left: 20%;
}

.section__title--right::after {
  content: "";
  width: 74px;
  height: 1px;
  background: var(--orange);
  flex: none;
}

.section__title--left::after,
.section__title--right::before {
  display: none;
  content: none;
}

.section__lead {
  width: 86%;
  margin: 0 auto 28px;
  font-size: 14px;
  line-height: 1.85;
  color: var(--text);
}

/* Sub-title with one short rule */
.subtitle {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  font-size: 16px;
  color: var(--text);
  margin-bottom: 16px;
}

.subtitle::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--orange);
  max-width: 90px;
}

/* ---------- Intro (LABO description) ---------- */
.intro {
  padding: 40px 0 8px;
}

.intro__text {
  width: 86%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.9;
}

/* ---------- Goal heading (plain) ---------- */
.goal-heading {
  text-align: center;
  margin: 56px auto 28px;
  font-weight: 700;
  font-size: 17px;
  color: var(--text);
  width: 86%;
}

/* ---------- Feature cards (index 当店の特徴) ---------- */
.feature-cards {
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 86%;
  margin: 0 auto;
}

.feature-card {
  position: relative;
}

.feature-card__num {
  position: absolute;
  top: -18px;
  left: 8px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--orange);
  color: var(--white);
  font-weight: 700;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.feature-card__image {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  display: block;
}

.feature-card__title {
  font-weight: 700;
  font-size: 16px;
  margin: 18px 0 8px;
  text-align: center;
}

.feature-card__body {
  font-size: 13px;
  line-height: 1.85;
  text-align: center;
  width: 88%;
  margin: 0 auto;
}

/* Detail link button (black pill) */
.btn-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--dark);
  color: var(--white);
  border-radius: 24px;
  padding: 14px 32px;
  font-size: 14px;
  font-weight: 500;
  min-width: 200px;
  text-align: center;
  line-height: 1.2;
}

.btn-orange {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--orange);
  color: var(--white);
  border-radius: 999px;
  padding: 12px 30px;
  font-size: 13px;
  font-weight: 500;
  min-width: 160px;
  text-align: center;
  line-height: 1.2;
}

.btn-orange--pill {
  border-radius: 24px;
  padding: 14px 30px;
  font-size: 14px;
  min-width: 220px;
}

.btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

/* ---------- Lesson section (index) ---------- */
.lesson-block {
  width: 86%;
  margin: 0 auto;
}

.lesson-block__image {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  margin-bottom: 18px;
}

.lesson-block__text {
  font-size: 13px;
  line-height: 1.9;
  text-align: center;
}

/* ---------- Trial block (まずは体験から) ---------- */
.trial-block {
  width: 86%;
  margin: 0 auto;
  text-align: center;
}

.trial-block__text {
  font-size: 13px;
  line-height: 1.9;
  margin-bottom: 24px;
}

/* ---------- Price card (index) ---------- */
.price-mini {
  width: 86%;
  margin: 0 auto;
  border: 1px solid var(--border);
  padding: 28px 18px;
  text-align: center;
}

.price-mini__text {
  font-size: 13px;
  line-height: 1.9;
  margin-bottom: 24px;
}

/* ---------- Shared carousel nav buttons (arrow images) ---------- */
.carousel-nav {
  flex: 0 0 auto;
  width: 20px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
}

.carousel-nav img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* ---------- Staff carousel (index) ---------- */
.staff-carousel {
  width: 86%;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  gap: 10px;
}

.staff-carousel__viewport {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
}

.staff-carousel__track {
  display: flex;
  transition: transform 0.4s ease;
}

.staff-carousel__item {
  flex: 0 0 100%;
  border: 1px solid var(--border-light);
  padding: 22px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: var(--white);
}

.staff-carousel__photo {
  width: 130px;
  height: 130px;
  border-radius: 18px;
  object-fit: cover;
  margin-bottom: 14px;
  background: var(--orange);
}

.staff-carousel__name {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 2px;
}

.staff-carousel__role {
  font-size: 13px;
  margin-bottom: 14px;
  color: var(--text);
}

.staff-carousel__body {
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 18px;
  min-height: 4.8em;
}

/* ---------- Facility carousel (index) ---------- */
.facility-carousel {
  width: 86%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
}

.facility-carousel__viewport {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
}

.facility-carousel__track {
  display: flex;
  transition: transform 0.4s ease;
}

.facility-carousel__item {
  flex: 0 0 100%;
}

.facility-carousel__item img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

/* ---------- Facility cards (施設案内 index version) ---------- */
.facility-image {
  width: 86%;
  margin: 0 auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

/* ---------- News list (index) ---------- */
.news-list {
  width: 86%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.news-item {
  display: flex;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid var(--border-light);
  font-size: 13px;
}

.news-item:first-child {
  border-top: 1px solid var(--border-light);
}

.news-item__date {
  flex: 0 0 78px;
  color: var(--text);
}

.news-item__title {
  font-weight: 700;
}

.news-item__detail {
  margin-left: auto;
  flex: 0 0 auto;
  white-space: nowrap;
  color: var(--orange);
  font-weight: 700;
}

/* ---------- FAQ (index accordion) ---------- */
.faq-list {
  width: 86%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  border: 1px solid var(--border-light);
  padding: 14px 16px;
}

.faq-item__q {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 500;
  cursor: pointer;
  width: 100%;
  text-align: left;
}

.faq-item__q-label {
  color: var(--text);
  font-weight: 700;
}

.faq-item__q-text {
  flex: 1;
  text-align: left;
}

.faq-item__toggle {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  position: relative;
  margin-top: 2px;
}

.faq-item__toggle::before,
.faq-item__toggle::after {
  content: "";
  position: absolute;
  background: var(--orange);
  left: 50%;
  top: 50%;
}

.faq-item__toggle::before {
  width: 18px;
  height: 2px;
  transform: translate(-50%, -50%);
}

.faq-item__toggle::after {
  width: 2px;
  height: 18px;
  transform: translate(-50%, -50%);
  transition: transform 0.2s;
}

.faq-item.is-open .faq-item__toggle::after {
  transform: translate(-50%, -50%) scaleY(0);
}

.faq-item__a {
  display: none;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--border-light);
  font-size: 13px;
  line-height: 1.85;
}

.faq-item__a-label {
  font-weight: 700;
  margin-right: 6px;
}

.faq-item.is-open .faq-item__a {
  display: block;
}

/* ---------- Access (index) ---------- */
.access-table {
  width: 86%;
  margin: 0 auto;
  font-size: 13px;
  line-height: 1.8;
}

.access-row {
  display: flex;
  gap: 18px;
  padding: 12px 0;
  border-bottom: 1px solid var(--border-light);
}

.access-row:first-child {
  border-top: 1px solid var(--border-light);
}

.access-row__label {
  flex: 0 0 84px;
  font-weight: 700;
}

.access-row__value {
  flex: 1;
}

.access-station {
  width: 86%;
  margin: 0 auto 12px;
  font-size: 13px;
  font-weight: 500;
}

.access-map {
  width: 86%;
  margin: 16px auto 0;
  aspect-ratio: 16 / 10;
  background: var(--gray);
  overflow: hidden;
}

.access-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* ---------- Footer ---------- */
.site-footer {
  background: var(--orange);
  color: var(--white);
  padding: 36px 0 24px;
  margin-top: 56px;
}

.site-footer__nav {
  width: 86%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 12px;
  font-weight: 700;
  font-size: 15px;
}

.site-footer__nav a {
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-footer__nav a::before {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--dark);
  flex-shrink: 0;
}

.site-footer__cta {
  width: 86%;
  margin: 32px auto 28px;
  display: flex;
  justify-content: center;
}

.site-footer__cta-btn {
  background: var(--white);
  color: var(--text);
  border-radius: 14px;
  padding: 16px 40px;
  text-align: center;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
  min-width: 220px;
}

.site-footer__cta-btn small {
  font-weight: 500;
  font-size: 11px;
  margin-top: 2px;
}

.site-footer__cta-spacer {
  /* Roughly half the height of the hidden CTA button — keeps footer rhythm */
  height: 44px;
}

.site-footer__logo {
  width: 60%;
  margin: 0 auto;
  display: block;
}

.site-footer__bottom {
  width: 86%;
  margin: 22px auto 0;
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: var(--white);
}

.site-footer__bottom small {
  text-align: right;
}

/* ---------- Page header (sub pages) ---------- */
.page-title {
  margin-top: 36px;
}

/* ---------- Bullet group (feature/lesson list cards) ---------- */
.bullet-card {
  width: 100%;
  margin: 32px auto 0;
  padding: 22px 7% 22px 8%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bullet-card--orange {
  background: var(--orange);
  color: var(--white);
}

.bullet-card--outline {
  border: 1px solid var(--orange);
}

.bullet-card__title {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.bullet-card__title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: currentColor;
  opacity: 0.6;
  max-width: 90px;
}

.bullet-card__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 13px;
}

.bullet-card__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.55;
}

.bullet-card__item::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid currentColor;
  margin-top: 4px;
}

.bullet-card--outline .bullet-card__item::before {
  border-left-color: var(--orange);
}

/* ---------- Feature numbered cards (feature.html) ---------- */
.feature-num-cards {
  width: 86%;
  margin: 32px auto 0;
  padding-left: 22px; /* room for the circle's left overhang */
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.feature-num-card {
  position: relative;
  border: 1px solid var(--orange);
  padding: 28px 18px 26px;
}

.feature-num-card__num {
  position: absolute;
  /* Circle: bottom 50% overlaps the top border, right 30% overlaps the left border */
  top: -22px;
  left: -31px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--orange);
  color: var(--white);
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.feature-num-card__inner {
  display: flex;
  align-items: center;
  gap: 18px;
}

.feature-num-card__icon {
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-num-card__icon img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.feature-num-card__body {
  flex: 1;
}

.feature-num-card__title {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--orange);
  text-align: center;
}

.feature-num-card__text {
  font-size: 12px;
  line-height: 1.7;
}

/* ---------- Lesson format cards (lesson.html) ---------- */
.lesson-format-card {
  border: 1px solid var(--orange);
  padding: 18px;
  width: 86%;
  margin: 0 auto 28px;
  display: grid;
  grid-template-columns: 110px 1fr;
  grid-template-rows: auto auto;
  column-gap: 16px;
  align-items: center;
}

.lesson-format-card__image {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.lesson-format-card__title {
  grid-row: 1 / 2;
  grid-column: 2 / 3;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}

.lesson-format-card__body {
  grid-row: 2 / 3;
  grid-column: 1 / 3;
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lesson-format-card__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 13px;
}

.lesson-format-card__list li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lesson-format-card__cta {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}

/* ---------- Facility 2x2 cards (facilities.html) ---------- */
.facility-grid {
  width: 86%;
  margin: 32px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
}

.facility-grid__cell {
  padding: 18px 14px 22px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  border: 1px solid var(--orange);
}

.facility-grid__cell--orange {
  background: var(--orange);
  color: var(--white);
  border-color: var(--orange);
}

.facility-grid__icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 6px auto 4px;
}

.facility-grid__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.facility-grid__cell--orange .facility-grid__icon img {
  filter: brightness(0) invert(1);
}

.facility-grid__title {
  font-weight: 700;
  font-size: 15px;
}

.facility-grid__text {
  font-size: 11px;
  line-height: 1.55;
}

/* facility equipment list */
.facility-eq {
  width: 86%;
  margin: 32px auto 0;
}

.facility-eq__item {
  margin-bottom: 24px;
}

.facility-eq__title {
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.facility-eq__title::after {
  content: none;
}

.facility-eq__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  align-items: center;
}

.facility-eq__image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.facility-eq__text {
  font-size: 12px;
  line-height: 1.7;
}

.facility-eq__footer {
  font-size: 13px;
  line-height: 1.9;
  margin-top: 12px;
}

.facility-eq__footer b {
  font-weight: 700;
}

/* ---------- Price tabs (price.html) ---------- */
.price-tabs {
  display: flex;
  align-items: flex-end;
  gap: 0;
  width: 86%;
  margin: 32px auto 0;
}

.price-tab {
  flex: 1 1 0;
  background: var(--white);
  border: 1px solid var(--border-light);
  border-bottom: none;
  padding: 0;
  cursor: pointer;
  color: var(--text);
  /* Equal height regardless of label line count */
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.price-tab__label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  line-height: 1.35;
}

.price-tab.is-active {
  background: var(--dark);
  color: var(--white);
  border-color: var(--dark);
  /* Taller — sticks up ~30% above the inactive tabs */
  height: 68px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
  z-index: 1;
}

.price-panel {
  display: none;
  padding: 28px 15% 32px;
  width: 86%;
  margin-inline: auto;
  margin-top: 0;
}

.price-panel.is-active {
  display: block;
}

.price-panel--dark {
  background: var(--dark);
  color: var(--white);
}

.price-panel--white {
  border: 1px solid var(--border-light);
}

.price-plan-head {
  text-align: center;
  margin-bottom: 18px;
  position: relative;
}

.price-plan-head__limited {
  font-size: 11px;
  margin-bottom: 8px;
  opacity: 0.85;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--orange);
}

.price-plan-head__name {
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: center;
}

.price-plan-head__name::before,
.price-plan-head__name::after {
  content: "";
  flex: 0 0 36px;
  height: 1px;
  background: currentColor;
}

.price-amount {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 14px 0 18px;
  flex-wrap: wrap;
}

.price-amount__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 14px;
  border: 1px solid currentColor;
  border-radius: 20px;
  font-size: 11px;
  line-height: 1;
}

.price-amount__num {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.price-amount__unit {
  font-size: 13px;
  line-height: 1;
}

.price-features {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 12px;
}

.price-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.55;
}

.bullet-arrow {
  flex-shrink: 0;
  width: 11px;
  height: 14px;
  object-fit: contain;
  margin-top: 4px;
  display: block;
}

.lesson-format-card__list .bullet-arrow {
  width: 13px;
  height: 16px;
  margin-top: 0;
  align-self: center;
}

/* recommended badge */
.price-rec {
  display: inline-block;
  background: var(--orange);
  color: var(--white);
  border-radius: 14px;
  padding: 3px 18px;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 6px;
}

/* Trial card on price page */
.trial-card {
  width: 86%;
  margin: 0 auto;
  background: var(--orange);
  color: var(--white);
  padding: 26px 18px 22px;
  text-align: center;
}

.trial-card__title {
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 10px;
}

.trial-card__text {
  font-size: 12px;
  line-height: 1.7;
  margin-bottom: 18px;
}

.trial-card__btn {
  background: var(--dark);
  color: var(--white);
  border-radius: 20px;
  padding: 10px 22px;
  font-size: 12px;
  display: inline-block;
}

/* Staff / Fitter quick card on price page */
.price-staff-card {
  width: 86%;
  margin: 28px auto 0;
  padding: 22px 18px;
}

.price-staff-card--orange {
  background: var(--orange);
  color: var(--white);
}

.price-staff-card--outline {
  border: 1px solid var(--orange);
}

.price-staff-card__title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 14px;
}

.price-staff-card__row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.price-staff-card__photo {
  width: 80px;
  height: 80px;
  border-radius: 6px;
  object-fit: cover;
}

.price-staff-card__role {
  font-size: 12px;
  margin-bottom: 8px;
  display: block;
  position: relative;
  padding-bottom: 8px;
}

.price-staff-card__role::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 32px;
  height: 1px;
  background: currentColor;
}

.price-staff-card__name {
  font-weight: 700;
  font-size: 15px;
}

.price-staff-card__body {
  font-size: 12px;
  line-height: 1.7;
  margin-bottom: 14px;
}

.price-staff-card__price {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}

.price-staff-card__price-badge {
  background: var(--white);
  color: var(--text);
  border-radius: 12px;
  padding: 4px 12px;
  font-size: 11px;
  line-height: 1;
}

.price-staff-card--outline .price-staff-card__price-badge {
  background: var(--orange);
  color: var(--white);
}

.price-staff-card__price-num {
  font-size: 22px;
  line-height: 1;
}

.price-staff-card__price-unit {
  font-size: 13px;
  line-height: 1;
}

.coming-soon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid var(--orange);
  color: var(--text);
  font-size: 11px;
  text-align: center;
  line-height: 1.2;
}

/* ---------- Trial page (trial.html) ---------- */
.trial-intro {
  width: 86%;
  margin: 0 auto;
  font-size: 13px;
  line-height: 1.85;
}

.bar-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 17px;
  width: 86%;
  margin: 0 auto 24px;
}

.bar-heading::before {
  content: "";
  width: 4px;
  height: 22px;
  background: var(--orange);
}

.trial-step {
  width: 86%;
  margin: 0 auto 32px;
}

.trial-step__title {
  font-weight: 700;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.trial-step__title::after {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--orange);
  box-shadow: 12px 0 0 var(--orange), 24px 0 0 var(--orange);
}

.trial-step__image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  margin-bottom: 12px;
}

.trial-step__text {
  font-size: 13px;
  line-height: 1.9;
}

.trial-paid-card {
  width: 86%;
  margin: 0 auto 18px;
  background: var(--orange);
  color: var(--white);
  padding: 22px 18px 24px;
  text-align: center;
}

.trial-paid-card__title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 8px;
}

.trial-paid-card__text {
  font-size: 12px;
  line-height: 1.7;
  margin-bottom: 14px;
}

.trial-paid-list {
  width: 86%;
  margin: 16px auto 0;
  font-size: 13px;
  line-height: 1.85;
}

.trial-paid-list__intro {
  margin-bottom: 14px;
}

.square-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 13px;
  margin-left: 18%;
}

.square-list li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.square-list li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--orange);
  flex-shrink: 0;
}

.trial-cta {
  display: flex;
  justify-content: flex-start;
  margin-top: 24px;
  padding-left: 18%;
}

.trial-inquiry {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: var(--text);
  border-bottom: 1px solid var(--orange);
  padding-bottom: 5px;
}

/* ---------- Privacy page ---------- */
.privacy-body {
  width: 86%;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.85;
}

.privacy-body__intro {
  margin-bottom: 24px;
}

.privacy-body__section {
  margin-bottom: 22px;
}

.privacy-body__section h3 {
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 6px;
}

/* ---------- Staff full page (staff.html) ---------- */
.staff-page-list {
  width: 86%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 108px;
}

.staff-page-item {
  text-align: center;
}

.staff-page-item__photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  margin-bottom: 14px;
}

.staff-page-item__head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 14px;
}

.staff-page-item__head::before {
  display: none;
}

.staff-page-item__name {
  font-weight: 700;
  font-size: 17px;
  margin: 0;
}

.staff-page-item__sep {
  width: 28px;
  height: 1px;
  background: var(--orange);
  flex-shrink: 0;
}

.staff-page-item__role {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

.staff-page-item__body {
  font-size: 13px;
  line-height: 1.9;
  text-align: left;
  margin-top: 6px;
}

.staff-page-item__cta {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}

.staff-page-item__coming {
  display: flex;
  justify-content: center;
  margin: 14px 0;
}

/* Owner message marker */
.owner-mark {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 14px;
}

.owner-mark::before {
  content: "";
  width: 6px;
  height: 22px;
  background: var(--orange);
}

/* ---------- Drawer (hamburger menu) ---------- */
.drawer {
  position: fixed;
  inset: 0;
  background: var(--white);
  z-index: 100;
  display: none;
  flex-direction: column;
  padding: 18px 8% 36px;
  overflow-y: auto;
}

.drawer.is-open {
  display: flex;
}

.drawer__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}

.drawer__close {
  width: 32px;
  height: 32px;
  position: relative;
  display: inline-block;
}

.drawer__close span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 28px;
  height: 1.5px;
  background: var(--text);
  display: block;
}

.drawer__close span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.drawer__close span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.drawer__cta {
  margin: 8px auto 36px;
  display: flex;
  justify-content: center;
}

.drawer__cta-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--orange);
  color: var(--white);
  border-radius: 14px;
  padding: 18px 40px;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.5;
  min-width: 230px;
  text-align: center;
}

.drawer__cta-btn small {
  font-weight: 500;
  font-size: 11px;
  margin-top: 2px;
}

.drawer__tabs {
  width: fit-content;
  max-width: 80%;
  margin: 0 auto 36px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.drawer__tab {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  padding: 6px 6px 10px;
  border-bottom: 1.5px solid var(--text);
}

.drawer__tab--seitai,
.drawer__tab--fitter {
  border-bottom-color: var(--orange);
}

.drawer__links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 78%;
  max-width: 300px;
  margin: 0 auto;
  column-gap: 18px;
  row-gap: 22px;
  font-weight: 700;
  font-size: 15px;
}

.drawer__links a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.drawer__link-dot {
  width: 12px;
  height: 12px;
  background: var(--orange);
  flex-shrink: 0;
  display: block;
}

/* Right column offset by exactly half a row pitch for an even zigzag staircase */
.drawer__link--offset {
  transform: translateY(23px);
}

/* ---------- Popup modal (index-popup) ---------- */
.popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}

.popup.is-open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0s linear 0s;
}

.popup__inner {
  width: 100%;
  max-width: 320px;
  background: #f7a82e;
  color: var(--white);
  border-radius: 18px;
  padding: 13px 11px 12px;
  text-align: center;
  position: relative;
}

.popup__close {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 20px;
  color: var(--white);
  cursor: pointer;
}

.popup__title {
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 16px;
}

.popup__photos {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-bottom: 14px;
}

.popup__photo-wrap {
  display: flex;
  align-items: center;
  gap: 4px;
}

.popup__photo-wrap--rev {
  flex-direction: row-reverse;
}

.popup__photo {
  width: 84px;
  height: 84px;
  border-radius: 10px;
  object-fit: cover;
}

.popup__photo-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 9px;
  line-height: 1.25;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  gap: 4px;
  color: var(--text);
}

.popup__photo-name {
  font-weight: 700;
  font-size: 13px;
  color: var(--text);
}

.popup__text {
  font-size: 12px;
  line-height: 1.7;
  margin-bottom: 16px;
}

.popup__btn {
  background: var(--dark);
  color: var(--white);
  border-radius: 22px;
  padding: 12px 28px;
  font-size: 13px;
  display: inline-block;
}

/* ---------- News popup modal (店舗名称変更のお知らせ) ---------- */
.news-popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}

.news-popup.is-open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0s linear 0s;
}

.news-popup__inner {
  width: 100%;
  max-width: 420px;
  max-height: 80vh;
  overflow-y: auto;
  background: var(--white);
  color: var(--text);
  border-radius: 14px;
  padding: 28px 22px 26px;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

.news-popup__close {
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 24px;
  line-height: 1;
  color: var(--text);
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}

.news-popup__title {
  font-weight: 700;
  font-size: 17px;
  text-align: center;
  padding-bottom: 14px;
  margin-bottom: 18px;
  border-bottom: 1px solid var(--border-light);
}

.news-popup__body {
  font-size: 13px;
  line-height: 1.9;
}

.news-popup__body p {
  margin-bottom: 16px;
}

.news-popup__sign {
  text-align: right;
  margin-top: 24px;
  margin-bottom: 0;
}

/* ---------- PC (≥768px) ---------- */
@media (min-width: 768px) {
  body {
    font-size: 15px;
  }

  .page {
    max-width: 100vw;
  }

  .container,
  .section__title,
  .section__lead,
  .feature-cards,
  .lesson-block,
  .trial-block,
  .price-mini,
  .news-list,
  .faq-list,
  .access-table,
  .access-station,
  .access-map,
  .facility-image,
  .facility-grid,
  .facility-eq,
  .price-tabs,
  .price-panel,
  .trial-card,
  .price-staff-card,
  .feature-num-cards,
  .lesson-format-card,
  .staff-page-list,
  .site-footer__nav,
  .site-footer__cta,
  .site-footer__bottom,
  .staff-carousel,
  .facility-carousel,
  .trial-intro,
  .bar-heading,
  .trial-step,
  .trial-paid-card,
  .trial-paid-list,
  .privacy-body {
    width: 72%;
    max-width: 720px;
  }

  .feature-cards {
    flex-direction: row;
    gap: 22px;
  }

  .feature-card {
    flex: 1;
  }

  .facility-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .site-footer__nav,
  .drawer__links {
    grid-template-columns: repeat(3, 1fr);
  }

  .lesson-format-card {
    grid-template-columns: 180px 1fr;
  }

  .hero__image {
    height: 60vh;
    max-height: 720px;
  }
}
