.pre-inc .page-title {
  padding: 120px 10px 50px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .pre-inc .page-title {
    padding: 80px 10px 50px;
    margin-bottom: 0;
  }
}
.pre-inc .page-title > .en {
  color: #fff;
  font-size: 40px;
  text-align: center;
  line-height: 1.2;
}
.pre-inc .page-title > .ja {
  margin-top: 15px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .pre-inc .page-title > .en {
    font-size: 30px;
  }
  .pre-inc .page-title > .ja {
    margin-top: 10px;
    font-size: 15px;
  }
}
.pre-inc .mapimage {
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 0 auto 80px;
}
.pre-inc .mapimage h4 {
  margin-top: 15px;
  margin-bottom: 30px;
  color: #fff;
  padding: 20px;
  font-size: 20px;
  text-align: center;
  line-height: 1.2;
  background: #ab9d6b;
}
.pre-inc .mapimage .caption {
  text-align: right;
  font-size: 10px;
  margin-top: 10px;
  color: #fff;
}
.pre-inc .mapimage .scroll {
  display: none;
}
.pre-inc .add_wrapp {
  width: 90%;
  max-width: 800px;
  margin: 0 auto 30px;
  margin-bottom: 30px;
}
.pre-inc .add_wrapp .car_navi {
  text-align: center;
  color: #fff;
  font-size: min(3vw, 18px);
  margin-bottom: 20px;
}
.pre-inc .add_wrapp .add {
  text-align: center;
  color: #b2aa8c;
  font-size: min(4.9vw, 25px);
  margin-bottom: 30px;
}
.pre-inc .add_wrapp .add_cap {
  text-align: center;
  color: #b2aa8c;
  font-size: min(2.8vw, 16px);
  display: block;
}
.pre-inc .salon_map {
  margin-bottom: 30px;
}
.pre-inc .print_bt {
  width: 90%;
  max-width: 420px;
  margin: 0 auto 30px;
}
.pre-inc .print_bt a {
  display: block;
  position: relative;
  background: #495479;
  color: #000;
  text-align: center;
  padding: 15px;
  border-radius: 50px;
  transition: all 0.8s;
  font-size: min(3vw, 16px);
}
.pre-inc .print_bt.print a {
  line-height: 50px;
}
.pre-inc .print_bt.map a {
  background: #ffffff;
}
.pre-inc .print_bt a:hover {
  opacity: 1;
  letter-spacing: 0.15em;
}
.pre-inc .print_bt a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left: 8px solid #0f0000;
}
.pre-inc .print_bt a::after {
  content: "";
  position: absolute;
  width: 8%;
  height: 90%;
  top: 8%;
  left: 15%;
  background-image: url(../images/map/map_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.pre-inc .print_bt.map a::after {
  content: "";
  position: absolute;
  width: 8%;
  height: 90%;
  top: 8%;
  left: 10%;
  background-image: url(../images/map/map_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.pre-inc .view_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .pre-inc .view_sp {
    display: block;
  }
  .pre-inc .mapimage {
    width: 92%;
    margin: 0 auto;
  }
  .pre-inc .mapimage .img-wrapp {
    position: relative;
  }
  .pre-inc .mapimage .img {
    position: relative;
    overflow-x: scroll;
  }
  .pre-inc .mapimage .img img {
    width: 800px;
    max-width: initial;
  }
  .pre-inc .mapimage .caption {
    margin-right: 10px;
  }
  .pre-inc .mapimage .scroll {
    display: block;
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    width: 60px;
    height: 60px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.6);
    opacity: 1;
    transition: opacity 0.2s;
  }
  .pre-inc .mapimage .scroll:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    width: 40px;
    height: 1px;
    background: #fff;
  }
  .pre-inc .mapimage .scroll:after {
    content: "";
    position: absolute;
    right: 4px;
    top: calc(50% - 2.5px);
    width: 10px;
    height: 5px;
    border-radius: 100px;
    background: #fff;
    animation: scrollDot 2s infinite linear;
  }
  .pre-inc .mapimage .img.is-scr ~ .scroll {
    opacity: 0;
  }
  .pre-inc .mapimage h4 {
    font-size: min(4.9vw, 30px);
    line-height: 150%;
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .pre-inc .add_wrapp .add {
    font-size: min(5.9vw, 30px);
    margin-bottom: 30px;
    line-height: 150%;
  }
}

@keyframes scrollDot {
  0% {
    opacity: 0;
    right: 10px;
  }
  10% {
    opacity: 1;
    right: 15.67px;
  }
  50% {
    opacity: 1;
    right: 38.33px;
  }
  60% {
    opacity: 0;
    right: 44px;
  }
  100% {
    opacity: 0;
    right: 10px;
  }
}/*# sourceMappingURL=map.css.map */