<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*==========================================
@mixin inc.scss
===========================================*/
/*==========================================
 FOOTER
===========================================*/
.footer_nav {
  padding: 0px;
}
@media screen and (max-width: 960px) {
  .footer_nav {
    display: block !important;
    padding: 20px 0 0px;
  }
}

.footer_sitemap {
  display: flex;
  justify-content: space-between !important;
  color: #000;
  letter-spacing: 0.05em;
  text-align: left;
  margin-bottom: 80px;
  line-height: 1.3333;
}
@media screen and (max-width: 960px) {
  .footer_sitemap {
    margin-bottom: 40px;
    flex-wrap: wrap;
  }
}
.footer_sitemap .inr {
  margin: 0 0%;
  padding-bottom: 1em;
  width: auto;
}
@media screen and (max-width: 960px) {
  .footer_sitemap .inr {
    width: 47.5%;
  }
  .footer_sitemap .inr:last-child {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer_sitemap .inr:last-child .head {
    width: 49%;
  }
}
.footer_sitemap .inr .head {
  position: relative;
  letter-spacing: 0.1em;
  font-size: 0.75em;
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  color: #000;
  padding: 0 0%;
  margin-bottom: 1em;
}
@media screen and (max-width: 960px) {
  .footer_sitemap .inr .head {
    font-size: 0.75em;
  }
}
.footer_sitemap .inr .head a {
  color: #000;
  display: inline-block;
  width: auto;
  padding-left: 1.5em;
  position: relative;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
.footer_sitemap .inr .head a::before {
  content: "■";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  font-size: 13px;
  color: #f93;
}
.footer_sitemap .inr .body {
  list-style: square;
}
.footer_sitemap .inr .body .item {
  color: #000;
  font-size: 0.75em;
  margin-bottom: 1.5em;
  list-style-type: none;
}
.footer_sitemap .inr .body .item a {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  color: #000;
  display: inline;
}
.footer_copyright {
  text-align: center;
  line-height: 1.5;
  font-size: 1.4rem;
}
.footer_copyright .span {
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .footer_copyright {
    margin-top: 0em;
    padding-bottom: 0px;
  }
}

/*==========================================
 FOOTER_showroom用
===========================================*/
.wp-gr {
  height: 300px !important;
  overflow-y: scroll;
}
@media screen and (max-width: 576px) {
  .wp-gr {
    width: 98% !important;
  }
}

.footer .btm_link_sr ul {
  display: flex;
}
.footer .btm_link_sr ul li {
  flex-basis: 24%;
}
.footer .btm_link_sr ul li a {
  margin-top: 30px;
  display: flex;
  align-items: center;
  height: 75px;
  justify-content: center;
}/*# sourceMappingURL=footer-nav.css.map */</pre></body></html>