@charset "UTF-8";
/* ==========================================================================
   contact.css — contact.html 固有（RESERVE）
   ========================================================================== */

.reserve-page .section:first-of-type { margin-top: 120px; }

.reserve {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px 56px;
  align-items: center;
}

.reserve__line { display: flex; justify-content: center; }

.reserve__body {
  font-family: var(--font-mincho);
  color: var(--color-beige);
  text-align: center;
}
.reserve__body p { font-size: 1rem; line-height: 1.9; }
.reserve__body p + p { margin-top: 1.75em; }

.reserve__tel { margin-top: 24px; display: flex; justify-content: center; }

@media (max-width: 900px) {
  .reserve { grid-template-columns: minmax(0, 1fr); gap: 28px; }
}
