/* フッター */

.footer {
  background: #000;
}

.footer h2,
.footer p {
  color: #fff;
}

.footer-top {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3.5% 20px;
  display: grid;
  grid-template-rows: 450px 50px;
  grid-template-columns: 30% 20% 60%;
}

/* フッター左側 */
.footer-left {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  align-self: center;
}

.footer-logo {
  max-width: 212px;
  width: 100%;
  height: auto;
}

/* SNSアイコン */
.sns-footer .fab {
  color: #fff;
}

.sns-footer {
  width: 212px;
  justify-content: center;
}

.sns-footer .fab::before {
  font-size: 30px;
}

.sns-footer.is-sp {
  display: none;
}

/* フッター中側 */
.shop-info-title {
  margin: 0;
  font-size: 19px;
  text-transform: uppercase;
  font-family: 'Playfair Display', serif;
  letter-spacing: 0.1em;
}

.shop-info-title::after {
  display: block;
  content: '';
  width: 67px;
  padding-top: 14px;
  border-bottom: 1px solid #707070;
}

.shop-info {
  margin: 7% 0;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.shop-info a {
  color: #fff;
}

.shop-info a:hover {
  opacity: 0.5;
}

.footer-center {
  grid-row: 1 / 2;
  grid-column: 2 / 3;
  align-self: center;
}

/* フッター右側 */
.footer-right {
  grid-row: 1 / 3;
  grid-column: 3 / 4;
}

.feacebook {
  width: 420px;
  height: 100%;
}

/* フッター下 */
.footer-bottom {
  font-size: 11px;
  text-align: left;
  margin: 0;
  grid-row: 2 / 3;
  grid-column: 1 / 3;
  align-self: flex-end;
}

/*
*　レスポンシブ
*/

@media (max-width: 1200px) {
  .shop-info-title {
    font-size: 18px;
  }

  .shop-info {
    font-size: 12px;
  }

  .footer-logo {
    max-width: 150px;
  }

  .sns-footer {
    width: 150px;
  }

  .footer-left {
    align-self: center;
    justify-self: center;
  }

  .footer-top {
    padding: 3.5% 20px;
  }

  .footer-bottom {
    text-align: center;
    font-size: 8px;
  }
}

@media (max-width: 900px) {
  .footer-top {
    padding: 3.5% 20px;
    /* grid-template-rows: 100px 330px 378px 60px; */
    grid-template-rows: 50px 280px 500px 60px;
    grid-template-columns: 1fr;
    text-align: center;
  }

  /* フッター左側 */
  .footer-left {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    /* align-self:flex-start; */
    justify-self: flex-start;
    margin: 0 auto;
  }

  .footer-logo {
    max-width: 100px;
    margin: 0 auto;
    text-align: center;
  }

  .sns-footer {
    width: 100px;
  }

  /* フッター中側 */
  .footer-center {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    align-self: center;
  }

  .shop-info-title::after {
    width: 45px;
    padding-top: 10px;
    margin: 0 auto;
  }

  .shop-info-title {
    font-size: 12px;
    letter-spacing: 0.1em;
    margin: 0 auto;
  }

  .shop-info {
    margin: 8px 0;
    font-size: 13px;
    letter-spacing: 0.1em;
  }

  .sns-footer.is-sp {
    display: flex;
    margin: 0 auto;
  }

  .sns-footer.is-pc {
    display: none;
  }

  /* フッター右側 */
  .footer-right {
    grid-row: 3 / 4;
    grid-column: 1 / 2;
  }

  .feacebook {
    max-width: 420px;
    width: 100%;
    /* height: auto; */
  }

  /* フッター下 */
  .footer-bottom {
    grid-row: 4 / 5;
    grid-column: 1 / 2;
    padding-top: 15px;
  }
}
