:root {
  --green: #7BAF6E;
  --green-dk: #5E9356;
  --sage: #A8C99B;
  --sage-lt: #D6E7CB;
  --cream: #FBF8F2;
  --sand: #f5f0e6;
  --sand-dk: #D8CDB5;
  --orange: #E8945A;
  --orange-dk: #D47E43;
  --ink: #3A3A32;
  --ink-lt: #6B6B5F;
  --muted: #9A9A8E;
  --line: #EAE4D4;
}

:root {
  --green: #7BAF6E;
  --green-dk: #5E9356;
  --sage: #A8C99B;
  --sage-lt: #D6E7CB;
  --cream: #FBF8F2;
  --sand: #f5f0e6;
  --sand-dk: #D8CDB5;
  --orange: #E8945A;
  --orange-dk: #D47E43;
  --ink: #3A3A32;
  --ink-lt: #6B6B5F;
  --muted: #9A9A8E;
  --line: #EAE4D4;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Zen Maru Gothic", "Noto Sans JP", "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", sans-serif;
  background: var(--cream);
  color: var(--ink);
  line-height: 1.9;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  font-size: 18px;
}

#wrapper {
  position: relative;
  overflow-x: hidden;
}

.hero-grid > *,
.hero-grid > * > *,
.about-body > *,
.usecase-hero > *,
.access-body > * {
  min-width: 0;
}

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

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

.maru {
  font-family: "Zen Maru Gothic", sans-serif;
}

.hand {
  font-family: "Caveat", cursive;
  font-weight: 600;
}

:root {
  --green: #7BAF6E;
  --green-dk: #5E9356;
  --sage: #A8C99B;
  --sage-lt: #D6E7CB;
  --cream: #FBF8F2;
  --sand: #f5f0e6;
  --sand-dk: #D8CDB5;
  --orange: #E8945A;
  --orange-dk: #D47E43;
  --ink: #3A3A32;
  --ink-lt: #6B6B5F;
  --muted: #9A9A8E;
  --line: #EAE4D4;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 28px;
}

.container-sm {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 28px;
}

.section {
  padding: 120px 0;
  position: relative;
}

.section-head {
  margin-bottom: 56px;
}
.section-head.center {
  text-align: center;
}
.section-head.center .section-lead {
  margin-left: auto;
  margin-right: auto;
}

.header {
  position: absolute;
  top: 0;
  z-index: 50;
  width: 100%;
}
.header.is-scrolled {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  position: sticky;
}

.header-inner {
  margin: 0 auto;
  padding: 24px 32px;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  position: relative;
}

.logo {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  padding: 24px;
  border-bottom-right-radius: 40px;
}
.logo img {
  width: 140px;
}

.footer {
  background: var(--cream);
  padding: 120px 0 40px;
  border-top: 1px solid var(--line);
}
.footer h5 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 14px;
  color: var(--ink);
}
.footer p,
.footer a {
  font-size: 0.9em;
  color: var(--ink-lt);
  line-height: 2;
}
.footer a:hover {
  color: var(--green-dk);
}

.footer-grid {
  max-width: 1200px;
  margin-inline: auto;
  padding: 0 28px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.footer-logo {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
}
.footer-logo img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.footer-logo-en {
  font-size: 24px;
  color: var(--green-dk);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

.footer-logo-jp {
  font-size: 14px;
  color: var(--ink-lt);
  font-weight: 700;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.sns {
  display: flex;
  gap: 10px;
  margin-top: 14px;
}
.sns a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink-lt);
  transition: all 0.2s;
}
.sns a:hover {
  background: var(--green);
  color: #fff;
  border-color: var(--green);
}

.copy {
  max-width: 1140px;
  margin: 0 auto;
  padding: 24px 28px 0;
  border-top: 1px dashed var(--line);
  text-align: center;
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 0.05em;
  font-family: "Zen Maru Gothic", sans-serif;
}

.nav {
  display: flex;
  align-items: center;
  gap: 22px;
}
.nav ul {
  display: flex;
}
.nav a {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 13px;
  color: var(--ink-lt);
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  transition: color 0.2s;
}
.nav a:hover {
  color: var(--green-dk);
}
.nav a small {
  font-family: "Caveat", cursive;
  font-size: 13px;
  color: var(--green);
  font-weight: 500;
  line-height: 1;
}

.nav-toggle {
  display: none;
  position: fixed;
  top: 24px;
  right: 24px;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  z-index: 100;
  background: #fff;
  border: none;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  cursor: pointer;
}
.nav-toggle .hamb {
  display: inline-block;
  width: 24px;
  height: 16px;
  position: relative;
}
.nav-toggle .hamb i {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: transform 0.3s, top 0.3s, opacity 0.2s;
}
.nav-toggle .hamb i:nth-child(1) {
  top: 0;
}
.nav-toggle .hamb i:nth-child(2) {
  top: 7px;
}
.nav-toggle .hamb i:nth-child(3) {
  top: 14px;
}

body.is-nav-open .nav-toggle .hamb i:nth-child(1) {
  top: 7px;
  transform: rotate(45deg);
}
body.is-nav-open .nav-toggle .hamb i:nth-child(2) {
  opacity: 0;
}
body.is-nav-open .nav-toggle .hamb i:nth-child(3) {
  top: 7px;
  transform: rotate(-45deg);
}

#nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(58, 58, 50, 0.45);
  z-index: 54;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

body.is-nav-open #nav-overlay {
  opacity: 1;
  visibility: visible;
}

