.pre-inc {
  padding-top: 0;
}
.pre-inc .p-map .block-pagetitle {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: clip;
  background: #579AA5;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-map .block-pagetitle {
    height: 68vw;
  }
}
.pre-inc .p-map .block-pagetitle .txt {
  position: absolute;
  left: 0;
  top: 180px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-map .block-pagetitle .txt {
    top: calc(14.6666666667vw + 60px);
  }
}
.pre-inc .p-map .block-pagetitle .txt .en {
  font-size: 60px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-map .block-pagetitle .txt .en {
    font-size: 36px;
  }
}
.pre-inc .p-map .block-pagetitle .txt .ja {
  font-size: 26px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-map .block-pagetitle .txt .ja {
    font-size: 16px;
  }
}
.pre-inc .p-map .map {
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 60px auto;
}
.pre-inc .p-map .map_salon {
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 30px auto 100px;
}
.pre-inc .map_bt {
  width: 80%;
  max-width: 300px;
  margin: 20px auto 0;
}
.pre-inc .map_bt a {
  position: relative;
  display: block;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  border-radius: 50px;
}
.pre-inc .map_bt a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%) rotate(45deg);
}/*# sourceMappingURL=map.css.map */