:root {
  --ivory: #fbf4e8;
  --paper: #fffdf8;
  --white: #ffffff;
  --orange: #fd7d11;
  --orange-dark: #e66f0d;
  --nav-line: #ead3b5;
  --teal: #369b96;
  --teal-dark: #267a76;
  --teal-soft: #e8f5f1;
  --coral: #e96f68;
  --coral-dark: #d95751;
  --brown: #412b25;
  --muted: #74655f;
  --line: #eadfce;
  --shadow: 0 16px 38px rgba(86, 62, 43, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #333;
  background: var(--ivory);
  font-family: Meiryo, "Noto Sans JP", "Hiragino Kaku Gothic Pro", "Yu Gothic", system-ui, sans-serif;
  line-height: 1.8;
}

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

a {
  color: inherit;
}

h1,
h2,
h3,
.hero__title,
.cta {
  font-family: "Zen Maru Gothic", Meiryo, "Noto Sans JP", system-ui, sans-serif;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

.section {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding-top: 70px;
}

.section h2 {
  margin: 0 0 24px;
  color: var(--orange);
  text-align: center;
  font-size: clamp(1.65rem, 3.8vw, 2.55rem);
  line-height: 1.45;
}

/* Official-site inspired header */
.site-header {
  background: #fff;
  border-bottom: 2px solid var(--nav-line);
}

.site-header__inner {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 28px;
  align-items: center;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 22px 0 18px;
}

.site-header__logo img {
  width: 270px;
}

.site-header__contact {
  text-align: right;
  line-height: 1.55;
}

.site-header__contact p,
.site-header__contact strong,
.site-header__contact small {
  display: block;
  margin: 0;
}

.site-header__contact p {
  font-size: 0.82rem;
}

.site-header__contact strong {
  font-size: 1rem;
}

.site-header__tel {
  display: grid;
  gap: 2px;
  color: var(--orange);
  font-weight: 900;
  font-size: clamp(1.2rem, 2.6vw, 1.72rem);
  line-height: 1.25;
}

.site-header__tel a {
  color: inherit;
  text-decoration: none;
}

.section-lead {
  width: min(820px, 100%);
  margin: -8px auto 26px;
  text-align: center;
  color: var(--muted);
  font-weight: 700;
}

/* Hero */
.hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 15%, rgba(232, 111, 104, 0.12), transparent 30%),
    linear-gradient(115deg, #fffdf8 0%, var(--ivory) 58%, #f5e5cf 100%);
}

.hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  gap: 40px;
  align-items: center;
  width: min(1180px, calc(100% - 48px));
  min-height: 720px;
  margin: 0 auto;
  padding: 32px 0 54px;
}

.logo {
  display: none;
}

.hero__label,
.hero__kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 14px;
  border-radius: 999px;
  font-weight: 800;
}

.hero__label {
  padding: 10px 20px;
  color: #fff;
  background: linear-gradient(90deg, var(--teal), #55b7ad);
}

.hero__kicker {
  padding: 6px 14px;
  color: var(--orange-dark);
  background: #fff4e6;
  border: 1px solid rgba(253, 125, 17, 0.28);
}

h1 {
  margin: 4px 0 16px;
  color: #3b2a24;
  font-size: clamp(2.15rem, 5vw, 4.28rem);
  line-height: 1.23;
  letter-spacing: 0;
}

h1 span {
  color: var(--orange);
}

.hero__title {
  margin: 0 0 14px;
  padding-left: 16px;
  border-left: 5px solid var(--teal);
  font-size: clamp(1.18rem, 2.3vw, 1.62rem);
  font-weight: 700;
  line-height: 1.55;
}

.hero__title strong {
  font-size: 1.2em;
}

.hero__lead {
  width: min(660px, 100%);
  margin: 0 0 22px;
  font-weight: 700;
}

.hero-info {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  width: min(620px, 100%);
  margin-bottom: 22px;
}

.hero-info div {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 10px;
  align-items: center;
  padding: 9px 12px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(86, 62, 43, 0.06);
}

.hero-info b {
  color: var(--teal-dark);
}

.hero-info span {
  font-weight: 800;
}

.hero-actions p {
  margin: 14px 0 0;
  color: var(--muted);
  font-weight: 800;
}

.hero__visual {
  position: relative;
  min-height: 520px;
  padding: 22px;
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(248, 232, 207, 0.7));
  box-shadow: var(--shadow);
}

