@charset "utf-8";

.footer__navWrap {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  /* background: url("../imgs/index/footer_bg.png") center center / cover no-repeat; */
  position: relative;
}
.footer__toTop {
  position: absolute;
  top: 52px;
  right: 40px;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #ffffff;
  z-index: 2;
}

.footer__nav-inner {
  width: calc(100% - 44px) !important;
  margin: 0 auto;
  position: relative;
}
.footer__logo--bg {
  width: 100%;
  max-width: 63px;
  position: absolute;
  left: 0.3%;
  padding-top: 124px;
  z-index: 1;
}
.footer__logo--bg a {
  display: block;
}
.footer__nav-contents {
  /* width: 76.4%;
  max-width: 655px; */
  width:66.139%;
  max-width: 711px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto 0 23.6%;
  padding-top: 105px;
  padding-bottom: 108px;
}
.footer__nav.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.footer__navLft {
  width: 36%;
  max-width: 205px;
}
footer .nav-title {
  color: #6c6c6c;
  font-size: 14px;
  padding-top: 19px;
  line-height: 1.57;
  letter-spacing: 0.02em;
}
.footer__nav-listItem a {
  color: #fff;
  font-size: 26px;
  line-height: 2.38;
  letter-spacing: 0.02em;
  display: inline-block;
  position: relative;
}
.footer__nav-listItem a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: -1px; /*アンダーラインがaタグの下端から現れる*/
  transform: scale(0, 1); /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
  transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
  transition: transform 0.3s; /*変形の時間*/
}
.footer__nav-listItem a:hover::after {
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}
.footer__nav-listItem--sml {
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.02em;
  padding-left: 15px;
  position: relative;
  bottom: 4px;
}
.footer__navRgt {
  width: 62%;
  max-width: 382px;
}
.footer__navRgt-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
footer .address__contents {
  padding-top: 16px;
  margin-bottom: 69px;
}
footer .copy {
  bottom: 20px;
}

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1240px) {
}

@media screen and (max-width: 750px) {
  .footer__toTop {
    top: 25px;
    right: 22px;
    font-size: 12px;
  }
  .footer__logo--bg {
    display: none;
  }
  .footer__nav-contents {
    width: 100%;
    max-width: 331px;
    margin: 0 auto;
    display: block;
    padding-top: 74px;
    padding-bottom: 109px;
  }
  .footer__navLft {
    width: 100%;
    max-width: 149px;
    margin-bottom: 25px;
  }
  .footer__nav.flex {
    display: flex;
  }
  footer .nav-title {
    font-size: 11px;
    display: block;
    padding-top: 14px;
  }
  footer .footer__navRgt-contents .nav-title {
    padding-top: 7px;
  }
  .footer__nav-listItem a {
    font-size: 20px;
    line-height: 2.4;
  }
  .footer__nav-listItem--sml {
    font-size: 12px;
    padding-left: 10px;
    bottom: 3px;
  }
  .footer__navRgt {
    width: 100%;
    max-width: 100%;
  }
  .footer__navRgt-wrap {
    display: block;
  }
  footer .reserve__contents {
    width: calc(100% - 73px);
    max-width: 260px;
    margin: 0 auto 50px;
  }
  .footer__navRgt-contents {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 271px;
  }
  footer .address__contents {
    padding-top: 0;
    margin-bottom: 0;
  }

  footer .copy {
    bottom: 18px;
    right: 22px;
  }
}

@media screen and (max-width: 375px) {
}

@media screen and (max-width: 350px) {
  .footer__navRgt-contents {
    max-width: 234px;
  }
}
