:root {
  --navy: #0b3d6e;
  --deep: #072a4c;
  --coral: #e85d2c;
  --yellow: #f5c518;
  --paper: #f7f3eb;
  --ink: #1a2433;
  --muted: #617182;
  --line: rgba(11, 61, 110, 0.16);
  --white: #fff;
  --font:
    "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", system-ui,
    sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body.me-orion {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 16px/1.7 var(--font);
  -webkit-font-smoothing: antialiased;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
}
.me-wrap {
  width: min(1160px, calc(100% - 48px));
  margin-inline: auto;
}
.me-skip {
  position: fixed;
  z-index: 200;
  left: 1rem;
  top: -5rem;
  background: var(--yellow);
  color: var(--deep);
  padding: 0.55rem 0.9rem;
  font-weight: 800;
}
.me-skip:focus {
  top: 1rem;
}
.me-top {
  position: relative;
  z-index: 50;
  background: var(--deep);
  color: var(--white);
}
.me-top-inner {
  width: min(1160px, calc(100% - 48px));
  min-height: 68px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.me-brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
}
.me-brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}
.me-brand span {
  display: grid;
  line-height: 1.1;
}
.me-brand strong {
  letter-spacing: 0.035em;
  font-size: 1.05rem;
}
.me-brand small {
  margin-top: 0.28rem;
  opacity: 0.65;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
}
.me-top-links {
  display: flex;
  gap: 0.45rem;
}
.me-top-links a {
  padding: 0.36rem 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
}
.me-top-links a:hover {
  background: #ffffff1c;
}
.me-hero {
  position: relative;
  min-height: 660px;
  overflow: hidden;
  background: var(--deep);
  color: var(--white);
  isolation: isolate;
}
.me-hero-photo,
.me-hero-photo img,
.me-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.me-hero-photo img {
  object-fit: cover;
  object-position: center;
}
.me-hero-shade {
  background: linear-gradient(
    91deg,
    rgba(7, 42, 76, 0.96) 0%,
    rgba(7, 42, 76, 0.85) 38%,
    rgba(7, 42, 76, 0.35) 72%,
    rgba(7, 42, 76, 0.18) 100%
  );
}
.me-hero-inner {
  position: relative;
  z-index: 2;
  padding-top: clamp(4.8rem, 9vw, 8.5rem);
  padding-bottom: 4.5rem;
}
.me-eyebrow,
.me-section-index,
.me-panel-label {
  margin: 0;
  color: var(--coral);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}
.me-eyebrow {
  color: var(--yellow);
}
.me-hero h1 {
  max-width: none;
  margin: 0.6rem 0 0.9rem;
  font-size: clamp(3.2rem, 7vw, 6.1rem);
  line-height: 0.98;
  letter-spacing: -0.075em;
}
.me-hero-title-line,
.me-hero h1 em {
  display: block;
  white-space: nowrap;
}
.me-hero h1 em {
  font-style: normal;
  color: var(--yellow);
}
.me-hero-copy {
  margin: 0;
  max-width: 33rem;
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  font-weight: 600;
}
.me-hero-prices {
  display: flex;
  gap: 1.5rem;
  margin: 1.7rem 0;
}
.me-hero-prices span {
  display: grid;
  gap: 0.1rem;
  border-bottom: 2px solid var(--coral);
  padding-bottom: 0.35rem;
}
.me-hero-prices b {
  font-size: 0.8rem;
}
.me-hero-prices strong {
  font-size: clamp(1.65rem, 3.1vw, 2.5rem);
  line-height: 1;
  color: var(--yellow);
  letter-spacing: -0.04em;
}
.me-hero-prices small {
  display: block;
  margin-top: 0.25rem;
  color: var(--white);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.me-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}
