/* =========================================================
   10) Footer（上/中/下）
========================================================= */
footer {
  font-family: "Yu Gothic";
  font-style: normal;
  background: #fff6e8;
}
@media (min-width: 768px) {
  .footer__top {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

@media (min-width: 1025px) {
  .footer .mt-48 {
    margin-top: 0;
  }
  .footer__top {
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 64px;
  }
  .footer__inner {
    margin-bottom: 0;
  }
  .cal-white.mb-32 {
    margin-bottom: 0;
  }
  .v-line .v-line-y.mt-50 {
    margin-top: 0;
  }
}

.footer__text {
  font-size: 0.875rem;
  line-height: 130%;
  color: #5a5f66;
}

.footer__clinic-name {
  color: #f08714;
  font-weight: 400;
  line-height: 130%;
}

.footer__bottom {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 34px;
  background: #f08714;
  color: #fff;
  font-size: 0.85rem;
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 700;
}
