:root {
  --res-bg: #f8f3ea;
  --res-bg-soft: #fbf8f2;
  --res-surface: #e6ded2;
  --res-surface-deep: #d2c7b8;
  --res-text: #2a2927;
  --res-muted: #777068;
  --res-navy: #0f2538;
  --res-navy-2: #143a56;
  --res-blue-gray: #6e8492;
  --res-accent: #c4a66a;
  --res-danger: #9e4b42;
  --res-success: #516d5c;
  --res-shadow: 0 18px 44px rgba(15, 37, 56, .16);
  --res-ease: cubic-bezier(.22, .61, .36, 1);
}

/* Age gate --------------------------------------------------------------- */
html:not(.res-age-gate-accepted) body.res-public,
body.res-public.is-age-gate-open {
  overflow: hidden;
}

.res-age-gate {
  position: fixed;
  z-index: 2000;
  inset: 0;
  overflow: hidden;
  background: var(--res-navy);
  color: #fff;
}

.res-age-gate[hidden],
.res-age-gate-accepted .res-age-gate {
  display: none;
}

.res-age-gate__scroll {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scroll-behavior: smooth;
}

.res-age-gate__hero {
  position: relative;
  min-height: 82vh;
  min-height: 82svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
}

.res-age-gate__media,
.res-age-gate__media img,
.res-age-gate__veil,
.res-age-gate__frame {
  position: absolute;
  inset: 0;
}

.res-age-gate__media {
  z-index: -3;
}

.res-age-gate__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 34%;
  filter: saturate(.72) contrast(1.05);
}

.res-age-gate__veil {
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(8, 25, 39, .54) 0%, rgba(8, 25, 39, .72) 72%, rgba(8, 25, 39, .92) 100%),
    radial-gradient(circle at 50% 38%, rgba(196, 166, 106, .08), transparent 54%);
}

.res-age-gate__frame {
  z-index: -1;
  margin: clamp(12px, 2.3vw, 28px);
  border: 1px solid rgba(230, 222, 210, .34);
  pointer-events: none;
}

.res-age-gate__content {
  width: min(100% - 44px, 620px);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: clamp(32px, 5vh, 54px) 0;
  text-align: center;
}

.res-age-gate__logo {
  width: min(72vw, 380px);
  height: auto;
  display: block;
}

.res-age-gate__enter {
  width: min(100%, 300px);
  min-height: 72px;
  display: grid;
  place-content: center;
  gap: 4px;
  margin-top: 22px;
  border: 1px solid var(--res-accent);
  background: rgba(251, 248, 242, .94);
  color: var(--res-navy);
  cursor: pointer;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .24);
  transition: background-color .2s var(--res-ease), color .2s var(--res-ease), transform .2s var(--res-ease);
}

.res-age-gate__enter:hover,
.res-age-gate__enter:focus-visible {
  background: var(--res-accent);
  color: var(--res-navy);
  transform: translateY(-2px);
}

.res-age-gate__enter:focus-visible,
.res-age-gate__exit:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

.res-age-gate__enter span {
  font-family: Georgia, serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .22em;
  text-indent: .22em;
}

.res-age-gate__enter small {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
}

.res-age-gate__notice {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .88);
  font-size: 12px;
  letter-spacing: .04em;
}

.res-public .res-age-gate__exit {
  color: rgba(255, 255, 255, .68);
  font-size: 11px;
  text-underline-offset: 4px;
}

.res-public .res-age-gate__exit {
  margin-top: 9px;
}

.res-age-gate__noscript {
  margin: 16px 0 0;
  padding: 8px 12px;
  background: rgba(158, 75, 66, .84);
  color: #fff;
  font-size: 12px;
}

.res-age-gate__banners {
  position: relative;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(77, 168, 170, .2);
  background: #f7fbfb;
  color: #315e63;
  text-align: center;
}

.res-age-gate__banners-inner {
  width: min(100%, 980px);
  margin: 0 auto;
  padding: 0;
}

.res-age-gate__banner-grid {
  display: grid;
  width: min(100%, 980px);
  margin: 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.res-age-gate__banner {
  display: block;
}

.res-age-gate__banner:focus-visible {
  outline: 2px solid #247a7c;
  outline-offset: 4px;
}

.res-age-gate__banner img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.res-age-gate__copyright {
  margin: 10px 0 0;
  color: rgba(49, 94, 99, .64);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 10px;
  letter-spacing: .08em;
}

@media (max-width: 720px) {
  .res-age-gate__media img {
    object-position: center 26%;
  }

  .res-age-gate__frame {
    margin: 10px;
  }

  .res-age-gate__content {
    width: min(100% - 50px, 430px);
    padding: max(28px, env(safe-area-inset-top)) 0 24px;
  }

  .res-age-gate__logo {
    width: min(72vw, 310px);
  }

  .res-age-gate__banner-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

}

@media (prefers-reduced-motion: reduce) {
  .res-age-gate__scroll {
    scroll-behavior: auto;
  }

  .res-age-gate__enter {
    transition: none;
  }
}

/* Member Web DM ---------------------------------------------------------- */
.res-dm-unread-badge {
  display: inline-flex;
  min-width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  margin-left: 6px;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--res-danger);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  vertical-align: middle;
}

.res-dm-unread-badge[hidden] {
  display: none;
}

.res-member-dm-entry {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px 28px;
  margin-top: 28px;
  padding: 28px 30px;
  border: 1px solid rgba(196, 166, 106, .48);
  background: rgba(251, 248, 242, .94);
  box-shadow: 0 14px 34px rgba(15, 37, 56, .08);
}

.res-member-dm-entry h2,
.res-member-dm-entry p {
  margin: 0;
}

.res-member-dm-entry h2 {
  color: var(--res-navy);
  font-family: "Noto Serif JP", Georgia, serif;
  font-size: clamp(24px, 3.4vw, 36px);
  font-weight: 500;
}

.res-member-dm-entry h2 + p {
  margin-top: 7px;
  color: var(--res-muted);
  font-size: 14px;
}

.res-public .res-member-dm-entry > a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid var(--res-navy);
  background: var(--res-navy);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-decoration: none;
}

.res-member-dm-entry__status {
  grid-column: 1 / -1;
  color: var(--res-danger);
  font-size: 13px;
  font-weight: 700;
}

.res-public--member-dm .res-header,
.res-public--member-dm .res-footer,
.res-public--member-dm .res-action-tray,
.res-public--member-dm .res-detail-modal {
  display: none;
}

.res-public--member-dm .res-main {
  min-height: 100vh;
  min-height: 100dvh;
  padding: 0;
}

.res-dm {
  min-height: 100vh;
  min-height: 100dvh;
  display: grid;
  place-items: center;
  padding: clamp(16px, 3vw, 30px);
  background:
    radial-gradient(circle at 18% 0%, rgba(196, 166, 106, .16), transparent 34%),
    var(--res-bg);
}

.res-dm__shell {
  width: min(100%, 860px);
  height: min(840px, calc(100dvh - clamp(32px, 6vw, 60px)));
  min-height: 580px;
  display: grid;
  grid-template-rows: auto auto auto minmax(0, 1fr) auto;
  overflow: hidden;
  border: 1px solid rgba(15, 37, 56, .18);
  border-radius: 18px;
  background: rgba(251, 248, 242, .98);
  box-shadow: 0 22px 60px rgba(15, 37, 56, .18);
}

.res-dm__shell > .res-dm__header {
  grid-row: 1;
}

.res-dm__shell > .res-dm__member-row {
  grid-row: 2;
}

.res-dm__shell > .res-dm__status {
  grid-row: 3;
}

.res-dm__shell > .res-dm__messages {
  grid-row: 4;
}

.res-dm__shell > .res-dm__composer {
  grid-row: 5;
}

.res-dm__header {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  background: linear-gradient(135deg, var(--res-navy), var(--res-navy-2));
  color: #fff;
}

.res-dm__back,
.res-dm__send {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.res-dm__back {
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, .14);
  color: #fff;
}

.res-dm__back:hover,
.res-dm__back:focus-visible {
  background: rgba(255, 255, 255, .24);
}

.res-dm__back svg,
.res-dm__send svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.res-dm__header h1 {
  margin: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
}

.res-dm__header-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.res-public .res-dm__header-nav a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.res-public .res-dm__header-nav a:hover,
.res-public .res-dm__header-nav a:focus-visible {
  border-color: rgba(255, 255, 255, .72);
  background: rgba(255, 255, 255, .2);
}

.res-dm__member-row {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border-bottom: 1px solid rgba(196, 166, 106, .32);
  background: rgba(230, 222, 210, .5);
  color: var(--res-navy);
}

.res-dm__member-label,
.res-dm__member-code {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.res-dm__member-label {
  background: var(--res-navy);
  color: #fff;
}

.res-dm__member-name {
  min-width: 0;
  overflow: hidden;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.res-dm__member-code {
  margin-left: auto;
  border: 1px solid rgba(15, 37, 56, .16);
  background: rgba(255, 255, 255, .6);
}

.res-dm__status {
  min-height: 38px;
  display: flex;
  align-items: center;
  margin: 10px 14px 0;
  padding: 9px 12px;
  border: 1px solid rgba(196, 166, 106, .35);
  border-radius: 10px;
  background: rgba(230, 222, 210, .42);
  color: var(--res-navy);
  font-size: 13px;
  font-weight: 700;
}

.res-dm__status[hidden] {
  display: none;
}

.res-dm__status[data-tone="error"] {
  border-color: rgba(158, 75, 66, .32);
  background: #fff2ef;
  color: var(--res-danger);
}

.res-dm__messages {
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 16px 18px 18px;
  background: var(--res-bg-soft);
  scroll-behavior: smooth;
}

.res-dm__older {
  align-self: center;
  min-height: 36px;
  padding: 0 16px;
  border: 1px solid rgba(15, 37, 56, .22);
  border-radius: 999px;
  background: var(--res-bg-soft);
  color: var(--res-navy);
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.res-dm__older[hidden] {
  display: none;
}

.res-dm__message-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.res-dm-message {
  width: min(78%, 560px);
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-self: flex-start;
}

.res-dm-message--member {
  align-self: flex-end;
  align-items: flex-end;
}

.res-dm-message__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding: 0 4px;
  color: var(--res-muted);
  font-size: 11px;
  font-weight: 700;
}

.res-dm-message--member .res-dm-message__meta {
  justify-content: flex-end;
}

.res-dm-message__read {
  color: var(--res-success);
}

.res-dm-message__body {
  margin: 0;
  padding: 10px 13px;
  border: 1px solid rgba(15, 37, 56, .12);
  border-radius: 14px 14px 14px 4px;
  background: rgba(255, 255, 255, .96);
  color: var(--res-text);
  font-size: 15px;
  line-height: 1.62;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
  box-shadow: 0 8px 20px rgba(15, 37, 56, .06);
}

.res-dm-message--member .res-dm-message__body {
  border-color: rgba(15, 37, 56, .3);
  border-radius: 14px 14px 4px 14px;
  background: var(--res-navy);
  color: #fff;
}

.res-dm-message.is-deleted .res-dm-message__body {
  border-style: dashed;
  background: transparent;
  color: var(--res-muted);
  font-style: italic;
  box-shadow: none;
}

.res-dm__empty {
  min-height: 100%;
  display: grid;
  place-content: center;
  gap: 8px;
  padding: 28px 18px;
  color: var(--res-muted);
  text-align: center;
}

.res-dm__empty[hidden] {
  display: none;
}

.res-dm__empty h2,
.res-dm__empty p {
  margin: 0;
}

.res-dm__empty h2 {
  color: var(--res-navy);
  font-size: 20px;
}

.res-dm__composer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 48px;
  align-items: end;
  gap: 10px;
  padding: 12px 14px max(12px, env(safe-area-inset-bottom));
  border-top: 1px solid rgba(196, 166, 106, .3);
  background: rgba(251, 248, 242, .98);
}

.res-dm__input-wrap {
  min-width: 0;
  position: relative;
}

.res-dm__composer textarea {
  width: 100%;
  min-height: 48px;
  max-height: 132px;
  display: block;
  resize: none;
  padding: 12px 68px 12px 14px;
  border: 1px solid rgba(15, 37, 56, .22);
  border-radius: 14px;
  background: #fff;
  color: var(--res-text);
  font: inherit;
  font-size: 16px;
  line-height: 1.45;
  outline: 0;
}

.res-dm__composer textarea:focus {
  border-color: var(--res-accent);
  box-shadow: 0 0 0 3px rgba(196, 166, 106, .18);
}

.res-dm__count {
  position: absolute;
  right: 12px;
  bottom: 7px;
  color: var(--res-muted);
  font-size: 10px;
  font-weight: 700;
  pointer-events: none;
}

.res-dm__send {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--res-accent), #9e7a3d);
  color: #fff;
  box-shadow: 0 10px 22px rgba(15, 37, 56, .18);
}