#sp-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 88%;
  max-width: 360px;
  height: 100dvh;
  background: var(--cream);
  z-index: 55;
  padding: 80px 28px 32px;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#sp-nav .sp-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
#sp-nav .sp-logo img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}
#sp-nav .sp-logo span {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  color: var(--green-dk);
  font-weight: 700;
  letter-spacing: 0.1em;
}
#sp-nav .globalNav {
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-top: 1px dashed var(--sand-dk);
  padding-top: 14px;
}
#sp-nav .globalNav li {
  border-bottom: 1px dashed var(--sand-dk);
}
#sp-nav .globalNav a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 4px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: var(--ink);
}
#sp-nav .globalNav a small {
  font-family: "Caveat", cursive;
  font-size: 14px;
  color: var(--green);
  font-weight: 500;
  min-width: 68px;
}
#sp-nav .sp-contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: auto;
}
#sp-nav .sp-contact .btn {
  width: 100%;
}

body.is-nav-open #sp-nav {
  transform: translateX(0);
}

:root {
  --green: #7BAF6E;
  --green-dk: #5E9356;
  --sage: #A8C99B;
  --sage-lt: #D6E7CB;
  --cream: #FBF8F2;
  --sand: #f5f0e6;
  --sand-dk: #D8CDB5;
  --orange: #E8945A;
  --orange-dk: #D47E43;
  --ink: #3A3A32;
  --ink-lt: #6B6B5F;
  --muted: #9A9A8E;
  --line: #EAE4D4;
}

.label-en {
  display: inline-block;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 4.5em;
  color: var(--green-dk);
  letter-spacing: 0.04em;
  margin-bottom: 6px;
  line-height: 1;
}

.label-jp {
  display: block;
  font-weight: 500;
  font-size: 12px;
  color: var(--ink-lt);
  letter-spacing: 0.28em;
  margin-bottom: 18px;
}

.section-title {
  font-weight: 700;
  font-size: 1.6em;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: var(--ink);
  margin-bottom: 22px;
}
.section-title em {
  font-style: normal;
  color: var(--green-dk);
}

.section-lead {
  color: var(--ink-lt);
  line-height: 2.15;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  padding: 16px 32px;
  border-radius: 999px;
  cursor: pointer;
  border: none;
  transition: all 0.25s ease;
  white-space: nowrap;
  letter-spacing: 0.02em;
  height: fit-content;
  min-width: 290px;
  min-height: 74px;
}
.btn .tel {
  font-size: 26px;
  line-height: 1.3;
}
.btn img {
  width: 55px;
}

.btn--cta {
  background: #63C668;
  color: #fff;
  box-shadow: 0 5px 0 #5e9356;
  min-width: 353px;
}
.btn--cta:hover {
  transform: translateY(2px);
  box-shadow: 0 3px 0 #5e9356, 0 6px 14px rgba(232, 148, 90, 0.3);
}

.btn--ghost {
  background: #fff;
  color: var(--ink);
  border: 1.5px solid var(--sand-dk);
  box-shadow: 0 4px 0 var(--sand-dk);
}
.btn--ghost:hover {
  transform: translateY(1px);
  box-shadow: 0 3px 0 var(--sand-dk);
}

.btn--ghost-light {
  background: #fff;
  color: var(--ink);
  border: 2px solid #fff;
  box-shadow: 0 5px 0 #5e9356;
}

.btn--sm {
  padding: 12px 22px;
  font-size: 0.9em;
}
.btn--sm img {
  width: 35px;
}

.btn-group {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
}

.info-strip {
  background: var(--green);
  padding: 44px 0;
  border-top: 1px dashed var(--sand-dk);
  border-bottom: 1px dashed var(--sand-dk);
  position: relative;
}

.info-strip-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 28px;
}

.info-item {
  text-align: center;
  padding: 0 10px;
  position: relative;
}
.info-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -11px;
  top: 15%;
  bottom: 15%;
  width: 1px;
  background: repeating-linear-gradient(to bottom, var(--sand-dk) 0 4px, transparent 4px 9px);
}
.info-item h3,
.info-item h4 {
  font-weight: 700;
  margin-bottom: 4px;
  color: #fff;
  font-size: 1.3em;
}
.info-item p {
  color: #fff;
  line-height: 1.7;
  font-size: 0.9em;
}

.info-icon {
  width: 130px;
  height: 130px;
  margin: 0 auto 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  padding: 20px;
}
.info-icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.scene-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-bottom: 50px;
}

.scene {
  background: #fff;
  border-radius: 20px;
  border: 1px solid var(--line);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}
.scene:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 36px -18px rgba(94, 147, 86, 0.25);
}

.scene-img {
  height: 280px;
  position: relative;
}
.scene-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s;
  border-radius: 20px 20px 0 0;
}

.scene-num {
  position: absolute;
  top: -14px;
  left: -14px;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 2em;
  z-index: 2;
  width: 2.5em;
  height: 2.5em;
}

.scene-body {
  padding: 24px 26px 28px;
}

.scene-title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1.55;
  margin-bottom: 10px;
  color: var(--ink);
}

