.c-gmap-link {
  font-size: clamp(11.2px, 1.009vw, 16.8px);
  width: 200px;
  height: 48px;
  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;
  border: 1px solid #000;
  margin-right: auto;
  margin-left: auto;
}

.c-space {
  margin-top: 50px;
}

.c-zoom-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: min(9.333vw, 42px);
  -webkit-transform-origin: left;
          transform-origin: left;
  opacity: 0;
}

.l-content {
  padding-bottom: 80px;
  background-color: #f2f3f7;
}

@media screen and (max-width: 768px) {
  .c-title--page {
    height: 20px;
  }
}
.c-title--page img {
  display: block;
}
@media screen and (max-width: 768px) {
  .c-title--page img {
    height: 100%;
    width: auto;
  }
}

.c-title--page__caption {
  margin-bottom: 30px;
}

.c-zoom::before {
  content: "";
  background-image: url("../img/map/icon.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: min(11.733vw, 52.8px);
  height: min(11.733vw, 52.8px);
  border-radius: 0;
  background-color: transparent;
}
/*# sourceMappingURL=map.css.map */