@charset "UTF-8";
/*==========================================
変数 inc.scss
===========================================*/
/*==========================================
変数 fonts.scss
===========================================*/
/*===================================
userSS 追加
=====================================*/
/*==========================================
 FOOTER
===========================================*/
footer {
  padding-top: 45px;
}
footer .footer_logo {
  display: block;
  width: 251px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  footer .footer_logo {
    width: auto;
    max-width: 50%;
  }
}
footer .footer_logo img {
  width: 100%;
}
footer .footer_info {
  text-align: center;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.8;
}
footer .footer_info p {
  margin: 0;
}
footer .footer_info .footer_info_tel {
  margin-top: 0.2em;
}
footer .footer_info .footer_info_tel a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35em;
  color: #000;
  text-decoration: none;
}
footer .footer_info .footer_info_tel img {
  width: 1.2em;
  height: auto;
  vertical-align: middle;
}
footer .footer_info .footer_info_time {
  margin-top: 0.2em;
}
footer .sns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  color: #202b51;
  font-size: 2.1rem;
}
footer .sns .sns_icon {
  margin: 0 8px;
  font-size: 1.4em;
}
@media screen and (max-width: 960px) {
  footer .sns .sns_icon {
    margin: 20px 8px 0;
    font-size: 1.6em;
  }
}
footer .sitemap {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .sitemap a {
  color: #000;
  position: relative;
}
@media screen and (min-width: 961px) {
  footer .sitemap a:not(:first-of-type) {
    display: flex;
    align-items: center;
    padding-left: 1em;
    margin-left: 1em;
  }
  footer .sitemap a:not(:first-of-type)::before {
    content: "";
    height: 1em;
    width: 1px;
    background: #202b51;
    transform: rotate(15deg);
    position: absolute;
    left: 0;
  }
  footer .sitemap a:not(:first-of-type)::after {
    background: #000;
  }
}
@media screen and (max-width: 960px) {
  footer .sitemap a:not(:first-of-type) {
    margin-left: 4%;
  }
  footer .sitemap a::before {
    content: "";
    height: 1px;
    width: 100%;
    background: #202b51;
    position: absolute;
    bottom: -0.5em;
  }
}
footer .copyright {
  font-size: 1.2rem;
  text-align: center;
  padding: 50px 0 10px;
}
footer .copyright a {
  color: #000;
}
@media (hover: hover) {
  footer .copyright a:hover:hover {
    opacity: 0.6;
  }
}
footer a i,
footer a img {
  transition: 0.4s ease-in-out;
}
@media (hover: hover) {
  footer a:hover:hover i,
  footer a:hover:hover img {
    opacity: 0.6;
  }
}

/*==========================================
 FOOTER 【SP】
===========================================*/
@media screen and (min-width: 961px) {
  .footer-nav-sp {
    display: none !important;
  }
}
@media screen and (max-width: 960px) {
  .footer-nav-sp {
    position: fixed;
    bottom: 0;
    left: 0;
    flex-wrap: nowrap;
    width: 100%;
    z-index: 100;
    line-height: 1.5rem;
    letter-spacing: normal;
    display: flex;
    border-top: 3px solid #333;
    background: #1c2a52;
  }
  .footer-nav-sp li {
    margin: 0;
    width: 25%;
    text-align: center;
  }
  .footer-nav-sp li a {
    height: 100%;
    font-size: 1.4rem;
    padding: 7px 0 5px;
    display: block;
    color: #fff;
    text-align: center;
  }
  .footer-nav-sp li a > i {
    display: block;
    font-size: 2.6rem;
    margin: 0 auto 2px;
    color: #fff;
  }
  .footer-nav-sp li .model-re {
    white-space: nowrap;
  }
  .footer-nav-sp li .svg {
    display: block;
    height: 1em;
    font-size: 2.6rem;
    padding-bottom: 2px;
    margin: 0 auto 2px;
  }
  .footer-nav-sp li a:active {
    background: #333;
    color: #fff;
  }
  .footer-nav-sp li a:active > i {
    color: #fff;
  }
}
@media screen and (max-width: 960px) {
  .footer-nav-sp li a {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 960px) {
  .footer-nav-sp li a {
    font-size: 1rem;
  }
}
/*==========================================
 トップに戻るボタン
===========================================*/
.pagetop {
  position: fixed;
  bottom: 20px;
  right: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
}

.pagetop a {
  color: #fff;
  font-size: 12px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: block;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .pagetop {
    display: none !important;
  }
}/*# sourceMappingURL=footer.css.map */