@charset "UTF-8";
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
.map {
  padding: 50px 0 35px;
  background-image: url(../images/common/stone_screen.webp);
}
@media (max-width: 740px) {
  .map {
    padding: 30px 0 20px;
  }
}
.map h1 {
  color: #3e3d3c;
  font-size: clamp(2.4rem, 0.123rem + 3.077vw, 3.2rem);
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 740px) {
  .map h1 {
    margin-bottom: 30px;
  }
}
.map_image {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 40px;
  border: 1.5px solid #fff;
}
@media (max-width: 740px) {
  .map_image {
    margin: 0 auto 20px;
  }
}
.map_button {
  width: 310px;
  height: 64px;
  margin: 0 auto;
  background-color: #a7935e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 740px) {
  .map_button {
    width: 280px;
    height: 50px;
  }
}
.map_button p {
  color: #fff;
  font-size: clamp(2rem, 0.862rem + 1.538vw, 2.4rem);
}

.map_cap {
  padding-top: 40px;
  margin-bottom: 30px;
}
@media (max-width: 740px) {
  .map_cap {
    padding-top: 30px;
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=map.css.map */