.me-btn {
  display: flex;
  min-width: 175px;
  flex-direction: column;
  gap: 0.05rem;
  border-radius: 6px;
  padding: 0.8rem 1rem;
  font-weight: 900;
  line-height: 1.3;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.me-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px #0003;
}
.me-btn small {
  font-size: 0.73rem;
  font-weight: 700;
}
.me-btn-phone {
  background: var(--coral);
  color: var(--white);
}
.me-btn-ig {
  background: var(--white);
  color: var(--deep);
}
.me-availability {
  margin: 1rem 0 0;
  font-size: 0.8rem;
  font-weight: 700;
}
.me-route {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  fill: none;
  stroke: var(--coral);
  stroke-width: 4;
}
.me-route circle {
  fill: var(--coral);
  stroke: var(--paper);
  stroke-width: 4;
}
.me-route-hero {
  right: -4%;
  bottom: -16px;
  width: min(54vw, 720px);
  opacity: 0.95;
}
.me-localnav {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--navy);
  box-shadow: 0 8px 20px #072a4c2e;
}
.me-localnav-inner {
  width: min(1160px, 100%);
  margin: auto;
  display: flex;
  justify-content: center;
  overflow-x: auto;
}
.me-localnav a {
  position: relative;
  flex: 0 0 auto;
  padding: 0.85rem 1.5rem;
  color: #fff;
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 800;
}
.me-localnav a:not(:last-child):after {
  position: absolute;
  right: 0;
  top: 30%;
  height: 40%;
  border-right: 1px solid #ffffff54;
  content: "";
}
.me-localnav a:hover,
.me-localnav a:focus-visible {
  color: var(--yellow);
}
.me-section {
  padding: clamp(4.3rem, 9vw, 8rem) 0;
}
.me-section-head {
  max-width: 650px;
  margin-bottom: 2.3rem;
}
.me-section-head h2 {
  margin: 0.15rem 0 0.45rem;
  color: var(--navy);
  font-size: clamp(2.25rem, 5vw, 4.4rem);
  line-height: 1.08;
  letter-spacing: -0.065em;
}
.me-section-head > p:last-child {
  margin: 0;
  color: var(--muted);
}
.me-howto .me-section-head,
.me-locations .me-section-head {
  max-width: none;
}
.me-howto .me-section-head h2,
.me-locations .me-section-head h2 {
  white-space: nowrap;
  font-size: clamp(2.25rem, 4.8vw, 4.05rem);
}
.me-price-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(270px, 0.75fr);
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 18px 48px rgba(7, 42, 76, 0.09);
}
.me-table-scroll {
  min-height: 100%;
  overflow-x: auto;
}
.me-price-table {
  width: 100%;
  height: 100%;
  min-width: 650px;
  border-collapse: collapse;
}
.me-price-table th,
.me-price-table td {
  padding: 1.15rem 1rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: center;
}
.me-price-table thead th {
  background: var(--navy);
  color: #fff;
  font-size: 0.84rem;
}
.me-price-table tbody th {
  background: #eef3f4;
  color: var(--navy);
  text-align: left;
  font-size: 1rem;
}
.me-price-table td strong {
  display: block;
  color: var(--coral);
  font-size: 1.25rem;
  letter-spacing: -0.04em;
}
.me-price-table td small {
  font-size: 0.68rem;
  font-weight: 700;
}
.me-price-side {
  padding: 1.7rem;
  background: var(--deep);
  color: #fff;
}
.me-price-side-label {
  margin: 0;
  color: var(--yellow);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}
