.footer-description {
  background: #e5f2fa;
  padding: 0 16px;
}
.footer-description-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 48px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 0;
}
.footer-description-ttl {
  position: relative;
  border-bottom: 1px solid #b2bbca;
  font-size: 16px;
  padding-bottom: 20px;
  margin-bottom: 22px;
  font-weight: bold;
}
.footer-description-col dl,
.footer-description-col p {
  margin: 0 0 24px;
}
.footer-description-col dl:last-child,
.footer-description-col p:last-child {
  margin: 0;
}
.footer-description-col dt {
  font-weight: 700;
  margin-bottom: 14px;
}
.footer-description-col dd {
  margin: 0 0 24px;
}
.footer-description-col dd:last-child {
  margin: 0;
}
.footer-description-col ul li {
  position: relative;
  padding-left: 16px;
}
.footer-description-col ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #2c3036;
}
.footer-description-col ul li + li {
  margin: 4px 0 0;
}
.footer-description-message {
  font-size: 12px;
  margin-bottom: 16px;
}
.footer-description-name {
  font-weight: 700;
  margin-bottom: 8px;
}
.footer-description-contact {
  font-size: 12px;
  margin-bottom: 16px;
}
.footer-main {
  padding: 0 16px;
}
.footer-main-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.footer-main-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #e6e6e6;
  padding: 40px 0;
}
.footer-main-address {
  line-height: 1.75;
}
.footer-corp-btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0 16px;
  width: 240px;
  font-weight: 700;
  border-radius: 2px;
  padding: 12px 24px;
  color: #fff;
  background: #7ebee6;
  transition: 0.3s;
}
.footer-corp-btn a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("/sakaimachi/assets/img/common/icon-blank.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.footer-main-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0 40px;
}
.footer-main-nav-li {
  display: flex;
  gap: 0 32px;
}
.footer-main-nav-item a span {
  background: linear-gradient(#333, #333) 0 100%/0 1px no-repeat;
  transition: background 0.3s;
}
@media screen and (min-width: 897px) {
  .btn-cart-sp {
    display: none;
  }
}
@media (hover: hover) {
  .footer-corp-btn a:hover {
    background: #3e8dcf;
  }
  .footer-main-nav-item a:hover span {
    background-size: 100% 1px;
  }
}
@media screen and (max-width: 896px) {
  .footer-description-inner {
    display: block;
    padding: 40px 0;
  }
  .footer-description-col {
    width: auto;
  }
  .footer-description-col + .footer-description-col {
    margin-top: 24px;
  }
  .footer-description-ttl {
    padding-bottom: 8px;
    margin-bottom: 16px;
  }
  .footer-description-col dt {
    margin-bottom: 4px;
  }
  .footer-main-head {
    flex-direction: column;
    align-items: center;
    padding: 40px 0;
  }
  .footer-main-address {
    margin-bottom: 24px;
  }
  .footer-main-bottom {
    flex-direction: column;
    padding: 40px 0;
  }
  .footer-main-nav {
    margin-bottom: 24px;
  }
  .footer-main-nav-li {
    flex-direction: column;
    align-items: center;
  }
  .footer-main-nav-item + .footer-main-nav-item {
    margin: 8px 0 0;
  }
  .btn-cart-sp {
    position: fixed;
    right: 0;
    bottom: 80px;
    z-index: 10;
    background-color: #7ebee6;
    width: 64px;
    height: 64px;
    border: 1px solid #fff;
    border-right: none;
  }
  .btn-cart-sp a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 11px;
    line-height: 1;
    width: 100%;
    height: 100%;
  }
  .btn-cart-sp a::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-image: url("https://gigaplus.makeshop.jp/zikushokudo/assets/img/common/shopping_cart_FILL0_wght300_GRAD0_opsz48.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 8px;
    filter: brightness(0) invert(1);
  }
}
