    :root {
      --red: #ff3b4f;
      --red-dark: #ef243a;
      --line: #d8d8d8;
      --text: #222;
      --muted: #666;
      --bg: #ffffff;
      --card-shadow: 0 14px 30px rgba(0,0,0,0.10);
      --card-border: 1px solid rgba(0,0,0,0.06);
    }
.rental_wrap .page { width: 100%; max-width: 860px; margin: 0 auto; padding: 10px 16px 28px; background: var(--bg);  font-size:16px;}
.rental_wrap .hero { margin-bottom: 18px; display: grid; grid-template-columns: 1.08fr 1fr; gap: 18px; align-items: start; }
.rental_wrap .hero-card { padding: 12px; background: #fff; border-radius: 24px; box-shadow: var(--card-shadow); border: var(--card-border); overflow: hidden; }
.rental_wrap .hero-card img { width: 100%; display: block; border-radius: 18px; }
.rental_wrap .hero-copy { padding-top: 8px; }
.rental_wrap .hero-copy h1 { margin: 0 0 18px; font-size: 33px; font-weight: 800; letter-spacing: -0.04em; line-height: 1.2; }
.rental_wrap .hero-copy p { margin: 8px 0; font-size: 15px; color: #333; }
.rental_wrap .section-title { margin: 2em 0 6px; font-size: 22px; font-weight: 800; letter-spacing: -0.04em; }
.rental_wrap .address { margin-bottom: 10px; font-size: 14px; color: #707070; }
.rental_wrap .tags { margin-bottom: 18px; display: flex; flex-wrap: wrap; gap: 6px; }
.rental_wrap .tag { padding: 5px 8px; font-size: 14px; font-weight: 700; line-height: 1; background: var(--red); color: #fff; border-radius: 2px; }
.rental_wrap .facilities { margin: 8px 0 18px; display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; }
.rental_wrap .facility { min-height: 84px; color: var(--red); text-align: center; }
.rental_wrap .facility i { margin-bottom: 8px; font-size: 30px; display: block; }
.rental_wrap .facility .label { font-size: 14px; line-height: 1.35; color: #666; white-space: pre-line; }
.rental_wrap .download-box { margin: 18px 0 22px; }
.rental_wrap .download-btn { padding: 10px 14px; font-size: 13px; font-weight: 700; display: inline-flex; align-items: center; gap: 8px; background: #8b8b8b; color: #fff; text-decoration: none; border-radius: 2px; }
.rental_wrap .hall-row { margin: 22px 0 30px; display: grid; grid-template-columns: 52% 44%; gap: 18px; align-items: start; }
.rental_wrap .hall-photo-wrap { position: relative; }
.rental_wrap .photo-card { padding: 14px; background: linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%); border-radius: 26px; box-shadow: var(--card-shadow); border: var(--card-border); overflow: hidden; position: relative; }
.rental_wrap .hall-photo { width: 100%; border-radius: 18px; object-fit: cover; image-rendering: -webkit-optimize-contrast; transform: translateZ(0); display: block; }
.rental_wrap .seat-badge { width: 88px; padding: 10px 8px 8px; line-height: 1.15; position: absolute; right: 14px; bottom: 14px; background: var(--red); color: #fff; border-radius: 16px 0 16px 0; box-shadow: 0 10px 20px rgba(255,59,79,0.28); text-align: center; }
.rental_wrap .seat-badge small { margin-bottom: 4px; font-size: 13px; font-weight: 700; display: block; }
.rental_wrap .seat-badge strong { font-size: 36px; font-weight: 800; letter-spacing: -0.05em; display: block; }
.rental_wrap .seat-badge span { font-size: 15px; font-weight: 700; }
.rental_wrap .info-card h3 { margin: 0 0 8px; font-size: 22px; font-weight: 500; color: var(--red); letter-spacing: -0.04em; }
.rental_wrap table.info-table {background: #fff; border-collapse: collapse; table-layout: fixed; border: 1px solid var(--line); }
.rental_wrap .info-table td { padding: 8px 10px; font-size: 13px; line-height: 1.35; border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); vertical-align: middle; }
.rental_wrap .info-table tr:last-child td { border-bottom: 0; }
.rental_wrap .info-table td:last-child { border-right: 0; color: var(--red); text-align: center; font-weight: 500; }
.rental_wrap .info-table td:first-child { width: 46%; color: #444; text-align: center; }
.rental_wrap .notes { margin-top: 10px; font-size: 14px; line-height: 1.7; color: #555; }

@media (max-width: 760px) {
  .rental_wrap body { padding: 10px; }
  .rental_wrap .page { padding: 10px 10px 24px; }
  .rental_wrap .hero, .rental_wrap .hall-row { grid-template-columns: 1fr; }
  .rental_wrap .hero-copy h1 { font-size: 26px; }
  .rental_wrap .facilities { grid-template-columns: repeat(3, 1fr); }
  .rental_wrap .seat-badge { width: 74px; right: 12px; bottom: 12px; }
  .rental_wrap .seat-badge strong { font-size: 30px; }
  .rental_wrap .photo-card { padding: 12px; border-radius: 22px; }
  .rental_wrap .hall-photo { border-radius: 16px; }
}
