/* =========================================================
   HQ Background: Layout
   key: footer-map-sns
   name: フッター｜Map左右幅いっぱい + 縦幅強め
   group: set
   type: layout
   layer: footer
   value:
   selector:
   ========================================================= */

/* =========================================================
   Footer Map
   ========================================================= */

#footer_gmap {
  position: relative;
  padding-bottom: 25%;
  height: 0;
  overflow: hidden;
}

#footer_gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(1);
}

/* =========================================================
   Footer
   ========================================================= */

.l-footer {
  display: block;
  padding: 40px 0 0;
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  font-family: var(--font-base);
  color: #333;
  background: #f5f5f5;
}

.l-footer a {
  color: inherit;
}

.l-footer__inner {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.l-footer__brand {
  margin-bottom: 30px;
}

.l-footer__logo {
  width: 150px;
}

.l-footer__address {
  line-height: 1.4;
  margin-bottom: 15px;
}

.l-footer__tel {
  font-family: "Smythe", var(--font-base);
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

.l-footer__telIcon {
  width: 32px;
  height: 32px;
  display: block;
}

/* =========================================================
   SNS
   ========================================================= */

.l-footer__social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin: 20px 0 10px;
}

.l-footer__social a {
  display: inline-block;
}

.l-footer__social img {
  width: 36px;
  height: 36px;
  display: block;
}

/* =========================================================
   Footer Copy
   ========================================================= */

.l-footer-copy {
  background: #e5e5e5;
  color: #333;
}

.l-footer-copy .copy {
  max-width: var(--container-w, 1200px);
  margin: 0 auto;
  text-align: right;
  padding: 10px 0 20px;
  font-size: 12px;
}

.l-footer-copy .copy a {
  color: inherit;
}

/* =========================================================
   SP
   ========================================================= */

@media (max-width: 767px) {
  #footer_gmap {
    padding-bottom: 50%;
  }

  .l-footer {
    padding: 25px 0 0;
    font-size: 12px;
    text-align: center;
  }

  .l-footer__brand {
    margin-bottom: 20px;
  }

  .l-footer__logo {
    width: 150px;
    margin-inline: auto;
  }

  .l-footer__social {
    gap: 16px;
    margin: 20px 0 10px;
  }

  .l-footer__social img {
    width: 30px;
    height: 30px;
  }

  .l-footer-copy .copy {
    text-align: center;
    font-size: 10px;
    line-height: 2;
  }
}
