@charset "UTF-8";
/*
======== table of content. ===============
summary:フッター
====================================
*/
#site__footer {
  padding: 3rem;
  background: #ebebeb;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #site__footer {
    padding: 5.33vw 2.66vw;
  }
}
#site__footer .footer__copyright {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #site__footer .footer__copyright {
    font-size: 1rem;
  }
}/*# sourceMappingURL=footer.css.map */