/* =========================================================
   TGOC 夜間プレミアムリハビリ
   自費診療ページ紹介枠 + 詳細ページ
   ========================================================= */

:root {
  --night-rehab-ink: #18191c;
  --night-rehab-ink-soft: #242529;
  --night-rehab-gold: #c4af83;
  --night-rehab-gold-light: #e0ca91;
  --night-rehab-blue: #155298;
  --night-rehab-paper: #ffffff;
  --night-rehab-soft: #f5f3ee;
  --night-rehab-text: #34373d;
  --night-rehab-muted: #666a72;
  --night-rehab-line: #ddd9cf;
}


/* =========================================================
   自費診療ページ：紹介枠
   ========================================================= */

.night-premium-intro {
  margin: 80px 0;
}

.night-premium-intro > h2 {
  margin-bottom: 28px;
}

.night-premium-intro__panel {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 16%, rgba(196, 175, 131, .12), transparent 30%),
    linear-gradient(135deg, #17181b 0%, #242529 100%);
  color: #fff;
}

.night-premium-intro__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .18;
  background-image: radial-gradient(rgba(255, 255, 255, .72) .65px, transparent .65px);
  background-size: 38px 38px;
  pointer-events: none;
}

.night-premium-intro__content {
  position: relative;
  z-index: 2;
  width: 68%;
  padding: 54px 48px 50px;
}

.night-premium-intro__eyebrow {
  margin: 0 0 18px;
  color: var(--night-rehab-gold);
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
}

.night-premium-intro__content h3 {
  margin: 0 0 22px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(30px, 3.3vw, 46px);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: .025em;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.night-premium-intro__content h3 span {
  color: var(--night-rehab-gold-light);
}

.night-premium-intro__lead {
  max-width: 680px;
  margin: 0 0 22px;
  color: rgba(255, 255, 255, .82);
  font-size: 17px;
  line-height: 1.95;
}

.night-premium-intro__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

.night-premium-intro__tags li {
  padding: 7px 12px;
  border: 1px solid rgba(224, 202, 145, .5);
  color: var(--night-rehab-gold-light);
  font-size: 13px;
  line-height: 1.4;
}

.night-premium-intro__meta {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 26px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, .2);
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.night-premium-intro__meta > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.night-premium-intro__meta small {
  color: rgba(255, 255, 255, .58);
  font-size: 12px;
}

.night-premium-intro__meta strong {
  color: #fff;
  font-size: 22px;
  line-height: 1.45;
}

.night-premium-intro__meta strong span {
  color: rgba(255, 255, 255, .65);
  font-size: 13px;
}

.night-premium-intro__reservation {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: 15px;
  line-height: 1.7;
}

.night-premium-intro__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
}

.night-premium-intro__detail,
.night-premium-intro__tel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  transition: opacity .2s ease, transform .2s ease;
}

.night-premium-intro__detail {
  background: var(--night-rehab-gold);
  color: #17181a;
}

.night-premium-intro__tel {
  border: 1px solid rgba(255, 255, 255, .35);
  color: #fff;
}

.night-premium-intro__detail:hover,
.night-premium-intro__tel:hover {
  opacity: .86;
  transform: translateY(-2px);
}

.night-premium-intro__visual {
  position: absolute;
  z-index: 1;
  right: -145px;
  bottom: -245px;
  width: 560px;
  height: 560px;
  opacity: .68;
}

.night-premium-intro__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(.76) contrast(1.05);
}

/* 自費診療ページでは、他メニューと揃えた通常のカード表示にします。 */
.night-premium-intro__lead {
  max-width: none;
  margin: 0 0 28px;
  color: var(--night-rehab-text);
  font-size: 16px;
  line-height: 2;
}

.night-premium-intro__box {
  padding: 40px 40px 34px;
  border-radius: 10px;
  background: #f3f0ea;
}

.night-premium-intro__box h3 {
  margin: 0 0 24px;
  color: #111;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.night-premium-intro__items {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.night-premium-intro__item {
  padding: 18px 24px;
  border-radius: 7px;
  background: #fff;
  color: var(--night-rehab-text);
  font-size: 15px;
  line-height: 1.8;
}

.night-premium-intro__price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 16px;
  padding: 18px 24px;
  border-radius: 7px;
  background: #fff;
}

.night-premium-intro__price small {
  color: #666;
  font-size: 13px;
  line-height: 1.7;
}