.res-dm__send:disabled {
  opacity: .58;
  cursor: progress;
}

@media (max-width: 720px) {
  .res-member-dm-entry {
    grid-template-columns: 1fr;
    padding: 24px 22px;
  }

  .res-member-dm-entry > a {
    width: 100%;
  }

  body.res-public.res-public--member-dm {
    height: 100vh;
    height: 100dvh;
    padding-bottom: 0;
    overflow: hidden;
  }

  .res-public--member-dm .res-main,
  .res-public--member-dm .res-dm {
    height: 100%;
    min-height: 0;
    overflow: hidden;
  }

  .res-dm {
    padding: 0;
  }

  .res-dm__shell {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    min-height: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .res-dm__header {
    grid-template-columns: 36px minmax(0, 1fr) auto;
    gap: 8px;
    padding: max(8px, env(safe-area-inset-top)) 10px 8px;
  }

  .res-public .res-dm__header-nav a {
    min-height: 32px;
    padding: 0 8px;
    font-size: 10px;
  }

  .res-dm__member-row {
    gap: 8px;
    padding: 8px 12px;
  }

  .res-dm__member-code {
    max-width: 42%;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .res-dm__messages {
    padding: 12px;
  }

  .res-dm-message {
    width: min(88%, 560px);
  }

  .res-dm__composer {
    grid-template-columns: minmax(0, 1fr) 46px;
    gap: 8px;
    padding: 10px max(12px, env(safe-area-inset-right)) max(12px, calc(10px + env(safe-area-inset-bottom))) max(12px, env(safe-area-inset-left));
  }

  .res-dm__send {
    width: 46px;
    height: 46px;
  }
}

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

html {
  scroll-behavior: smooth;
}

body.res-public {
  margin: 0;
  background: var(--res-bg);
  color: var(--res-text);
  font-family: Inter, "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0;
}

body.res-public.is-mobile-menu-open {
  overflow: hidden;
}

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

.res-public a {
  color: inherit;
}

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

.res-skip:focus {
  z-index: 1000;
  width: auto;
  height: auto;
  clip: auto;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  background: var(--res-bg-soft);
  color: var(--res-navy);
  border: 1px solid var(--res-accent);
}

.res-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(248, 243, 234, .96);
  border-bottom: 1px solid rgba(15, 37, 56, .12);
}

.res-header__inner {
  display: flex;
  align-items: center;
  gap: 16px;
  width: min(1180px, calc(100% - 32px));
  min-height: 76px;
  margin: 0 auto;
}

.res-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  text-decoration: none;
}

.res-brand img {
  width: 180px;
  height: auto;
  filter: brightness(0) saturate(100%) invert(16%) sepia(25%) saturate(978%) hue-rotate(166deg) brightness(92%) contrast(93%);
  opacity: .92;
}

.res-nav {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-left: auto;
}

.res-nav__link {
  position: relative;
  text-decoration: none;
  color: var(--res-navy);
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

.res-nav__link::after {
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  height: 1px;
  background: var(--res-accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms var(--res-ease);
  content: "";
}

.res-nav__link:hover::after,
.res-nav__link.is-active::after {
  transform: scaleX(1);
}

.res-header__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.res-header__phone {
  display: grid;
  gap: 1px;
  margin: 0;
  color: var(--res-navy);
  line-height: 1.2;
  text-align: right;
  white-space: nowrap;
}

.res-header__phone span {
  color: var(--res-blue-gray);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .08em;
}

.res-header__phone strong {
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .04em;
}

.res-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border-radius: 26px;
  text-decoration: none;
  font-weight: 600;
  line-height: 1.2;
  transition: border-color 180ms var(--res-ease), background 180ms var(--res-ease), color 180ms var(--res-ease), box-shadow 180ms var(--res-ease);
}

.res-button--outline {
  border: 1px solid rgba(15, 37, 56, .28);
  background: rgba(251, 248, 242, .72);
  color: var(--res-navy);
}

.res-button--primary {
  border: 1px solid var(--res-navy-2);
  background: var(--res-navy-2);
  color: var(--res-bg-soft);
  box-shadow: 0 10px 24px rgba(15, 37, 56, .14);
}

.res-public .res-button--primary {
  color: var(--res-bg-soft);
}

.res-button:hover {
  border-color: var(--res-accent);
  box-shadow: 0 12px 28px rgba(15, 37, 56, .18);
}

.res-button:focus-visible,
.res-detail-modal__close:focus-visible {
  outline: 2px solid var(--res-navy-2);
  outline-offset: 3px;
}

.res-menu-button {
  display: none;
  position: relative;
  z-index: 70;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(15, 37, 56, .22);
  border-radius: 8px;
  background: var(--res-bg-soft);
  transition: border-color 180ms var(--res-ease), background 180ms var(--res-ease), box-shadow 180ms var(--res-ease);
}

.res-menu-button span:not(.res-visually-hidden) {
  display: block;
  width: 18px;
  height: 1px;
  margin: 5px auto;
  background: var(--res-navy);
  transform-origin: center;
  transition: transform 180ms var(--res-ease), opacity 180ms var(--res-ease), background 180ms var(--res-ease);
}

.res-menu-button[aria-expanded="true"] {
  border-color: rgba(196, 166, 106, .64);
  background: var(--res-navy);
  box-shadow: 0 10px 24px rgba(15, 37, 56, .22);
}

.res-menu-button[aria-expanded="true"] span:not(.res-visually-hidden) {
  background: var(--res-bg-soft);
}

.res-menu-button[aria-expanded="true"] span:first-child {
  transform: translateY(3px) rotate(38deg);
}

.res-menu-button[aria-expanded="true"] span:nth-child(2) {
  transform: translateY(-3px) rotate(-38deg);
}

.res-mobile-backdrop {
  position: fixed;
  inset: 0;
  z-index: 40;
  border: 0;
  background: rgba(15, 37, 56, .42);
  opacity: 0;
  transition: opacity 220ms var(--res-ease);
}

.res-mobile-backdrop[hidden],
.res-mobile-menu[hidden] {
  display: none !important;
}

.res-mobile-menu {
  position: fixed;
  z-index: 60;
  top: 0;
  right: 0;
  width: min(374px, calc(100% - 18px));
  max-height: calc(100vh - 8px);
  max-height: calc(100svh - 8px);
  overflow-y: auto;
  display: grid;
  gap: 12px;
  padding: 66px 16px 16px 18px;
  border: 0;
  border-left: 1px solid rgba(196, 166, 106, .34);
  border-bottom: 1px solid rgba(196, 166, 106, .24);
  border-radius: 0 0 0 14px;
  background:
    linear-gradient(145deg, rgba(20, 58, 86, .96) 0%, rgba(15, 37, 56, .98) 54%, rgba(11, 28, 43, .98) 100%);
  color: var(--res-bg-soft);
  box-shadow: -18px 18px 44px rgba(15, 37, 56, .22);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(12px, -10px, 0) scale(.985);
  transform-origin: top right;
  transition: opacity 240ms var(--res-ease), transform 240ms var(--res-ease);
}

.res-mobile-backdrop.is-open,
.res-mobile-menu.is-open {
  opacity: 1;
  pointer-events: auto;
}

.res-mobile-menu.is-open {
  transform: translate3d(0, 0, 0) scale(1);
}

.res-mobile-backdrop.is-closing,
.res-mobile-backdrop.is-closed,
.res-mobile-menu.is-closing,
.res-mobile-menu.is-closed {
  opacity: 0;
  pointer-events: none;
}

.res-mobile-menu.is-closing,
.res-mobile-menu.is-closed {
  transform: translate3d(10px, -8px, 0) scale(.985);
}

.res-mobile-backdrop.is-closing,
.res-mobile-menu.is-closing {
  transition-duration: 170ms;
}

.res-mobile-menu__head {
  display: grid;
  gap: 4px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(196, 166, 106, .32);
}

.res-mobile-menu__head p,
.res-mobile-menu__head span {
  margin: 0;
}

.res-mobile-menu__head p {
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: 20px;
  line-height: 1.25;
}

.res-mobile-menu__head span {
  color: rgba(251, 248, 242, .7);
  font-size: 12px;
  line-height: 1.4;
}

.res-mobile-menu__list {
  display: grid;
}

.res-mobile-menu__link {
  position: relative;
  min-height: 46px;
  padding: 13px 12px 13px 18px;
  border-bottom: 1px solid rgba(248, 243, 234, .1);
  color: rgba(251, 248, 242, .9);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  transition: color 160ms var(--res-ease), background 160ms var(--res-ease);
}

.res-mobile-menu__link::before {
  position: absolute;
  top: 13px;
  bottom: 13px;
  left: 0;
  width: 1px;
  background: transparent;
  content: "";
}

.res-mobile-menu__link:hover,
.res-mobile-menu__link:focus-visible,
.res-mobile-menu__link.is-active {
  color: var(--res-bg-soft);
  background: rgba(251, 248, 242, .045);
}

.res-mobile-menu__link.is-active::before {
  background: var(--res-accent);
}

.res-mobile-menu__reservation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(196, 166, 106, .42);
  border-radius: 8px;
  background: rgba(196, 166, 106, .42);
}

.res-mobile-menu__reservation--count-1 {
  grid-template-columns: 1fr;
}

.res-mobile-menu__reservation--count-3 .res-mobile-menu__reservation-link:last-child {
  grid-column: 1 / -1;
}

.res-mobile-menu__reservation a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 10px;
  background: rgba(251, 248, 242, .94);
  color: var(--res-navy);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

.res-mobile-menu__reservation .res-mobile-menu__reservation-link--line {
  color: #08733b;
}

.res-mobile-menu__reservation .res-mobile-menu__reservation-link--sms {
  color: #5d4a24;
}

.res-mobile-menu__reservation a:focus-visible {
  position: relative;
  z-index: 1;
  outline: 2px solid var(--res-accent);
  outline-offset: -3px;
}

.res-main {
  overflow: clip;
}

.res-section {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 72px 0;
}

#today {
  scroll-margin-top: 76px;
}

.res-kicker {
  margin: 0 0 10px;
  color: var(--res-blue-gray);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.res-section h1,
.res-section h2,
.res-section h3,
.res-page-hero h1,
.res-hero h1 {
  margin: 0;
  color: var(--res-navy);
  font-family: "Shippori Mincho", "Yu Mincho", serif;
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: .02em;
}

.res-hero {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 44px;
  align-items: center;
  width: min(1180px, calc(100% - 32px));
  min-height: min(640px, calc(78svh - 76px));
  padding: 48px 0 56px;
}

.res-hero__copy {
  position: relative;
  z-index: 1;
}

.res-hero h1 {
  font-size: 56px;
}

.res-hero__lead {
  max-width: 540px;
  margin: 18px 0 0;
  color: var(--res-text);
  font-size: 17px;
}

.res-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.res-hero__secondary {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 18px;
}

.res-hero__secondary a,
.res-section-head a,
.res-footer a,
.res-empty__actions a {
  color: var(--res-navy);
  font-weight: 600;
  text-decoration-color: rgba(196, 166, 106, .7);
  text-underline-offset: 5px;
}

.res-hero__media {
  position: relative;
  overflow: hidden;
  align-self: center;
  aspect-ratio: 5 / 3;
  border-radius: 8px;
  background: var(--res-surface);
  box-shadow: var(--res-shadow);
}

.res-hero__media::after,
.res-newtrial-card__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 37, 56, .08), rgba(15, 37, 56, .28));
  content: "";
}

