@charset "UTF-8";
/* CSS Document */
/*//////////SPサイズ///////////*/
@media screen and (max-width:767px) {
/* ==============================
 * Access Section（SP） start
 * ============================== */
.AccessSection {
  padding: 10vw 0;
  background: #f2f2ef;
}
.access-box {
  width: 87vw;
  margin: 0 auto 12vw auto;
}
.access-grid {
  display: flex;
  flex-direction: column;
  gap: 6vw;
  margin-bottom: 6vw;
}
.access-img {
  width: 100%;
}
.access-img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 0.4rem;
}
.access-map {
  width: 100%;
  height: 60vh;
  position: relative;
}
.access-map iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
.access-info {
  font-size: 1rem;
  color: #333;
  letter-spacing: 0.05rem;
  font-weight: 400;
  line-height: 1.8;
}
.access-info h3 {
  color: #0a3b78;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  font-family: "Noto Serif JP", serif;
}
.access-info hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 1rem 0;
}
.access-subinfo p {
  margin: 0.3rem 0;
  font-size: 0.95rem;
}
/* ==============================
 * Access Section（SP） end
 * ============================== */

}