.night-premium-intro__price strong {
  flex: 0 0 auto;
  color: var(--night-rehab-blue);
  font-size: 20px;
  line-height: 1.5;
}

.night-premium-intro__reservation {
  margin: 20px 0 0;
  color: var(--night-rehab-text);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

.night-premium-intro__link {
  margin-top: 30px;
  text-align: center;
}

.night-premium-intro__link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 168px;
  min-height: 44px;
  padding: 10px 27px;
  border-radius: 999px;
  background: var(--night-rehab-gold);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  border-bottom: 0 !important;
  background-image: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  transition: opacity .2s ease;
}

.night-premium-intro__link a::before,
.night-premium-intro__link a::after {
  content: none !important;
  display: none !important;
}

.night-premium-intro__link a:hover {
  opacity: .85;
}

/* =========================================================
   詳細ページ：共通
   ========================================================= */

.p-night-rehab {
  color: var(--night-rehab-text);
  font-size: 17px;
  line-height: 1.9;
}

.p-night-rehab *,
.night-premium-intro * {
  box-sizing: border-box;
}

.p-night-rehab h1,
.p-night-rehab h2,
.p-night-rehab h3 {
  word-break: keep-all;
  overflow-wrap: anywhere;
  line-break: strict;
}

.p-night-rehab p,
.p-night-rehab li,
.night-premium-intro p,
.night-premium-intro li {
  line-break: strict;
}

.p-night-rehab__inner {
  max-width: 1120px;
}

.p-night-rehab__eyebrow,
.p-night-rehab__kicker {
  margin: 0 0 18px;
  color: var(--night-rehab-gold);
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .2em;
}

.p-night-rehab__section {
  padding: 108px 0;
}

.p-night-rehab__section--soft {
  background: var(--night-rehab-soft);
}

.p-night-rehab__section--dark {
  background: var(--night-rehab-ink);
  color: #fff;
}

.p-night-rehab__section h2,
.p-night-rehab__price-section h2 {
  margin: 0;
  color: var(--night-rehab-ink);
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(34px, 3.4vw, 48px);
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: .025em;
}

.p-night-rehab__section h2 span {
  color: #9b7d41;
}

.p-night-rehab__center-heading {
  max-width: 920px;
  margin: 0 auto 52px;
  text-align: center;
}

.p-night-rehab__center-heading > p:last-child:not(.p-night-rehab__kicker) {
  margin: 14px 0 0;
  color: var(--night-rehab-muted);
  font-size: 16px;
}


/* =========================================================
   詳細ページ：ヒーロー
   ========================================================= */

.p-night-rehab__hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  background:
    radial-gradient(circle at 75% 25%, rgba(196, 175, 131, .1), transparent 30%),
    linear-gradient(135deg, #151619 0%, #222328 100%);
  color: #fff;
}

.p-night-rehab__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .2;
  background-image: radial-gradient(rgba(255, 255, 255, .72) .65px, transparent .65px);
  background-size: 42px 42px;
  pointer-events: none;
}

.p-night-rehab__hero-inner {
  position: relative;
  z-index: 2;
  min-height: 720px;
  display: flex;
  align-items: center;
  padding-top: 85px;
  padding-bottom: 80px;
}

.p-night-rehab__hero-copy {
  position: relative;
  z-index: 3;
  width: 66%;
  max-width: 760px;
}

.p-night-rehab__hero h1 {
  margin: 0 0 24px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(44px, 5vw, 66px);
  font-weight: 600;
  line-height: 1.38;
  letter-spacing: .025em;
}

.p-night-rehab__hero h1 span {
  display: block;
}

.p-night-rehab__hero-title-accent {
  color: var(--night-rehab-gold-light);
}

.p-night-rehab__hero-lead {
  max-width: 680px;
  margin: 0 0 26px;
  color: rgba(255, 255, 255, .8);
  font-size: 18px;
  line-height: 1.95;
}

.p-night-rehab__hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.p-night-rehab__hero-tags li {
  padding: 8px 14px;
  border: 1px solid rgba(224, 202, 145, .48);
  color: var(--night-rehab-gold-light);
  font-size: 13px;
  line-height: 1.4;
}

.p-night-rehab__hero-meta {
  display: flex;
  gap: 56px;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, .2);
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.p-night-rehab__hero-meta > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.p-night-rehab__hero-meta small {
  color: rgba(255, 255, 255, .56);
  font-size: 12px;
}

