/* A quiet document page, ready for the property rules. */
.rules-page { display: flex; flex-direction: column; min-height: 100vh; min-height: 100svh; --body-text-size: 15px; --body-text-leading: 23px; }
.rules-page .header { position: sticky; flex-shrink: 0; height: 88px; background: #fff; color: var(--ink); box-shadow: none; border-bottom: 1px solid var(--line); }
.rules-page-main { flex: 1; min-height: 360px; padding-block: 68px 100px; }
.rules-page-main.stay-rules-page-main { padding-top: 96px; }
.rules-page-main h1 { margin: 0; font-family: var(--serif); font-size: clamp(48px, 5vw, 72px); font-weight: 500; line-height: 1.04; letter-spacing: -.025em; text-shadow: none; }
.rules-page .site-footer { flex-shrink: 0; }
.rules-document { max-width: 850px; margin: 64px auto 0; color: #333; font-size: 15px; line-height: 1.7; }
.rules-document .rules-kicker { margin: 0 0 8px; color: #B28A42; font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.rules-document h2 { margin: 0 0 42px; font-family: var(--serif); font-size: clamp(31px, 4vw, 43px); font-weight: 500; line-height: 1.12; }
.rules-document h3 { margin: 42px 0 16px; padding-top: 24px; border-top: 1px solid var(--line); color: #262626; font-family: var(--serif); font-size: clamp(25px, 3vw, 32px); font-weight: 500; line-height: 1.18; }
.rules-document h4 { margin: 30px 0 12px; color: #9c7639; font-size: 16px; font-weight: 600; }
.rules-document p { margin: 0 0 14px; }
.policy-document ul { margin: 0 0 20px; padding-left: 1.35em; }
.policy-document { margin-top: 40px; }
.policy-document li { margin: 0 0 12px; padding-left: 4px; }
.policy-document li::marker { color: #B28A42; }
.policy-document strong { font-weight: 600; }
.electronic-rules { margin-top: 40px; }
.electronic-rules > h3:first-child { margin-top: 0; }
.rules-document a { color: #9c7639; text-decoration: underline; text-underline-offset: 3px; }
.rules-placeholder { padding: 2px 4px; background: #fff0cf; color: #6b4b1b; }
.rules-table-wrap { overflow-x: auto; margin: 24px 0; }
.rules-document table { width: 100%; min-width: 560px; border-collapse: collapse; text-align: left; }
.rules-document th, .rules-document td { padding: 13px 16px; border: 1px solid var(--line); vertical-align: top; }
.rules-document th { background: #faf8f4; color: #9c7639; font-weight: 600; }
.electronic-rules .cancellation-rules h4,
.electronic-rules .cancellation-rules th { color: rgb(38, 38, 38); font-size: 15px; font-weight: 500; }
.stay-rules .rules-kicker { font-size: 13px; font-weight: 400; line-height: 22px; }
.rules-document.stay-rules { margin-top: 0; }
.rules-page-main .stay-rules h1 { margin: 0 0 42px; font-family: var(--serif); font-size: clamp(31px, 4vw, 43px); font-weight: 500; line-height: 1.12; letter-spacing: -1.3px; }
.stay-rules .rules-lead { max-width: 680px; margin: 0 0 30px; color: #515151; font-size: 17px; line-height: 1.6; }
.stay-rules section { margin-top: 16px; }
.stay-rules ul { margin: 0; padding-left: 1.35em; list-style: none; }
.stay-rules li { position: relative; margin: 0 0 16px; padding-left: 6px; }
.stay-rules li::before { content: ""; position: absolute; top: .74em; left: -1.28em; width: 5px; height: 5px; border-radius: 50%; background: #B28A42; }
.stay-rules strong { font-weight: 600; }
@media (max-width: 800px) {
  .rules-page-main { padding-block: 48px 80px; }
  .rules-page-main.stay-rules-page-main { padding-top: 64px; }
}
@media (max-width: 600px) {
  .rules-page .header { height: 76px; }
  .rules-page-main { min-height: 280px; padding-block: 36px 64px; }
  .rules-page-main.stay-rules-page-main { padding-top: 56px; }
  .rules-page-main h1 { font-size: clamp(40px, 10.5vw, 48px); }
  .rules-document { margin-top: 42px; font-size: 14px; }
  .rules-document h2 { margin-bottom: 32px; }
  .rules-document h3 { margin-top: 34px; }
  .stay-rules .rules-lead { font-size: 15px; }
  .rules-page-main .stay-rules h1 { margin-bottom: 32px; }
}