.me-price-side h3 {
  margin: 0.35rem 0 1.45rem;
  font-size: 1.35rem;
  line-height: 1.35;
}
.me-kit-icons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 0.6rem;
}
.me-kit-icons span {
  display: grid;
  justify-items: center;
  gap: 0.35rem;
  font-size: 0.72rem;
  font-weight: 800;
}
.me-kit-icons img {
  width: 46px;
  height: 46px;
  filter: brightness(0) invert(1);
  object-fit: contain;
}
.me-price-details {
  margin-top: 1rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.me-price-details summary {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  padding: 1rem 0;
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 900;
}
.me-price-details summary::-webkit-details-marker {
  display: none;
}
.me-price-details[open] summary span {
  transform: rotate(45deg);
}
.me-price-details div {
  padding: 0 0 1rem;
  color: var(--muted);
  font-size: 0.88rem;
}
.me-price-details p {
  margin: 0.35rem 0;
}
.me-price-details strong {
  color: var(--ink);
}
.me-wakuwaku {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
  padding: 1.1rem 1.35rem;
  background: var(--yellow);
  color: var(--deep);
}
.me-wakuwaku span {
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.me-wakuwaku p {
  margin: 0;
  font-size: 0.92rem;
}
.me-wakuwaku a {
  color: var(--deep);
  font-weight: 800;
  text-underline-offset: 0.15em;
}
.me-lang {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-right: 0.35rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}
.me-lang a[aria-current="page"] {
  color: var(--yellow);
  pointer-events: none;
}
.me-waku-section {
  background: var(--white);
}
.me-waku-hero {
  margin: 0 0 1.75rem;
}
.me-waku-hero img {
  width: min(100%, 720px);
  margin-inline: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: var(--paper);
}
.me-waku-hero figcaption {
  margin-top: 0.65rem;
  color: var(--muted);
  font-size: 0.88rem;
}
.me-waku-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.me-waku-grid li {
  display: grid;
  gap: 0.75rem;
}
.me-waku-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: var(--paper);
}
.me-waku-grid h3 {
  margin: 0 0 0.3rem;
  color: var(--navy);
  font-size: 1.05rem;
}
.me-waku-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}
.me-waku-note {
  margin-top: 1.75rem;
  padding: 1.15rem 1.35rem;
  border-left: 4px solid var(--coral);
  background: var(--paper);
}
.me-waku-note p {
  margin: 0 0 0.55rem;
  font-size: 0.9rem;
}
.me-waku-note p:last-child {
  margin-bottom: 0;
}
.me-faq-section {
  background: var(--paper);
}
.me-faq {
  display: grid;
  gap: 0.65rem;
}
.me-faq details {
  border: 1px solid var(--line);
  background: #fff;
}
.me-faq summary {
  cursor: pointer;
  padding: 1rem 1.15rem;
  color: var(--navy);
  font-weight: 800;
  list-style: none;
}
.me-faq summary::-webkit-details-marker {
  display: none;
}
.me-faq details[open] summary {
  border-bottom: 1px solid var(--line);
}
.me-faq details p {
  margin: 0;
  padding: 0.9rem 1.15rem 1.1rem;
  color: var(--muted);
  font-size: 0.92rem;
}
.me-howto {
  background: var(--white);
}
.me-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.me-timeline:before {
  position: absolute;
  top: 29px;
  left: 8%;
  right: 8%;
  border-top: 3px solid var(--coral);
  content: "";
}
.me-timeline li {
  position: relative;
  z-index: 1;
  padding-right: 0.5rem;
}
.me-step-num {
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 1rem;
  border: 4px solid var(--paper);
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  font-weight: 900;
}
.me-timeline h3 {
  margin: 0 0 0.4rem;
  color: var(--navy);
  font-size: 1.1rem;
}
.me-timeline p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}
.me-booking-panel {
  display: grid;
  grid-template-columns: 1.25fr 1fr auto;
  gap: 2rem;
  align-items: center;
  margin-top: 3.2rem;
  padding: 1.8rem 2rem;
  border-left: 5px solid var(--coral);
  background: var(--paper);
}
.me-booking-panel h3 {
  margin: 0.2rem 0 0.5rem;
  color: var(--navy);
  font-size: 1.2rem;
}
.me-booking-panel p:not(.me-panel-label) {
  margin: 0.2rem 0;
  color: var(--muted);
  font-size: 0.87rem;
}
.me-need {
  margin: 0.4rem 0 0;
  padding-left: 1.15rem;
  font-size: 0.9rem;
  font-weight: 700;
}
.me-locations {
  background: var(--paper);
}
.me-delivery-rule {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  margin: 0 0 2rem;
  padding: 1.1rem 1.25rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.me-delivery-rule p {
  margin: 0;
  font-size: 0.9rem;
}
.me-rule-dot {
  display: block;
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  margin-top: 0.45rem;
  border: 3px solid var(--paper);
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 0 0 2px var(--coral);
}
.me-location-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 1.5rem;
}
.me-location-grid-single {
  grid-template-columns: 1fr;
}
.me-hotel-card {
  display: flex;
  min-height: 365px;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.7rem;
  background: var(--navy);
  color: #fff;
}
.me-hotel-top {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: start;
}
.me-hotel-top span {
  background: var(--yellow);
  color: var(--deep);
  padding: 0.25rem 0.45rem;
  font-size: 0.7rem;
  font-weight: 900;
}
.me-hotel-top p {
  margin: 0;
  font-size: 0.63rem;
  letter-spacing: 0.1em;
  opacity: 0.7;
}
.me-hotel-card .me-hotel-photo {
  width: 100%;
  height: 170px;
  margin: 1rem 0 0;
  object-fit: cover;
}
.me-hotel-card h3 {
  margin: 1rem 0 0.75rem;
  font-size: 1.65rem;
  line-height: 1.2;
}
.me-hotel-card p {
  margin: 0.35rem 0;
  font-size: 0.86rem;
}
.me-hotel-card a {
  display: flex;
  justify-content: space-between;
  padding-top: 1rem;
  border-top: 1px solid #fff5;
  color: var(--yellow);
  font-size: 0.85rem;
  font-weight: 900;
  text-decoration: none;
}
.me-return-intro {
  padding: 0.7rem 0;
}
.me-return-intro h3 {
  margin: 0.25rem 0;
  color: var(--navy);
  font-size: 1.5rem;
}
.me-return-intro > p:last-of-type {
  margin: 0.2rem 0 1rem;
  color: var(--muted);
  font-size: 0.87rem;
}
.me-return-map {
  display: grid;
  min-height: 230px;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #d9e7e8;
  color: var(--muted);
  font-size: 0.85rem;
}
.me-return-map[hidden] {
  display: none;
}
.me-return-spots {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1.5rem;
}
.me-return-card {
  display: flex;
  min-height: 180px;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.25rem;
  border: 1px solid var(--line);
  background: #fff;
}
.me-return-card h3 {
  margin: 0;
  color: var(--navy);
  font-size: 1.05rem;
}
.me-return-card p {
  margin: 0.35rem 0;
  color: var(--muted);
  font-size: 0.8rem;
}
.me-return-card a {
  color: var(--coral);
  font-size: 0.8rem;
  font-weight: 900;
}
.me-map-loading,
.me-map-error {
  margin: 0;
  color: var(--muted);
}
.me-map-error {
  color: var(--coral);
  font-weight: 800;
}
.me-leaflet-pin {
  background: transparent;
  border: 0;
}
.me-leaflet-pin-dot {
  display: block;
  width: 22px;
  height: 22px;
  border: 3px solid #fff;
  border-radius: 50% 50% 50% 0;
  background: var(--coral);
  box-shadow: 0 2px 8px #072a4c59;
  transform: rotate(-45deg);
}
.me-card-active {
  outline: 3px solid var(--coral);
  outline-offset: 3px;
}
.me-notes {
  background: var(--deep);
  color: #fff;
}
.me-notes .me-section-index {
  color: var(--yellow);
}
.me-notes .me-section-head h2 {
  color: #fff;
}
.me-notes-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 3rem;
  align-items: start;
}
.me-notes-grid ul {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.me-notes-grid li {
  padding-bottom: 1rem;
  border-bottom: 1px solid #ffffff36;
}
.me-cancel {
  padding: 1.6rem;
  background: #ffffff10;
  border: 1px solid #ffffff36;
}
.me-cancel .me-panel-label {
  color: var(--yellow);
}
.me-cancel h3 {
  margin: 0.2rem 0 1rem;
  font-size: 1.5rem;
}
.me-cancel p {
  margin: 0.3rem 0;
}
.me-cancel small {
  color: #ffffffae;
}
.me-footer {
  padding: 2rem 0 calc(2rem + env(safe-area-inset-bottom));
  background: var(--deep);
  border-top: 1px solid #ffffff2e;
  color: #ffffffad;
}
.me-footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  align-items: center;
  font-size: 0.8rem;
}
.me-footer-inner > div {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: #fff;
}
.me-footer-inner img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}
.me-footer p {
  margin: 0;
}
.me-footer a {
  color: var(--yellow);
}
.me-mobile-cta {
  display: none;
}
.me-orion a:focus-visible,
.me-orion summary:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 3px;
}
@media (max-width: 820px) {
  .me-hero {
    min-height: 620px;
  }
  .me-price-layout {
    grid-template-columns: 1fr;
  }
  .me-price-side {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.2rem;
  }
  .me-price-side h3 {
    margin: 0.25rem 0;
    font-size: 1.1rem;
  }
  .me-kit-icons {
    margin-left: auto;
    grid-template-columns: repeat(4, 1fr);
  }
  .me-kit-icons img {
    width: 34px;
    height: 34px;
  }
  .me-timeline {
    grid-template-columns: 1fr 1fr;
    gap: 1.8rem 1rem;
  }
  .me-timeline:before {
    top: 29px;
    left: 15%;
    right: 15%;
    background: linear-gradient(
      90deg,
      var(--coral) 45%,
      transparent 45%,
      transparent 55%,
      var(--coral) 55%
    );
    border: 0;
    height: 3px;
  }
  .me-booking-panel {
    grid-template-columns: 1fr 1fr;
  }
  .me-booking-panel .me-btn {
    grid-column: 1/-1;
    width: max-content;
  }
  .me-location-grid,
  .me-notes-grid {
    grid-template-columns: 1fr;
  }
  .me-return-spots {
    grid-template-columns: 1fr 1fr;
  }
  .me-hotel-card {
    min-height: 290px;
  }
}
@media (max-width: 580px) {
  body.me-orion {
    padding-bottom: 68px;
  }
  .me-wrap,
  .me-top-inner {
    width: min(100% - 32px, 1160px);
  }
  .me-top-inner {
    min-height: 60px;
  }
  .me-brand img {
    width: 36px;
    height: 36px;
  }
  .me-brand small {
    display: none;
  }
  .me-top-links a {
    padding: 0.32rem 0.45rem;
    font-size: 0.72rem;
  }
  .me-hero {
    min-height: 650px;
  }
  .me-hero-photo img {
    object-position: 58% center;
  }
  .me-hero-shade {
    background: linear-gradient(
      90deg,
      rgba(7, 42, 76, 0.94),
      rgba(7, 42, 76, 0.68)
    );
  }
  .me-hero-inner {
    padding-top: 4.4rem;
  }
  .me-hero h1 {
    font-size: 2.65rem;
    letter-spacing: -0.06em;
  }
  .me-hero-copy {
    font-size: 0.93rem;
  }
  .me-hero-copy span,
  .me-availability span {
    display: block;
  }
  .me-hero-prices {
    gap: 0.8rem;
  }
  .me-hero-prices strong {
    font-size: 1.45rem;
  }
  .me-cta-row {
    display: none;
  }
  .me-route-hero {
    right: -65%;
    bottom: -5px;
    width: 650px;
  }
  .me-localnav-inner {
    justify-content: flex-start;
  }
  .me-localnav a {
    padding: 0.78rem 0.9rem;
    font-size: 0.77rem;
  }
  .me-section {
    padding: 4rem 0;
  }
  .me-section-head {
    margin-bottom: 1.7rem;
  }
  .me-section-head h2 {
    font-size: 2.25rem;
  }
  .me-howto .me-section-head h2,
  .me-locations .me-section-head h2 {
    white-space: normal;
    font-size: 2.25rem;
  }
  .me-price-layout {
    border: 0;
    box-shadow: none;
    background: transparent;
  }
  .me-table-scroll {
    overflow: visible;
  }
  .me-price-table,
  .me-price-table tbody,
  .me-price-table tr {
    display: block;
    min-width: 0;
  }
  .me-price-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
  .me-price-table tr {
    margin-bottom: 1rem;
    border: 1px solid var(--line);
    background: #fff;
  }
  .me-price-table tbody th {
    display: block;
    padding: 0.9rem 1rem;
    background: var(--navy);
    color: #fff;
    text-align: left;
  }
  .me-price-table td {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    padding: 0.75rem 1rem;
    text-align: right;
  }
  .me-price-table td:before {
    content: attr(data-label);
    color: var(--navy);
    font-size: 0.82rem;
    font-weight: 900;
    text-align: left;
  }
  .me-price-table td strong {
    font-size: 1.12rem;
  }
  .me-price-side {
    display: block;
    margin-top: 0.25rem;
  }
  .me-price-side h3 {
    margin: 0.3rem 0 1rem;
  }
  .me-kit-icons {
    margin: 0;
  }
  .me-wakuwaku {
    align-items: flex-start;
    padding: 1rem;
  }
  .me-waku-grid {
    grid-template-columns: 1fr;
  }
  .me-timeline {
    grid-template-columns: 1fr;
    gap: 1.35rem;
    padding-left: 1rem;
  }
  .me-timeline:before {
    top: 25px;
    bottom: 25px;
    left: 31px;
    right: auto;
    width: 3px;
    height: auto;
    background: var(--coral);
  }
  .me-timeline li {
    display: grid;
    grid-template-columns: 58px 1fr;
    column-gap: 0.8rem;
  }
  .me-step-num {
    width: 50px;
    height: 50px;
    margin: 0;
    grid-row: span 2;
  }
  .me-timeline h3 {
    align-self: end;
  }
  .me-timeline p {
    grid-column: 2;
  }
  .me-booking-panel {
    grid-template-columns: 1fr;
    gap: 1.1rem;
    padding: 1.3rem;
  }
  .me-booking-panel .me-btn {
    width: 100%;
  }
  .me-location-grid {
    gap: 1rem;
  }
  .me-hotel-card {
    min-height: 300px;
  }
  .me-return-map {
    min-height: 250px;
  }
  .me-return-spots {
    grid-template-columns: 1fr;
  }
  .me-notes-grid {
    gap: 1.6rem;
  }
  .me-footer-inner {
    display: grid;
    gap: 1rem;
  }
  .me-mobile-cta {
    position: fixed;
    z-index: 80;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    padding: 8px max(10px, env(safe-area-inset-left))
      calc(8px + env(safe-area-inset-bottom))
      max(10px, env(safe-area-inset-right));
    gap: 7px;
    background: var(--deep);
    box-shadow: 0 -8px 24px #072a4c38;
  }
  .me-mobile-cta a {
    display: grid;
    min-height: 46px;
    place-items: center;
    border-radius: 4px;
    background: var(--coral);
    color: #fff;
    font-size: 0.82rem;
    font-weight: 900;
    text-decoration: none;
  }
  .me-mobile-cta a + a {
    background: var(--white);
    color: var(--deep);
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
