.pre-inc .map-page {
  background: #fff;
  margin-bottom: 80px;
}
.pre-inc h2.lowtl {
  text-align: center;
  margin-bottom: 60px;
  color: #fff;
  font-size: 1.5rem;
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 500;
  padding: 140px 0 40px;
  background: #292019;
}
.pre-inc h2.lowtl span {
  font-size: min(3vw, 40px);
  letter-spacing: 0.1em;
  margin: 0 auto 5px;
  display: block;
  position: relative;
}
.pre-inc h2.lowtl span::after {
  content: "";
  width: 40%;
  height: 1px;
  max-width: 50px;
  background: #fff;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
}
.pre-inc .map-page .map_in {
  width: 96%;
  max-width: 1100px;
  margin: 0 auto 60px;
}
.pre-inc .map-page .map_in p {
  margin: 0 0 5px;
  padding: 0;
}
.pre-inc .map-page .map_in .cap {
  display: block;
  font-size: 1rem;
  line-height: 1.3;
  text-align: right;
  color: #9A9A9A;
  margin: 1em 0 0 0;
}
.pre-inc .scrool_cap {
  display: none;
}
.pre-inc .map_bt_wrapp {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.pre-inc .map_bt {
  width: 47%;
  max-width: 420px;
  margin: 0 auto;
}
.pre-inc .map_bt a {
  display: block;
  background: #78171c;
  color: #fff;
  text-align: center;
  padding: 15px;
  border-radius: 50px;
  transition: all 0.8s;
  font-size: min(3vw, 18px);
}
.pre-inc .map_bt.mg a {
  background: #151f41;
}
.pre-inc .map_bt a:hover {
  opacity: 1;
  letter-spacing: 0.15em;
}
.pre-inc .style {
  margin-top: 130px;
  padding: 0 20px;
}
.pre-inc .style .title {
  position: relative;
  padding-bottom: 30px;
  text-align: center;
  font-size: 28px;
  color: #111;
  line-height: 1.6;
}
.pre-inc .style .title:after {
  content: "";
  position: absolute;
  left: calc(50% - 10px);
  bottom: 0;
  width: 20px;
  height: 4px;
  background: #8c5937;
}
.pre-inc .style .address {
  margin-top: 40px;
  text-align: center;
  line-height: 1.4;
}
.pre-inc .style .address span {
  display: inline-block;
  padding: 10px 20px 12px;
  width: 100%;
  max-width: 800px;
  border-radius: 5px;
  background: #8c5937;
  font-size: 32px;
  color: #fff;
}
.pre-inc .style .map_sg {
  margin-top: 40px;
  max-width: 800px;
  margin-inline: auto;
}
.pre-inc .style .map_sg .caption {
  margin-top: 1em;
  text-align: right;
  font-size: 1rem;
  line-height: 1.3;
}
.pre-inc .style .note {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  color: #111;
}
@media screen and (max-width: 767px) {
  .pre-inc .map-page {
    margin-bottom: 20px;
  }
  .pre-inc h2.lowtl {
    margin-bottom: 30px;
    padding: 90px 0 20px;
  }
  .pre-inc h2.lowtl span {
    font-size: 3rem;
    margin-bottom: 10px;
  }
  .pre-inc .map_in p {
    overflow: scroll;
    width: 100%;
  }
  .pre-inc .map_in p img {
    width: 180%;
    max-width: inherit;
  }
  .pre-inc .scrool_cap {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 13px;
  }
  .pre-inc .map-page .map_in .cap {
    text-align: left;
  }
  .pre-inc .map_bt_wrapp {
    width: 96%;
    max-width: 1000px;
    margin: 0 auto;
    display: block;
  }
  .pre-inc .map_bt {
    width: 90%;
    max-width: inherit;
    margin: 0 auto 15px;
  }
  .pre-inc .style {
    margin-top: 80px;
  }
  .pre-inc .style .title {
    padding-bottom: 15px;
    font-size: 18px;
  }
  .pre-inc .style .address {
    margin-top: 20px;
  }
  .pre-inc .style .address span {
    padding: 10px 10px 12px;
    font-size: min(20px, 5.625vw);
  }
  .pre-inc .style .map_sg {
    margin-top: 20px;
  }
  .pre-inc .style .map_sg .caption {
    text-align: left;
  }
  .pre-inc .style .note {
    margin-top: 20px;
    font-size: min(12px, 3.4375vw);
  }
}/*# sourceMappingURL=map.css.map */