@charset "-UTF8";


#access .mobile-content {
  max-height: 100vh;
  overflow-y: auto;
}

.address {
  font-size: 18px;
}

.access-title {
  font-size: 22px;
  font-weight: bold;
}

/* ===== リスト ===== */
ul {
  list-style-position: inside;
  padding: 0;
  font-size: 18px;
}

/* ===== 画像 & マップ ===== */
.map-media {
  width: 80%;
  max-width: 800px;
  display: block;
  margin: 20px auto;
}

iframe.map-media {
  aspect-ratio: 4 / 3;
  height: auto;
  border: 0;
}

/* ===== スマホ対応 ===== */
@media (max-width: 768px) {
  .title {
    font-size: 28px;
  }

  .address,
  ul {
    font-size: 16px;
  }

  .map-media {
    width: 100%;
  }

  iframe.map-media {
    aspect-ratio: 16 / 9;
  }
}