.scene-desc {
  color: var(--ink-lt);
  line-height: 1.95;
  font-family: "Zen Maru Gothic", sans-serif;
}

.scene-highlight {
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: #FFF4E8;
  border: 1.5px dashed var(--orange);
  border-radius: 12px;
}
.scene-highlight p {
  margin: 0;
  font-size: 0.98em;
  font-weight: 600;
  line-height: 1.7;
  color: var(--ink);
}
.scene-highlight strong {
  color: var(--orange-dk);
  font-weight: 700;
}

.scene-highlight-tag {
  flex-shrink: 0;
  display: inline-block;
  padding: 4px 12px;
  background: var(--orange);
  color: #fff;
  border-radius: 999px;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 0.78em;
  letter-spacing: 0.08em;
  line-height: 1.4;
}

.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

.feature {
  background: #fff;
  border-radius: 20px;
  padding: 28px 22px;
  text-align: center;
  border: 1px solid var(--line);
}
.feature h3,
.feature h4 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.2em;
  margin-bottom: 6px;
  color: var(--green-dk);
}
.feature p {
  font-size: 0.9em;
  color: var(--ink-lt);
  line-height: 1.85;
  font-family: "Zen Maru Gothic", sans-serif;
}

.feature-icon {
  width: 120px;
  height: 120px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: var(--sage-lt);
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.gallery-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 80px;
}
.gallery-strip .g-item {
  height: 330px;
  overflow: hidden;
  position: relative;
}
.gallery-strip .g-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.gallery-strip .g-item:hover img {
  transform: scale(1.07);
}

.fac-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 60px;
}

.fac-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--line);
}

.fac-img {
  height: 250px;
  overflow: hidden;
  position: relative;
}
.fac-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fac-body {
  padding: 22px 24px 26px;
}

.fac-name {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--ink);
}

.fac-desc {
  color: var(--ink-lt);
  line-height: 1.95;
  font-family: "Zen Maru Gothic", sans-serif;
}

.info-table-wrap {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--line);
}

.info-table {
  width: 100%;
  border-collapse: collapse;
}
.info-table th,
.info-table td {
  display: table-cell !important;
  padding: 17px 24px;
  text-align: left;
  border-bottom: 1px dashed var(--line);
  vertical-align: top;
}
.info-table tr:last-child th,
.info-table tr:last-child td {
  border-bottom: none;
}
.info-table th {
  width: 210px;
  font-weight: 700;
  color: #fff;
  background: #E8945A;
}
.info-table td {
  color: var(--ink-lt);
  line-height: 1.9;
}

.pay-tag {
  display: inline-block;
  background: var(--sand);
  color: var(--ink);
  padding: 4px 14px;
  border-radius: 30px;
  font-size: 0.9em;
  margin-right: 6px;
  margin-top: 4px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}

.pay-logo {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 32px;
}
.pay-logo img {
  max-width: 250px;
  object-fit: contain;
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 24px;
}

.plan-card {
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid var(--line);
  position: relative;
  transition: transform 0.25s ease;
  display: flex;
  flex-direction: column;
}
.plan-card:hover {
  transform: translateY(-4px);
}
.plan-card.featured {
  border: 2px solid var(--green);
}
.plan-card:nth-child(2) .plan-head {
  background: var(--green-dk);
}
.plan-card.warm .plan-head {
  background: #E8945A;
  color: #fff;
}
.plan-card.warm:nth-child(2) .plan-head {
  background: #D47E43;
}
.plan-card.warm .plan-price {
  color: #E8945A;
}
.plan-card.warm .plan-list li::before {
  background: #FBE5D2;
  border-color: #E8945A;
}

.plan-ribbon {
  position: absolute;
  top: 20px;
  right: -34px;
  transform: rotate(40deg);
  background: var(--orange);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 40px;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.05em;
  z-index: 2;
}

.plan-head {
  padding: 16px 26px;
  background: var(--green);
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.3em;
  text-align: center;
  gap: 10px;
}

.plan-body {
  padding: 26px 30px 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.plan-name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--ink);
}

.plan-price {
  font-weight: 900;
  font-size: 3em;
  color: var(--green-dk);
  line-height: 1;
  margin-bottom: 6px;
  letter-spacing: 0.02em;
}
.plan-price small {
  font-size: 0.5em;
  font-weight: 500;
  color: var(--muted);
  margin-left: 4px;
}
.plan-price.small {
  font-size: 1.6em;
  line-height: 1.4;
}

.plan-note {
  font-size: 0.9em;
  color: var(--muted);
  margin-bottom: 16px;
  margin-top: 8px;
  font-family: "Zen Maru Gothic", sans-serif;
}

.plan-list {
  list-style: none;
}
.plan-list li {
  position: relative;
  padding: 9px 0 9px 24px;
  font-size: 0.9em;
  text-align: left;
  border-bottom: 1px dashed var(--line);
}
.plan-list li:last-child {
  border-bottom: none;
}
.plan-list li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 20px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--sage-lt);
  border: 2px solid var(--green);
}

.plan-bottom {
  text-align: center;
  margin-top: 44px;
}

.plan-footnote {
  text-align: center;
  font-size: 0.9em;
  color: var(--muted);
  margin-top: 14px;
  font-family: "Zen Maru Gothic", sans-serif;
}