.res-hero__media img {
  width: 100%;
  height: 100%;
  aspect-ratio: 5 / 3;
  object-fit: cover;
  object-position: center;
}

.res-top-banners {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.res-banner-rail {
  display: grid;
  grid-auto-columns: minmax(280px, 48%);
  grid-auto-flow: column;
  gap: 16px;
  overflow-x: auto;
  padding: 6px 0 16px;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}

.res-banner-rail.is-single {
  grid-auto-columns: minmax(0, 100%);
}

.res-banner-rail.is-single .res-top-banner {
  width: min(100%, 760px);
}

.res-banner-rail::-webkit-scrollbar,
.res-newtrial-rail::-webkit-scrollbar {
  display: none;
}

.res-top-banner {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  border-radius: 8px;
  background: var(--res-navy);
  scroll-snap-align: start;
}

.res-top-banner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.res-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
}

.res-section-head h2 {
  font-size: 34px;
}

.res-newtrial {
  padding-top: 58px;
}

.res-newtrial-rail {
  display: grid;
  grid-auto-columns: minmax(300px, 38%);
  grid-auto-flow: column;
  gap: 18px;
  overflow-x: auto;
  padding-bottom: 14px;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}

.res-newtrial-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-columns: auto;
  grid-auto-flow: row;
  overflow-x: visible;
  padding-bottom: 0;
  scroll-snap-type: none;
}

.res-newtrial-list .res-newtrial-card {
  width: 100%;
  scroll-snap-align: none;
}

.res-newtrial-card {
  display: grid;
  grid-template-columns: 38% minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(15, 37, 56, .12);
  border-radius: 8px;
  background: var(--res-bg-soft);
  color: var(--res-text);
  text-decoration: none;
  scroll-snap-align: start;
  box-shadow: 0 12px 30px rgba(15, 37, 56, .1);
}

.res-newtrial-card:focus-visible {
  outline: 2px solid var(--res-navy-2);
  outline-offset: 3px;
}

.res-newtrial-card__media {
  position: relative;
  align-self: start;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 2 / 3;
  background: var(--res-surface);
}

.res-newtrial-card__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  object-position: center top;
}

.res-newtrial-card__member-pill {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 28px;
  padding: 4px 9px;
  border: 1px solid rgba(196, 166, 106, .72);
  border-radius: 999px;
  background: rgba(15, 37, 56, .78);
  color: var(--res-bg-soft);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .02em;
}

.res-newtrial-card__member-pill svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.res-newtrial-card__body {
  display: grid;
  align-content: start;
  min-width: 0;
  gap: 7px;
  padding: 14px 18px 18px;
}

