.mapSect__head {
  position: relative;
}
.mapSect__access {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .mapSect__access {
    width: 29rem;
  }
}
@media screen and (max-width: 767px) {
  .mapSect__access {
    width: 9.8rem;
  }
}
.mapSect__cont {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .mapSect__cont {
    gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .mapSect__cont {
    align-items: center;
    flex-direction: column;
    gap: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .mapSect__cont .generalBtn {
    width: 37.6rem;
  }
}
@media screen and (max-width: 767px) {
  .mapSect__cont .generalBtn {
    width: 28rem;
  }
}
@media screen and (max-width: 767px) {
  .mapSect__cont .js-mapPrint {
    display: none;
  }
}
.mapSect__cont .js-mapPrint .generalBtn__text {
  font-family: "Shippori Mincho B1", "Times New Roman", serif;
}
.mapSect__note {
  border: 1px solid #2d76a9;
  color: #2d76a9;
  line-height: 1.8;
  margin: 4rem auto 0;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .mapSect__note {
    font-size: 1.6rem;
    padding: 1.6rem 4rem;
  }
}
@media screen and (max-width: 767px) {
  .mapSect__note {
    font-size: 1.4rem;
    padding: 1.4rem 2rem;
  }
}

.map-intro {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .map-intro {
    padding-top: 26.1rem;
  }
}
@media screen and (max-width: 767px) {
  .map-intro {
    padding-top: 15.6rem;
  }
}

@media screen and (min-width: 768px) {
  .map-map {
    padding: 12rem 22rem;
  }
}
@media screen and (max-width: 767px) {
  .map-map {
    padding: 6.2rem 2.4rem 6rem;
  }
}

@media print {
  .header,
  .map-intro,
  .mapSect__cont,
  .footer {
    display: none !important;
  }
  .map-map {
    padding: 0 !important;
  }
  .mapSect__access {
    width: 29%;
  }
}
/*# sourceMappingURL=style.css.map */