.access-addr {
  background: #fff;
  border: 1px dashed var(--sand-dk);
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
.access-addr .tiny {
  font-size: 18px;
  color: var(--green-dk);
  margin-bottom: 2px;
  font-weight: 600;
}
.access-addr h3,
.access-addr h4 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--ink);
}
.access-addr p {
  font-size: 0.9em;
  color: var(--ink-lt);
  font-family: "Zen Maru Gothic", sans-serif;
}

.access-body {
  display: grid;
  grid-template-columns: 6fr 5fr;
  gap: 40px;
  margin-bottom: 40px;
  align-items: start;
}

.access-map {
  height: 380px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  border: 8px solid #fff;
}
.access-map div,
.access-map p,
.access-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.access-info h3 {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 0.5em;
}

.dist-list {
  list-style: none;
  background: #fff;
  border: 1px dashed var(--sand-dk);
  border-radius: 20px;
  padding: 8px 24px;
}
.dist-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 4px;
  border-bottom: 1px dashed var(--line);
}
.dist-list li:last-child {
  border-bottom: none;
}

.dist-spot {
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: 10px;
}
.dist-spot::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
}

.dist-time {
  font-weight: 700;
  color: var(--orange-dk);
}

.info-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.info-box {
  border-radius: 20px;
  padding: 26px 28px;
  border: 1px solid var(--sand-dk);
}
.info-box h3,
.info-box h4 {
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  border-bottom: 1px solid var(--sand-dk);
  padding-bottom: 0.5em;
}
.info-box p {
  color: var(--ink-lt);
  line-height: 1.95;
  font-family: "Zen Maru Gothic", sans-serif;
}
.info-box--park {
  background: var(--sand);
}
.info-box--caution {
  background: var(--sand);
}

.faq-list {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.faq-item[open] {
  border-color: var(--sand-dk);
}
.faq-item[open] .faq-chev {
  transform: rotate(180deg);
  color: var(--green);
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 26px;
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.5;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-q {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Jost", sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.faq-chev {
  margin-left: auto;
  transition: transform 0.3s;
  color: var(--muted);
  flex-shrink: 0;
}

.faq-a {
  padding: 0 26px 24px 78px;
  color: var(--ink-lt);
  line-height: 2;
  position: relative;
}
.faq-a::before {
  content: "A";
  position: absolute;
  left: 26px;
  top: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Jost", sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.calendar-frame {
  background: #fff;
  border: 8px solid #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(58, 58, 50, 0.08);
  overflow: hidden;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}
.calendar-frame iframe {
  display: block;
  width: 100%;
  height: 620px;
  border: 0;
}
.calendar-frame--coming {
  background: linear-gradient(180deg, #fff 0%, var(--cream) 100%);
}

.coming-soon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 90px 24px;
}
.coming-soon__label {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 3em;
  color: var(--green-dk);
  letter-spacing: 0.06em;
  line-height: 1;
  margin-bottom: 16px;
}
.coming-soon__text {
  color: var(--ink-lt);
  line-height: 2;
  font-family: "Zen Maru Gothic", sans-serif;
}

.calendar-legend {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px;
  margin: 28px 0 10px;
  padding: 0;
  font-size: 0.95em;
  color: var(--ink-lt);
}
.calendar-legend li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.legend-dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.legend-dot--open {
  background: var(--sage);
}
.legend-dot--few {
  background: var(--orange);
}
.legend-dot--full {
  background: #c66;
}

.calendar-note {
  text-align: center;
  font-size: 0.9em;
  color: var(--muted);
  margin-top: 6px;
  font-family: "Zen Maru Gothic", sans-serif;
}

.calendar-cta-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 36px;
}

.sticky-bar {
  position: fixed;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 999px;
  padding: 8px 10px 8px 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 14px 34px -6px rgba(94, 147, 86, 0.3), 0 4px 12px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--line);
  z-index: 40;
  font-family: "Zen Maru Gothic", sans-serif;
}
.sticky-bar .label {
  font-size: 12px;
  font-weight: 700;
  color: var(--ink);
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}
.sticky-bar .label small {
  font-family: "Caveat", cursive;
  font-size: 13px;
  color: var(--green-dk);
  font-weight: 500;
  line-height: 1;
}
.sticky-bar .btn {
  padding: 12px 20px;
}

