@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');
.main {
  max-width: 854px;
  margin: 0 auto;
}
.img {
  font-size: 0;
}
.btns {
  width: 80%;
  margin: 0 auto;
}
.btns .btn {
  display: block;
  font-size: 0;
}
.btn:hover {
  opacity: 0.8;
}
.kv {
  position: relative;
}
.kv-img {
  position: relative;
}
.kv-img p:first-of-type {
  position: absolute;
  top: 86%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.kv-img p {
  position: absolute;
  top: 92%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.kv-img p img {
  /*width: 70%;*/
}
.g-menu {
  background: #b7dbdb url(../imgs/hadaiku/img_hadaiku02.png) top center / 100% no-repeat;
  padding-bottom: 21.5rem;
  padding-top: 18.5rem;
  background-size: cover;
}
.g-menu p {
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .g-menu {
    padding-bottom: 14.5rem;
    padding-top: 16.8rem;
  }
}
@media screen and (max-width: 640px) {
  .g-menu {
    padding-bottom: 12.5rem;
    padding-top: 12.7rem;
  }
}
@media screen and (max-width: 510px) {
  .g-menu {
    padding-bottom: 10.5rem;
    padding-top: 10rem;
  }
}
@media screen and (max-width: 440px) {
  .g-menu {
    padding-bottom: 9.5rem;
    padding-top: 9.1rem;
  }
}
@media screen and (max-width: 340px) {
  .g-menu {
    padding-bottom: 8.4rem;
    padding-top: 7.1rem;
  }
}
.tit01 {
  padding-top: 4rem;
}
@media screen and (max-width: 640px) {
  .tit01 {
    padding-top: 3.5rem;
  }
}
@media screen and (max-width: 510px) {
  .tit01 {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 440px) {
  .tit01 {
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 340px) {
  .tit01 {
    padding-top: 2rem;
  }
}

.tit02 {
  padding-top: 15rem;
}
@media screen and (max-width: 640px) {
  .tit02 {
    padding-top: 11.5rem;
  }
}
@media screen and (max-width: 510px) {
  .tit02 {
    padding-top: 10rem;
  }
}
@media screen and (max-width: 440px) {
  .tit02 {
    padding-top: 8.5rem;
  }
}
@media screen and (max-width: 340px) {
  .tit02 {
    padding-top: 7rem;
  }
}
.reservation_btn {
  margin-top: 30px !important;
}
.menu_box01 p, .menu_box02 p {
  width: 66%;
  margin: 0 auto;
  text-align: center;
}
.nav-menu {
  padding-top: 100px;
  margin-top: -100px;
}
.kv .btns {
  position: absolute;
  bottom: 2.6%;
  left: 50%;
  transform: translateX(-50%);
}
.free_wrap {
  position: relative;
  margin-bottom: 7vw;
}
.free_wrap .btn_wrap {
  position: absolute;
  bottom: 16%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}
.free_wrap .btn_wrap .btns.flex {
  display: flex;
  padding: 0 6%;
  margin-top: -6%;
  justify-content: space-between;
}
.free_wrap .btn_wrap .btns.flex .btn img {
  transform: scale(1.3);
}
.sec2, .sec3, .sec4, .sec5, .sec6, .sec7, .sec8, .sec9, .sec10, .sec11 {
  max-width: 854px;
}
.sec2 img, .sec3 img, .sec4 img, .sec5 img, .sec6 img, .sec7 img, .sec8 img, .sec9 img, .sec10 img, .sec11 img {
  width: 100%;
}
.sec3 .process {
  position: relative;
}
.sec3 .process p {
  position: absolute;
  top: 81%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sec3 .process p img {
  width: 100%;
}
.sec11 .img {
  position: relative;
}
.sec11 p {
  position: absolute;
  top: 88%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.risk h3 {
  margin-bottom: 5vw;
  font-size: 3vw;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 300;
}
.risk ul li {
  position: relative;
  padding-left: 3vw;
  margin-bottom: 1em;
  font-size: 1.5vw;
}
.risk ul li::before {
  content: "";
  position: absolute;
  top: 0.5vw;
  left: 0;
  width: 1.4vw;
  height: 1.4vw;
  background: #bc987d;
}
.kv img, .sec1 img {
  width: 100%;
}
.message_wrap {
  padding: 0 5%;
}
.message_wrap .inner {
  padding: 7% 5%;
  margin-bottom: 7vw;
  font-size: 2vw;
  line-height: 1.3;
  font-family: "Shippori Mincho", serif;
  background: url(../imgs/pico/sec_bg02.png) 50% 50% / 100% 100% no-repeat;
}
.note {
  display: inline;
  color: #ee8867;
  font-weight: 600;
}
.note a {
  color: inherit;
}
.sign {
  display: block;
  margin-top: 2vw;
  text-align: right;
}
.other {
  padding-bottom: 9vw;
}
.other_title {
  margin-bottom: 3vw;
  text-align: center;
  font-size: 3.5vw;
  font-weight: 400;
  line-height: 1.2;
  font-family: "Shippori Mincho", serif;
}
.other ul li {
  position: relative;
  padding-left: 1em;
  font-size: 2vw;
  letter-spacing: 2px;
}
.other ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.footer_inner {
  padding: 7vw 10%;
  background: #f7f1ed;
}
.footer_logo {
  width: 45vw;
  margin: 0 auto 7vw;
}
.footer_inner .inner {
  font-size: 2vw;
  text-align: center;
  color: #8e6143;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
}
.footer_inner .inner a {
  color: inherit;
}
.footer_inner .inner b {
  display: block;
  margin-bottom: 0.4vw;
}
.footer_inner .inner p {
  margin-bottom: 3vw;
}
.footer_inner .inner p:last-child {
  margin-bottom: 0;
}
.footer_link {
  padding: 5vw 5% 4.5vw;
  font-size: 1.5vw;
  font-family: "Shippori Mincho", serif;
  color: #FFF;
  text-align: center;
  background: #bc987d;
}
.footer_menu a {
  display: block;
  color: inherit;
  margin-bottom: 1vw;
}
.copyright {
  padding: 0 5% 4vw;
  font-size: 1.5vw;
  font-family: "Shippori Mincho", serif;
  color: #FFF;
  text-align: center;
  background: #bc987d;
}

.common-cta.beige {
  background: #f6f0e7;
}
.common-cta.white {
  background: #fff;
  color: #333;
}
@media screen and (min-width: 767px) {
  .cta-wrap {
    max-width: 800px;
  }
  .cta {
    padding: 30px 55px 45px;
  }
  .common-cta .cta-link img {
    width: 95%;
    margin: auto;
  }
  .common-cta .cta-link:first-child img {
    width: 98%;
  }
  .cta__text-lg {
    margin-top: 0;
  }
  .cta-links {
    margin-top: 15px;
  }
}
ul.list-items {
  margin-top: 20px;
}
.price-box__title.mt-0 {
  margin-top: 0;
}
.price-box__title.mt-lg {
  margin-top: 125px;
}
.list-item {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 625px;
  margin: 0 auto;
  padding: 15px 0;
  color: #604c3f;
  background-color: #fff;
}
.list-item:nth-of-type(n + 2) {
  padding: 15px 0;
  border-top: 1px solid #dee7e2;
}
.list-item:last-of-type {
  padding-bottom: 0;
}
.list-item.list-item--bb {
  padding-bottom: 15px;
  border-bottom: 1px solid #dee7e2;
}
.list__title {
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 0.05em;
  padding: 0 30px 0 0;
}
.list__text {
  display: flex;
  align-items: center;
}
.list__price {
  font-size: 60px;
  font-weight: 600;
}
.list__flex {
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 11px;
}
.list__tax {
  font-size: 12px;
}
.list__en {
  font-size: 30px;
  /*margin-top: 4px;*/
}
.price-box__title-wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .list__title {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.05em;
    padding: 0 15px 0 0;
  }
  .price-box__title {
    font-size: 24px;
  }
  .price-box__title.mt-0 {
    margin-top: 0;
  }
  .price-box__title.mt-lg {
    margin-top: 125px;
  }
  .list-item {
    margin: 20px auto;
    width: 80%;
  }
  .list__price {
    font-size: 65px;
    font-weight: 600;
  }
  .price-box__sub-title {
    top: -65px;
    font-size: 20px;
  }
  .list__text {
    display: flex;
    align-items: center;
    transform: translateX(11px);
  }
  .list__price {
    font-size: 30px;
    font-weight: 600;
    transform: translateX(7px);
  }
}
/* LP */
.fv-logo img {
  width: 40% !important;
  padding: 1%;
}
@media screen and (max-width: 640px) {
  .fv-logo img {
    width: 60% !important;
  }
}

.nav-menu {
  padding-top: 110px;
  margin-top: -110px;
}