.p-night-rehab__hero-meta strong {
  color: #fff;
  font-size: 28px;
  line-height: 1.4;
}

.p-night-rehab__hero-meta em {
  color: var(--night-rehab-gold-light);
  font-style: normal;
}

.p-night-rehab__hero-meta strong span {
  color: rgba(255, 255, 255, .62);
  font-size: 13px;
}

.p-night-rehab__hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin-top: 28px;
}

.p-night-rehab__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 12px 28px;
  background: var(--night-rehab-gold);
  color: #17181a;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  transition: opacity .2s ease, transform .2s ease;
}

.p-night-rehab__button:hover {
  opacity: .88;
  transform: translateY(-2px);
}

.p-night-rehab__sub-link {
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, .45);
  color: rgba(255, 255, 255, .82);
  font-size: 15px;
  text-decoration: none;
}

.p-night-rehab__moon {
  position: absolute;
  z-index: 1;
  right: -120px;
  bottom: -290px;
  width: 720px;
  height: 720px;
  opacity: .76;
  transform-origin: center;
  animation: p-night-rehab-moon-float 8s ease-in-out infinite alternate;
  will-change: transform;
}

.p-night-rehab__moon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(.78) contrast(1.05);
}

@keyframes p-night-rehab-moon-float {
  from {
    transform: translate3d(0, 0, 0) rotate(-1deg);
  }

  to {
    transform: translate3d(-14px, -18px, 0) rotate(1deg);
  }
}


/* =========================================================
   詳細ページ：各コンテンツ
   ========================================================= */

.p-night-rehab__intro-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 100px;
  align-items: start;
}

.p-night-rehab__body-copy {
  padding-top: 30px;
  border-top: 1px solid var(--night-rehab-line);
}

.p-night-rehab__body-copy p {
  margin: 0 0 22px;
  color: #4d5057;
  font-size: 17px;
  line-height: 2.05;
}

.p-night-rehab__for-grid {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 85px;
  align-items: center;
}

.p-night-rehab__check-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--night-rehab-line);
  list-style: none;
}

.p-night-rehab__check-list li {
  position: relative;
  min-height: 68px;
  display: flex;
  align-items: center;
  padding: 13px 14px 13px 48px;
  border-bottom: 1px solid var(--night-rehab-line);
  font-size: 17px;
  line-height: 1.7;
}

.p-night-rehab__check-list li::before {
  content: "✓";
  position: absolute;
  left: 5px;
  top: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  border: 1px solid var(--night-rehab-gold);
  border-radius: 50%;
  color: #987a3e;
  font-size: 15px;
}

.p-night-rehab__table-wrap {
  overflow-x: auto;
}

.p-night-rehab__table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  table-layout: fixed;
}

.p-night-rehab__table th,
.p-night-rehab__table td {
  padding: 20px 24px;
  border: 1px solid var(--night-rehab-line);
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
  vertical-align: middle;
}

.p-night-rehab__table thead th {
  border-color: #33353a;
  background: var(--night-rehab-ink);
  color: #fff;
  font-weight: 700;
}

.p-night-rehab__table thead th:first-child,
.p-night-rehab__table tbody th {
  width: 15%;
}

.p-night-rehab__table thead th:last-child {
  color: var(--night-rehab-gold-light);
}

.p-night-rehab__table tbody th {
  color: var(--night-rehab-muted);
  font-weight: 700;
}

.p-night-rehab__table tbody td:last-child {
  background: #f7f4ec;
  color: var(--night-rehab-ink);
  font-weight: 700;
}

.p-night-rehab__note,
.p-night-rehab__medical-note {
  margin: 16px 0 0;
  color: var(--night-rehab-muted);
  font-size: 14px;
  line-height: 1.8;
}

.p-night-rehab__center-heading--light h2 {
  color: #fff;
}

.p-night-rehab__reason-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, .18);
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.p-night-rehab__reason-grid article {
  min-height: 285px;
  padding: 34px 26px;
  border-left: 1px solid rgba(255, 255, 255, .18);
}

.p-night-rehab__reason-grid article:first-child {
  border-left: 0;
}

.p-night-rehab__reason-grid article > span {
  display: block;
  margin-bottom: 48px;
  color: var(--night-rehab-gold);
  font-family: Inter, sans-serif;
  font-size: 13px;
  letter-spacing: .12em;
}

