@charset "UTF-8";

.footer {
  display: block;
  width: 100%;
  height: auto;
  padding-top: 5.3rem;
  padding-bottom: 53.5rem;
  margin-top: 8rem;
}
@media (max-width: 768px) {
  .footer {
    padding-bottom: 20rem;
  }
}
.footer-map {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 5.3rem;
}
.footer-map iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1875/731;
}
@media (max-width: 768px) {
  .footer-map iframe {
    aspect-ratio: 3/2;
  }
}
.footer-btn-pdf_a {
  display: flex;
  width: 48rem;
  height: auto;
  aspect-ratio: 479/156;
  margin-inline: auto;
  margin-bottom: 16rem;
  background-color: white;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.footer-btn-pdf_a:hover {
  opacity: 0.6;
}
.footer-btn-pdf-text {
  display: flex;
  width: fit-content;
  height: auto;
  justify-content: center;
  align-items: center;
}
.footer-btn-pdf-text img {
  width: 6.3rem;
  height: auto;
}
.footer_h3 {
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
  color: #050505;
}
.footer-btn-pdf-text p {
  margin-left: 1em;
  font-size: 3rem;
  font-weight: 600;
  color: #050505;
}
.footer-add {
  display: block;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 2.5rem;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  color: white;
  line-height: calc(23 / 15);
  font-style: normal;
}
.footer_h3 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: calc(23 / 15);
  color: white;
}
.footer-tel_a {
  display: block;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 7rem;
  font-size: 3rem;
  font-weight: 600;
  line-height: calc(45 / 30);
  transition: 0.3s;
}
.footer-tel_a:hover {
  opacity: 0.6;
}
.footer-copy {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: calc(23 / 15);
  text-align: center;
}
