.map-sec {
  position: relative;
}
.map-sec::before {
  position: absolute;
  content: "";
  inset: 0;
  background: url("../img/top/bg-top.svg") repeat-y;
  background-size: contain;
  z-index: -1;
}

.map-inner {
  padding-top: 310px;
  padding-bottom: 128px;
}
@media screen and (max-width: 767px) {
  .map-inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.map-ttl {
  max-width: 176px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .map-ttl {
    max-width: 135px;
  }
}

.map-subttl {
  margin-top: 16px;
}

.map-cont {
  margin: 80px auto 0;
  max-width: 900px;
}
@media screen and (max-width: 767px) {
  .map-cont {
    margin-top: 16px;
  }
}

.map-btnWrap {
  max-width: 824px;
  margin: 32px auto 0;
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .map-btnWrap {
    margin-top: 16px;
    gap: 8PX;
  }
}
.map-btnWrap a,
.map-btnWrap button {
  color: #fff;
  font-weight: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: linear-gradient(to bottom, #AAA088 0%, #8E8061 71%, #808080 100%);
  font-size: 14px;
  letter-spacing: 0.1em;
  padding: 15px;
  transition: 0.5s;
}
@media screen and (min-width: 1024px) {
  .map-btnWrap a:hover,
  .map-btnWrap button:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .map-btnWrap a,
  .map-btnWrap button {
    font-size: 12px;
  }
}