:root {
  --green: #7BAF6E;
  --green-dk: #5E9356;
  --sage: #A8C99B;
  --sage-lt: #D6E7CB;
  --cream: #FBF8F2;
  --sand: #f5f0e6;
  --sand-dk: #D8CDB5;
  --orange: #E8945A;
  --orange-dk: #D47E43;
  --ink: #3A3A32;
  --ink-lt: #6B6B5F;
  --muted: #9A9A8E;
  --line: #EAE4D4;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

[data-ani] {
  opacity: 0;
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1), filter 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

[data-ani~=up] {
  transform: translateY(40px);
}

[data-ani~=down] {
  transform: translateY(-40px);
}

[data-ani~=left] {
  transform: translateX(-50px);
}

[data-ani~=right] {
  transform: translateX(50px);
}

[data-ani~=scale] {
  transform: scale(0.92);
}

[data-ani~=blur] {
  filter: blur(8px);
}

[data-ani].is-inview {
  opacity: 1;
  transform: translate(0, 0) scale(1);
  filter: none;
}

[data-ani-delay="100"].is-inview {
  transition-delay: 0.1s;
}

[data-ani-delay="200"].is-inview {
  transition-delay: 0.2s;
}

[data-ani-delay="300"].is-inview {
  transition-delay: 0.3s;
}

[data-ani-delay="400"].is-inview {
  transition-delay: 0.4s;
}

[data-ani-delay="500"].is-inview {
  transition-delay: 0.5s;
}

[data-ani-stagger] > * {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

[data-ani-stagger].is-inview > * {
  opacity: 1;
  transform: translateY(0);
}
[data-ani-stagger].is-inview > *:nth-child(1) {
  transition-delay: 0s;
}
[data-ani-stagger].is-inview > *:nth-child(2) {
  transition-delay: 0.08s;
}
[data-ani-stagger].is-inview > *:nth-child(3) {
  transition-delay: 0.16s;
}
[data-ani-stagger].is-inview > *:nth-child(4) {
  transition-delay: 0.24s;
}
[data-ani-stagger].is-inview > *:nth-child(5) {
  transition-delay: 0.32s;
}
[data-ani-stagger].is-inview > *:nth-child(6) {
  transition-delay: 0.4s;
}
[data-ani-stagger].is-inview > *:nth-child(7) {
  transition-delay: 0.48s;
}
[data-ani-stagger].is-inview > *:nth-child(8) {
  transition-delay: 0.56s;
}

@media (prefers-reduced-motion: reduce) {
  [data-ani],
  [data-ani-stagger] > * {
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
}
:root {
  --green: #7BAF6E;
  --green-dk: #5E9356;
  --sage: #A8C99B;
  --sage-lt: #D6E7CB;
  --cream: #FBF8F2;
  --sand: #f5f0e6;
  --sand-dk: #D8CDB5;
  --orange: #E8945A;
  --orange-dk: #D47E43;
  --ink: #3A3A32;
  --ink-lt: #6B6B5F;
  --muted: #9A9A8E;
  --line: #EAE4D4;
}

.hero {
  position: relative;
  padding: 80px 0 80px;
  overflow: hidden;
  background: radial-gradient(ellipse 70% 50% at 85% 10%, rgba(168, 201, 155, 0.45), transparent 60%), radial-gradient(ellipse 70% 50% at 12% 90%, rgba(168, 201, 155, 0.45), transparent 60%), var(--cream);
}
.hero h1 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-size: clamp(28px, 5vw, 3.5em);
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: var(--ink);
  margin-bottom: 40px;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.hero h1 em {
  font-style: normal;
  color: var(--green-dk);
  position: relative;
  display: inline-block;
}
.hero h1 em::after {
  content: "";
  position: absolute;
  left: -4px;
  right: -4px;
  bottom: 4px;
  height: 12px;
  background: rgba(168, 201, 155, 0.55);
  z-index: -1;
  border-radius: 20px;
}
.hero h1 strong {
  font-size: 0.6em;
  color: var(--orange-dk);
  display: block;
  margin-top: 16px;
}

.hero-name {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  z-index: 2;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 56px;
  align-items: center;
  margin-bottom: 20px;
}

.hero-sub-en {
  font-family: "Caveat", cursive;
  font-weight: 600;
  font-size: 26px;
  color: var(--green-dk);
  margin-bottom: 18px;
  letter-spacing: 0.03em;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.hero-sub-en::before {
  content: "";
  width: 32px;
  height: 1.5px;
  background: var(--green-dk);
}

.hero-lead {
  font-size: 20px;
  color: var(--ink-lt);
  line-height: 2.15;
  margin-bottom: 40px;
  font-weight: 600;
}

.hero-badges div {
  display: flex;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  gap: 20px;
}

.hero-badge {
  background: #fff;
  border: 1.5px solid var(--sand-dk);
  padding: 16px 24px;
  border-radius: 40px;
  font-size: 0.9em;
  color: var(--ink);
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  min-width: 250px;
}
.hero-badge strong {
  color: var(--green-dk);
  font-weight: 700;
  font-size: 1.3em;
}

.hero-btns {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}
.hero-btns .btn {
  min-width: 400px;
  border-radius: 20px;
  font-size: 1.2em;
}

.hero-note {
  font-size: 12px;
  color: var(--muted);
  font-family: "Zen Maru Gothic", sans-serif;
}

.hero-visual {
  position: relative;
  margin-top: 40px;
}
.hero-visual .bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.hero-photo-main {
  width: 100%;
  height: 450px;
  border-radius: 80px;
  overflow: hidden;
  border: 8px solid #fff;
}
.hero-photo-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-photo-sub {
  width: 48%;
  aspect-ratio: 1/1;
  border-radius: 40px;
  overflow: hidden;
  border: 8px solid #fff;
}
.hero-photo-sub div,
.hero-photo-sub p {
  height: 100%;
}
.hero-photo-sub img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-logo-stamp {
  position: absolute;
  top: -8px;
  left: -20px;
  width: 140px;
  height: 140px;
  transform: rotate(-8deg);
  z-index: 3;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.15));
}
.hero-logo-stamp img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero-cat-1 {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 250px;
  z-index: 4;
}

.hero-cat-2 {
  position: absolute;
  bottom: -5%;
  right: -10%;
  width: 250px;
  z-index: 3;
  transform: rotate(-10deg);
}

.hero-illus-fish {
  position: absolute;
  top: 28%;
  right: 6%;
  width: 90px;
  opacity: 0.85;
  z-index: 3;
  transform: rotate(18deg);
}

.about {
  background: var(--cream);
  position: relative;
  overflow: hidden;
}

.about-body {
  display: grid;
  grid-template-columns: 5fr 6fr;
  gap: 66px;
  align-items: center;
}

.about-photos {
  position: relative;
  height: 520px;
}

.about-photo-1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 76%;
  height: 68%;
  border-radius: 20px;
  overflow: hidden;
  border: 10px solid #fff;
  transform: rotate(2deg);
}
.about-photo-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-photo-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 58%;
  height: 46%;
  border-radius: 20px;
  overflow: hidden;
  border: 10px solid #fff;
  transform: rotate(-4deg);
}
.about-photo-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-tape {
  position: absolute;
  top: -12px;
  right: 32%;
  width: 100px;
  height: 24px;
  background: rgba(232, 148, 90, 0.4);
  transform: rotate(-6deg);
  border-radius: 2px;
  z-index: 3;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
}

