.pre-inc .map_wrapp {
  color: #000;
  font-size: min(1.9vw, 16px);
  position: relative;
  padding: 70px 0;
  border-bottom: 1px solid #ddd;
}
.pre-inc .map_wrapp_in {
  width: 100%;
  position: relative;
}
.pre-inc .map_wrapp_in .cap {
  position: absolute;
  left: 15px;
  bottom: 15px;
  font-size: 12px;
  color: #000;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.pre-inc .map_wrapp .map_in {
  width: 90%;
  max-width: 1100px;
  margin: 60px auto 60px;
  position: relative;
  z-index: 5;
  padding: 110px 90px 60px;
  background: #fff;
  border-radius: 30px;
  box-shadow: 8px 3px 10px -1px rgba(0, 0, 0, 0.5803921569);
}
.pre-inc .map_wrapp .map_in.mgmap {
  padding-top: 60px;
}
.pre-inc .map_wrapp .map_in .map_title {
  width: 18%;
  position: absolute;
  z-index: 5;
  left: 18%;
  top: 52px;
}
.pre-inc .map_scrool {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.pre-inc .map_in h3 {
  font-size: min(3vw, 25px);
  text-align: center;
  margin-bottom: 10px;
  background: #b82142;
  padding: 5px;
  color: #fff;
}
.pre-inc .mg_map {
  border: 1px solid #ccc;
}
.pre-inc .map_caution {
  text-align: center;
  font-size: 14px;
}
.pre-inc .map_button_wrapp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
  max-width: 900px;
  margin: 0 auto 30px;
}
.pre-inc .map_in_button {
  width: 90%;
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 5;
}
.pre-inc .map_in_button li {
  width: 48%;
}
.pre-inc .map_btn {
  /*display: flex;
      flex-wrap: wrap;
      justify-content: center;*/
  margin: 0 auto;
  width: 45%;
  position: relative;
  z-index: 5;
}
.pre-inc .map_btn a {
  display: block;
  position: relative;
  color: #fff;
  font-size: 112.5%;
  line-height: 1.5;
  text-align: center;
  width: 100%;
  padding: 1em 0;
  background: #b82142;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  border-radius: 50px;
  font-size: min(2.2vw, 18px);
  box-shadow: 4px 3px 5px -1px rgba(0, 0, 0, 0.5803921569);
}
.pre-inc .map_btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left: 8px solid #fff;
}
.pre-inc .map_btn a:hover {
  background: #d20734;
}
.pre-inc .print_btn {
  margin: 0 auto;
  width: 45%;
  position: relative;
  z-index: 5;
}
.pre-inc .print_btn a {
  display: block;
  position: relative;
  color: #fff;
  font-size: 112.5%;
  line-height: 50px;
  text-align: center;
  width: 100%;
  padding: 1em 0;
  background: #0a7e7f;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  border-radius: 50px;
  font-size: min(2.2vw, 18px);
  box-shadow: 4px 3px 5px -1px rgba(0, 0, 0, 0.5803921569);
}
.pre-inc .print_btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left: 8px solid #fff;
}
.pre-inc .print_btn a::after {
  content: "";
  position: absolute;
  width: 8%;
  height: 90%;
  top: 8%;
  left: 15%;
  background-image: url(../images/map/print_btn.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.pre-inc .on_map {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 60px;
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  .pre-inc .map_wrapp {
    width: 86%;
    padding: 50px 0;
  }
  .pre-inc .map_wrapp .map_in {
    width: 86%;
    margin: 30px auto 30px;
    padding: 90px 20px 30px;
  }
  .pre-inc .map_wrapp .map_in.mgmap {
    padding-top: 30px;
  }
  .pre-inc .map_wrapp .map_in .map_title {
    width: 25%;
    position: absolute;
    z-index: 5;
    left: 10%;
    top: 4%;
  }
  .pre-inc .map_scrool {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    height: auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  .pre-inc .map_scrool p {
    width: 220%;
    height: auto;
  }
  .pre-inc .map_in .scroll_caution {
    text-align: center;
    margin-bottom: 0px;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    font-weight: 600;
    letter-spacing: 0.1em;
  }
  .pre-inc .map_in_button {
    width: 70%;
    margin: 0 auto;
    display: block;
  }
  .pre-inc .map_in_button li {
    width: 100%;
    margin-bottom: 20px;
  }
  .pre-inc .map_in h3 {
    margin-bottom: 5px;
    font-size: min(4vw, 33px);
  }
  .pre-inc .map_btn {
    margin: 0 auto;
    width: 70%;
    position: relative;
  }
  .pre-inc .map_btn a {
    font-size: min(3vw, 18px);
  }
  .pre-inc .on_map {
    margin: 0 auto 20px;
  }
  .pre-inc .print_btn {
    display: none;
  }
}/*# sourceMappingURL=map.css.map */