@charset "UTF-8";
@font-face {
  font-family: "NotoSansJP-Black";
  src: url(/fonts/NotoSansJP/NotoSansJP-Black.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url(/fonts/NotoSansJP/NotoSansJP-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Light";
  src: url(/fonts/NotoSansJP/NotoSansJP-Light.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Medium";
  src: url(/fonts/NotoSansJP/NotoSansJP-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url(/fonts/NotoSansJP/NotoSansJP-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Thin";
  src: url(/fonts/NotoSansJP/NotoSansJP-Thin.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Oswald-Medium";
  src: url(/fonts/Oswald/Oswald-Medium.woff) format("woff");
  font-display: swap;
}
/*16*1.75/2*/
/*========*/
/* フッタ */
/*========*/
/* ページトップへ戻る
-----------------------------------*/
.ptop {
  position: fixed;
  bottom: 80px;
  right: 3%;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: var(--base-color);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 10;
}
@media (max-width: 767px) {
  .ptop {
    width: 40px;
    height: 40px;
    right: 8px;
    bottom: 32px;
  }
}
.ptop:hover {
  opacity: 0.7;
}
.ptop a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.ptop a::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 calc(24px / 2) 16px calc(24px / 2);
  border-color: transparent transparent #FFF transparent;
  margin: -8px auto 0;
}

/* フッタ
-----------------------------------*/
footer .img-area {
  position: relative;
  height: 120px;
  background: url(/images/common/footer_img01.png) repeat-x;
  background-position: bottom left;
  background-size: auto 100%;
  z-index: 1;
}
@media (max-width: 767px) {
  footer .img-area {
    height: 40px;
  }
}
footer .bg-area {
  padding-bottom: 48px;
  background-color: #dce5e4;
}
footer .contents {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  footer .contents {
    width: 90%;
  }
}
footer .wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  footer .wrap {
    display: block;
  }
}
footer .wrap .list-btn {
  width: 48%;
  max-width: 278px;
}
@media (max-width: 767px) {
  footer .wrap .list-btn {
    width: 100%;
    max-width: 348px;
    margin: 0 auto;
  }
}
footer .wrap .list-btn li {
  margin-bottom: 16px;
}
footer .wrap .info-area {
  width: 48%;
}
@media (max-width: 767px) {
  footer .wrap .info-area {
    width: 100%;
    max-width: 348px;
    margin: 40px auto;
  }
}
footer .wrap .info-area .f-logo {
  margin-bottom: 48px;
  font-size: 1.6875em; /*27/16*/
  line-height: 1;
}
@media (max-width: 767px) {
  footer .wrap .info-area .f-logo {
    margin-bottom: 24px;
    font-size: 1.357em; /*19/14*/
  }
}
footer .wrap .info-area .f-logo span {
  display: block;
  margin-top: 16px;
  font-size: 1.37em; /*37/27*/
}
footer .wrap .info-area .list-address {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  footer .wrap .info-area .list-address {
    margin-bottom: 24px;
  }
}
footer .wrap .info-area .list-address li {
  margin-bottom: 16px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  footer .wrap .info-area .list-address li {
    margin-bottom: 8px;
    font-size: 0.85em; /*12/14*/
  }
}
footer .wrap .info-area .list-sns {
  display: flex;
  gap: 8px 8px;
  align-items: center;
}
footer .wrap .info-area .list-sns li a {
  font-size: 0.875em; /*14/16*/
}
footer .wrap .info-area .list-sns li img {
  display: block;
  width: 34px;
  margin: 0 auto;
}
footer .wrap02 {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-top: 40px;
}
@media (max-width: 767px) {
  footer .wrap02 {
    display: block;
  }
}
footer .wrap02 .list-link {
  display: flex;
  justify-content: flex-end;
  gap: 8px 8px;
}
@media (max-width: 767px) {
  footer .wrap02 .list-link {
    justify-content: center;
  }
}
footer .wrap02 .list-link li + li::before {
  content: "/";
  margin-right: 8px;
}
footer .wrap02 .list-link li a {
  color: var(--txt-color);
}
@media (max-width: 767px) {
  footer .wrap02 .list-link li a {
    color: #999;
    font-size: 0.714em; /*10/14*/
  }
}
footer .wrap02 .list-link li a:hover {
  opacity: 0.7;
}
footer .copyright {
  font-size: 0.875em; /*14/16*/
  text-align: center;
  line-height: 1;
}
@media (max-width: 767px) {
  footer .copyright {
    margin-top: 16px;
  }
}
/*# sourceMappingURL=footer.css.map */