.res-newtrial-card__topline {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.res-newtrial-card__topline > span:first-child {
  min-width: 0;
  color: var(--res-muted);
  font-size: 11px;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  line-height: 1.35;
}

.res-newtrial-card__topline .res-course-badge {
  min-height: 22px;
  padding: 0 6px;
  font-size: 10px;
  letter-spacing: .06em;
}

.res-newtrial-card__body > h3 {
  display: -webkit-box;
  margin: 1px 0 0;
  overflow: hidden;
  color: var(--res-navy);
  font-size: 20px;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.res-newtrial-card__profile,
.res-newtrial-card__job {
  margin: 0;
  color: var(--res-muted);
  font-size: 13px;
}

.res-newtrial-card__profile {
  overflow: hidden;
  font-variant-numeric: tabular-nums;
  line-height: 1.45;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.res-newtrial-card__job {
  overflow: hidden;
  color: var(--res-text);
  font-weight: 400;
  line-height: 1.45;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.res-newtrial-card__login-note {
  margin: 2px 0 0;
  color: var(--res-navy);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
}

.res-newtrial-card.is-member-locked {
  border-color: rgba(196, 166, 106, .42);
}

.res-recent-updates {
  padding-top: 0;
  padding-bottom: 24px;
}

.res-recent-updates__list {
  display: grid;
  gap: 14px;
}

.res-recent-card {
  display: grid;
  grid-template-columns: minmax(210px, 30%) minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(15, 37, 56, .12);
  border-radius: 8px;
  background: rgba(251, 248, 242, .82);
  color: var(--res-text);
  text-decoration: none;
  box-shadow: 0 10px 26px rgba(15, 37, 56, .08);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.res-recent-card:hover {
  border-color: rgba(15, 37, 56, .28);
  box-shadow: 0 14px 32px rgba(15, 37, 56, .13);
  transform: translateY(-1px);
}

.res-recent-card:active {
  transform: translateY(1px);
}

.res-recent-card:focus-visible {
  outline: 2px solid var(--res-navy-2);
  outline-offset: 3px;
}

.res-recent-card.is-member-locked {
  border-color: rgba(196, 166, 106, .42);
}

.res-recent-card__media {
  position: relative;
  align-self: start;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  background: var(--res-surface);
}

.res-recent-card__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.res-recent-card__member-pill {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 10px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 28px;
  padding: 4px 9px;
  border: 1px solid rgba(196, 166, 106, .72);
  border-radius: 999px;
  background: rgba(15, 37, 56, .82);
  color: var(--res-bg-soft);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

.res-recent-card__member-pill svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.res-recent-card__body {
  display: grid;
  align-content: center;
  min-width: 0;
  gap: 10px;
  padding: 20px 24px;
}

.res-recent-card__body h3 {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: var(--res-navy);
  font-size: 21px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.res-recent-card__body time,
.res-recent-card__login-note {
  color: var(--res-muted);
  font-size: 13px;
  font-variant-numeric: tabular-nums;
  line-height: 1.4;
}

.res-recent-card__login-note {
  color: var(--res-navy);
  font-weight: 600;
}

.res-filter-tabs,
.res-date-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.res-filter-tabs button,
.res-date-nav a {
  min-height: 42px;
  padding: 9px 15px;
  border: 1px solid rgba(15, 37, 56, .22);
  border-radius: 8px;
  background: rgba(251, 248, 242, .72);
  color: var(--res-navy);
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.res-filter-tabs button.is-active,
.res-date-nav a.is-active {
  border-color: var(--res-navy);
  background: var(--res-navy);
  color: var(--res-bg-soft);
}

.res-cast-sort {
  width: min(100%, 420px);
  margin: 0 0 24px;
}

.res-cast-sort__label {
  display: block;
  margin: 0 0 7px;
  color: var(--res-navy);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.res-cast-sort__field {
  position: relative;
}

.res-cast-sort__icon {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 15px;
  display: grid;
  color: var(--res-navy);
  font-size: 19px;
  pointer-events: none;
  transform: translateY(-50%);
}

.ti {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.tabler-arrows-sort {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m3 9l4-4l4 4M7 5v14m14-4l-4 4l-4-4m4 4V5'/%3E%3C/svg%3E");
}

.tabler-phone {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5,4h4l2,5l-2.5,1.5a11,11,0,0,0,5,5l1.5,-2.5l5,2v4a2,2,0,0,1,-2,2a16,16,0,0,1,-15,-15a2,2,0,0,1,2,-2'/%3E%3C/svg%3E");
}

.tabler-message-circle {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3,20l1.3,-3.9a9,8,0,1,1,3.4,2.9l-4.7,1'/%3E%3C/svg%3E");
}

.tabler-device-mobile {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6,5a2,2,0,0,1,2,-2h8a2,2,0,0,1,2,2v14a2,2,0,0,1,-2,2h-8a2,2,0,0,1,-2,-2zM11,4h2M12,17v.01'/%3E%3C/svg%3E");
}

.tabler-file-text {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M14,3v4a1,1,0,0,0,1,1h4M17,21h-10a2,2,0,0,1,-2,-2v-14a2,2,0,0,1,2,-2h7l5,5v11a2,2,0,0,1,-2,2zM9,9h1M9,13h6M9,17h6'/%3E%3C/svg%3E");
}

.tabler-message-2 {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M8,9h8M8,13h6M18,4a3,3,0,0,1,3,3v8a3,3,0,0,1,-3,3h-5l-5,3v-3h-2a3,3,0,0,1,-3,-3v-8a3,3,0,0,1,3,-3z'/%3E%3C/svg%3E");
}

.res-cast-sort select {
  width: 100%;
  min-height: 48px;
  padding: 11px 42px 11px 46px;
  border: 1px solid rgba(15, 37, 56, .22);
  border-radius: 8px;
  background-color: rgba(251, 248, 242, .82);
  color: var(--res-navy);
  font: inherit;
  font-size: 15px;
  font-weight: 600;
}

.res-cast-sort select:focus-visible {
  outline: 2px solid var(--res-accent);
  outline-offset: 3px;
}

.res-cast-sort__submit {
  min-height: 44px;
  margin-top: 10px;
  padding: 9px 16px;
  border: 1px solid var(--res-navy);
  border-radius: 8px;
  background: var(--res-navy);
  color: var(--res-bg-soft);
  font: inherit;
  font-weight: 600;
}

.res-today-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.res-cast-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.res-cast-card {
  height: 100%;
  border-radius: 8px;
}

.res-cast-card[hidden] {
  display: none;
}

.res-cast-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(15, 37, 56, .12);
  border-radius: 8px;
  background: var(--res-bg-soft);
  color: var(--res-text);
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(15, 37, 56, .1);
}

.res-cast-card__media {
  position: relative;
  overflow: hidden;
  background: var(--res-surface);
}

.res-cast-card__media img {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  transition: transform 220ms var(--res-ease);
}

.res-cast-card__link:hover .res-cast-card__media img {
  transform: scale(1.02);
}

.res-cast-card--today .res-cast-card__media img {
  min-height: 0;
}

.res-cast-card__badges {
  position: absolute;
  top: 12px;
  right: 12px;
  left: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: start;
  justify-content: space-between;
}

.res-cast-card__badges span {
  padding: 5px 9px;
  border: 1px solid rgba(196, 166, 106, .7);
  border-radius: 6px;
  background: rgba(248, 243, 234, .92);
  color: var(--res-navy);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}

.res-cast-card__badges .is-status {
  margin-left: auto;
  border-color: rgba(15, 37, 56, .28);
  background: var(--res-navy);
  color: var(--res-bg-soft);
}

.res-cast-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px;
}

.res-cast-card--today .res-cast-card__body {
  padding: 22px 24px 24px;
}

.res-cast-card__titleline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.res-cast-card__titleline > div {
  min-width: 0;
}

.res-cast-card__titleline > .res-cast-card__course {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: flex-end;
  min-width: 0;
  gap: 5px;
  text-align: right;
}

.res-cast-card__titleline h3 {
  margin: 0;
  font-size: 28px;
}

.res-cast-card__titleline p,
.res-cast-card__meta,
.res-cast-card__job,
.res-cast-card__catch,
.res-cast-card__schedule {
  margin: 0;
}

.res-cast-card__titleline p,
.res-cast-card__meta {
  color: var(--res-muted);
  font-size: 14px;
}

.res-course-badge {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  min-height: 25px;
  padding: 0 8px;
  border: 1px solid var(--res-surface-deep);
  border-radius: 4px;
  background: var(--res-bg-soft);
  color: var(--res-navy);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .09em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.res-course-badge--suite {
  border-color: var(--res-navy-2);
  background: var(--res-navy-2);
  color: var(--res-bg-soft);
}

.res-course-badge--penthouse {
  border-color: var(--res-accent);
  background: var(--res-navy);
  color: var(--res-accent);
}

.res-course-badge--imperial {
  border-color: #efd58c;
  background: #651b33;
  color: #efd58c;
}

.res-cast-card__inquiry {
  max-width: 11em;
  font-size: 10px;
  line-height: 1.5;
  text-align: right;
}

.res-course-badge--neutral {
  border-color: var(--res-surface-deep);
  background: var(--res-surface);
  color: var(--res-text);
}

.res-cast-card__minimum-price {
  color: var(--res-navy);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  white-space: nowrap;
}

.res-cast-card__minimum-price small {
  font-size: 10px;
  font-weight: 500;
}

.res-cast-card__minimum-price strong {
  font-size: 14px;
  font-weight: 600;
}

.res-cast-card__meta {
  margin-top: 10px;
}

.res-cast-card__job {
  margin-top: 7px;
  overflow: hidden;
  color: var(--res-blue-gray);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.res-cast-card__catch {
  margin-top: 12px;
  margin-bottom: 16px;
  display: -webkit-box;
  min-height: 1.55em;
  overflow: hidden;
  color: var(--res-text);
  font-size: 14px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.res-cast-card__schedule {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid rgba(15, 37, 56, .12);
}

.res-cast-card__schedule span {
  color: var(--res-navy);
  font-weight: 600;
}

.res-empty,
.res-preview-note {
  padding: 28px;
  border: 1px solid rgba(15, 37, 56, .12);
  border-radius: 8px;
  background: var(--res-bg-soft);
}

.res-preview-note {
  width: min(1160px, calc(100% - 32px));
  margin: 18px auto 0;
  color: var(--res-muted);
  font-size: 13px;
}

.res-empty h2,
.res-empty h3 {
  margin: 0 0 10px;
  color: var(--res-navy);
}

.res-empty p {
  margin: 0;
  color: var(--res-muted);
}

.res-empty__actions {
  display: flex;
  gap: 14px;
  margin-top: 16px;
}

.res-concept {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 48px;
  border-radius: 8px;
  background: var(--res-navy);
  color: var(--res-bg-soft);
}

.res-concept h2,
.res-concept .res-kicker {
  color: var(--res-bg-soft);
}

.res-concept p {
  max-width: 680px;
  margin: 14px 0 0;
}

.res-concept__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.res-concept .res-button--primary {
  border-color: var(--res-bg-soft);
  background: var(--res-bg-soft);
  color: var(--res-navy);
}

.res-concept .res-button--outline {
  border-color: rgba(248, 243, 234, .42);
  color: var(--res-bg-soft);
}

.res-price-grid,
.res-reservation-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.res-price-grid article,
.res-reservation-grid article {
  padding: 24px;
  border: 1px solid rgba(15, 37, 56, .12);
  border-radius: 8px;
  background: var(--res-bg-soft);
}

.res-price-grid h3,
.res-reservation-grid h2 {
  margin: 0 0 14px;
  color: var(--res-navy);
}

.res-price-grid p {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin: 8px 0;
  border-bottom: 1px solid rgba(15, 37, 56, .1);
  color: var(--res-muted);
}

.res-price-grid strong {
  color: var(--res-navy);
  font-weight: 600;
}

.res-page-hero {
  padding-bottom: 32px;
}

.res-page-hero h1 {
  font-size: 46px;
}

.res-page-hero p:last-child:not(.res-kicker) {
  max-width: 720px;
  margin: 16px 0 0;
  color: var(--res-muted);
}

.res-price-page__lead {
  display: grid;
  gap: 4px;
  max-width: 760px;
  margin-top: 18px;
  color: var(--res-muted);
}

.res-price-page__lead p,
.res-price-long-note p,
.res-price-operations p,
.res-price-cta p {
  margin: 0;
}

.res-price-long-note {
  padding: 34px 38px;
  border: 1px solid rgba(15, 37, 56, .12);
  border-left: 3px solid rgba(196, 166, 106, .82);
  border-radius: 8px;
  background: var(--res-bg-soft);
}

.res-price-long-note h2 {
  margin: 0;
  font-size: 28px;
}

.res-price-long-note > p:last-child {
  max-width: 720px;
  margin-top: 12px;
  color: var(--res-muted);
}

.res-price-courses {
  display: grid;
  gap: 0;
  padding-top: 54px;
}

.res-course-price-card {
  display: grid;
  grid-template-columns: minmax(180px, .28fr) minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  padding: 30px 0;
  border-top: 1px solid rgba(196, 166, 106, .58);
}

.res-course-price-card:last-child {
  border-bottom: 1px solid rgba(196, 166, 106, .58);
}

.res-course-price-card header h2 {
  margin: 0;
  font-size: 31px;
}

.res-course-price-card__ask {
  display: grid;
  gap: 8px;
}

.res-course-price-card__ask p {
  margin: 0;
}

.res-course-price-card__ask .res-price-ask {
  font-size: 18px;
}

.res-course-price-card__rows {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(116px, 1fr));
  margin: 0;
}

.res-course-price-card__rows > div {
  min-width: 0;
  padding: 9px 18px;
  border-left: 1px solid rgba(15, 37, 56, .11);
}

.res-course-price-card__rows dt {
  color: var(--res-muted);
  font-size: 13px;
  font-weight: 500;
}

.res-course-price-card__rows dd {
  margin: 6px 0 0;
  color: var(--res-navy);
  font-size: 18px;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  white-space: nowrap;
}

.res-course-price-card__rows .res-course-price-card__extension {
  border-left-color: rgba(196, 166, 106, .7);
  background: rgba(196, 166, 106, .07);
}

.res-price-operations__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.res-price-operations__grid article {
  padding: 24px 22px;
  border-top: 1px solid rgba(196, 166, 106, .72);
  background: rgba(251, 248, 242, .62);
}

.res-price-operations__grid h3 {
  margin: 0 0 12px;
  font-size: 22px;
}

.res-price-operations__grid p {
  color: var(--res-muted);
  line-height: 1.85;
}

.res-price-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  margin-bottom: 72px;
  padding: 38px 42px;
  border-radius: 8px;
  background: var(--res-navy);
  color: var(--res-bg-soft);
}

.res-price-cta h2,
.res-price-cta .res-kicker {
  color: var(--res-bg-soft);
}

.res-price-cta h2 {
  margin: 0;
  font-size: 30px;
}

.res-price-cta > div > p:last-child {
  margin-top: 12px;
  color: rgba(251, 248, 242, .76);
}

.res-price-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.res-price-cta .res-button--primary {
  border-color: var(--res-bg-soft);
  background: var(--res-bg-soft);
  color: var(--res-navy);
  box-shadow: none;
}

.res-price-cta .res-button--outline {
  border-color: rgba(251, 248, 242, .46);
  background: transparent;
  color: var(--res-bg-soft);
}

.res-terms-page__lead {
  display: grid;
  gap: 4px;
  max-width: 760px;
  margin-top: 18px;
  color: var(--res-muted);
}

.res-page-hero .res-terms-page__lead p {
  margin: 0;
}

.res-terms-content {
  display: grid;
  gap: 22px;
  padding-top: 24px;
  padding-bottom: 72px;
}

.res-terms-card {
  padding: 34px 38px;
  border: 1px solid rgba(15, 37, 56, .12);
  border-top: 2px solid rgba(196, 166, 106, .76);
  border-radius: 8px;
  background: var(--res-bg-soft);
}

.res-terms-card h2 {
  font-size: 28px;
}

.res-terms-card__intro {
  margin: 14px 0 0;
  color: var(--res-muted);
}

.res-terms-card ul {
  display: grid;
  gap: 8px;
  margin: 22px 0 0;
  padding-left: 1.5em;
}

.res-terms-card li::marker {
  color: var(--res-accent);
}

.res-terms-notice {
  margin-top: 26px;
  padding: 18px 20px;
  border-left: 3px solid rgba(196, 166, 106, .82);
  background: rgba(196, 166, 106, .08);
}

.res-terms-notice p {
  margin: 0;
}

.res-news-index {
  padding-top: 64px;
}

.res-news-index__header {
  padding-bottom: 24px;
}

.res-news-switch {
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(112px, 1fr));
  gap: 1px;
  overflow: hidden;
  margin-bottom: 34px;
  border: 1px solid rgba(15, 37, 56, .18);
  border-radius: 8px;
  background: rgba(15, 37, 56, .18);
}

.res-news-switch a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 18px;
  background: var(--res-bg-soft);
  color: var(--res-navy);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.res-news-switch a:hover,
.res-news-switch a:focus-visible,
.res-news-switch a.is-active {
  background: var(--res-navy);
  color: var(--res-bg-soft);
}

.res-news-switch a:focus-visible {
  outline: 2px solid var(--res-accent);
  outline-offset: -3px;
}

.res-news-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 22px;
}

.res-news-list-card {
  min-width: 0;
}

.res-news-list-card__link {
  display: grid;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(15, 37, 56, .12);
  border-radius: 8px;
  background: var(--res-bg-soft);
  color: var(--res-text);
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(15, 37, 56, .08);
}

.res-news-list-card__link:focus-visible {
  outline: 2px solid var(--res-navy-2);
  outline-offset: 3px;
}

.res-news-list-card__media {
  overflow: hidden;
  aspect-ratio: 3 / 2;
  background: var(--res-surface);
}

.res-news-list-card__media img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  transition: transform 220ms var(--res-ease);
}

.res-news-list-card__link:hover .res-news-list-card__media img {
  transform: scale(1.02);
}

.res-news-list-card h2 {
  min-width: 0;
  margin: 0;
  padding: 20px 20px 0;
  overflow-wrap: anywhere;
  color: var(--res-navy);
  font-size: 21px;
  line-height: 1.55;
}

.res-news-list-card time {
  align-self: end;
  padding: 10px 20px 20px;
  color: var(--res-muted);
  font-size: 13px;
  font-variant-numeric: tabular-nums;
}

.res-news-index__empty {
  min-height: 180px;
}

.res-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .62fr);
  gap: 0;
  min-height: calc(100svh - 76px);
  background: var(--res-navy);
}

.res-detail-hero__media {
  position: relative;
}

.res-detail-hero__media::after {
  position: absolute;
  inset: 0;
  background: rgba(15, 37, 56, .26);
  content: "";
}

.res-detail-hero__media img {
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
  object-position: center top;
}

.res-detail-sheet {
  align-self: end;
  margin: 44px 44px 0 0;
  padding: 34px;
  border-radius: 22px 22px 0 0;
  background: var(--res-bg-soft);
  box-shadow: var(--res-shadow);
}

.res-detail-sheet h1 {
  font-size: 44px;
}

.res-detail-sheet__meta,
.res-detail-sheet__schedule {
  color: var(--res-muted);
}

.res-detail-sheet__meta {
  margin: 0;
}

.res-detail-sheet__job {
  margin: 8px 0 0;
  color: var(--res-blue-gray);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.res-course-disclosure {
  margin-top: 16px;
  border: 1px solid rgba(15, 37, 56, .14);
  border-radius: 8px;
  background: var(--res-surface);
}

.res-course-disclosure summary {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 46px;
  padding: 8px 12px;
  color: var(--res-navy);
  cursor: pointer;
  list-style: none;
}

.res-course-disclosure summary::-webkit-details-marker {
  display: none;
}

.res-course-disclosure summary:focus-visible {
  outline: 2px solid var(--res-navy-2);
  outline-offset: 2px;
}

.res-course-disclosure__state {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  text-align: right;
}

.res-course-disclosure__state::after {
  width: 8px;
  height: 8px;
  border-right: 1px solid currentcolor;
  border-bottom: 1px solid currentcolor;
  content: "";
  transform: rotate(45deg) translateY(-2px);
  transition: transform 160ms ease;
}

.res-course-disclosure[open] .res-course-disclosure__state::after {
  transform: rotate(225deg) translate(-2px, -2px);
}

.res-course-disclosure__label--open {
  display: none;
}

.res-course-disclosure[open] .res-course-disclosure__label--closed {
  display: none;
}

.res-course-disclosure[open] .res-course-disclosure__label--open {
  display: inline;
}

.res-course-disclosure__prices {
  padding: 2px 12px 10px;
  border-top: 1px solid rgba(15, 37, 56, .1);
}

.res-course-disclosure__prices p {
  display: flex;
  gap: 16px;
  align-items: baseline;
  justify-content: space-between;
  margin: 0;
  padding: 9px 0;
  border-bottom: 1px solid rgba(15, 37, 56, .08);
}

.res-course-disclosure__prices p:last-child {
  border-bottom: 0;
}

.res-course-disclosure__prices p > span {
  color: var(--res-muted);
  font-size: 13px;
}

.res-course-disclosure__prices strong {
  color: var(--res-navy);
  font-size: 14px;
  font-weight: 600;
}

.res-detail-sheet__schedule {
  display: grid;
  gap: 4px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(15, 37, 56, .12);
}

.res-detail-sheet__schedule span {
  width: fit-content;
  padding: 4px 9px;
  border-radius: 6px;
  background: var(--res-navy);
  color: var(--res-bg-soft);
  font-size: 13px;
  font-weight: 600;
}

.res-detail-sheet__schedule strong {
  color: var(--res-navy);
  font-weight: 600;
}

.res-detail-sheet__schedule em {
  font-style: normal;
}

.res-detail-sheet__ctas {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.res-detail-sheet__ctas--count-1 {
  grid-template-columns: minmax(0, 1fr);
}

.res-detail-sheet__ctas--count-3 .res-button:last-child {
  grid-column: 1 / -1;
}

.res-detail-sheet__ctas .res-reservation-channel--line {
  border-color: rgba(6, 147, 67, .48);
  color: #08733b;
  box-shadow: none;
}

.res-detail-sheet__ctas .res-reservation-channel--sms {
  border-color: rgba(196, 166, 106, .68);
  color: #5d4a24;
  box-shadow: none;
}

.res-detail-modal .res-detail-sheet__ctas {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: min(100%, 320px);
  margin: 20px auto 0;
}

.res-detail-modal .res-detail-sheet__ctas .res-button {
  min-width: 0;
  min-height: 48px;
  white-space: nowrap;
}

.res-detail-modal .res-detail-sheet__kicker {
  display: none;
}

.res-news-detail {
  width: min(1040px, calc(100% - 40px));
  margin: 34px auto 0;
}

.res-news-detail__back {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-bottom: 18px;
  color: var(--res-navy);
  font-size: 14px;
  font-weight: 600;
}

.res-news-detail__back:focus-visible {
  outline: 2px solid var(--res-navy-2);
  outline-offset: 3px;
}

.res-news-detail__fragment {
  display: grid;
  gap: 22px;
  padding-bottom: 48px;
}

.res-news-detail__hero {
  min-height: 560px;
  overflow: hidden;
  border: 1px solid rgba(15, 37, 56, .12);
  border-radius: 8px;
  box-shadow: var(--res-shadow);
}

.res-news-detail__media {
  background: var(--res-surface);
}

.res-news-detail__media img {
  object-position: center top;
}

.res-news-detail__fragment--non-cast .res-news-detail__hero {
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  min-height: 0;
  align-items: start;
}

.res-news-detail__fragment--non-cast .res-news-detail__media {
  align-self: start;
  aspect-ratio: 3 / 2;
}

.res-news-detail__fragment--non-cast .res-news-detail__media img {
  height: 100%;
  min-height: 0;
  aspect-ratio: 3 / 2;
}

.res-news-detail__sheet {
  display: grid;
  align-content: center;
  gap: 9px;
  align-self: center;
  margin: 32px 32px 32px 0;
  border-radius: 22px;
}

.res-news-detail__date,
.res-news-detail__furi,
.res-news-detail__title {
  margin: 0;
}

.res-news-detail__date,
.res-news-detail__furi {
  color: var(--res-muted);
  font-size: 13px;
}

.res-news-detail__sheet h1 {
  margin: 0;
  font-size: 44px;
}

.res-news-detail__fragment--non-cast .res-news-detail__sheet {
  align-self: center;
}

.res-news-detail__fragment--non-cast .res-news-detail__sheet h1 {
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.res-news-detail__title {
  margin-top: 5px;
  color: var(--res-text);
  font-size: 18px;
  line-height: 1.6;
}

.res-news-detail__profileline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
  margin-top: 8px;
  color: var(--res-muted);
  font-size: 14px;
}

.res-news-detail__job {
  margin: 0;
  color: var(--res-blue-gray);
  font-size: 14px;
  line-height: 1.6;
}

.res-news-detail__body {
  width: min(760px, calc(100% - 40px));
  margin: 0 auto;
  padding: 32px;
  border: 1px solid rgba(15, 37, 56, .12);
  border-radius: 8px;
  background: var(--res-bg-soft);
}

.res-news-detail__fragment--non-cast .res-news-detail__body {
  width: min(860px, calc(100% - 40px));
}

.res-news-detail__content {
  overflow-wrap: anywhere;
  color: var(--res-text);
  line-height: 1.9;
}

.res-news-detail__content > :first-child {
  margin-top: 0;
}

.res-news-detail__content > :last-child {
  margin-bottom: 0;
}

.res-news-detail__content p,
.res-news-detail__content ul,
.res-news-detail__content ol,
.res-news-detail__content blockquote {
  margin: 0 0 1.15em;
}

.res-news-detail__content ul,
.res-news-detail__content ol {
  padding-left: 1.45em;
}

.res-news-detail__content li + li {
  margin-top: .35em;
}

.res-news-detail__content h2,
.res-news-detail__content h3,
.res-news-detail__content h4 {
  margin: 1.65em 0 .65em;
  color: var(--res-navy);
  font-family: inherit;
  font-weight: 600;
  line-height: 1.5;
}

.res-news-detail__content h2 {
  font-size: 24px;
}

.res-news-detail__content h3 {
  font-size: 20px;
}

.res-news-detail__content h4 {
  font-size: 17px;
}

.res-news-detail__content blockquote {
  padding: 2px 0 2px 18px;
  border-left: 1px solid var(--res-accent);
  color: var(--res-muted);
}

.res-news-detail__content a {
  color: var(--res-navy-2);
  text-decoration-color: rgba(196, 166, 106, .72);
  text-underline-offset: 3px;
}

.res-news-detail__content a:focus-visible {
  outline: 2px solid var(--res-navy-2);
  outline-offset: 3px;
}

.res-news-price {
  margin-top: 34px;
  padding: 25px;
  border: 1px solid rgba(196, 166, 106, .5);
  border-top-width: 3px;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(248, 243, 234, .45), rgba(230, 222, 210, .22));
  box-shadow: 0 14px 34px rgba(15, 37, 56, .07);
}

.res-news-price__heading h2 {
  margin: 0;
}

.res-news-price__heading h2 {
  color: var(--res-navy);
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 1.25;
}

.res-news-price__rows {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.res-news-price__row {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  overflow: hidden;
  border: 1px solid rgba(15, 37, 56, .13);
  border-radius: 6px;
  background: rgba(251, 248, 242, .88);
  box-shadow: 0 7px 18px rgba(15, 37, 56, .05);
}

.res-news-price__row--regular_only,
.res-news-price__row--offer_only {
  grid-template-columns: minmax(0, 1fr);
}

.res-news-price__condition {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 5px 8px;
  align-items: baseline;
  min-width: 0;
  padding: 16px 18px;
  color: var(--res-muted);
  font-variant-numeric: tabular-nums;
}

.res-news-price__condition + .res-news-price__condition {
  border-left: 1px solid rgba(196, 166, 106, .52);
}

.res-news-price__condition > span:first-child {
  color: var(--res-blue-gray);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
}

.res-news-price__duration {
  overflow-wrap: anywhere;
  font-size: 13px;
}

.res-news-price__condition strong {
  grid-column: 1 / -1;
  margin-top: 4px;
  color: var(--res-navy);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  white-space: nowrap;
}

.res-news-price__condition--offer {
  grid-template-columns: auto auto;
  justify-content: center;
  background: linear-gradient(135deg, var(--res-navy), var(--res-navy-2));
  color: rgba(251, 248, 242, .76);
  text-align: center;
}

.res-news-price__condition--offer > span:first-child {
  color: var(--res-accent);
}

.res-news-price__condition--offer strong {
  color: var(--res-bg-soft);
  font-size: 22px;
  font-weight: 700;
}

.res-news-price__notes {
  margin-top: 18px;
  padding: 13px 15px;
  border-left: 1px solid var(--res-accent);
  background: rgba(251, 248, 242, .64);
  color: var(--res-muted);
  overflow-wrap: anywhere;
}

.res-news-price__notes p {
  margin: 0;
  line-height: 1.75;
}

.res-news-price__notes p + p {
  margin-top: 8px;
}

.res-news-detail__ctas {
  width: 100%;
}

.res-detail-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 34px;
}

.res-detail-body h2 {
  font-size: 30px;
}

.res-detail-body p {
  margin: 18px 0 0;
}

.res-detail-body aside {
  padding: 22px;
  border-left: 1px solid rgba(196, 166, 106, .5);
  background: rgba(251, 248, 242, .5);
}

.res-detail-gallery {
  padding-top: 34px;
  padding-bottom: 52px;
}

.res-detail-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.res-detail-gallery__item {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--res-surface);
  box-shadow: 0 12px 30px rgba(15, 37, 56, .1);
}

.res-detail-gallery__item img {
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.res-week-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
}

.res-week-list__card {
  display: flex;
  min-width: 0;
  min-height: 248px;
  flex-direction: column;
  gap: 14px;
  margin: 0;
  padding: 20px;
  border: 1px solid rgba(15, 37, 56, .12);
  border-radius: 8px;
  background: var(--res-bg-soft);
  box-shadow: 0 12px 28px rgba(15, 37, 56, .08);
}

.res-week-list__card.is-candidate {
  border-color: rgba(196, 166, 106, .62);
}

.res-week-list__card.is-muted {
  border-color: rgba(15, 37, 56, .1);
  background: rgba(230, 222, 210, .62);
  box-shadow: none;
}

.res-week-list__card.is-absent {
  min-height: 0;
  gap: 16px;
}

.res-week-list__date {
  margin: 0;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(15, 37, 56, .12);
  color: var(--res-navy);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.45;
  font-variant-numeric: tabular-nums;
}

.res-week-list__status,
.res-week-list__time {
  display: grid;
  gap: 4px;
}

.res-week-list__time span {
  color: var(--res-muted);
  font-size: 12px;
  font-weight: 500;
}

.res-week-list__status strong,
.res-week-list__time strong {
  color: var(--res-navy);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.res-week-list__card.is-muted .res-week-list__date,
.res-week-list__card.is-muted .res-week-list__status strong,
.res-week-list__card.is-muted .res-week-list__time strong,
.res-week-list__card.is-muted .res-week-list__absence {
  color: #625e57;
}

.res-week-list__absence {
  margin: 0;
  color: var(--res-muted);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
}

.res-detail-modal[hidden] {
  display: none;
}

.res-detail-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
}

.res-detail-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(15, 37, 56, .46);
}

.res-detail-modal:not([hidden]) .res-detail-modal__backdrop {
  animation: res-detail-backdrop-in 260ms cubic-bezier(.22, .61, .36, 1) both;
}

.res-detail-modal__panel {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  max-height: 94svh;
  overflow-y: auto;
  border-radius: 24px 24px 0 0;
  background: var(--res-bg);
  box-shadow: var(--res-shadow);
}

.res-detail-modal__close {
  position: sticky;
  top: 12px;
  z-index: 2;
  float: right;
  margin: 12px 16px -56px 0;
  min-height: 42px;
  padding: 8px 14px;
  border: 1px solid rgba(15, 37, 56, .18);
  border-radius: 8px;
  background: var(--res-bg-soft);
  color: var(--res-navy);
  font-weight: 600;
}

.res-detail-modal:not([hidden]) .res-detail-sheet {
  animation: res-detail-sheet-in 280ms cubic-bezier(.22, .61, .36, 1) both;
}

@keyframes res-detail-backdrop-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes res-detail-sheet-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 981px) {
  .res-detail-body {
    grid-template-columns: minmax(0, 1fr);
  }

  .res-detail-body aside p {
    max-width: 46em;
  }

  .res-detail-modal__panel {
    right: auto;
    left: 50%;
    width: min(1240px, calc(100vw - 64px));
    max-height: 90svh;
    max-height: 90dvh;
    overflow-x: hidden;
    border-radius: 24px 24px 0 0;
    transform: translateX(-50%);
  }

  .res-detail-modal__close {
    display: block;
    float: none;
    margin: 12px 16px -56px auto;
  }

  .res-detail-modal .res-detail-hero {
    grid-template-columns: auto minmax(0, 1fr);
    height: min(720px, calc(90svh - 24px));
    height: min(720px, calc(90dvh - 24px));
    min-height: 0;
  }

  .res-detail-modal .res-detail-hero__media {
    width: min(480px, calc(60svh - 16px));
    width: min(480px, calc(60dvh - 16px));
    aspect-ratio: 2 / 3;
  }

  .res-detail-modal .res-detail-hero__media img {
    height: 100%;
    min-height: 0;
    aspect-ratio: 2 / 3;
  }

  .res-detail-modal .res-detail-sheet {
    align-self: center;
    width: min(100% - 56px, 620px);
    margin: 32px auto;
    border-radius: 22px;
  }

  .res-detail-modal .res-news-detail__fragment--non-cast .res-news-detail__hero {
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
    height: auto;
    min-height: 0;
    align-items: start;
  }

  .res-detail-modal .res-news-detail__fragment--non-cast .res-news-detail__media {
    width: auto;
    aspect-ratio: 3 / 2;
  }

  .res-detail-modal .res-news-detail__fragment--non-cast .res-news-detail__media img {
    height: 100%;
    min-height: 0;
    aspect-ratio: 3 / 2;
  }

  .res-detail-modal .res-news-detail__fragment--non-cast .res-news-detail__sheet {
    width: auto;
    margin: 32px 32px 32px 0;
  }
}

@media (min-width: 981px) and (max-width: 1220px) {
  .res-header__inner {
    gap: 10px;
  }

  .res-brand img {
    width: 140px;
  }

  .res-nav {
    gap: 8px;
  }

  .res-nav__link {
    font-size: 12px;
  }

  .res-header__phone strong {
    font-size: 15px;
  }
}

.res-footer {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 54px 0 92px;
  border-top: 1px solid rgba(15, 37, 56, .12);
  color: var(--res-muted);
}

.res-footer__brand {
  margin: 0 0 8px;
  color: var(--res-navy);
  font-weight: 600;
}

.res-footer p {
  max-width: 560px;
  margin: 0;
}

.res-footer__lead {
  color: var(--res-navy);
  font-family: "Shippori Mincho", "Yu Mincho", serif;
  line-height: 1.7;
}

.res-footer__store-info {
  display: grid;
  gap: 7px;
  margin: 18px 0 0;
  font-size: 13px;
  line-height: 1.55;
}

.res-footer__store-info div {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 12px;
}

.res-footer__store-info dt {
  color: var(--res-blue-gray);
  font-weight: 600;
}

.res-footer__store-info dd {
  margin: 0;
  color: var(--res-navy);
}

.res-footer__store-info a {
  color: inherit;
  text-decoration-color: rgba(196, 166, 106, .82);
  text-underline-offset: 4px;
}

.res-footer__store-info a:focus-visible {
  outline: 2px solid var(--res-navy-2);
  outline-offset: 3px;
}

.res-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.res-footer nav a.is-active {
  text-decoration-color: var(--res-accent);
  text-decoration-thickness: 2px;
}

.res-action-tray {
  position: fixed;
  z-index: 70;
  left: 50%;
  bottom: 12px;
  width: min(calc(100% - 24px), 720px);
  display: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 8px;
  padding-bottom: max(8px, env(safe-area-inset-bottom));
  border: 1px solid rgba(15, 37, 56, .14);
  border-radius: 8px;
  background: rgba(251, 248, 242, .94);
  box-shadow: 0 12px 34px rgba(15, 37, 56, .18);
  transform: translateX(-50%);
  transition: transform 240ms var(--res-ease);
}

.res-action-tray--count-1 {
  grid-template-columns: minmax(0, 1fr);
}

.res-action-tray--count-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.res-action-tray--count-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.res-action-tray--count-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.res-action-tray.is-retracted {
  transform: translate(-50%, calc(100% + 16px));
}

.res-public .res-action-tray__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  min-height: 56px;
  border: 1px solid rgba(15, 37, 56, .2);
  border-radius: 6px;
  background: #fff;
  color: var(--res-navy);
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.res-action-tray__icon {
  display: grid;
  font-size: 18px;
}

.res-action-tray__item:focus-visible {
  outline: 2px solid var(--res-navy-2);
  outline-offset: 2px;
}

.res-public .res-action-tray__item--member {
  border-color: rgba(196, 166, 106, .68);
}

/* DM cannot push a notification, so an unread inbox has to carry weight and a
   ring of its own rather than relying on the badge colour alone. */
.res-public .res-action-tray__item--member.has-unread {
  border-color: var(--res-accent);
  background: rgba(196, 166, 106, .14);
  box-shadow: inset 0 0 0 1px var(--res-accent);
}

.res-public .res-action-tray__item--member.has-unread .res-action-tray__label {
  font-weight: 800;
}

.res-action-tray__item .res-dm-unread-badge {
  position: absolute;
  top: -7px;
  right: -5px;
  margin-left: 0;
}

.res-action-tray--guest .res-action-tray__item--line .res-action-tray__icon {
  color: #08733b;
}

.res-action-tray__item--disabled {
  cursor: not-allowed;
  border-style: dashed;
  border-color: rgba(15, 37, 56, .2);
  background: rgba(230, 222, 210, .76);
  color: #625e57;
}

body.res-public[data-res-detail-modal-open="true"] .res-action-tray,
body.res-public[data-res-member-login-modal-open="true"] .res-action-tray,
body.res-public.is-mobile-menu-open .res-action-tray {
  pointer-events: none;
  visibility: hidden;
}

body.res-public[data-res-member-login-modal-open="true"] {
  overflow: hidden;
}

@media (max-width: 980px) {
  .res-nav,
  .res-header__phone {
    display: none;
  }

  .res-menu-button {
    display: block;
  }

  .res-header__inner {
    justify-content: space-between;
  }

  .res-hero {
    grid-template-columns: 1fr;
    gap: 24px;
    min-height: 0;
    padding-top: 36px;
  }

  .res-hero__copy {
    order: -1;
  }

  .res-today-list,
  .res-cast-grid,
  .res-news-list,
  .res-price-grid,
  .res-reservation-grid,
  .res-detail-body {
    grid-template-columns: 1fr 1fr;
  }

  .res-detail-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-bottom: 24px;
  }

  .res-detail-hero__media img {
    display: block;
    height: clamp(460px, 68svh, 680px);
    min-height: 0;
    max-height: 680px;
    aspect-ratio: auto;
  }

  .res-detail-sheet {
    margin: -80px 18px 0;
    position: relative;
    z-index: 1;
    border-radius: 22px;
  }

  .res-news-detail__fragment--non-cast .res-news-detail__hero {
    grid-template-columns: 1fr;
  }

  .res-news-detail__fragment--non-cast .res-news-detail__sheet {
    margin: 18px 18px 0;
  }

  .res-week-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .res-course-price-card {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .res-price-operations__grid {
    grid-template-columns: 1fr 1fr;
  }

  .res-price-cta {
    grid-template-columns: 1fr;
  }

  .res-price-cta__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  body.res-public {
    padding-bottom: 76px;
    font-size: 15px;
  }

  .res-detail-modal__panel {
    height: 100svh;
    height: 100dvh;
    max-height: 100svh;
    max-height: 100dvh;
    border-radius: 0;
  }

  .res-detail-modal__close {
    top: calc(12px + env(safe-area-inset-top, 0px));
    margin-top: calc(12px + env(safe-area-inset-top, 0px));
  }

  .res-detail-modal .res-detail-sheet {
    margin-top: -104px;
  }

  .res-header__inner {
    width: min(100% - 24px, 1180px);
    min-height: 68px;
  }

  .res-brand img {
    width: 158px;
  }

  .res-section {
    width: min(100% - 28px, 1160px);
    padding: 48px 0;
  }

  .res-terms-content {
    gap: 16px;
    padding-top: 8px;
    padding-bottom: 52px;
  }

  .res-terms-card {
    padding: 24px 20px;
  }

  .res-terms-card h2 {
    font-size: 24px;
  }

  .res-hero {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    min-height: 70vh;
    min-height: 70svh;
    padding: 0;
    overflow: hidden;
    isolation: isolate;
  }

  .res-hero h1 {
    color: var(--res-bg-soft);
    font-size: 38px;
  }

  .res-hero .res-kicker {
    color: rgba(251, 248, 242, .82);
  }

  .res-hero__lead {
    margin-top: 12px;
    color: rgba(251, 248, 242, .94);
    font-size: 15px;
  }

  .res-hero__copy {
    z-index: 1;
    padding: 0 18px 20px;
  }

  .res-hero__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 20px;
  }

  .res-hero__actions .res-button:first-child {
    grid-column: 1 / -1;
  }

  .res-hero .res-button--outline {
    border-color: rgba(251, 248, 242, .55);
    background: rgba(15, 37, 56, .22);
    color: var(--res-bg-soft);
  }

  .res-hero .res-button--primary {
    border-color: rgba(251, 248, 242, .38);
  }

  .res-hero__secondary {
    margin-top: 14px;
  }

  .res-hero__secondary a {
    color: var(--res-bg-soft);
  }

  .res-hero__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    align-self: stretch;
    width: 100%;
    height: 100%;
    min-height: 100%;
    margin: 0;
    overflow: hidden;
    aspect-ratio: auto;
    border-radius: 0;
    box-shadow: none;
  }

  .res-hero__media picture {
    display: block;
    width: 100%;
    height: 100%;
  }

  .res-hero__media img {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
  }

  .res-hero__media::after {
    background: linear-gradient(180deg, rgba(15, 37, 56, .1) 0%, rgba(15, 37, 56, .18) 46%, rgba(15, 37, 56, .64) 100%);
  }

  .res-top-banners {
    margin-top: 14px;
  }

  .res-banner-rail {
    grid-auto-columns: 88%;
  }

  .res-section-head {
    align-items: start;
  }

  .res-section-head h2 {
    font-size: 28px;
  }

  .res-news-index {
    padding-top: 42px;
  }

  .res-news-switch {
    display: grid;
    width: 100%;
    margin-bottom: 26px;
  }

  .res-newtrial-rail {
    grid-auto-columns: 82%;
  }

  .res-newtrial-card {
    grid-template-columns: 42% minmax(0, 1fr);
  }

  .res-newtrial-list {
    grid-template-columns: minmax(0, 1fr);
    grid-auto-columns: auto;
    grid-auto-flow: row;
    overflow-x: visible;
  }

  .res-newtrial-list .res-newtrial-card {
    width: 100%;
    scroll-snap-align: none;
  }

  .res-newtrial-card__body {
    padding: 10px 14px 14px;
  }

  .res-newtrial-card__body h3 {
    font-size: 18px;
  }

  .res-recent-updates {
    padding-top: 0;
    padding-bottom: 16px;
  }

  .res-recent-card {
    grid-template-columns: minmax(116px, 38%) minmax(0, 1fr);
  }

  .res-recent-card__body {
    gap: 7px;
    padding: 12px 14px;
  }

  .res-recent-card__body h3 {
    font-size: 17px;
  }

  .res-recent-card__body time,
  .res-recent-card__login-note {
    font-size: 12px;
  }

  .res-today-list {
    gap: 30px;
  }

  .res-today-list,
  .res-cast-grid,
  .res-news-list,
  .res-price-grid,
  .res-reservation-grid,
  .res-detail-body {
    grid-template-columns: 1fr;
  }

  .res-news-list {
    gap: 24px;
  }

  .res-news-list-card h2 {
    padding: 18px 18px 0;
    font-size: 20px;
  }

  .res-news-list-card time {
    padding: 9px 18px 18px;
  }

  .res-cast-card--today .res-cast-card__link {
    width: min(100%, 520px);
    margin: 0 auto;
  }

  .res-cast-card__titleline h3 {
    font-size: 26px;
  }

  .res-concept {
    grid-template-columns: 1fr;
    padding: 30px 22px;
  }

  .res-page-hero h1 {
    font-size: 36px;
  }

  .res-price-page__hero {
    padding-bottom: 34px;
  }

  .res-price-long-note {
    width: min(100% - 28px, 1160px);
    padding: 26px 22px;
  }

  .res-price-long-note h2 {
    font-size: 24px;
  }

  .res-price-courses {
    padding-top: 44px;
  }

  .res-course-price-card {
    padding: 26px 0;
  }

  .res-course-price-card header h2 {
    font-size: 28px;
  }

  .res-course-price-card__rows {
    grid-template-columns: 1fr;
  }

  .res-course-price-card__rows > div {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 20px;
    padding: 12px 2px;
    border-bottom: 1px solid rgba(15, 37, 56, .1);
    border-left: 0;
  }

  .res-course-price-card__rows dd {
    margin-top: 0;
    font-size: 17px;
  }

  .res-course-price-card__rows .res-course-price-card__extension {
    padding-right: 10px;
    padding-left: 10px;
    border-left: 2px solid rgba(196, 166, 106, .72);
  }

  .res-price-operations__grid {
    grid-template-columns: 1fr;
  }

  .res-price-operations__grid article {
    padding: 22px 18px;
  }

  .res-price-cta {
    width: min(100% - 28px, 1160px);
    margin-bottom: 48px;
    padding: 30px 22px;
  }

  .res-price-cta h2 {
    font-size: 26px;
  }

  .res-price-cta__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .res-price-cta__actions .res-button:last-child {
    grid-column: 1 / -1;
  }

  .res-detail-hero__media img {
    height: clamp(430px, 68svh, 640px);
    min-height: 0;
    aspect-ratio: auto;
  }

  .res-detail-sheet {
    padding: 26px 20px;
  }

  .res-detail-sheet h1 {
    font-size: 36px;
  }

  .res-detail-gallery {
    width: 100%;
    padding-right: 0;
    padding-left: 16px;
  }

  .res-detail-gallery__grid {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 0 16px 12px 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
  }

  .res-detail-gallery__grid::-webkit-scrollbar {
    display: none;
  }

  .res-detail-gallery__item {
    flex: 0 0 75vw;
    scroll-snap-align: start;
  }

  .res-news-detail {
    width: min(100% - 28px, 1040px);
    margin-top: 24px;
  }

  .res-news-detail__hero {
    grid-template-columns: 1fr;
  }

  .res-news-detail__media {
    min-height: 0;
    aspect-ratio: 2 / 3;
  }

  .res-news-detail__media img {
    width: 100%;
    height: 100%;
    min-height: 0;
    aspect-ratio: 2 / 3;
  }

  .res-news-detail__fragment {
    padding-bottom: 32px;
  }

  .res-news-detail__sheet h1 {
    font-size: 36px;
  }

  .res-news-detail__body {
    width: min(100% - 28px, 760px);
    padding: 24px 20px;
  }

  .res-news-detail__fragment--non-cast .res-news-detail__body {
    width: min(100% - 28px, 860px);
  }

  .res-news-price {
    padding: 22px;
  }

  .res-detail-sheet__ctas {
    grid-template-columns: 1fr 1fr;
  }

  .res-week-list {
    grid-template-columns: 1fr;
  }

  .res-footer {
    display: block;
    padding-bottom: 124px;
  }

  .res-footer nav {
    margin-top: 20px;
  }

  .res-action-tray {
    display: grid;
  }
}

