@charset "UTF-8";
#hero{
  margin-bottom: 10.4rem;
}
main{
  width: min(112rem, 100%);
  margin-inline: auto;
  margin-bottom: 20rem;
}
h2{
  margin-bottom: 3.2rem;

  font-size: 3.7rem;
  font-weight: 600;
}
address .textContent{
  margin-bottom: 3.2rem;
}
address .title{
  margin-bottom: 0.8rem;

  font-size: 1.8rem;
  font-weight: 600;
}
address iframe{
  width: 100%;
  aspect-ratio: 2/1;
}
#google-sv{
  margin-bottom: 2.4rem;
}
@media (hover){
}
@media (max-width : 1200px){
  #hero{
    margin-bottom: 6.4rem;
  }
}
@media (max-width : 599px){
}