/* footerデザイン統一（access.cssに合わせる） */
.footer {
  background-color: #07a5ee;
  color: #fff;
  padding: 24px 0 0 0;
}
.footer a, .footer p, .footer small {
  color: #fff !important;
}
.footer .footer-logo {
  display: block;
  width: 80px;
  margin: 0 auto 12px auto;
}
/* footerデザイン統一 */
.footer {
  background-color: #07a5ee;
}
/* ヘッダーは共通化され、スタイルは css/style.css に移動しました */

/*SNS*/
.sns-item {
  margin-bottom: 2rem;
}
.sns-item .heading-medium{
 margin-bottom: .5rem;
}
/*foter
----------*/
@media(max-width: 800px){
  .footer{
    width: 100%;
    margin-bottom: 40px;
    background-color: #93e3f3;
    color: #ffffff;
  }
  .footer-logo{
    display: block;
    width: 80px;
  }
  .footer-tel{
    font-size: 30px;
    font-family: Georgia, 'Times New Roman', Times, serif;
  }
  .footer-time{
    font-size: 23px;
    font-family: Georgia, 'Times New Roman', Times, serif;
  }
  }