@media (max-width: 420px) {
  .res-mobile-menu {
    width: min(360px, calc(100% - 14px));
    padding-right: 14px;
    padding-left: 16px;
  }

  .res-detail-sheet__ctas,
  .res-news-detail__ctas {
    grid-template-columns: 1fr;
  }

  .res-detail-sheet__ctas--count-4,
  .res-news-detail__ctas.res-detail-sheet__ctas--count-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .res-detail-sheet__ctas--count-4 .res-button {
    min-width: 0;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 13px;
    white-space: nowrap;
  }

  .res-action-tray--count-4 {
    gap: 4px;
    padding-right: 6px;
    padding-left: 6px;
  }

  .res-action-tray--count-4 .res-action-tray__item {
    min-width: 0;
    padding: 0 3px;
    white-space: nowrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }

  .res-mobile-backdrop,
  .res-mobile-menu {
    transition-duration: .01ms !important;
  }
}

.res-member-login-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  overflow-y: auto;
  padding: 72px 18px calc(36px + env(safe-area-inset-bottom));
  opacity: 0;
  pointer-events: none;
  transition: opacity 200ms var(--res-ease);
}

.res-member-login-modal[hidden] {
  display: none;
}

.res-member-login-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.res-member-login-modal__backdrop {
  position: fixed;
  inset: 0;
  z-index: 0;
  padding: 0;
  border: 0;
  background: rgba(15, 37, 56, .78);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}

