@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

body.map .header {
  transition: transform 0.1s;
}
body.map .block_mv {
  background: url(../img/map/main.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  body.map .block_mv {
    background: url(../img/map/main_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}
body.map .section_map {
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 95px auto 80px;
}
@media screen and (max-width: 767px) {
  body.map .section_map {
    margin: 40px auto;
  }
}
body.map .section_map .title {
  position: relative;
  font-size: 33px;
  line-height: 1.75;
  margin-bottom: 50px;
  padding-bottom: 20px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #be9360;
}
body.map .section_map .title:after {
  content: "";
  position: absolute;
  left: calc(50% - 30px);
  bottom: 0;
  width: 60px;
  height: 4px;
  background: #be9360;
}
@media screen and (max-width: 767px) {
  body.map .section_map .title {
    font-size: 22px;
    margin-bottom: 20px;
    letter-spacing: 0.04em;
  }
}
body.map .section_map .img_salon {
  margin-top: 30px;
}/*# sourceMappingURL=map.css.map */