.hero__visual > img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: 56% 50%;
  border-radius: 16px;
  filter: saturate(0.9) brightness(1.08);
}

.visual-chip {
  position: absolute;
  z-index: 2;
  padding: 9px 14px;
  color: #fff;
  background: var(--teal);
  border-radius: 999px;
  font-weight: 800;
  box-shadow: var(--shadow);
}

.chip-one {
  top: 42px;
  left: 42px;
}

.chip-two {
  right: 36px;
  bottom: 190px;
  background: var(--coral);
}

.visual-note {
  position: absolute;
  right: 36px;
  bottom: 36px;
  width: 138px;
  height: 172px;
  overflow: hidden;
  border: 6px solid #fff;
  border-radius: 10px;
  box-shadow: var(--shadow);
}

.visual-note img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 12%;
}

/* CTA */
.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 64px;
  padding: 14px 28px;
  color: #fff;
  background: linear-gradient(135deg, #ff9433, var(--orange-dark));
  border: 0;
  border-radius: 10px;
  text-decoration: none;
  text-align: center;
  font-size: clamp(1.05rem, 2.5vw, 1.48rem);
  font-weight: 900;
  line-height: 1.35;
  box-shadow: 0 8px 0 rgba(180, 91, 20, 0.2);
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.cta::after {
  content: ">";
  font-size: 1.45em;
  line-height: 1;
}

.cta:hover,
.cta:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 10px 0 rgba(180, 91, 20, 0.2);
}

/* Benefits */
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.benefit-card,
.panel {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--shadow);
}

.benefit-card {
  position: relative;
  display: grid;
  grid-template-columns: 126px 1fr;
  gap: 20px;
  align-items: center;
  min-height: 230px;
  padding: 28px;
}

.benefit-card__badge {
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 4px 12px;
  color: #fff;
  background: var(--orange);
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.86rem;
}

.benefit-card img {
  width: 112px;
  height: 142px;
  object-fit: cover;
  object-position: 50% 12%;
  border-radius: 6px;
  box-shadow: 0 8px 18px rgba(86, 62, 43, 0.14);
}

