@charset "UTF-8";
body .wrap footer {
  width: 100%;
  padding: 100px 0 45px;
}
body .wrap footer .footer_wrap {
  padding: 5% 12%;
  flex-direction: row;
  border-top: solid 1px #e4e4e4;
}
body .wrap footer .footer_wrap .small {
  font-size: 13px;
  color: #959595;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0.1em;
}
body .wrap footer .footer_wrap .left {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
}
body .wrap footer .footer_wrap .left img {
  width: 40%;
  max-width: 180px;
}
body .wrap footer .footer_wrap .left .sns {
  margin: 10% 0 5%;
}
body .wrap footer .footer_wrap .left .sns .ttl {
  font-size: 14px;
}
body .wrap footer .footer_wrap .left .sns ul {
  list-style: none;
  padding: 0%;
  margin-top: 0%;
}
body .wrap footer .footer_wrap .left .sns ul li {
  height: 20px;
  margin-right: 25px;
  width: auto;
}
body .wrap footer .footer_wrap .left .sns ul li img {
  height: 20px;
  width: auto;
}
body .wrap footer .footer_wrap .left small {
  font-size: 10px;
}
body .wrap footer .footer_wrap .right {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  align-self: flex-end;
}
body .wrap footer .footer_wrap .right ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  padding-left: 0;
}
body .wrap footer .footer_wrap .right ul li a {
  text-decoration: none;
  color: var(--444344-color);
}
body .wrap footer .footer_wrap .right .footer_nav {
  font-size: 15px;
  letter-spacing: 0.2em;
  margin-top: 0;
  margin-bottom: 20px;
}
body .wrap footer .footer_wrap .right .footer_nav li {
  margin-left: 47px;
}
body .wrap footer .footer_wrap .right .other_nav_wrap {
  margin-top: 60px;
}
body .wrap footer .footer_wrap .right .other_nav_wrap p {
  font-size: 15px;
  color: #000;
  margin-right: 30px;
}
body .wrap footer .footer_wrap .right .other_nav_wrap .other_nav {
  margin-top: 0;
  display: block;
  text-align: left;
}
body .wrap footer .footer_wrap .right .other_nav_wrap .other_nav li {
  margin-left: 20px;
}
body .wrap footer .footer_wrap .right .other_nav_wrap .other_nav li a {
  white-space: nowrap;
}
@media (max-width: 750px) {
  body .wrap footer {
    border-top: solid 1px #444;
    color: #444;
    padding: 15% 0;
  }
  body .wrap footer .footer_wrap {
    padding: 0;
    border-top: none;
    width: fit-content;
    margin: auto;
  }
  body .wrap footer p {
    font-size: 4.1vw;
    display: inline-block;
  }
  body .wrap footer .flex {
    justify-content: space-between;
    margin: 20% auto;
  }
  body .wrap footer .flex a {
    width: 17px;
    line-height: 1;
  }
  body .wrap footer small {
    font-family: "eb-garamond", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2.1vw;
    color: #818181;
  }
}/*# sourceMappingURL=footer.css.map */