/* ======================================================
  あふひ：フッター
====================================================== */

.afuhi-footer {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 0;
  padding: clamp(68px, 8vw, 108px) 0 38px;
  background: #3b4139;
  color: #f7f4ee;
}

.afuhi-footer__inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  text-align: center;
}

.afuhi-footer__mark {
  width: clamp(76px, 8vw, 112px);
  margin: 0 auto 34px;
}

.afuhi-footer__mark img {
  display: block;
  width: 100%;
  height: auto;
}

.afuhi-footer__logo {
  margin-bottom: 40px;
}

.afuhi-footer__logoLink {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

.afuhi-footer__logo img {
  display: block;
  width: clamp(160px, 15vw, 220px);
  height: auto;
  margin: 0 auto;
}

.afuhi-footer__nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px 34px;
  margin-bottom: 34px;
}

.afuhi-footer__nav a {
  color: rgba(247, 244, 238, 0.86);
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.afuhi-footer__nav a:hover {
  color: #c9a84c;
}

.afuhi-footer__access {
  margin-bottom: 42px;
}

.afuhi-footer__accessBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  padding: 10px 26px;
  border: 1px solid rgba(247, 244, 238, 0.42);
  color: #f7f4ee;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-decoration: none;
}

.afuhi-footer__accessBtn:hover {
  border-color: #c9a84c;
  color: #c9a84c;
}

.afuhi-footer__info,
.afuhi-footer__info p,
.afuhi-footer__info a {
  color: #f7f4ee !important;
}

.afuhi-footer__info {
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.04em;
}

.afuhi-footer__info p {
  margin: 0;
}

.afuhi-footer__tel {
  margin-bottom: 12px !important;
}

.afuhi-footer__tel a {
  font-family:
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    "Yu Mincho",
    "YuMincho",
    serif;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 400;
  letter-spacing: 0.08em;
  text-decoration: none;
}

.afuhi-footer__label {
  margin-right: 12px;
  color: #c9a84c;
  font-family: "Times New Roman", serif;
  font-size: 14px;
  letter-spacing: 0.12em;
}

/* SWELLフッター側の色・余白調整 */
.l-footer {
  margin-top: 0 !important;
  background: #3b4139 !important;
}

.l-footer,
.l-footer a,
.l-footer p,
.l-footer small {
  color: #f7f4ee !important;
}

.l-footer__inner,
.l-footer__widgetArea,
.l-footer__foot {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.l-footer__foot {
  background: #3b4139 !important;
  padding-top: 0 !important;
}

@media (max-width: 767px) {
  .afuhi-footer {
    padding: 64px 0 32px;
  }

  .afuhi-footer__inner {
    width: min(100% - 32px, 1120px);
  }

  .afuhi-footer__mark {
    width: 80px;
    margin-bottom: 30px;
  }

  .afuhi-footer__logo img {
    width: 168px;
  }

  .afuhi-footer__nav {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 32px;
  }

  .afuhi-footer__info {
    font-size: 12.5px;
    line-height: 1.9;
  }

  .afuhi-footer__tel a {
    font-size: 24px;
  }
}

.afuhi-footer {
  position: relative;
  overflow: hidden;
}


/* ======================================================
  フッター：SP情報欄の指定改行
====================================================== */

@media (max-width: 767px) {
  .afuhi-footer__spLine {
    display: block;
  }
}








