.main {
  display: block;
}

.footer {
  background-color: #909EA1;
}
.footer__logo {
  margin: 0 auto;
}
.footer__logo img {
  width: 100%;
}
.footer__address {
  color: #fff;
  font-weight: 500;
  text-align: center;
}
.footer__copy {
  display: block;
  color: #fff;
  text-align: center;
  font-family: "Libre Baskerville", serif;
  font-weight: 600;
}

@media screen and (min-width: 1025px), print {
  .footer {
    padding: 85px 0 40px;
  }
  .footer__logo {
    width: 315px;
  }
  .footer__address {
    margin-top: 22px;
    font-size: 1.4rem;
  }
  .footer__copy {
    margin-top: 100px;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .footer {
    padding: 70px 0 30px;
  }
  .footer__logo {
    width: 280px;
  }
  .footer__address {
    margin-top: 20px;
    font-size: 1.3rem;
  }
  .footer__copy {
    margin-top: 80px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 599px) {
  .footer {
    padding: 65px 0 20px;
  }
  .footer__logo {
    width: 250px;
  }
  .footer__address {
    margin-top: 22px;
    font-size: 1.3rem;
  }
  .footer__copy {
    margin-top: 60px;
    font-size: 1.2rem;
  }
}
/****お問い合わせページ　20250909追加****/
.top_img {
  text-align: center;
  margin: 15px auto 0;
  max-width: 720px;
}
