.footer {
  width: 90%;
  max-width: 1180px;
  height: auto;
  margin: 160px auto 0 auto;
  padding-bottom: 80px;
}

.footer__top {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 960px) {
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer__top--logo {
  width: auto;
  height: auto;
}

.footer__top--logo img {
  width: 280px;
  height: auto;
}

.footer__top--sns {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 960px) {
  .footer__top--sns {
    width: 100%;
    margin-top: 26px;
  }
}

.footer__top--sns div, .footer__top--sns a {
  line-height: 20px;
  font-size: 14px;
  margin: auto 0;
}

.footer__top--sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer__top--sns ul li {
  margin: auto 20px auto 0;
  position: relative;
  vertical-align: middle;
}

.footer__top--sns ul li:not(:last-child)::after {
  content: '/';
  position: absolute;
  top: 0;
  right: -14px;
}

.footer__top--sns ul li a img {
  margin-left: 4px;
}

.footer__nav {
  width: 100%;
  height: auto;
  margin-top: 40px;
}

.footer__nav p {
  font-size: 16px;
  font-weight: bold;
}

.footer__nav nav ul {
  width: 100%;
  height: auto;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer__nav nav ul li {
  font-size: 14px;
  margin: 8px 32px 0 0;
}

@media screen and (max-width: 580px) {
  .footer__nav nav ul li {
    margin: 8px 0 0 0;
    width: 33.33%;
  }
}

.footer__info {
  position: relative;
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #FDF5F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 580px) {
  .footer__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer__info::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 250px;
  border-bottom: 1px solid #FFCB05;
}

.footer__info--logo a img {
  width: 180px;
  height: auto;
}

.footer__info--address {
  margin: 6px 0 0 32px;
}

@media screen and (max-width: 580px) {
  .footer__info--address {
    margin: 6px 0 0 0;
  }
}

.footer__info--address p {
  color: #585858;
  line-height: 1.6em;
}

@media screen and (max-width: 580px) {
  .footer__info--address p {
    font-size: 13px;
  }
}

.footer small {
  display: block;
  margin-top: 52px;
}

@media screen and (max-width: 580px) {
  .footer small {
    font-size: 10px;
  }
}
/*# sourceMappingURL=footer.css.map */