@charset "UTF-8";
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
.main_titl {
  text-align: center;
  font-size: clamp(2.8rem, 0.686rem + 2.857vw, 4rem);
  color: #866a5e;
  margin: 60px 0 30px;
}
@media (max-width: 740px) {
  .main_titl {
    margin-top: 40px;
  }
}

.map01 {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 60px;
}
@media (max-width: 740px) {
  .map01 {
    margin-bottom: 30px;
  }
}

.more {
  width: 335px;
  line-height: 40px;
  border: 1px solid #85695d;
  text-align: center;
  margin: 0 auto 60px;
  color: #85695d;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}
@media (max-width: 740px) {
  .more {
    width: 90%;
    margin-bottom: 50px;
  }
}
.more img {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.more svg {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
}
.more svg polyline {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  stroke: #85695d;
}
@media not all and (pointer: coarse) {
  .more:hover {
    background-color: #85695d;
    color: #fff;
  }
  .more:hover svg polyline {
    stroke: #fff;
  }
}

.ml_titl {
  text-align: center;
  font-size: 1.6rem;
  color: #866a5e;
  margin-bottom: 20px;
}

.map02 {
  width: 90%;
  max-width: 800px;
  margin: 0 auto 20px;
}

.ad_txt {
  line-height: 1.75;
  text-align: center;
  font-size: clamp(1.5rem, 1.324rem + 0.238vw, 1.6rem);
  color: #866a5e;
  margin-bottom: 120px;
}
@media (max-width: 740px) {
  .ad_txt {
    margin-bottom: 60px;
  }
}/*# sourceMappingURL=map.css.map */