.footer {
  background-color: #fdf4ed;
}
.footer .inner {
  padding: 30px 0;
}
.footer .footer-logoarea {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
}
.footer .footer-logo {
  width: 130px;
  height: auto;
}
.footer .footer-sns-text {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.footer .footer-sns-logo {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.footer .footer-sns-logo a:hover img {
  opacity: 0.8;
}
.footer .footer-nav-list {
  display: flex;
  gap: 20px;
}
.footer .footer-nav-item a {
  font-size: 1.2rem;
  font-weight: 500;
}
.footer .footer-nav-item a:hover {
  text-decoration: underline;
}/*# sourceMappingURL=footer.css.map */