@import url("https://use.typekit.net/mdr7wzy.css");
@font-face {
  font-family: "TsunagiGothic";
  src: url("../fonts/TsunagiGothic-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
#access .page-mv {
  background-image: url(../img/access/mv-bg.webp);
}
#access .page-mv::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(61, 61, 61, 0.4);
  pointer-events: none;
}

.access-map {
  padding: 80px 20px;
  background-color: #FFFFFF;
}
@media (max-width: 767px) {
  .access-map {
    padding: 40px 20px;
  }
}
.access-map__inner {
  max-width: 1616px;
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
.access-map__lead {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.75;
  letter-spacing: 0.02em;
  color: #3D3D3D;
  text-align: center;
}
.access-map__img-wrap {
  width: 408px;
  max-width: 100%;
  border-radius: 8px;
  overflow: hidden;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.access-map__img {
  display: block;
  width: 100%;
  height: auto;
}

.access-info {
  padding: 80px 20px 120px;
  background-color: #FFFFFF;
}
@media (max-width: 767px) {
  .access-info {
    padding: 40px 20px 60px;
  }
}
.access-info__inner {
  max-width: 736px;
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.access-info__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
.access-info__heading {
  padding-left: 10px;
  border-left: 4px solid #006E3C;
  font-family: "pain-de-mie", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #006E3C;
}
.access-info__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.01em;
  color: #3D3D3D;
}
.access-info__tel {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #006E3C;
}
@media (max-width: 767px) {
  .access-info__tel {
    font-size: 14px;
  }
}
.access-info__tel a {
  color: inherit;
  text-decoration: none;
}
@media (min-width: 768px) {
  .access-info__tel a:hover {
    opacity: 0.8;
  }
}
.access-info__tel a:focus-visible {
  outline: 2px solid #AA8C1E;
  outline-offset: 2px;
}
.access-info__route {
  width: 484px;
  max-width: 100%;
  margin-inline: auto;
  border-radius: 8px;
  overflow: hidden;
}
.access-info__route-img {
  display: block;
  width: 100%;
  height: auto;
}
@media (prefers-reduced-motion: reduce) {
  .access-info__tel a {
    -webkit-transition: none;
    transition: none;
  }
}

.google-map__area {
  height: 600px;
  width: 100%;
}
.google-map__area iframe {
  width: 100%;
  height: 100%;
  display: block;
}