@charset "utf-8";
.access__wrap {
}
.access__inner {
  width: calc(100% - 20px);
  max-width: 1025px;
  margin: 0 auto 0 0;
}

.plain,
.bus,
.jr,
.car {
  padding-top: 116px;
}
.access__gmap {
  height: 579px;
  margin-bottom: 15px;
  filter: grayscale(1);
}
.access__gmap iframe {
  width: 100%;
  height: 100%;
  margin-left: auto;
  display: block;
}
.access__gmapText {
  font-size: 12px;
  line-height: 1.75;
}
.access__gmapText span {
  display: inline-block;
  padding-right: 2em;
}
.access__gmapText a {
  display: inline-block;
}
.access__sectionHeading {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 13px;
  margin-bottom: 26px;
}
.access__sectionHeading--en {
  font-size: 17px;
  font-family: "Libre Caslon Display", serif;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.063em;
}
.access__sectionHeading--ja {
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0.06em;
}
.airport {
  padding-top: 146px;
}
.access__contents {
}
.access__contentsHeading {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 15px;
  margin-bottom: 34px;
}
.access__contentsHeading--num {
  font-size: 14px;
  font-family: "orpheuspro", serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
}
.access__contentsHeading--ja {
  font-size: 13px;
  line-height: 1.75;
  letter-spacing: 0.06em;
}
/* .access__overflow {
  overflow: hidden;
} */
.access__imageMap {
  width: 100%;
  overflow-x: auto;
  padding-bottom: 15px;
  margin-bottom: 28px;
}
.access__imageMap.pdt {
  padding-top: 16px;
}
.access__imageMap img {
  display: block;
  width: 100%;
  max-width: none;
  min-width: 700px;
  height: auto;
}
.access__link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 5px;
}
.bus .access__link {
  gap: 30px 5px;
}
.access__link .btn {
  position: relative;
}
.access__link--note {
  font-size: 11px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.06em;
  position: absolute;
  bottom: -18px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

@media screen and (max-width: 750px) {
  .access__inner {
    width: 100%;
    margin: 0 auto;
  }
  .access__wrap {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .low__spInner01 {
    width: calc(100% - 40px);
    max-width: 100%;
    margin: 0 auto;
    padding-right: 0;
  }
  .access__gmap {
    height: 390px;
  }
}

@media screen and (max-width: 480px) {
}
