@charset "UTF-8";
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url(/assets_new/fonts/NotoSansJP/NotoSansJP-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url(/assets_new/fonts/NotoSansJP/NotoSansJP-Regular.woff) format("woff");
  font-display: swap;
}
/*元サイトの基準文字サイズ*/
/*========*/
/* フッタ */
/*========*/
/* ページトップへ戻る
-----------------------------------*/
.ptop {
  position: fixed;
  bottom: 80px;
  right: 3%;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #639e32;
  border: 1px solid #FFF;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 10;
}
@media screen and (max-device-width: 767px) {
  .ptop {
    width: 40px;
    height: 40px;
    right: 8px;
    bottom: 32px;
  }
}
.ptop:hover a {
  opacity: 0.7;
}
.ptop a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  transition: 0.5s all;
}
.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 {
  margin-top: 60px;
  padding-top: 40px;
  background-color: #CBAF7C;
  font-family: "NotoSansJP-Regular", sans-serif;
  color: #FFF;
  text-align: left;
  line-height: 1.6;
  box-sizing: border-box;
  /* PC/SP出し分け
  ------------------------------ */
}
@media screen and (max-device-width: 767px) {
  .footer {
    margin-top: 30px;
    padding-top: 20px;
  }
}
@media screen and (min-device-width: 1024px) {
  .footer .t-sp {
    display: none !important;
  }
}
@media screen and (max-device-width: 1023px) {
  .footer .t-pc {
    display: none !important;
  }
}
.footer * {
  box-sizing: border-box;
}
.footer img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-device-width: 768px) {
  .footer .sp {
    display: none !important;
  }
}
@media screen and (max-device-width: 767px) {
  .footer .pc {
    display: none !important;
  }
}
.footer .contents {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-device-width: 767px) {
  .footer .contents {
    width: 90%;
  }
}
.footer .row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-device-width: 767px) {
  .footer .row {
    display: block;
  }
}
.footer .row .col {
  width: 14.416%; /*173/1200*/
}
@media screen and (max-device-width: 767px) {
  .footer .row .col {
    width: 100%;
    margin-top: 40px;
  }
}
.footer .row .col:nth-of-type(2) {
  width: 35.083%; /*421/1200*/
}
@media screen and (max-device-width: 767px) {
  .footer .row .col:nth-of-type(2) {
    width: 100%;
  }
}
@media screen and (max-device-width: 767px) {
  .footer .row .col:first-child {
    margin-top: 0;
  }
}
.footer .row .menu-nav > li {
  margin-bottom: 60px;
  padding-top: 16px;
  border-top: 1px solid #FFF;
}
@media screen and (max-device-width: 767px) {
  .footer .row .menu-nav > li {
    margin-bottom: 40px;
    padding-top: 12px;
  }
}
.footer .row .menu-nav > li:last-child {
  margin-bottom: 0;
}
.footer .row .menu-nav > li > a,
.footer .row .menu-nav > li > span {
  color: #FFF;
  font-size: 23px;
  line-height: 1.2;
  transition: 0.5s all;
}
.footer .row .menu-nav > li > a span,
.footer .row .menu-nav > li > span span {
  opacity: 0.65;
  display: block;
  margin-top: 8px;
  font-size: 10px;
}
.footer .row .menu-nav > li > a {
  position: relative;
  display: inline-block;
  padding-right: 16px;
}
.footer .row .menu-nav > li > a::before {
  content: "";
  position: absolute;
  bottom: 18px;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  width: 100%;
  height: 1px;
  background-color: #FFF;
  transition: transform 0.3s;
}
.footer .row .menu-nav > li > a::after {
  content: "";
  position: absolute;
  top: 16px;
  right: 0;
  width: 5px;
  height: 10px;
  background: url(/assets_new/images/common/footer_arrow01.svg) no-repeat;
  background-size: 100% auto;
}
.footer .row .menu-nav > li > a:hover {
  text-decoration: none;
}
.footer .row .menu-nav > li > a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.footer .row .menu-nav > li .sub-menu-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-device-width: 767px) {
  .footer .row .menu-nav > li .sub-menu-wrap {
    display: block;
  }
}
.footer .row .menu-nav > li .sub-menu-wrap .sub-menu:nth-of-type(1) {
  width: 39.192%; /*165/421*/
}
@media screen and (max-device-width: 767px) {
  .footer .row .menu-nav > li .sub-menu-wrap .sub-menu:nth-of-type(1) {
    width: 100%;
  }
}
.footer .row .menu-nav > li .sub-menu-wrap .sub-menu:nth-of-type(2) {
  width: 55.819%; /*235/421*/
}
@media screen and (max-device-width: 767px) {
  .footer .row .menu-nav > li .sub-menu-wrap .sub-menu:nth-of-type(2) {
    width: 100%;
  }
}
.footer .row .menu-nav > li .sub-menu {
  margin-top: 40px;
}
@media screen and (max-device-width: 767px) {
  .footer .row .menu-nav > li .sub-menu {
    margin-top: 16px;
  }
}
@media screen and (max-device-width: 767px) {
  .footer .row .menu-nav > li .sub-menu:first-child {
    margin-top: 30px;
  }
}
@media screen and (max-device-width: 767px) {
  .footer .row .menu-nav > li .sub-menu:last-child {
    margin-top: 16px;
  }
}
.footer .row .menu-nav > li .sub-menu li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 45px;
}
@media screen and (max-device-width: 767px) {
  .footer .row .menu-nav > li .sub-menu li {
    margin-bottom: 16px;
  }
}
.footer .row .menu-nav > li .sub-menu li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0.65;
  transform: translateY(-50%);
  width: 37px;
  height: 1px;
  background-color: #FFF;
}
.footer .row .menu-nav > li .sub-menu li > a,
.footer .row .menu-nav > li .sub-menu li > span {
  color: #FFF;
  font-size: 14px;
  line-height: 1.2;
}
@media screen and (max-device-width: 767px) {
  .footer .row .menu-nav > li .sub-menu li > a,
.footer .row .menu-nav > li .sub-menu li > span {
    font-size: 13px;
  }
}
.footer .row .menu-nav > li .sub-menu li > a:hover,
.footer .row .menu-nav > li .sub-menu li > span:hover {
  text-decoration: none;
}
.footer .row .menu-nav > li .sub-menu li > a:hover::before,
.footer .row .menu-nav > li .sub-menu li > span:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.footer .row .menu-nav > li .sub-menu li > a {
  position: relative;
  display: inline-block;
  padding-right: 10px;
}
.footer .row .menu-nav > li .sub-menu li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  width: 100%;
  height: 1px;
  background-color: #FFF;
  transition: transform 0.3s;
}
.footer .row .menu-nav > li .sub-menu li > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 4px;
  height: 8px;
  background: url(/assets_new/images/common/footer_arrow01.svg) no-repeat;
  background-size: 100% auto;
}
.footer .row .menu-nav > li .sub-menu li > span.no-link {
  opacity: 0.5;
  pointer-events: none;
}
.footer .row .menu-nav > li .sub-menu li:last-child {
  margin-bottom: 0;
}
.footer .bottom-area {
  margin-top: 40px;
  padding: 20px 0;
  background-color: #5B4519;
}
@media screen and (max-device-width: 767px) {
  .footer .bottom-area {
    margin-top: 30px;
    padding: 30px 0 16px;
  }
}
.footer .bottom-area .contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-device-width: 767px) {
  .footer .bottom-area .contents {
    display: block;
  }
}
.footer .bottom-area .list-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media screen and (max-device-width: 767px) {
  .footer .bottom-area .list-link {
    display: block;
    max-width: 240px;
    margin: 0 auto 40px;
  }
}
.footer .bottom-area .list-link li a {
  position: relative;
  display: inline-block;
  padding-right: 6px;
  color: #FFF;
  font-size: 14px;
  line-height: 1.2;
}
@media screen and (max-device-width: 767px) {
  .footer .bottom-area .list-link li a {
    font-size: 13px;
  }
}
.footer .bottom-area .list-link li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  width: 100%;
  height: 1px;
  background-color: #FFF;
  transition: transform 0.3s;
}
.footer .bottom-area .list-link li a::after {
  content: "";
  position: absolute;
  top: 55%;
  right: 0;
  transform: translateY(-50%);
  width: 4px;
  height: 8px;
  background: url(/assets_new/images/common/footer_arrow01.svg) no-repeat;
  background-size: 100% auto;
}
.footer .bottom-area .list-link li a:hover {
  text-decoration: none;
}
.footer .bottom-area .list-link li a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.footer .bottom-area .copyright {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  color: #FFF;
  font-size: 12px;
  line-height: 1;
}
@media screen and (max-device-width: 767px) {
  .footer .bottom-area .copyright {
    margin: 0 auto;
    font-size: 10px;
  }
}
/*# sourceMappingURL=footer.css.map */