.res-member-login-modal__panel {
  position: relative;
  z-index: 1;
  width: min(860px, 100%);
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(320px, 1.14fr);
  gap: 0;
  overflow: visible;
  border: 1px solid rgba(196, 166, 106, .64);
  border-radius: 10px;
  outline: none;
  background: var(--res-bg-soft);
  box-shadow: 0 30px 80px rgba(5, 16, 25, .38);
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 200ms var(--res-ease), transform 200ms var(--res-ease);
}

.res-member-login-modal.is-open .res-member-login-modal__panel {
  opacity: 1;
  transform: translateY(0);
}

.res-member-login-modal__intro {
  display: grid;
  align-content: end;
  padding: clamp(28px, 5vw, 48px);
  border-right: 1px solid rgba(196, 166, 106, .38);
  background:
    linear-gradient(155deg, rgba(15, 37, 56, .96), rgba(25, 51, 70, .9)),
    var(--res-navy);
  color: var(--res-bg-soft);
}

.res-member-login-modal__intro .res-member-eyebrow {
  justify-self: start;
  margin-bottom: 18px;
  border-color: rgba(196, 166, 106, .56);
  background: transparent;
  color: #e4d2ae;
}

.res-member-login-modal__intro h2,
.res-member-login-modal__intro p {
  margin: 0;
}