.about-cat {
  position: absolute;
  bottom: -18px;
  right: -10px;
  width: 200px;
  z-index: 4;
  transform: rotate(-8deg);
}

.about-cat2 {
  position: absolute;
  top: -18px;
  left: -10px;
  width: 200px;
  z-index: 4;
  transform: rotate(-8deg);
}

.about-text h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.7;
  margin-bottom: 22px;
  color: var(--ink);
  letter-spacing: 0.02em;
}
.about-text h3 em {
  font-style: normal;
  color: var(--green-dk);
}
.about-text p {
  color: var(--ink-lt);
  margin-bottom: 20px;
  line-height: 2.15;
}

.points {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 88px;
}

.point {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 32px 20px 26px;
  text-align: center;
  transition: transform 0.25s ease;
  position: relative;
}
.point:hover {
  transform: translateY(-4px);
}
.point:nth-child(2) .point-icon {
  background: #FBE5D2;
}
.point:nth-child(3) .point-icon {
  background: #F0E8D1;
}
.point:nth-child(4) .point-icon {
  background: #E0EED9;
}
.point h4 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: var(--ink);
  margin-bottom: 8px;
  line-height: 1.5;
}
.point p {
  font-size: 12px;
  color: var(--ink-lt);
  line-height: 1.85;
  font-family: "Zen Maru Gothic", sans-serif;
}

.point-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 16px;
  background: var(--sage-lt);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.point-icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.usecase {
  position: relative;
  padding: 130px 0;
  overflow: hidden;
}
.usecase > .container {
  position: relative;
  z-index: 2;
}
.usecase--fish {
  background: var(--sand);
}
.usecase--ski .usecase-badge {
  color: var(--orange-dk);
  border-color: var(--orange);
}
.usecase--ski .usecase-title em {
  color: var(--orange-dk);
}
.usecase--ski .feature-icon {
  background: #FBE5D2;
}
.usecase--ski .feature h3,
.usecase--ski .feature h4 {
  color: var(--orange-dk);
}

.usecase-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  overflow: hidden;
}
.usecase-bg img {
  width: 100%;
  height: 100%;
  opacity: 0.4;
}

.usecase-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: var(--green-dk);
  border: 1.5px solid var(--green);
  padding: 8px 20px;
  border-radius: 999px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 16px;
}
.usecase-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
}

.usecase-illust01 {
  position: absolute;
  top: 2%;
  right: 2%;
  width: 300px;
  z-index: 10;
}

.usecase-title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.65;
  letter-spacing: 0.03em;
  color: var(--ink);
  margin-bottom: 18px;
}
.usecase-title em {
  font-style: normal;
  color: var(--green-dk);
}

.usecase-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  margin-bottom: 60px;
}

.usecase-lead {
  color: var(--ink-lt);
  line-height: 2.15;
  font-family: "Zen Maru Gothic", sans-serif;
}

.usecase-hero-visual {
  position: relative;
  height: 420px;
}

.usecase-hero-photo {
  position: absolute;
  top: 0;
  right: 0;
  width: 90%;
  height: 88%;
  border-radius: 20px;
  overflow: hidden;
  border: 10px solid #fff;
  transform: rotate(2deg);
}
.usecase-hero-photo div,
.usecase-hero-photo p {
  height: 100%;
}
.usecase-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.usecase-hero-illus {
  position: absolute;
  bottom: -16px;
  left: -12px;
  width: 220px;
  z-index: 3;
}

.usecase-hero-illus2 {
  position: absolute;
  top: -10%;
  right: -5%;
  width: 80px;
  z-index: 3;
  transform: rotate(-15deg);
}

.usecase-float-cat {
  position: absolute;
  z-index: 1;
  opacity: 0.9;
  pointer-events: none;
}

.usecase-cta-wrap {
  text-align: center;
  margin-top: 12px;
}

.mid-cta {
  padding: 120px 0;
  text-align: center;
  background: var(--green);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.mid-cta h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.6;
  margin-bottom: 12px;
  letter-spacing: 0.04em;
}
.mid-cta p {
  opacity: 0.92;
  margin-bottom: 40px;
}

