#contact_top {
  padding: 6rem 0;
}
#contact_top h1 {
  font-size: 10rem;
  font-weight: 700;
}

#map {
  margin-bottom: 10rem;
}

#wpgmza_map {
  height: 30vw !important;
}

#contact {
  background-color: #f9f9f9;
  color: #1E211E;
}
#contact ._main {
  padding: 0 0 6rem 0;
}
#contact .columns {
  display: flex;
  gap: 15rem;
  margin-top: 8rem;
}
#contact ._col {
  display: flex;
  flex-direction: column;
  font-size: 2.8rem;
  font-weight: 600;
  gap: 0.5em;
  max-width: 18em;
  line-height: 1.35;
}
#contact ._col a {
  color: #1E211E;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
#contact ._col a:hover {
  color: #C2B398;
}
#contact ._col h3 {
  font-size: 0.61em;
  font-weight: 700;
  color: #1E211E;
}
#contact ._tels {
  display: flex;
  flex-direction: column;
  gap: 0.1em;
  font-size: 1em;
}

@media (max-width: 850px) {
  #contact ._logo img {
    width: 32em;
    height: auto;
  }
  #contact .columns {
    flex-direction: column;
    gap: 8em;
  }
  #contact .columns ._col {
    font-size: 5rem;
  }
  #wpgmza_map {
    height: 60vh !important;
  }
}/*# sourceMappingURL=contact.css.map */