.p-night-rehab__reason-grid h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.55;
}

.p-night-rehab__reason-grid p {
  margin: 0;
  color: rgba(255, 255, 255, .68);
  font-size: 15px;
  line-height: 1.9;
}

.p-night-rehab__concern-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.p-night-rehab__concern-grid article {
  border: 1px solid var(--night-rehab-line);
  background: #fff;
}

.p-night-rehab__concern-grid h3 {
  margin: 0;
  padding: 21px 24px;
  background: var(--night-rehab-ink);
  color: var(--night-rehab-gold-light);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
}

.p-night-rehab__concern-grid ul {
  margin: 0;
  padding: 16px 24px 20px;
  list-style: none;
}

.p-night-rehab__concern-grid li {
  position: relative;
  padding: 11px 0 11px 18px;
  border-bottom: 1px solid #eeeae2;
  font-size: 16px;
  line-height: 1.6;
}

.p-night-rehab__concern-grid li:last-child {
  border-bottom: 0;
}

.p-night-rehab__concern-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--night-rehab-gold);
}

.p-night-rehab__medical-note {
  padding: 16px 20px;
  background: var(--night-rehab-soft);
}

.p-night-rehab__flow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-night-rehab__flow li {
  position: relative;
  min-height: 205px;
  padding: 27px 22px;
  border: 1px solid var(--night-rehab-line);
  border-right: 0;
  background: #fff;
}

.p-night-rehab__flow li:last-child {
  border-right: 1px solid var(--night-rehab-line);
}

.p-night-rehab__flow li > span {
  display: block;
  margin-bottom: 38px;
  color: var(--night-rehab-gold);
  font-family: Inter, sans-serif;
  font-size: 13px;
  letter-spacing: .1em;
}

.p-night-rehab__flow h3 {
  margin: 0 0 8px;
  color: var(--night-rehab-ink);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.p-night-rehab__flow p {
  margin: 0;
  color: var(--night-rehab-muted);
  font-size: 14px;
  line-height: 1.75;
}

.p-night-rehab__price-section {
  padding: 105px 0;
  background: linear-gradient(110deg, #18191c 0 58%, #242529 58%);
  color: #fff;
}

.p-night-rehab__price-inner {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 90px;
  align-items: center;
}

.p-night-rehab__price-section h2 {
  margin-bottom: 18px;
  color: #fff;
}

.p-night-rehab__price-section p {
  color: rgba(255, 255, 255, .72);
  font-size: 16px;
  line-height: 1.95;
}

.p-night-rehab__price-card {
  padding: 38px;
  border: 1px solid rgba(224, 202, 145, .4);
  background: rgba(8, 8, 9, .35);
}

.p-night-rehab__price-card > small {
  color: var(--night-rehab-gold);
  font-size: 13px;
  font-weight: 700;
}

.p-night-rehab__price-card > p:nth-of-type(1) {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 22px 0;
  color: #fff;
  white-space: nowrap;
}

.p-night-rehab__price-card > p:nth-of-type(1) span {
  font-size: 18px;
}

.p-night-rehab__price-card > p:nth-of-type(1) strong {
  color: var(--night-rehab-gold-light);
  font-family: Inter, sans-serif;
  font-size: clamp(44px, 5vw, 60px);
  font-weight: 500;
  line-height: 1;
}

.p-night-rehab__price-card > p:not(:first-of-type) {
  margin: 8px 0;
  font-size: 15px;
  line-height: 1.75;
}

.p-night-rehab__price-card .p-night-rehab__button {
  width: 100%;
  margin-top: 20px;
}


/* =========================================================
   レスポンシブ
   ========================================================= */

@media screen and (max-width: 1024px) {

  .night-premium-intro__content {
    width: 74%;
  }

  .p-night-rehab__hero-copy {
    width: 75%;
  }

  .p-night-rehab__reason-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .p-night-rehab__reason-grid article:nth-child(3) {
    border-top: 1px solid rgba(255, 255, 255, .18);
    border-left: 0;
  }

  .p-night-rehab__reason-grid article:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, .18);
  }

  .p-night-rehab__flow {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }

  .p-night-rehab__flow li,
  .p-night-rehab__flow li:last-child {
    border: 1px solid var(--night-rehab-line);
  }
}

