@media screen and (min-width: 768px) {
  .galleryMapSect__cont {
    margin: 0 auto;
    width: 654px;
  }
}

@media screen and (min-width: 768px) {
  .galleryMapSect__cont + .galleryMapSect__bottom {
    margin-top: 104px;
  }
}

@media screen and (max-width: 768px) {
  .galleryMapSect__cont + .galleryMapSect__bottom {
    margin-top: 56px;
  }
}

.galleryMapSect__notice .txt {
  font-weight: 600;
  padding: 0 0 32px;
  text-decoration: underline;
  line-height: 1.75;
}

.galleryMapSect__notice .txt:before {
  content: '';
  margin-top: calc((1 - 1.75) * .5em);
}

.galleryMapSect__notice .txt:after {
  margin-bottom: calc((1 - 1.75) * .5em);
}

.galleryMapSect__notice .txt:before, .galleryMapSect__notice .txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .galleryMapSect__notice .txt {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .galleryMapSect__notice .txt {
    font-size: calc(13 / 390 * 100vw);
    letter-spacing: .001em;
  }
}

.galleryMapSect__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .gallery-map {
    padding-bottom: 180px;
  }
}

@media screen and (max-width: 768px) {
  .gallery-map {
    padding-bottom: 120px;
  }
}
