/*==============================================================*/
/*      footer      */
/*==============================================================*/
.footer {
  margin-top: 105px;
  position: relative;
  z-index: 10;
}
@media (min-width: 1000px) {
  .footer {
    margin-top: 140px;
  }
}
.footer .fContact {
  position: relative;
  padding-top: 45px;
  padding-bottom: 71px;
}
@media (min-width: 1000px) {
  .footer .fContact {
    padding-top: 60px;
  }
}
@media (min-width: 1000px) {
  .footer .fContact {
    padding-bottom: 94px;
  }
}
.footer .fContact .inner {
  position: relative;
  margin: 0 auto;
  max-width: 1100px;
  width: 90%;
}
.footer .fContact .inner .eng {
  margin-top: 10px;
  color: #FFF;
  text-align: center;
  font-family: Playfair Display;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.52px;
}
@media (min-width: 750px) {
  .footer .fContact .inner .eng {
    font-size: 14px;
    line-height: normal;
  }
}
.footer .fContact .inner .h2 {
  text-align: center;
  color: #FFF;
  font-family: Noto Serif JP;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.56px;
}
@media (min-width: 750px) {
  .footer .fContact .inner .h2 {
    font-size: 32px;
    line-height: normal;
  }
}
.footer .fContact .inner .p {
  margin-top: 23px;
  color: #FFF;
  text-align: center;
  font-family: Noto Serif JP;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 1.2px;
}
@media (min-width: 1000px) {
  .footer .fContact .inner .p {
    margin-top: 30px;
  }
}
@media (min-width: 750px) {
  .footer .fContact .inner .p {
    font-size: 15px;
    line-height: 24px;
  }
}
.footer .fContact .inner .flex {
  margin-top: 30px;
  display: flex;
  gap: 25px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1000px) {
  .footer .fContact .inner .flex {
    margin-top: 40px;
  }
}
@media (min-width: 1000px) {
  .footer .fContact .inner .flex {
    flex-direction: row;
    gap: 120px;
    transform: translateX(5px);
  }
}
.footer .fContact .inner .flex .telButton {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.footer .fContact .inner .flex .telButton .inlineP {
  color: #FFF;
  font-family: Shippori Mincho;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.44px;
}
.footer .fContact .inner .flex .telButton .num {
  color: #FFF;
  font-family: Shippori Mincho;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.4px;
}
.footer .fContact .inner .flex .contactButton {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #fff;
  width: 100%;
  height: 44px;
  transition: 0.3s;
}
@media (min-width: 400px) {
  .footer .fContact .inner .flex .contactButton {
    width: 342px;
  }
}
.footer .fContact .inner .flex .contactButton .img {
  width: 20px;
  height: 20px;
}
.footer .fContact .inner .flex .contactButton .p {
  margin-left: 4px;
  margin-top: 0;
  color: #FFF;
  text-align: center;
  font-family: Noto Serif JP;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.44px;
}
@media (min-width: 750px) {
  .footer .fContact .inner .flex .contactButton .p {
    font-size: 18px;
    line-height: normal;
  }
}
.footer .fContact .inner .flex .contactButton:hover {
  background-color: #436F13;
}
.footer .fNav {
  position: relative;
  padding: 65px 0 54px;
  background-color: #F2F2F2;
}
@media (min-width: 1000px) {
  .footer .fNav {
    padding-top: 85px;
  }
}
.footer .fNav .inner {
  position: relative;
  margin: 0 auto;
  max-width: 1100px;
  width: 90%;
}
.footer .fNav .inner .flex {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1000px) {
  .footer .fNav .inner .flex {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer .fNav .inner .flex .left {
  width: 100%;
}
@media (min-width: 1000px) {
  .footer .fNav .inner .flex .left {
    width: 230px;
  }
}
.footer .fNav .inner .flex .right {
  width: 100%;
}
@media (min-width: 1000px) {
  .footer .fNav .inner .flex .right {
    width: 53.6363636364%;
  }
}
.footer .fNav .inner .logoLink {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.footer .fNav .inner .logoLink .logo {
  width: 153px;
  height: 48px;
}
.footer .fNav .inner .address {
  margin-top: 18px;
  color: #1E1E1E;
  font-family: Noto Serif JP;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (min-width: 1000px) {
  .footer .fNav .inner .address {
    margin-top: 24px;
  }
}
@media (min-width: 750px) {
  .footer .fNav .inner .address {
    font-size: 14px;
    line-height: normal;
  }
}
.footer .fNav .inner .telLink {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 4px;
}
@media (min-width: 1000px) {
  .footer .fNav .inner .telLink {
    margin-top: 5px;
  }
}
.footer .fNav .inner .telLink .p {
  color: #1E1E1E;
  font-family: Shippori Mincho;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 1.12px;
}
@media (min-width: 750px) {
  .footer .fNav .inner .telLink .p {
    font-size: 14px;
    line-height: 20px;
  }
}
.footer .fNav .inner .insta {
  margin-top: 19px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1000px) {
  .footer .fNav .inner .insta {
    margin-top: 25px;
  }
}
.footer .fNav .inner .insta .img {
  width: 28px;
  height: 28px;
}
.footer .fNav .inner .insta:hover {
  transform: translateY(-4px);
}
.footer .fNav .inner .nav {
  display: flex;
  gap: 25px 30px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 35px;
}
@media (min-width: 1000px) {
  .footer .fNav .inner .nav {
    margin-top: 0;
  }
}
.footer .fNav .inner .nav .navLink {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.footer .fNav .inner .nav .navLink .p {
  color: #1E1E1E;
  font-family: Noto Serif JP;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: 0.3s;
}
@media (min-width: 750px) {
  .footer .fNav .inner .nav .navLink .p {
    font-size: 14px;
    line-height: normal;
  }
}
.footer .fNav .inner .nav .navLink:not(.tel):after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #1E1E1E;
  bottom: -5px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.footer .fNav .inner .nav .navLink:hover:after {
  transform: scale(1, 1);
  transform-origin: left top;
}
.footer .fNav .inner .pagetop {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 40px;
}
@media (min-width: 1000px) {
  .footer .fNav .inner .pagetop {
    margin-top: 90px;
  }
}
.footer .fNav .inner .pagetop .topBtnImg {
  width: 45px;
  height: 45px;
}
.footer .fNav .inner .pagetop:hover {
  transform: translateY(-4px);
}
.footer .copyright {
  padding: 10px 0;
  text-align: center;
  color: #1E1E1E;
  font-family: Noto Serif JP;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.96px;
}
@media (min-width: 750px) {
  .footer .copyright {
    font-size: 12px;
    line-height: normal;
  }
}