footer {
  background-color: #fff;
  color: #815760;
  text-align: center;
  width: 100%;
  height: 314px;
  padding: 40px 0 0;
  font-size: 18px;
  font-family: "minamotonomincho", "Times New Roman", Times, serif;
}
footer h4 {
  font-size: 30px;
  margin-bottom: 60px;
}
footer ul {
  display: flex;
  justify-content: center;
}
footer ul li {
  margin: 0 10px;
}
footer ul:nth-child(2) {
  margin-bottom: 50px;
}
footer ul:nth-child(3) {
  margin-bottom: 50px;
}
footer ul:nth-child(3) li {
  color: #815760;
}
footer small {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 200;
  font-style: normal;
}

@media screen and (max-width: 1024px) {
  footer {
    width: 100%;
    padding: 10px 0 0;
    height: auto;
  }
  footer h4 {
    font-size: 16px;
    letter-spacing: -0.1em;
    margin-bottom: 30px;
  }
  footer ul {
    flex-wrap: wrap;
    width: 290px;
    margin: 0 auto;
  }
  footer ul li {
    font-size: 10px;
    width: 48%;
    color: #815760;
    text-align: right;
    margin: 10px 0 0;
  }
  footer ul li:nth-of-type(2n) {
    text-align: left;
    margin: 10px 0 0 auto;
  }
  footer ul:nth-child(2) {
    display: none;
  }
  footer ul:nth-child(3) {
    margin-bottom: 0;
  }
  footer small {
    font-size: 10px;
    color: #4c4c4c;
  }
}/*# sourceMappingURL=footer.css.map */