.pre-inc {
  padding-top: 0;
}
.pre-inc .p-map .page-title {
  background: linear-gradient(90deg, #003f8f 0%, #003f8f 10%, #161763 65%, #161763 100%);
  text-align: center;
  color: #fff;
  padding: 180px 20px 60px;
  letter-spacing: 0.1em;
}
.pre-inc .p-map .page-title .en {
  font-size: 40px;
}
.pre-inc .p-map .page-title .ja {
  margin-top: 15px;
  font-size: 15px;
}
.pre-inc .p-map .inner {
  max-width: 840px;
  margin-inline: auto;
  padding: 60px 20px;
}
.pre-inc .p-map .title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-map .title {
    font-size: 16px;
  }
}
.pre-inc .p-map .title:after {
  content: "";
  position: absolute;
  left: calc(50% - 15px);
  bottom: 0;
  width: 30px;
  height: 2px;
  background: #333;
}
.pre-inc .p-map .map-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pre-inc .p-map .map-content .image {
  width: 46.8181818182%;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-map .map-content .image {
    width: 100%;
  }
}
.pre-inc .p-map .map-content .text {
  width: 51.3636363636%;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-map .map-content .text {
    width: 100%;
    margin-top: 20px;
  }
}
.pre-inc .p-map .map-content .text .name {
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-map .map-content .text .name {
    font-size: 13px;
  }
}
.pre-inc .p-map .map-content .text .address {
  width: 100%;
  margin-top: 20px;
  padding: 15px 10px;
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-map .map-content .text .address {
    margin-top: 10px;
    padding: 10px 5px;
  }
}
.pre-inc .p-map .map-content .text .address p {
  text-align: center;
  line-height: 1.5;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-map .map-content .text .address p {
    font-size: 16px;
  }
}
.pre-inc .p-map .map-content .text .how {
  margin-top: 20px;
  padding: 15px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
  font-size: 20px;
  line-height: 1.01;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-map .map-content .text .how {
    margin-top: 15px;
    padding: 10px;
    font-size: 16px;
  }
}
.pre-inc .p-map .map-content .text .access {
  margin-top: 10px;
  line-height: 1.6;
  font-size: 13px;
}
.pre-inc .p-map .map-content .gmap {
  text-align: center;
  margin-top: 40px;
  width: 100%;
}
.pre-inc .p-map .map-content .gmap a {
  color: #111;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  font-size: 18px;
}
.pre-inc .p-map .map-content .gmap a:hover {
  color: #333;
}/*# sourceMappingURL=map02.css.map */