@charset "utf-8";

footer {
  background-color: rgb(160, 215, 220, 0.6);
  padding-top: 45px;
  padding-bottom: 55px;
  line-height: 1.45;
}

.footer__inner {
  text-align: center;
}

.footer__inbk {
  display: inline-block;
}

.footer__box {
  display: inline-flex;
  align-items: center;
  color: #50494b;
}

.footer__box-round {
  width: 130px;
  margin-right: 30px;
}

.footer__box-info {
  text-align: left;
}

.footer__box-name {
  margin-bottom: 16px;
  font-size: 25px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
}

.footer__box-address {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-size: 18px;
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1240px) {
}

@media screen and (max-width: 750px) {
  footer {
    padding-top: 35px;
    padding-bottom: 45px;
  }

  .footer__inbk {
    display: block;
  }

  .footer__box {
    flex-direction: column;
  }

  .footer__box-round {
    width: 110px;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .footer__box-info {
    text-align: center;
  }

  .footer__box-name {
    margin-bottom: 12px;
    font-size: 21px;
  }
  .footer__box-address {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  footer {
    padding-top: 30px;
    padding-bottom: 35px;
  }
  .footer__box-round {
    width: 90px;
    margin-bottom: 20px;
  }
  .footer__box-name {
    margin-bottom: 10px;
    font-size: 17px;
  }
  .footer__box-address {
    font-size: 15px;
  }
}

@media screen and (max-width: 375px) {
}
