/* お問い合わせページ固有（共通は css/site.css） */
.page-head .access-tel { margin: 6px 0 10px; }
.sec-grid .form { max-width: 640px; }
.access-map iframe { width: 100%; aspect-ratio: 16 / 7; border: 0; border-radius: 4px; filter: grayscale(.3); }
@media (max-width: 600px) {
  .access-map iframe { aspect-ratio: 4 / 3; }
}
