.main .body .bt-gmaps {
  font-family: "Fraunces", serif;
  font-optical-sizing: auto;
  font-variation-settings: "SOFT" 0, "WONK" 0;
}

.gHeader.onTop {
  background: #fff;
  color: #393d40;
}
.gHeader.onTop .branding .logo a .normal {
  opacity: 1;
}
.gHeader.onTop .branding .logo a .white {
  opacity: 0;
}

.main {
  padding-bottom: 2rem;
}
.main .body .image {
  max-width: 12.8rem;
  margin: 0 auto;
  position: relative;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.05);
}
.main .body .image::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: inset 0 0 0 0.01rem rgb(230, 230, 230);
}
.main .body .bt-gmaps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.12rem;
  width: 3.6rem;
  height: 0.7rem;
  margin: 0.8rem auto 0;
  border-radius: 0.03rem;
  background: #657283 linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0)) 100% 0/300% 100% no-repeat;
  color: #fff;
  font-size: 0.18rem;
  line-height: 0.3rem;
  transition: background-position 0.4s;
}
@media screen and (max-width: 750px) {
  .main .body .bt-gmaps {
    height: 1.2rem;
    border-radius: 0.05rem;
    font-size: 0.28rem;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  .main .body .bt-gmaps:hover {
    background-position: 0 0;
  }
}
.main .body .bt-gmaps::before {
  content: "";
  display: block;
  width: 0.16rem;
  aspect-ratio: 16/20;
  background: url(../imgs/ico-pin.svg) 0 0/contain no-repeat;
}
@media screen and (max-width: 750px) {
  .main .body .bt-gmaps::before {
    width: 0.24rem;
  }
}
/*# sourceMappingURL=unique.css.map */