.gift-illustration {
  display: grid;
  place-items: center;
  width: 118px;
  height: 82px;
  color: var(--teal-dark);
  background: linear-gradient(135deg, #fff, #f9e5d4);
  border: 2px solid #f0d4bd;
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(86, 62, 43, 0.1);
}

.gift-illustration::before,
.gift-illustration::after {
  display: none;
}

.gift-illustration svg {
  width: 82px;
  height: 54px;
  fill: none;
  stroke: var(--teal);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.benefit-card h3 {
  grid-column: 2;
  margin: 0;
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1.45;
}

.benefit-card h3 strong {
  color: var(--orange);
  font-size: 1.35em;
}

.benefit-card p,
.benefit-card small {
  grid-column: 2;
  margin: 0;
}

.benefit-card small {
  color: var(--muted);
}

/* Worries */
.worries h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.worries h2::before,
.worries h2::after {
  content: "";
  width: min(150px, 13vw);
  border-top: 4px dotted var(--teal);
}

.worry-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.worry-grid article {
  min-height: 190px;
  padding: 22px 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 8px 22px rgba(86, 62, 43, 0.07);
}

.worry-grid span {
  position: relative;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin: 0 auto 14px;
  color: var(--teal-dark);
  background: var(--teal-soft);
  border-radius: 50%;
  font-weight: 900;
  font-size: 1.5rem;
}

.worry-grid span::before,
.worry-grid span::after,
.round-icon::before,
.round-icon::after,
.step-grid b::before,
.step-grid b::after {
  display: none;
}

.icon-badge svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: var(--teal);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-home-question::before {
  width: 28px;
  height: 22px;
  border: 3px solid var(--teal);
  border-top: 0;
  border-radius: 3px;
  bottom: 13px;
}

.icon-home-question::after {
  width: 22px;
  height: 22px;
  border-left: 3px solid var(--teal);
  border-top: 3px solid var(--teal);
  transform: rotate(45deg);
  top: 12px;
}

.icon-search::before {
  width: 24px;
  height: 24px;
  border: 3px solid var(--teal);
  border-radius: 50%;
  left: 12px;
  top: 12px;
}

.icon-search::after {
  width: 18px;
  height: 3px;
  background: var(--teal);
  border-radius: 999px;
  right: 12px;
  bottom: 15px;
  transform: rotate(45deg);
}

.icon-talk::before {
  width: 30px;
  height: 23px;
  border: 3px solid var(--teal);
  border-radius: 12px;
  top: 14px;
}

.icon-talk::after {
  width: 12px;
  height: 12px;
  border-left: 3px solid var(--teal);
  border-bottom: 3px solid var(--teal);
  transform: rotate(-18deg);
  left: 17px;
  bottom: 14px;
}

.icon-priority::before {
  width: 30px;
  height: 28px;
  border-left: 3px solid var(--teal);
  border-bottom: 3px solid var(--teal);
  left: 17px;
  bottom: 14px;
}

.icon-priority::after {
  width: 34px;
  height: 22px;
  background:
    linear-gradient(var(--teal), var(--teal)) 0 16px / 30px 3px no-repeat,
    linear-gradient(var(--teal), var(--teal)) 0 8px / 22px 3px no-repeat,
    linear-gradient(var(--teal), var(--teal)) 0 0 / 14px 3px no-repeat;
  left: 18px;
  top: 15px;
}

.worry-grid p {
  margin: 0;
  font-weight: 800;
}

.center-copy {
  margin: 24px auto 0;
  text-align: center;
  font-size: clamp(1.22rem, 2.8vw, 1.72rem);
  font-weight: 900;
}

/* Measure */
.measure-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.panel {
  padding: 30px;
}

.measure-card {
  text-align: center;
}

.round-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  margin: 0 auto 14px;
  color: #fff;
  background: linear-gradient(180deg, #61bcb2, var(--teal));
  border-radius: 50%;
  font-size: 1.5rem;
  font-weight: 900;
}

.round-icon svg {
  width: 46px;
  height: 46px;
  fill: none;
  stroke: #fff;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.measure-card h3 {
  margin: 0 0 10px;
  color: var(--orange);
  font-size: 1.8rem;
}

.measure-card p {
  margin: 0;
  font-size: 1.12rem;
  font-weight: 800;
}

/* Steps */
.step-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.step-grid article {
  position: relative;
  padding: 20px 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(86, 62, 43, 0.07);
}

.step-grid b {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  background: linear-gradient(180deg, #ffad55, var(--orange));
  border-radius: 50%;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.38);
}

.step-grid b svg {
  position: absolute;
  inset: 9px;
  width: 26px;
  height: 26px;
  fill: none;
  stroke: #fff;
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.step-grid h3 {
  margin: 0 0 8px;
  font-size: 1.06rem;
  line-height: 1.45;
}

.step-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 700;
}

/* Compare */
.change .panel {
  padding: clamp(22px, 4vw, 38px);
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 10px;
  font-weight: 800;
}

.compare-table th {
  padding: 13px 14px;
  color: #fff;
  background: #8c8580;
  font-size: 1.1rem;
}

.compare-table th + th {
  background: var(--orange);
}

.compare-table td {
  padding: 13px 14px;
  border: 1px solid #d8ece8;
}

.compare-table td:nth-child(2) {
  color: #a44f00;
  background: #fff3e5;
}

/* Support */
.support-grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 22px;
  align-items: center;
}

.support-copy h2 {
  text-align: left;
}

.support-copy p {
  font-weight: 700;
}

.support-panel h3 {
  margin: 0 0 12px;
  color: var(--orange);
  font-size: 1.45rem;
}

.check-list,
.recommend-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li,
.recommend-list li {
  position: relative;
  padding-left: 28px;
  font-weight: 800;
}

.check-list li::before,
.recommend-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.25em;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  color: #fff;
  background: var(--teal);
  border-radius: 50%;
  font-size: 0.75rem;
  line-height: 1;
}

/* Reserve */
.reserve__content {
  padding: clamp(24px, 4vw, 38px);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88)),
    url("../img/store.jpg") center / cover;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow);
}

.reserve__eyebrow {
  margin: 0 0 8px;
  color: var(--orange);
  text-align: center;
  font-weight: 900;
}

