:root {
  --blue:        #005AAB;
  --blue-dark:   #368AD5;
  --white:       #ffffff;
  --off-white:   #F9F9F8;
  --gray-100:    #D0D0D9;
  --gray-200:    #9EAAB1;
  --gray-400:    #656568;
  --gray-600:    #5F6368;
  --text:        #191A1C;
  --sans:        "Gen Interface JP", Helvetica, "Hiragino Sans", "Noto Sans JP", sans-serif;
  --transition:  0.18s ease;
}

@font-face { font-family: "Gen Interface JP"; src: url("/fonts/gen-interface-jp/GenInterfaceJP-Regular.woff2") format("woff2"), local("Gen Interface JP"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Gen Interface JP-Bold"; src: url("/fonts/gen-interface-jp/GenInterfaceJP-Bold.woff2") format("woff2"), local("Gen Interface JP-Bold"); font-weight: 700; font-display: swap; }

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.8;
  color: var(--text);
  background: var(--white);
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}

a { text-decoration: none; color: inherit; }

.breadcrumb { background: transparent; border-bottom: none; padding: 0; }
.breadcrumb__inner {
  max-width: 1200px; margin: 0 auto; padding: 12px 48px;
  display: flex; align-items: center; gap: 8px;
  font-size: 12px; color: var(--gray-600);
}
.breadcrumb a { color: var(--blue); text-decoration: underline; transition: color var(--transition); }
.breadcrumb a:hover { color: var(--blue-dark); }
.breadcrumb__sep { color: var(--gray-400); font-size: 11px; }
.breadcrumb__cur { color: var(--text); font-weight: 500; }

.page-hero {
  background: var(--blue);
  aspect-ratio: 16 / 5;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.page-hero__bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center; background-repeat: no-repeat;
  opacity: 0.75;
}
.page-hero__inner {
  max-width: 1200px; margin: 0 auto; padding: 0 48px 40px;
  position: relative; z-index: 1; width: 100%;
}
.page-hero__title {
  font-size: 48px; font-weight: 800; color: #fff;
  letter-spacing: -0.02em; line-height: 1.2; margin-bottom: 10px;
}

.page-layout { max-width: 1200px; margin: 0 auto; padding: 56px 48px; }
.page-main { min-width: 0; }

.charter-content { display: flex; flex-direction: column; gap: 96px; padding: 32px 0 96px; }

/* 冒頭：写真＋実績スタッツ＋リード文 */
.charter-intro { display: flex; flex-direction: column; gap: 40px; }
.charter-intro__visual { height: 400px; border-radius: 16px; overflow: hidden; }
.charter-intro__visual img { width: 100%; height: 100%; object-fit: cover; display: block; }
.charter-intro__desc { font-size: 18px; color: var(--text); line-height: 1.8; }

/* 車種紹介（GRAND BLEU RESORT / リゾート53・57・60 / リゾート27・28） */
.charter-vehicle { display: flex; flex-direction: column; gap: 40px; }
.charter-vehicle__title { font-size: 36px; font-weight: 700; color: var(--text); line-height: 1.4; }
.charter-vehicle__row { display: flex; align-items: flex-start; gap: 32px; }
.charter-vehicle__img-wrapper { flex: 1; border-radius: 16px; overflow: hidden; aspect-ratio: 2 / 1; }
.charter-vehicle__img-wrapper img { width: 100%; height: 100%; object-fit: cover; display: block; }
.charter-vehicle__infobox { width: 584px; flex-shrink: 0; background: #F1F5F8; border-radius: 16px; padding: 24px; }
.charter-vehicle__infobox-title { font-size: 24px; color: var(--text); line-height: 1.5; margin-bottom: 12px; }
.charter-vehicle__equip-list { list-style: none; column-count: 2; column-gap: 16px; }
.charter-vehicle__equip-list li { display: flex; gap: 8px; font-size: 18px; color: var(--text); line-height: 1.8; break-inside: avoid; }
.charter-vehicle__note-list { list-style: none; margin-top: 12px; }
.charter-vehicle__note-list li { display: flex; gap: 8px; font-size: 18px; color: var(--text); line-height: 1.8; }
.charter-vehicle__desc { font-size: 18px; color: var(--text); line-height: 1.8; }

.charter-variant-list { border-top: 1px solid #CFDBE1; }
.charter-variant { display: flex; flex-direction: column; gap: 8px; padding: 16px 0; border-bottom: 1px solid #CFDBE1; }
.charter-variant__name { font-size: 24px; color: var(--text); line-height: 1.5; }
.charter-variant__seats { font-size: 18px; color: var(--text); line-height: 1.8; }
.charter-variant__note { display: flex; gap: 4px; font-size: 12px; color: var(--text); line-height: 1.8; }

.charter-vehicle__gallery { display: flex; align-items: flex-start; gap: 32px; }
.charter-vehicle__gallery img { flex: 1; min-width: 0; border-radius: 16px; aspect-ratio: 2 / 1; object-fit: cover; width: 100%; display: block; }

/* お申し込みの流れ */
.charter-steps { display: flex; flex-direction: column; gap: 24px; padding: 0; }
.charter-step { position: relative; z-index: 1; display: flex; align-items: flex-start; gap: 32px; }
.charter-step:not(:last-child)::after {
  content: ""; position: absolute; left: 57px; top: 41px; bottom: -24px;
  width: 6px; background: #CFDBE1; z-index: 0;
}
.charter-step__badge {
  position: relative; z-index: 1;
  flex-shrink: 0; width: 120px; padding: 8px 16px; text-align: center;
  border: 2px solid #CFDBE1; border-radius: 100px; background: #fff;
  color: var(--text); font-size: 18px; line-height: 1.4;
}
.charter-step__body { flex: 1; display: flex; flex-direction: column; gap: 8px; }
.charter-step__title { font-size: 24px; color: var(--text); line-height: 1.5; }
.charter-step__desc { font-size: 18px; color: var(--text); line-height: 1.5; }
.charter-step__notes { list-style: none; margin-top: 8px; }
.charter-step__notes li { display: flex; gap: 4px; font-size: 12px; color: var(--text); line-height: 1.8; }

/* お問い合わせ・お見積もり */
.charter-contact-list { border-top: 1px solid #CFDBE1; }
.charter-contact-card { display: flex; align-items: center; gap: 32px; padding: 24px 0; border-bottom: 1px solid #CFDBE1; }
.charter-contact-card__body { flex: 1; display: flex; flex-direction: column; gap: 8px; }
.charter-contact-card__name { font-size: 24px; color: var(--text); line-height: 1.5; }
.charter-contact-card__note { display: flex; gap: 4px; font-size: 12px; color: var(--text); line-height: 1.8; }
.charter-contact-card__btn {
  flex-shrink: 0; display: flex; width: 280px; padding: 16px 32px; align-items: center; justify-content: center;
  background: var(--blue); border-radius: 100px; color: #fff; font-size: 18px; text-align: center;
  transition: background var(--transition); text-decoration: none;
}
.charter-contact-card__btn:hover { background: var(--blue-dark); }

@media (max-width: 768px) {
  .page-hero { padding: 0; }
  .page-hero__inner { padding: 0 20px 24px; }
  .page-hero__title { font-size: 28px; }
  .page-layout { max-width: 100%; margin: 0; padding: 32px 20px; }
  .breadcrumb__inner { padding: 10px 20px; font-size: 10px; flex-wrap: wrap; }

  .charter-content { gap: 48px; padding: 32px 0 48px; }
  .charter-intro { gap: 24px; }
  .charter-intro__desc { font-size: 12px; }
  .charter-vehicle { gap: 24px; }
  .charter-vehicle__title { font-size: 24px; }
  .charter-vehicle__row { flex-direction: column; }
  .charter-vehicle__infobox { width: 100%; padding: 16px; }
  .charter-vehicle__infobox-title { font-size: 16px; }
  .charter-vehicle__equip-list { column-count: 1; }
  .charter-vehicle__equip-list li,
  .charter-vehicle__note-list li { font-size: 12px; }
  .charter-vehicle__desc { font-size: 12px; }
  .charter-variant__name { font-size: 16px; }
  .charter-variant__seats { font-size: 12px; }
  .charter-variant__note { font-size: 10px; }
  .charter-vehicle__gallery { flex-direction: column; }
  .charter-step:not(:last-child)::after { left: 33px; top: 36px; }
  .charter-step { gap: 16px; }
  .charter-step__badge { width: 72px; font-size: 14px; padding: 8px; }
  .charter-step__title { font-size: 16px; }
  .charter-step__desc { font-size: 12px; }
  .charter-step__notes li { font-size: 10px; }
  .charter-contact-card { flex-direction: column; align-items: stretch; gap: 16px; }
  .charter-contact-card__name { font-size: 16px; }
  .charter-contact-card__note { font-size: 10px; }
  .charter-contact-card__btn { width: 100%; font-size: 16px; padding: 12px 24px; }
}
