@charset "utf-8";
.footer {
  padding-top: 30px;
  padding-bottom: 37px;
  padding-left: 20px;
  padding-right: 20px;
}
.reservation {
  margin-bottom: 44px;
}
.reservation-btn {
  width: 100% !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
  transition: background-color 0.3s;
}
.reservation-overlay {
  position: absolute;
  inset: 0;
  border-radius: 22px; /* imgと合わせる */
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s;
  z-index: 0; /* テキストより下 */
}
.reservation-btn:hover .reservation-overlay {
  background-color: rgba(0, 0, 0, 0.4);
}
.reservation-btn::before {
  top: calc(14em - 40px) !important;
  right: 40px !important;
  background: rgba(255, 255, 255, 0.3) !important;
}
.reservation-btn::after {
  top: 12.8em !important;
  right: 60px !important;
  background: #fff !important;
}
.reservation-title {
  width: calc(100% - 83px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 43px;
  z-index: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.heading__en.reservation-title__sub {
  color: #fff;
}
.heading__jp.reservation-title__main {
  color: #fff;
  text-align: center;
  margin-top: 15px;
  width: 122px;
}
.reservation-address {
  width: calc(100% - 83px);
  margin: 0 auto;
  position: absolute;
  bottom: 35px;
  left: 43px;
}
.reservation-address__text {
  color: #fff;
  font-size: 11px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 11px;
}
.reservation-address__tel {
  color: #fff;
  font-size: 25px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  line-height: 1;
}
.reservation-address__tel .sml {
  font-size: 12px;
  font-family: "FOT-筑紫ゴシック Pr5 D";
  line-height: 1;
  display: inline-block;
  padding-left: 5px;
}
.reservation-img {
  border-radius: 22px;
  object-fit: cover;
  height: 480px !important;
}

.common-contact-block {
  width: calc(100% - 40px);
  margin: 0 auto;
}
.common-contact-block__logo {
  width: 100%;
  max-width: 332px;
  margin: 0 auto 30px;
  display: block;
}
.common-contact-block__btn-group {
  width: 100%;
  max-width: 258px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between;
}
.btn--navy,
.btn--white {
  font-size: 12px;
  line-height: 1.75;
  display: block !important;
  width: 48.5% !important;
  max-width: 120px;
  padding: 6px 11px !important;
  transition: all 0.3s;
  border: 1px solid #123a55;
  border-bottom: 1px solid #123a55 !important;
  border-radius: 5px;
}
.btn--navy {
  color: #fff;
  background-color: #123a55;
}
/* .btn--navy:hover {
  color: #123a55;
  background-color: #fff;
} */
.btn--white {
  color: #123a55;
  background-color: #fff;
}
/* .btn--white:hover {
  color: #fff;
  background-color: #123a55;
} */

.btn.btn--navy::after,
.btn.btn--white:after {
  top: 1.2em;
  right: 10px;
}
.btn.btn--navy::after {
  background: #fff;
}
.btn.btn--navy::before {
  background: rgba(255, 255, 255, 0.3);
}
.btn.btn--navy::before,
.btn.btn--white:before {
  top: calc(2.05em - 20px);
  right: 0px;
  width: 24px;
  height: 24px;
}

.common-contact-block__tel-info {
  width: 100%;
  max-width: 320px;
  margin: 0 auto 14px;
}
.common-contact-block__title {
  color: #123a55;
  font-size: 11px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  margin-bottom: 10px;
}
.common-contact-block__tel {
  color: #123a55;
  text-align: center;
}
.common-contact-block__address {
  width: 100%;
  max-width: 320px;
  margin: 0 auto 23px;
}
.common-contact-block__address p,
.common-contact-block__address a {
  color: #123a55;
  font-size: 11px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  text-align: center;
  line-height: 2.11;
}
.common-contact-block__address a {
  display: block;
  width: fit-content;
}
.footer-nav {
  color: #123a55;
  font-size: 12px;
  text-align: center;
  text-decoration: underline;
  line-height: 1.75;
  display: block;
  margin-bottom: 17px;
}
.footer-copy {
  color: #ccc;
  font-size: 11px;
  font-family: "FOT-筑紫ゴシック Pr5 D";
  text-align: center;
  line-height: 1.75;
}
.footer .common-contact-block__address a {
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .footer {
    padding-bottom: 90px;
  }

  .reservation-img {
    height: 340px !important;
  }
  .reservation-btn::before {
    top: calc(10.2em - 40px) !important;
  }
  .reservation-btn::after {
    top: 9em !important;
  }
  .reservation-title__main {
    margin-top: 14px;
    justify-self: start !important;
    align-self: flex-start !important;
  }
}

@media screen and (max-width: 480px) {
  .reservation-title {
    width: calc(100% - 40px);
    display: block;
    left: 20px;
  }
  .reservation-title__main {
    margin-top: 10px;
  }
  .reservation-btn::before {
    top: calc(12.2em - 40px) !important;
    right: 10px;
  }
  .reservation-btn::after {
    top: 11em !important;
    right: 30px !important;
  }
  .reservation-address {
    width: calc(100% - 40px);
    bottom: 25px;
    left: 20px;
  }

  .heading__jp.reservation-title__main {
    font-size: 12px;
  }
}

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