.reserve dl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 0 0 24px;
}

.reserve dl div {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 12px;
  padding: 11px 13px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(234, 223, 206, 0.72);
  border-radius: 9px;
}

.reserve dt {
  color: var(--teal-dark);
  font-weight: 900;
}

.reserve dd {
  margin: 0;
  font-weight: 800;
}

.reserve .cta {
  display: flex;
  width: min(560px, 100%);
  margin: 0 auto;
}

/* Recommend */
.recommend-panel {
  padding: clamp(24px, 4vw, 38px);
}

.recommend-list {
  width: min(880px, 100%);
  margin: 0 auto;
}

/* FAQ */
.faq-list {
  display: grid;
  gap: 10px;
  width: min(900px, 100%);
  margin: 0 auto;
}

details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(86, 62, 43, 0.06);
}

summary {
  position: relative;
  padding: 18px 54px 18px 22px;
  cursor: pointer;
  font-weight: 900;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--teal);
  font-size: 1.8rem;
}

details[open] summary::after {
  content: "-";
}

details p {
  margin: 0;
  padding: 0 22px 18px;
  font-weight: 700;
}

/* Reservation form */
.reservation-form {
  padding-bottom: 92px;
}

.reservation-form__inner {
  padding: clamp(24px, 4vw, 38px);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow);
}

.reservation-form__lead,
.form-note,
.submit-note {
  text-align: center;
  font-weight: 800;
}

.reservation-form__lead {
  margin: -10px 0 4px;
}

.form-note,
.submit-note {
  margin: 0 0 22px;
  color: var(--muted);
}

.submit-note {
  margin: -4px 0 0;
  font-size: 0.92rem;
}

.form {
  display: grid;
  gap: 18px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.form label {
  display: grid;
  gap: 7px;
  font-weight: 900;
}

.form label span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.form label b {
  padding: 1px 8px;
  color: #fff;
  background: var(--orange);
  border-radius: 999px;
  font-size: 0.72rem;
}

.form input,
.form select {
  width: 100%;
  min-height: 54px;
  padding: 12px 14px;
  color: var(--brown);
  background: #fffdf8;
  border: 1px solid #d9cabd;
  border-radius: 8px;
  font: inherit;
  font-weight: 700;
}

.form input:focus,
.form select:focus {
  outline: 3px solid rgba(54, 155, 150, 0.2);
  border-color: var(--teal);
}

.form__trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.privacy-view {
  overflow: hidden;
  border: 1px solid #e8d8c8;
}

.privacy-view iframe {
  width: 100%;
  height: 260px;
  border: 0;
  background: #fff;
}

.privacy-check {
  display: flex !important;
  align-items: center;
  gap: 12px !important;
  width: fit-content;
  max-width: 100%;
  padding: 14px 18px;
  background: #fffaf0;
  border: 1px solid #ead8c3;
  border-radius: 8px;
  cursor: pointer;
}

.privacy-check input {
  width: 22px;
  height: 22px;
  min-height: 0;
  accent-color: var(--teal);
}

.privacy-check span {
  display: inline !important;
}

.form-submit {
  width: min(430px, 100%);
  margin: 0 auto;
}

.form-submit:disabled {
  cursor: not-allowed;
  filter: grayscale(0.35);
  opacity: 0.48;
  transform: none;
  box-shadow: none;
}

.form-message {
  min-height: 1.6em;
  margin: -4px 0 0;
  color: var(--coral-dark);
  text-align: center;
  font-weight: 900;
}

.mail-result {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  background: linear-gradient(180deg, #fffefa 0%, var(--ivory) 100%);
}

.mail-result > div {
  width: min(760px, 100%);
  padding: 36px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--shadow);
  text-align: center;
}

.mail-result h1 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
}

/* Sticky mobile CTA */
.sticky-cta {
  display: none;
}

