:root {
  --green: #07833d;
  --deep: #07512c;
  --leaf: #1aa24b;
  --yellow: #ffe136;
  --soft-yellow: #fff4b8;
  --orange: #f3731d;
  --blue: #0876cf;
  --ink: #142717;
  --paper: #fffdf1;
  --soft: #f1f8e7;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  line-break: strict;
  overflow-wrap: break-word;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
}

a {
  color: inherit;
}

main {
  overflow: hidden;
  padding-bottom: 0;
}

.hero {
  display: grid;
  gap: 16px;
  justify-items: center;
  padding: 24px 17px 38px;
  background:
    radial-gradient(circle at 16% 8%, rgba(255, 225, 54, 0.18), transparent 36%),
    linear-gradient(150deg, #07512c 0%, #07833d 58%, #3fb84f 100%);
  color: #fff;
  text-align: center;
}

.heroCopy {
  display: grid;
  gap: 9px;
  justify-items: center;
  width: min(100%, 720px);
}

.newPlace {
  margin: 0;
  color: var(--yellow);
  font-size: clamp(2rem, 9vw, 4.6rem);
  font-weight: 950;
  line-height: 1.06;
  text-shadow:
    0 3px 0 var(--orange),
    0 7px 18px rgba(42, 35, 0, 0.38);
  animation: headingRise 0.58s ease-out 0.05s both;
}

h1,
h2,
h3,
p,
figure {
  margin-top: 0;
}

h1 {
  width: min(90vw, 720px);
  margin-bottom: 0;
  font-size: clamp(1.55rem, 7vw, 2rem);
  line-height: 1.12;
  font-weight: 950;
  text-shadow: 0 4px 0 rgba(1, 62, 116, 0.42);
  animation: titleRise 0.62s ease-out 0.12s both;
}

h1 span {
  display: block;
}

.titleDesktop {
  display: none;
}

.titleMobile,
.mobileOnly {
  display: block;
}

h2 {
  width: min(100%, 760px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 18px;
  font-size: clamp(1.95rem, 7.2vw, 3.9rem);
  line-height: 1.22;
  font-weight: 950;
  animation: headingRise 0.58s ease-out both;
  animation-timeline: view();
  animation-range: entry 0% cover 28%;
}

.keepLine {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.28rem;
  line-height: 1.35;
  font-weight: 950;
}

.heroDate {
  margin: 4px 0 0;
  padding: 10px 15px;
  border-radius: 8px;
  background: #fff;
  color: var(--green);
  font-size: clamp(1.25rem, 5vw, 2rem);
  font-weight: 950;
  line-height: 1.2;
}

.heroLead,
.familyLead {
  margin-bottom: 0;
  font-weight: 950;
  line-height: 1.35;
}

.heroLead {
  font-size: clamp(1.45rem, 6.1vw, 3rem);
}

.familyLead {
  font-size: clamp(1.05rem, 4.2vw, 1.75rem);
}

.heroImage,
.sectionPhoto,
.featurePhoto > img:first-child,
.sidePhoto img,
.halfpipePhoto,
.photoCardImage,
.pairedPhoto {
  overflow: hidden;
  border: 5px solid #fff;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(8, 53, 24, 0.16);
}

.heroImage {
  width: min(100%, 640px);
  margin: 0;
}

.heroImage img,
.sectionPhoto img,
.featurePhoto > img:first-child,
.sidePhoto img,
.halfpipePhoto img,
.photoCardImage img,
.pairedPhoto img {
  height: auto;
  object-fit: contain;
}

.mainButton {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0 0.25em;
  min-height: 62px;
  align-items: center;
  justify-content: center;
  width: min(100%, 430px);
  padding: 16px 20px;
  border-radius: 8px;
  background: linear-gradient(180deg, #ff8a24, #f05f13);
  color: #fff;
  box-shadow: 0 7px 0 #b83d08, 0 16px 28px rgba(121, 53, 5, 0.2);
  font-size: clamp(1.05rem, 4.2vw, 1.28rem);
  font-weight: 950;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  white-space: normal;
}

.mainButton span {
  display: inline-block;
}

.heroButton {
  margin-top: 2px;
}

.hero > *,
.section > *,
.featureSection > *,
.halfpipeInner > *,
.paymentCard > * {
  max-width: 100%;
}

.section,
.featureSection,
.halfpipe,
.paymentSection {
  width: min(calc(100% - 34px), 1120px);
  margin: 0 auto;
  padding: 56px 0;
}

.section p,
.featureDescription,
.halfpipeBody p,
.paymentNotice p,
.notice p,
.paymentCard p {
  font-size: 1.05rem;
  line-height: 1.85;
}

.introCatch {
  margin-bottom: 14px;
  color: var(--green);
  font-size: clamp(1.7rem, 6.5vw, 3rem) !important;
  line-height: 1.25 !important;
  font-weight: 950;
}

.label {
  margin-bottom: 12px;
  color: var(--blue);
  font-size: 0.9rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.intro,
.play,
.price,
.dateInfo {
  text-align: center;
}

.sectionPhoto {
  width: min(100%, 520px);
  margin: 0 auto 22px;
}

.cardGrid {
  display: grid;
  gap: 28px;
}

.photoCard {
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 14px;
  height: 100%;
  padding: 18px;
  border: 2px solid rgba(7, 131, 61, 0.16);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(8, 59, 29, 0.08);
  text-align: left;
}

.photoCard h3,
.photoCard p {
  margin-bottom: 0;
}

.photoCardImages {
  display: grid;
  gap: 12px;
}

.photoCardImages.twoImages {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.photoCardImage {
  display: flex;
  width: 100%;
  aspect-ratio: 4 / 5;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.photoCardImage img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.featureSection {
  display: grid;
  gap: 22px;
}

.featurePhoto {
  width: min(100%, 560px);
  margin: 0 auto;
}

.featureSide {
  display: grid;
  gap: 18px;
  align-content: center;
}

.sidePhoto {
  width: min(100%, 360px);
  margin: 0 auto;
}

.sidePhoto img {
  height: auto;
  object-fit: contain;
}

.pairedPhotos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: min(100%, 640px);
  margin: 0 auto;
}

.pairedPhoto {
  display: flex;
  aspect-ratio: 4 / 5;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.pairedPhoto img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.restAreaSection {
  width: min(calc(100% - 34px), 1080px);
  justify-items: center;
  text-align: center;
}

.restAreaHeader {
  width: 100%;
  text-align: center;
}

.restAreaPhotos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  width: min(100%, 820px);
  margin: 0 auto;
}

.restAreaPhoto {
  display: grid;
  width: 100%;
  aspect-ratio: 4 / 5;
  align-items: center;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(8, 53, 24, 0.14);
}

.restAreaPhoto img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bentoExamplePhoto {
  position: relative;
}

.bentoExamplePhoto figcaption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  margin: 0;
  padding: 6px 10px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--deep);
  font-size: 0.92rem;
  font-weight: 950;
}

.restAreaBody {
  display: grid;
  gap: 10px;
  width: min(100%, 680px);
  margin: 4px auto 0;
  text-align: left;
}

.restAreaBody .featureDescription {
  margin: 0;
}

.veganNote {
  display: flex;
  gap: 10px;
  align-items: center;
  width: min(100%, 460px);
  margin-top: 8px;
  padding: 12px 14px;
  border: 1px solid rgba(7, 131, 61, 0.22);
  border-radius: 8px;
  background: #f4fbef;
  color: var(--deep);
}

.leafIcon {
  display: block;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  border-radius: 18px 2px 18px 2px;
  background: var(--leaf);
  transform: rotate(-35deg);
}

.veganNote p {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.55;
}

.veganNote strong,
.veganNote small {
  display: block;
}

.veganNote small {
  font-weight: 800;
}

.featureDescription {
  margin-bottom: 0;
}

.halfpipe {
  width: 100%;
  max-width: none;
  padding-inline: max(17px, calc((100vw - 980px) / 2));
  background: var(--soft);
}

.halfpipeInner {
  display: grid;
  gap: 22px;
  max-width: 1120px;
  margin: 0 auto;
}

.halfpipePhoto {
  display: flex;
  width: min(100%, 900px);
  max-height: 500px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.halfpipePhoto img {
  width: 100%;
  max-height: 500px;
  object-fit: contain;
}

.halfpipe h2 {
  font-size: clamp(1.75rem, 5vw, 3.25rem);
}

.optionNote {
  display: inline-block;
  margin-top: 8px;
  padding: 10px 14px;
  border-left: 8px solid var(--orange);
  background: #fff;
  font-weight: 950;
}

.priceGrid {
  display: grid;
  gap: 16px;
  text-align: left;
}

.priceGrid article {
  padding: 24px;
  border-radius: 8px;
  color: #fff;
}

.priceGrid article:first-child {
  background: linear-gradient(140deg, var(--green), var(--deep));
}

.priceGrid article:last-child {
  background: linear-gradient(140deg, var(--orange), #d74214);
}

.priceGrid p {
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 900;
}

.priceGrid strong,
.priceGrid b {
  display: block;
  margin-bottom: 24px;
  font-size: clamp(2.25rem, 10vw, 4.8rem);
  line-height: 1;
  font-weight: 950;
}

.priceGrid b {
  font-size: clamp(1.9rem, 8vw, 3.2rem);
}

.priceGrid span {
  margin-left: 6px;
  font-size: 1rem;
}

.paymentNotice {
  margin: 14px auto 0;
  padding: 12px 14px;
  border: 1px solid rgba(243, 115, 29, 0.55);
  border-radius: 8px;
  background: linear-gradient(180deg, var(--soft-yellow), #fff7d5);
  color: #3a2a07;
  text-align: left;
}

.compactNotice {
  width: min(100%, 500px);
  margin: 0 auto;
}

.paymentNotice h3 {
  margin-bottom: 5px;
  color: #6f3a05;
  font-size: 1rem;
  line-height: 1.35;
}

.paymentNotice p {
  margin-bottom: 3px;
  font-size: 0.92rem !important;
  line-height: 1.55 !important;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.paymentCta {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}

.dateCards {
  display: grid;
  gap: 12px;
  margin-bottom: 20px;
}

.dateCards p {
  margin: 0;
  padding: 18px;
  border-left: 9px solid var(--green);
  border-radius: 8px;
  background: #fff;
  font-size: clamp(1.05rem, 4vw, 1.45rem);
  font-weight: 950;
  line-height: 1.55;
  text-align: left;
}

.notice {
  padding: 20px;
  border: 2px solid rgba(7, 131, 61, 0.22);
  border-radius: 8px;
  background: #fff;
  text-align: left;
}

.notice p {
  margin-bottom: 6px;
  font-weight: 800;
}

.paymentSection {
  width: 100%;
  max-width: none;
  padding-inline: 17px;
  background: var(--deep);
  color: #fff;
}

.paymentCard {
  display: grid;
  gap: 16px;
  width: min(100%, 720px);
  margin: 0 auto;
  padding: 22px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.paymentCard .label {
  color: var(--yellow);
}

.paymentCard h2 {
  margin-bottom: 0;
}

.paymentCard .paymentNotice {
  margin-top: 0;
}

.qrGuide,
.qrCaption {
  margin: 0;
  text-align: center;
  font-weight: 950;
}

.qrLink {
  display: block;
  width: min(320px, 100%);
  margin: 0 auto;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(0, 31, 12, 0.22);
}

.qrLink img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

footer {
  display: grid;
  gap: 14px;
  padding: 24px 17px;
  background: var(--yellow);
  color: #173017;
  font-weight: 950;
}

footer p {
  margin: 0 0 4px;
}

footer a {
  text-decoration: none;
}

@keyframes headingRise {
  from {
    opacity: 0.94;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes titleRise {
  from {
    opacity: 0.96;
    transform: translateY(12px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (min-width: 760px) {
  .hero {
    padding: 54px 34px 64px;
  }

  .cardGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .featureSection {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    align-items: center;
    column-gap: 36px;
  }

  .featureText {
    grid-column: 1 / -1;
  }

  .featurePhoto {
    margin: 0;
  }

  .featureSide {
    justify-items: start;
  }

  .sidePhoto {
    width: min(100%, 340px);
    margin: 0;
  }

  .halfpipeText {
    text-align: left;
  }

  .halfpipeBody {
    width: min(100%, 780px);
    margin: 0 auto;
  }

  .priceGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  footer {
    grid-template-columns: 1fr auto;
    align-items: center;
    padding-inline: max(34px, calc((100vw - 980px) / 2));
  }
}

@media (max-width: 640px) {
  h2 {
    font-size: clamp(1.4rem, 5.8vw, 1.72rem);
  }

  .newPlace {
    font-size: clamp(1.9rem, 8.4vw, 2.3rem);
  }

  .familyLead {
    font-size: clamp(1.05rem, 4.5vw, 1.18rem);
  }

  .mainButton {
    font-size: 0.98rem;
  }

  .paymentNotice {
    padding: 12px 14px;
  }

  .paymentNotice p {
    font-size: 0.92rem;
    line-height: 1.55;
  }

  .keepLine {
    font-size: 0.92em;
  }

  .section,
  .featureSection,
  .halfpipe,
  .paymentSection {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .restAreaPhotos {
    grid-template-columns: 1fr;
    width: min(100%, 360px);
  }

  .restAreaBody {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    animation-timeline: auto !important;
    scroll-behavior: auto !important;
  }
}

/* Keep these last so mobile defaults are not overwritten by earlier desktop rules. */
h1 {
  font-size: clamp(1.45rem, 6.5vw, 1.9rem);
}

.titleDesktop {
  display: none;
}

.titleMobile,
.mobileOnly {
  display: block;
}

@media (min-width: 760px) {
  h1 {
    font-size: clamp(3rem, 6vw, 4.35rem);
  }

  .titleDesktop {
    display: block;
  }

  .titleMobile,
  .mobileOnly {
    display: none;
  }

  .restAreaSection {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .restAreaSection .featureText,
  .restAreaPhotos,
  .restAreaBody {
    grid-column: auto;
  }

  .restAreaHeader h2 {
    text-align: center;
  }
}