.res-member-login-modal__intro h2 {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 500;
  line-height: 1.2;
}

.res-member-login-modal__intro > p:not(.res-member-eyebrow) {
  margin-top: 14px;
  color: rgba(251, 248, 242, .8);
  font-size: 14px;
}

.res-member-login-modal__intro a {
  justify-self: start;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  margin-top: 18px;
  color: #e4d2ae;
  font-size: 13px;
  text-underline-offset: 5px;
}

.res-member-login-modal .res-member-login-form {
  align-content: center;
  min-height: 390px;
  padding: clamp(28px, 5vw, 48px);
}

.res-member-login-modal__close {
  position: absolute;
  top: -18px;
  right: -18px;
  z-index: 2;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(196, 166, 106, .64);
  border-radius: 50%;
  background: var(--res-bg-soft);
  color: var(--res-navy);
  box-shadow: 0 12px 30px rgba(5, 16, 25, .24);
  cursor: pointer;
}

.res-member-login-modal__close span {
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
}

.res-member-login-modal__close:focus-visible,
.res-member-login-modal__intro a:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.res-member-login-success {
  position: fixed;
  z-index: 125;
  top: 92px;
  left: 50%;
  width: min(calc(100% - 32px), 430px);
  padding: 14px 18px;
  border: 1px solid rgba(196, 166, 106, .7);
  border-radius: 8px;
  background: var(--res-navy-2);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
  text-align: center;
  box-shadow: 0 16px 38px rgba(5, 16, 25, .28);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -8px);
  transition: opacity 180ms var(--res-ease), transform 180ms var(--res-ease);
}

.res-member-login-success[hidden] {
  display: none;
}

.res-member-login-success.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.res-member-login-form__submit:disabled {
  cursor: progress;
  opacity: .78;
  box-shadow: none;
}

@media (max-width: 720px) {
  .res-member-login-success {
    top: 80px;
  }

  .res-member-login-modal {
    place-items: start center;
    padding: 68px 12px calc(28px + env(safe-area-inset-bottom));
  }

  .res-member-login-modal__panel {
    width: min(100%, 430px);
    grid-template-columns: 1fr;
  }

  .res-member-login-modal__intro {
    padding: 24px 22px;
    border-right: 0;
    border-bottom: 1px solid rgba(196, 166, 106, .38);
  }

  .res-member-login-modal__intro h2 {
    font-size: 32px;
  }

  .res-member-login-modal .res-member-login-form {
    min-height: 0;
    padding: 24px 22px 26px;
  }

  .res-member-login-modal__close {
    top: -14px;
    right: 4px;
  }
}

/* Preview member login / point balance */
.res-member-page {
  width: min(100% - 40px, 920px);
  min-height: 62vh;
  margin: 0 auto;
  padding: clamp(64px, 9vw, 112px) 0;
}

.res-member-eyebrow {
  margin: 0 0 10px;
  color: var(--res-accent);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .14em;
}

.res-member-login-card {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(320px, 1.12fr);
  gap: clamp(32px, 6vw, 72px);
  align-items: center;
  padding: clamp(30px, 5vw, 58px);
  border: 1px solid rgba(196, 166, 106, .42);
  border-radius: 8px;
  background: var(--res-bg-soft);
  box-shadow: var(--res-shadow);
}

.res-member-login-card__intro h1,
.res-member-home__head h1 {
  margin: 0;
  color: var(--res-navy);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(34px, 5vw, 54px);
  font-weight: 500;
  line-height: 1.25;
}

.res-member-login-card__intro > p:last-child,
.res-member-home__head > p:last-child {
  max-width: 34em;
  margin: 16px 0 0;
  color: var(--res-muted);
}

.res-member-login-form {
  display: grid;
  gap: 20px;
}

.res-member-login-field {
  display: grid;
  gap: 8px;
}

.res-member-login-field label {
  color: var(--res-navy);
  font-size: 14px;
  font-weight: 600;
}

.res-member-login-field input {
  width: 100%;
  min-height: 52px;
  padding: 12px 14px;
  border: 1px solid rgba(15, 37, 56, .28);
  border-radius: 6px;
  background: #fffdf9;
  color: var(--res-text);
  font: inherit;
  line-height: 1.35;
}

.res-member-login-field input:hover {
  border-color: rgba(15, 37, 56, .5);
}

.res-member-login-field input:focus-visible {
  border-color: var(--res-accent);
  outline: 2px solid var(--res-navy-2);
  outline-offset: 2px;
}