.side-reserve {
  position: fixed;
  right: 0;
  top: 190px;
  z-index: 30;
  writing-mode: vertical-rl;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
  padding: 22px 16px;
  color: #fff;
  background: var(--orange);
  border-radius: 12px 0 0 12px;
  box-shadow: 0 10px 26px rgba(180, 91, 20, 0.22);
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.site-footer {
  background: #fff;
  border-top: 1px solid var(--nav-line);
}

.site-footer__inner {
  display: flex;
  gap: 28px;
  align-items: center;
  justify-content: center;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0;
  color: #6a4a36;
  text-align: center;
}

.site-footer img {
  width: 190px;
}

.site-footer p {
  margin: 0;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .site-header__inner {
    grid-template-columns: 1fr;
    gap: 12px;
    text-align: center;
  }

  .site-header__logo img {
    margin: 0 auto;
  }

  .site-header__contact {
    text-align: center;
  }

  .hero__inner,
  .support-grid {
    grid-template-columns: 1fr;
  }

  .hero__inner {
    min-height: auto;
  }

  .hero__visual,
  .hero__visual > img {
    min-height: 360px;
    height: 360px;
  }

  .worry-grid,
  .step-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  body {
    padding-bottom: 86px;
  }

  .site-header__inner {
    width: min(100% - 24px, 560px);
    padding: 14px 0 10px;
  }

  .site-header__logo img {
    width: 190px;
  }

  .site-header__contact p,
  .site-header__contact strong,
  .site-header__contact small {
    display: none;
  }

  .site-header__tel {
    font-size: 1rem;
  }

  .section {
    width: min(100% - 22px, 560px);
    padding-top: 54px;
  }

  .section h2 {
    font-size: clamp(1.48rem, 7vw, 2rem);
  }

  .hero__inner {
    width: min(100% - 24px, 560px);
    gap: 24px;
    padding: 20px 0 36px;
  }

  .logo {
    width: 168px;
    margin-bottom: 18px;
  }

  .hero__label {
    border-radius: 12px;
    line-height: 1.6;
  }

  h1 {
    font-size: clamp(1.82rem, 8.6vw, 2.36rem);
  }

  .hero-info div {
    grid-template-columns: 58px 1fr;
  }

  .hero__visual {
    padding: 12px;
    border-radius: 16px;
  }

  .hero__visual,
  .hero__visual > img {
    min-height: 292px;
    height: 292px;
  }

  .visual-chip {
    font-size: 0.8rem;
  }

  .chip-one {
    top: 22px;
    left: 22px;
  }

  .chip-two {
    right: 18px;
    bottom: 108px;
  }

  .visual-note {
    right: 18px;
    bottom: 18px;
    width: 78px;
    height: 96px;
    border-width: 4px;
  }

  .benefit-grid,
  .measure-grid,
  .reserve dl,
  .form-grid,
  .check-list,
  .recommend-list,
  .worry-grid,
  .step-grid {
    grid-template-columns: 1fr;
  }

  .benefit-card {
    grid-template-columns: 92px 1fr;
    min-height: auto;
    padding: 48px 18px 20px;
  }

  .benefit-card img {
    width: 82px;
    height: 108px;
  }

  .gift-illustration {
    width: 86px;
    height: 62px;
    font-size: 1rem;
  }

  .worries h2::before,
  .worries h2::after {
    display: none;
  }

  .worry-grid article {
    min-height: auto;
  }

  .panel,
  .reservation-form__inner,
  .reserve__content {
    padding: 22px 16px;
  }

  .reserve dl div {
    grid-template-columns: 82px 1fr;
  }

  .compare-table {
    font-size: 0.9rem;
  }

  .compare-table th,
  .compare-table td {
    padding: 10px 8px;
  }

  .privacy-view iframe {
    height: 220px;
  }

  .sticky-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    align-items: center;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    color: #fff;
    background: rgba(65, 43, 37, 0.94);
    box-shadow: 0 -8px 24px rgba(65, 43, 37, 0.18);
  }

  .sticky-cta b,
  .sticky-cta span {
    display: block;
    line-height: 1.35;
  }

  .sticky-cta b {
    font-size: 0.78rem;
  }

  .sticky-cta span {
    font-size: 0.92rem;
    font-weight: 800;
  }

  .sticky-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 8px 14px;
    color: #fff;
    background: var(--orange);
    border-radius: 999px;
    text-decoration: none;
    font-weight: 900;
    white-space: nowrap;
  }

  .side-reserve {
    display: none;
  }

  .site-footer__inner {
    display: grid;
    gap: 12px;
    padding-bottom: 104px;
  }

  .site-footer img {
    width: 170px;
    margin: 0 auto;
  }
}