.mid-cta-inner {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 28px;
}

.mid-cta-cat {
  position: absolute;
  bottom: 5%;
  right: 8%;
  width: 200px;
  transform: rotate(8deg);
  z-index: 1;
  opacity: 0.9;
}

.mid-cta-cat2 {
  position: absolute;
  top: 5%;
  left: 10%;
  width: 150px;
  transform: rotate(8deg);
  z-index: 1;
  opacity: 0.9;
}

.facility {
  background: var(--cream);
}

.plan {
  background: var(--sand);
  position: relative;
}

.access {
  background: var(--sand);
}

.faq {
  background: var(--cleam);
  position: relative;
}

.calendar {
  background: var(--cream);
  position: relative;
  overflow: hidden;
}
.calendar .container {
  position: relative;
  z-index: 1;
}

.calendar-illust {
  position: absolute;
  top: 60px;
  right: -30px;
  width: 140px;
  opacity: 0.55;
  transform: rotate(8deg);
  pointer-events: none;
  z-index: 0;
}

.calendar-cat {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 110px;
  opacity: 0.9;
  pointer-events: none;
  z-index: 0;
}

.final {
  position: relative;
  padding: 130px 0;
  text-align: center;
  color: #fff;
  overflow: hidden;
}
.final::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #5E9356;
  z-index: -1;
  opacity: 0.9;
}
.final h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.55;
  margin-bottom: 20px;
  letter-spacing: 0.04em;
}
.final p {
  margin-bottom: 40px;
  line-height: 2.1;
  font-family: "Zen Maru Gothic", sans-serif;
}
.final .hand {
  font-family: "Caveat", cursive;
  font-size: 28px;
  margin-bottom: 8px;
  display: block;
  opacity: 0.95;
}

.final-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  display: flex;
}
.final-bg img {
  width: 50%;
  height: 100%;
  object-fit: cover;
}

.final-inner {
  position: relative;
  z-index: 2;
  max-width: 860px;
  margin: 0 auto;
  padding: 0 28px;
}

.final-tel {
  margin-top: 22px;
  font-size: 12px;
  opacity: 0.75;
  font-family: "Zen Maru Gothic", sans-serif;
}

.final-cat {
  position: absolute;
  bottom: 30px;
  left: 6%;
  width: 200px;
  opacity: 0.9;
  z-index: 1;
  transform: rotate(-8deg);
}

.final-cat-2 {
  position: absolute;
  bottom: 30px;
  right: 6%;
  width: 200px;
  opacity: 0.85;
  z-index: 1;
  transform: rotate(6deg);
}

.final-illust {
  position: absolute;
  top: 30px;
  left: 6%;
  width: 120px;
  opacity: 0.9;
  z-index: 1;
  transform: rotate(-20deg);
}

.final-illust-2 {
  position: absolute;
  top: 30px;
  right: 6%;
  width: 200px;
  opacity: 0.85;
  z-index: 1;
  transform: rotate(15deg);
}

.telnum div,
.telnum p {
  display: inline;
}

:root {
  --green: #7BAF6E;
  --green-dk: #5E9356;
  --sage: #A8C99B;
  --sage-lt: #D6E7CB;
  --cream: #FBF8F2;
  --sand: #f5f0e6;
  --sand-dk: #D8CDB5;
  --orange: #E8945A;
  --orange-dk: #D47E43;
  --ink: #3A3A32;
  --ink-lt: #6B6B5F;
  --muted: #9A9A8E;
  --line: #EAE4D4;
}

