/* =========================================================
   HQ Background: Layout
   key: footer-access-sns-01
   name: フッター｜店舗情報（アクセス） + SNS
   group: footer
   type: layout
   layer: footer
   value:
   selector:
   ========================================================= */

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

.l-footer {
  box-sizing: border-box;
  width: 100%;
  display: block;
}

.l-footer *,
.l-footer *::before,
.l-footer *::after {
  box-sizing: border-box;
}

.l-footer a {
  color: inherit;
}

.l-footer__inner {
  width: min(100%, var(--container-w, 1120px));
  margin-inline: auto;
  padding: 56px 20px 40px;
}

.l-footer__brand {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.l-footer__logo {
  display: block;
  width: 150px;
  max-width: 100%;
}

/* =========================================================
   Info Layout
   ========================================================= */

.l-footer__info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
}

.l-footer__section {
  min-width: 0;
}

.l-footer__heading {
  margin: 0 0 18px;
}

.l-footer__address,
.l-footer__station,
.l-footer__accessText,
.l-footer__tel {
  margin: 0;
}

.l-footer__address + .l-footer__station,
.l-footer__station + .l-footer__accessText,
.l-footer__accessText + .l-footer__tel,
.l-footer__address + .l-footer__tel,
.l-footer__station + .l-footer__tel {
  margin-top: 12px;
}

/* =========================================================
   Map Button
   ========================================================= */

.l-footer__mapBtnWrap {
  margin-top: 18px;
}

.l-footer__mapBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  min-height: 46px;
  padding: 12px 22px;
  text-decoration: none;
}

/* =========================================================
   Store Data
   ========================================================= */

.l-footer__dataList {
  display: grid;
  gap: 12px;
  margin: 0;
}

.l-footer__dataRow {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 16px;
  min-width: 0;
}

.l-footer__dataRow dt,
.l-footer__dataRow dd {
  margin: 0;
  min-width: 0;
}

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

.l-footer__socialWrap {
  display: flex;
  justify-content: center;
  margin-top: 44px;
}

.l-footer__social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin: 0;
}

.l-footer__social a {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
}

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

@media (max-width: 767px) {
  .l-footer {
    min-height: 100svh;
  }

  .l-footer__inner {
    min-height: 100svh;
    padding: 56px 20px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

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

  .l-footer__info {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .l-footer__dataRow {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .l-footer__mapBtn {
    width: 100%;
  }

  .l-footer__socialWrap {
    margin-top: 36px;
  }
}