@media screen and (max-width: 767px) {

  .night-premium-intro {
    margin: 56px 0;
  }

  .night-premium-intro__panel {
    min-height: 0;
  }

  .night-premium-intro__content {
    width: 100%;
    padding: 36px 20px 210px;
  }

  .night-premium-intro__content h3 {
    font-size: 30px;
  }

  .night-premium-intro__lead {
    font-size: 16px;
  }

  .night-premium-intro__meta {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .night-premium-intro__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .night-premium-intro__detail,
  .night-premium-intro__tel {
    width: 100%;
  }

  .night-premium-intro__visual {
    right: -85px;
    bottom: -210px;
    width: 380px;
    height: 380px;
    opacity: .58;
  }

  .night-premium-intro__box {
    padding: 28px 18px 26px;
  }

  .night-premium-intro__box h3 {
    font-size: 20px;
  }

  .night-premium-intro__item {
    padding: 17px 18px;
    font-size: 14px;
  }

  .night-premium-intro__price {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    padding: 17px 18px;
  }

  .night-premium-intro__price strong {
    font-size: 18px;
  }

  .p-night-rehab {
    font-size: 16px;
  }

  .p-night-rehab__section {
    padding: 76px 0;
  }

  .p-night-rehab__section h2,
  .p-night-rehab__price-section h2 {
    font-size: 31px;
  }

  .p-night-rehab__center-heading {
    margin-bottom: 38px;
    text-align: left;
  }

  .p-night-rehab__hero,
  .p-night-rehab__hero-inner {
    min-height: 790px;
  }

  .p-night-rehab__hero-inner {
    align-items: flex-start;
    padding-top: 110px;
    padding-bottom: 220px;
  }

  .p-night-rehab__hero-copy {
    width: 100%;
  }

  .p-night-rehab__hero h1 {
    font-size: clamp(28px, 8.5vw, 34px);
    line-height: 1.45;
    letter-spacing: 0;
  }

  .p-night-rehab__hero-title-line {
    white-space: nowrap;
  }

  .p-night-rehab__hero-lead {
    font-size: 16px;
  }

  .p-night-rehab__hero-meta {
    gap: 26px;
  }

  .p-night-rehab__hero-meta strong {
    font-size: 22px;
  }

  .p-night-rehab__hero-meta em {
    display: block;
    margin-top: 2px;
    font-size: 28px;
  }

  .p-night-rehab__hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .p-night-rehab__button {
    width: 100%;
  }

  .p-night-rehab__sub-link {
    align-self: center;
  }

  .p-night-rehab__moon {
    right: -95px;
    bottom: -245px;
    width: 500px;
    height: 500px;
    opacity: .62;
  }

  .p-night-rehab__intro-grid,
  .p-night-rehab__for-grid,
  .p-night-rehab__price-inner {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .p-night-rehab__body-copy {
    padding-top: 25px;
  }

  .p-night-rehab__body-copy p,
  .p-night-rehab__check-list li {
    font-size: 16px;
  }

  .p-night-rehab__table-wrap {
    margin-right: -18px;
    padding-right: 18px;
  }

  .p-night-rehab__reason-grid,
  .p-night-rehab__concern-grid,
  .p-night-rehab__flow {
    grid-template-columns: 1fr;
  }

  .p-night-rehab__reason-grid article,
  .p-night-rehab__reason-grid article:first-child,
  .p-night-rehab__reason-grid article:nth-child(3),
  .p-night-rehab__reason-grid article:nth-child(4) {
    min-height: 0;
    padding: 28px 23px;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, .18);
  }

  .p-night-rehab__reason-grid article:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, .18);
  }

  .p-night-rehab__reason-grid article > span {
    margin-bottom: 20px;
  }

  .p-night-rehab__flow li {
    min-height: 0;
    display: grid;
    grid-template-columns: 46px 1fr;
    column-gap: 12px;
    padding: 20px;
  }

  .p-night-rehab__flow li > span {
    grid-row: 1 / 3;
    margin: 3px 0 0;
  }

  .p-night-rehab__flow h3 {
    margin-bottom: 4px;
  }

  .p-night-rehab__price-section {
    padding: 78px 0;
    background: var(--night-rehab-ink);
  }

  .p-night-rehab__price-card {
    padding: 28px 21px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .night-premium-intro__detail,
  .night-premium-intro__tel,
  .p-night-rehab__button {
    transition: none;
  }

  .p-night-rehab__moon {
    animation: none;
  }
}