@media (max-width: 1000px) {
  .nav {
    display: none;
  }
  .nav-toggle {
    display: inline-flex;
  }
  .header .btn--cta.btn--sm {
    display: none;
  }
}
@media (max-width: 960px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .hero h1 {
    font-size: 38px;
  }
}
@media (max-width: 900px) {
  .hero-name {
    max-width: 65%;
    margin-inline: auto;
    margin-bottom: 20px;
  }
  .hero-text {
    text-align: center;
  }
  .logo {
    padding: 16px;
  }
  .logo img {
    width: 80px;
  }
  .about-body {
    grid-template-columns: 1fr;
  }
  .points {
    grid-template-columns: repeat(2, 1fr);
  }
  .usecase-hero {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .scene-grid {
    grid-template-columns: 1fr;
  }
  .features {
    grid-template-columns: 1fr;
  }
  .gallery-strip .g-item {
    height: 230px;
  }
  .fac-grid {
    grid-template-columns: 1fr;
  }
  .info-table th {
    width: 120px;
    height: 100%;
    display: inline-block;
    padding: 14px 16px;
  }
  .info-table td {
    padding: 14px 16px;
  }
  .plan-grid {
    grid-template-columns: 1fr;
  }
  .access-body {
    grid-template-columns: 1fr;
  }
  .info-boxes {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .calendar-frame iframe {
    height: 520px;
  }
  .calendar-illust {
    width: 100px;
    top: 30px;
  }
  .calendar-cat {
    width: 80px;
  }
}
@media (max-width: 800px) {
  .info-strip-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
  }
  .info-item::after {
    display: none;
  }
}
@media (max-width: 700px) {
  .logo {
    padding: 12px;
  }
  .logo img {
    width: 60px;
  }
  .nav-toggle {
    top: 16px;
    right: 16px;
  }
  .section {
    padding: 60px 0;
  }
  .container {
    padding: 0 14px;
  }
  .usecase {
    padding: 80px 0;
  }
  .final {
    padding: 90px 0;
  }
  .section-title {
    font-size: 26px;
  }
  .usecase-title {
    font-size: 24px;
  }
  .hero {
    padding: 50px 0 80px;
  }
  .hero h1 {
    font-size: 28px;
  }
  .scene-highlight {
    flex-wrap: wrap;
    gap: 8px;
    padding: 10px 14px;
  }
  .scene-highlight p {
    font-size: 0.92em;
    flex-basis: 100%;
  }
  .calendar-frame iframe {
    height: 460px;
  }
  .calendar-legend {
    gap: 14px;
    font-size: 0.88em;
  }
  .calendar-cat {
    display: none;
  }
  .coming-soon {
    padding: 60px 16px;
  }
  .coming-soon__label {
    font-size: 2.2em;
  }
  .sticky-bar .label {
    display: none;
  }
  .hero {
    padding: 100px 0 40px;
  }
  .hero h1 {
    margin-bottom: 20px;
  }
  .hero-lead {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .hero-inner {
    padding: 0 20px;
  }
  .hero-badges div {
    gap: 10px;
  }
  .hero-badges div .hero-badge {
    padding: 8px 16px;
    min-width: 48%;
    font-size: 0.8em;
  }
  .hero-badges div .hero-badge strong {
    font-size: 1.1em;
  }
  .plan-head {
    font-size: 1.1em;
    padding: 10px 26px;
  }
  .plan-body {
    padding: 16px;
  }
  .access-addr h3,
  .access-addr h4 {
    font-size: 16px;
  }
  .access-addr {
    padding: 15px;
  }
  .plan-name {
    font-size: 18px;
  }
  .plan-price {
    font-size: 2.2em;
  }
  .about-body {
    gap: 30px;
  }
  .about-cat,
  .about-cat2 {
    width: 130px;
  }
  .hero-grid {
    gap: 32px;
  }
  .hero-photo-main {
    height: 250px;
    border-radius: 40px;
  }
  .hero-visual .bottom {
    margin-top: 10px;
  }
  .hero-photo-sub {
    border-radius: 20px;
  }
  .hero-cat-1 {
    width: 150px;
  }
  .hero-cat-2 {
    width: 150px;
  }
  .btn {
    width: 100%;
  }
  .btn img {
    width: 36px;
  }
  .hero-btns .btn {
    font-size: 0.9em;
    min-width: 100%;
  }
  .btn .tel {
    font-size: 20px;
  }
  .info-icon {
    width: 80%;
    height: auto;
  }
  .info-item h3,
  .info-item h4 {
    font-size: 1em;
  }
  .info-item p {
    font-size: 0.7em;
  }
  .label-en {
    font-size: 2.5em;
  }
  .section-title {
    font-size: 18px;
  }
  .about-photos {
    position: relative;
    height: 420px;
  }
  .about-text h3 {
    font-size: 20px;
  }
  body {
    font-size: 16px;
    line-height: 1.8;
  }
  .info-strip-inner {
    padding: 0 12px;
    padding: 0 12px;
  }
  .about-text p {
    line-height: 1.8;
  }
  .usecase-illust01 {
    width: 120px;
    top: 1%;
  }
  .usecase-lead {
    line-height: 1.8;
  }
  .usecase-hero-visual {
    height: 320px;
  }
  .scene-body {
    padding: 16px;
  }
  .scene-desc {
    line-height: 1.8;
  }
  .mid-cta-cat2,
  .mid-cta-cat {
    width: 100px;
  }
  .mid-cta h2 {
    font-size: 20px;
  }
  .mid-cta {
    padding: 60px 0;
  }
  .mid-cta-cat {
    bottom: -3%;
    right: -5%;
  }
  .mid-cta-cat2 {
    width: 80px;
    top: 2%;
    left: 4%;
  }
  .btn {
    min-height: auto;
  }
  .gallery-strip {
    margin-top: 40px;
    gap: 10px;
  }
  .gallery-strip .g-item {
    height: 130px;
  }
  .final h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .final p {
    margin-bottom: 20px;
  }
  .final-illust {
    left: -1%;
    width: 60px;
  }
  .final-illust-2 {
    top: 19px;
    right: 1%;
    width: 100px;
  }
  .final-cat {
    bottom: 10px;
    left: 1%;
    width: 100px;
  }
  .final-cat-2 {
    bottom: 10px;
    right: 1%;
    width: 100px;
  }
  .footer {
    padding: 40px 0;
    text-align: center;
  }
  .footer-grid {
    flex-direction: column;
  }
  .sns {
    justify-content: center;
  }
  .footer-logo {
    justify-content: center;
    align-items: center;
  }
  .footer-logo img {
    width: 60px;
    height: 60px;
  }
  .footer-logo-en {
    font-size: 20px;
  }
  .btn--cta {
    min-width: 100%;
  }
  #sp-nav .sp-contact {
    margin-top: 20px;
  }
  .hero-badges div .hero-badge {
    flex-direction: column;
  }
}