.res-member-login-form__error {
  padding: 12px 14px;
  border-left: 3px solid var(--res-danger);
  border-radius: 6px;
  background: rgba(158, 75, 66, .07);
  color: #743a34;
  font-size: 14px;
}

.res-member-login-form__submit,
.res-member-logout {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border: 1px solid var(--res-navy-2);
  border-radius: 26px;
  background: var(--res-navy-2);
  color: var(--res-bg-soft);
  font: inherit;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
}

.res-public .res-member-logout {
  color: var(--res-bg-soft);
}

.res-member-login-form__submit:hover,
.res-member-logout:hover {
  border-color: var(--res-accent);
  box-shadow: 0 12px 28px rgba(15, 37, 56, .18);
}

.res-member-login-form__submit:focus-visible,
.res-member-logout:focus-visible,
.res-member-back-link:focus-visible {
  outline: 2px solid var(--res-navy-2);
  outline-offset: 3px;
}

/* Public WEB reservation -------------------------------------------------- */
.res-public--reservation .res-action-tray {
  display: none;
}

.res-reserve-hero {
  max-width: 900px;
}

.res-reserve-shell {
  max-width: 980px;
  padding: clamp(24px, 5vw, 52px);
  border: 1px solid rgba(15, 37, 56, .14);
  border-radius: 8px;
  background: rgba(251, 248, 242, .96);
  box-shadow: 0 20px 54px rgba(15, 37, 56, .1);
}

.res-reserve-state-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 20px;
  margin-bottom: 28px;
}

.res-reserve-state-head h2,
.res-reserve-form__lead h3,
.res-reserve-confirm h3,
.res-reserve-complete h2 {
  margin: 0;
  color: var(--res-navy);
  font-family: "Noto Serif JP", Georgia, serif;
  font-weight: 500;
}

.res-reserve-state-head ol {
  display: flex;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.res-reserve-state-head li {
  min-width: 58px;
  padding: 7px 10px;
  border-bottom: 2px solid rgba(15, 37, 56, .15);
  color: var(--res-muted);
  font-size: 12px;
  text-align: center;
}

.res-reserve-state-head li[aria-current="step"] {
  border-color: var(--res-accent);
  color: var(--res-navy);
  font-weight: 700;
}

.res-reserve-context,
.res-reserve-alert {
  margin-bottom: 24px;
  padding: 18px 20px;
  border-left: 3px solid var(--res-accent);
  background: rgba(230, 222, 210, .5);
}

.res-reserve-context dl,
.res-reserve-context p,
.res-reserve-alert ul {
  margin: 0;
}

.res-reserve-context dl {
  display: grid;
  gap: 10px;
}

.res-reserve-context dl > div {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 12px;
}

.res-reserve-context dt,
.res-reserve-confirm dt {
  color: var(--res-muted);
  font-size: 12px;
}

.res-reserve-context dd {
  margin: 0;
}

.res-reserve-context dd span {
  display: block;
  margin-top: 3px;
  color: var(--res-muted);
  font-size: 12px;
}

.res-reserve-context p {
  margin-top: 10px;
  color: var(--res-danger);
  font-size: 13px;
}

.res-reserve-alert {
  border-left-color: var(--res-danger);
}

.res-reserve-alert strong {
  color: var(--res-danger);
}

.res-reserve-alert a {
  display: inline-block;
  min-height: 44px;
  padding-top: 12px;
  color: var(--res-navy);
  font-weight: 700;
}

.res-reserve-form__lead {
  margin-bottom: 24px;
}

.res-reserve-form__lead p,
.res-reserve-confirm > p {
  margin: 8px 0 0;
  color: var(--res-muted);
}

.res-reserve-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 18px;
}

.res-reserve-field {
  display: grid;
  gap: 8px;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.res-reserve-field--wide {
  grid-column: 1 / -1;
}

.res-reserve-field > span,
.res-reserve-field legend {
  color: var(--res-navy);
  font-size: 14px;
  font-weight: 700;
}

.res-reserve-field em {
  color: var(--res-danger);
  font-size: 11px;
  font-style: normal;
}

.res-reserve-field input,
.res-reserve-field select,
.res-reserve-field textarea,
.res-reserve-time noscript select {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid rgba(15, 37, 56, .25);
  border-radius: 5px;
  background: #fffdf9;
  color: var(--res-text);
  font: inherit;
}

.res-reserve-field textarea {
  min-height: 112px;
  resize: vertical;
}

.res-reserve-field input[readonly] {
  background: rgba(230, 222, 210, .5);
  color: var(--res-muted);
}

.res-reserve-field small {
  color: var(--res-muted);
  font-size: 12px;
}

.res-reserve-time__tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(15, 37, 56, .14);
  border-radius: 8px;
  background: rgba(230, 222, 210, .42);
}

.res-reserve-time__undecided,
.res-reserve-time__panel button {
  min-height: 44px;
  border: 1px solid rgba(15, 37, 56, .2);
  border-radius: 24px;
  background: #fffdf9;
  color: var(--res-navy);
  cursor: pointer;
  font: inherit;
}

.res-reserve-time__tabs button {
  min-height: 44px;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: var(--res-muted);
  cursor: pointer;
  font: inherit;
  font-weight: 700;
}

.res-reserve-time__undecided {
  width: min(160px, 100%);
  font-weight: 700;
}

.res-reserve-time__panel button.is-selected,
.res-reserve-time__undecided.is-selected {
  border-color: var(--res-navy);
  background: var(--res-navy);
  color: var(--res-bg-soft);
}

.res-reserve-time__tabs button[aria-selected="true"] {
  background: #fffdf9;
  box-shadow: inset 0 -3px 0 var(--res-accent), 0 1px 4px rgba(15, 37, 56, .08);
  color: var(--res-navy);
}

.res-reserve-time__panel {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 7px;
}

.res-reserve-time__panel[hidden] {
  display: none;
}

.res-reserve-time > p {
  margin: 0;
  color: var(--res-muted);
  font-size: 13px;
}

.res-reserve-time > p.res-reserve-time__guide {
  margin-top: 4px;
  color: var(--res-navy);
  font-weight: 700;
}

.res-reserve-preference {
  padding: 20px;
  border: 1px solid rgba(15, 37, 56, .14);
  background: rgba(248, 243, 234, .72);
}

.res-reserve-preference > label:not(.res-reserve-preference__detail) {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-right: 20px;
  color: var(--res-text);
}

.res-reserve-preference > label input[type="radio"] {
  width: 20px;
  min-height: 20px;
  margin-right: 8px;
}

.res-reserve-preference__detail[hidden] {
  display: none;
}

.res-reserve-preference p {
  margin: 12px 0 6px;
  color: var(--res-muted);
  font-size: 13px;
}

.res-reserve-preference > div {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
}

.res-reserve-preference > div a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--res-navy);
  font-weight: 700;
}

.res-reserve-form__actions,
.res-reserve-confirm__actions,
.res-reserve-complete__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.res-reserve-form__actions .res-button {
  width: min(100%, 360px);
}

.res-reserve-confirm[hidden],
.res-reserve-form[hidden] {
  display: none;
}

.res-reserve-confirm dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 26px 0 0;
  background: rgba(15, 37, 56, .1);
}

.res-reserve-confirm dl > div {
  padding: 14px 16px;
  background: var(--res-bg-soft);
}

.res-reserve-confirm dd {
  margin: 5px 0 0;
  overflow-wrap: anywhere;
  color: var(--res-navy);
  font-weight: 600;
}

.res-reserve-complete {
  max-width: 720px;
  margin: 0 auto;
  padding: clamp(20px, 4vw, 40px) 0;
  text-align: center;
}

.res-reserve-complete p:not(.res-kicker) {
  color: var(--res-muted);
}

.res-reserve-complete__actions {
  justify-content: center;
}

.res-reserve-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.res-week-list__card > a {
  display: inline-flex;
  min-width: 0;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding: 10px 14px;
  border: 1px solid var(--res-navy);
  border-radius: 8px;
  background: var(--res-navy);
  color: var(--res-bg-soft);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  overflow-wrap: anywhere;
  text-align: center;
  text-decoration: none;
  white-space: normal;
}

.res-week-list__card > a:hover {
  border-color: var(--res-navy-2);
  background: var(--res-navy-2);
  color: var(--res-bg-soft);
}

.res-week-list__card > a:active {
  box-shadow: inset 0 0 0 2px rgba(251, 248, 242, .24);
}

.res-week-list__card > a:visited {
  color: var(--res-bg-soft);
}

.res-reserve-field input:focus-visible,
.res-reserve-field select:focus-visible,
.res-reserve-field textarea:focus-visible,
.res-reserve-time button:focus-visible,
.res-reserve-preference a:focus-visible,
.res-week-list__card > a:focus-visible {
  outline: 3px solid rgba(196, 166, 106, .7);
  outline-offset: 2px;
}

@media (max-width: 720px) {
  body.res-public--reservation {
    padding-bottom: 0;
  }

  .res-reserve-shell {
    padding: 24px 18px;
  }

  .res-reserve-state-head,
  .res-reserve-form__grid,
  .res-reserve-confirm dl {
    grid-template-columns: 1fr;
  }

  .res-reserve-state-head {
    align-items: start;
  }

  .res-reserve-state-head ol {
    width: 100%;
  }

  .res-reserve-state-head li {
    flex: 1;
  }

  .res-reserve-time__panel {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .res-reserve-form__actions .res-button,
  .res-reserve-confirm__actions .res-button,
  .res-reserve-complete__actions .res-button {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .res-reserve-time__panel {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.res-member-back-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--res-navy);
  font-size: 14px;
  text-decoration-color: var(--res-accent);
  text-underline-offset: 5px;
}

.res-member-login-card > .res-member-back-link {
  grid-column: 2;
  justify-self: start;
  margin-top: -18px;
}

.res-member-home__head {
  margin-bottom: 36px;
}

.res-member-summary {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  overflow: hidden;
  border: 1px solid rgba(15, 37, 56, .14);
  border-radius: 8px;
  background: var(--res-bg-soft);
  box-shadow: 0 18px 44px rgba(15, 37, 56, .12);
}

.res-member-summary > div {
  display: grid;
  align-content: center;
  min-height: 210px;
  padding: clamp(28px, 5vw, 52px);
}

.res-member-summary__number {
  border-right: 1px solid rgba(196, 166, 106, .42);
  background: var(--res-surface);
}

.res-member-summary span {
  color: var(--res-muted);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .08em;
}

.res-member-summary strong {
  margin-top: 10px;
  color: var(--res-navy);
  font-size: clamp(26px, 4vw, 46px);
  font-weight: 500;
  line-height: 1.2;
}

.res-member-summary__points strong b {
  font-size: clamp(46px, 8vw, 76px);
  font-weight: 500;
  font-variant-numeric: tabular-nums;
}

.res-member-summary__points.is-unavailable {
  background: rgba(230, 222, 210, .45);
}

.res-member-summary__points.is-unavailable strong {
  color: var(--res-muted);
}

.res-member-summary__points p {
  max-width: 32em;
  margin: 16px 0 0;
  color: var(--res-muted);
  font-size: 14px;
}

.res-member-home__actions {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 30px;
}

@media (max-width: 720px) {
  .res-member-page {
    width: min(100% - 28px, 920px);
    min-height: 56vh;
    padding: 40px 0 64px;
  }

  .res-member-login-card {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 28px 20px;
  }

  .res-member-login-card > .res-member-back-link {
    grid-column: auto;
    margin-top: -10px;
  }

  .res-member-summary {
    grid-template-columns: 1fr;
  }

  .res-member-summary > div {
    min-height: 154px;
    padding: 26px 22px;
  }

  .res-member-summary__number {
    border-right: 0;
    border-bottom: 1px solid rgba(196, 166, 106, .42);
  }

  .res-member-home__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .res-member-back-link {
    justify-content: center;
  }
}
