#sec1 {
  padding-top: 15vw;
  position: relative;
  z-index: 0;
}
#sec1::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/menu/sec1_bgt.png") right top/200% no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
#sec1 h2.ttl {
  font-weight: 400;
  font-size: 6vw;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 0;
}
#sec1 h2.ttl::before {
  content: "";
  width: 30vw;
  height: 15vw;
  background: url("../img/menu/sec1_deco.png") 0 0/contain no-repeat;
  position: absolute;
  top: -15vw;
  left: 0;
  z-index: -1;
}
#sec1 h2.ttl small {
  font-weight: 700;
  font-size: 4vw;
  letter-spacing: 0.1em;
}
#sec1 h2.ttl .fzb {
  font-size: 7vw;
  letter-spacing: 0.1em;
}
#sec1 .set1 .txtbox .txt {
  margin-top: 5vw;
}
#sec1 .set1 .imgbox {
  margin-top: 10vw;
}
#sec1 .set1 .imgbox .img + .img {
  margin-top: 10px;
}
#sec1 .set2 {
  margin-top: 10vw;
  padding: 7vw var(--paddingWrap) 13vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../img/shared/pattern1.jpg");
  text-align: center;
}
#sec1 .set2 .ttl {
  font-weight: 500;
  font-size: 5vw;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
#sec1 .set2 .price {
  margin-top: 5vw;
  font-size: 18px;
  letter-spacing: 0.12em;
}
#sec1 .set2 .price small {
  font-size: 15px;
  letter-spacing: 0.12em;
}
#sec1 .set2 .txt {
  margin-top: 5vw;
  text-align: left;
}
#sec1 .set2 .btn-link {
  margin-top: 7vw;
}
@media screen and (min-width: 768px) {
  #sec1 {
    padding-top: 127px;
  }
  #sec1::before {
    width: 1500px;
    background-size: 100%;
    top: 0;
  }
  #sec1 h2.ttl {
    font-size: 40px;
    line-height: 86px;
  }
  #sec1 h2.ttl::before {
    width: 198px;
    height: 99px;
    top: auto;
    bottom: -73px;
    left: -155px;
  }
  #sec1 h2.ttl small {
    font-size: 27px;
    line-height: 40px;
  }
  #sec1 h2.ttl .fzb {
    font-size: 47px;
  }
  #sec1 .set1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: -150px;
  }
  #sec1 .set1 .txtbox {
    width: 580px;
  }
  #sec1 .set1 .txtbox .txt {
    width: 450px;
    margin-top: 90px;
  }
  #sec1 .set1 .imgbox {
    margin-top: 15px;
  }
  #sec1 .set2 {
    width: 750px;
    margin: 110px auto 0;
    padding: 50px 20px 60px;
  }
  #sec1 .set2 .ttl {
    font-size: 25px;
  }
  #sec1 .set2 .price {
    margin-top: 33px;
    font-size: 20px;
  }
  #sec1 .set2 .txt {
    margin-top: 29px;
    text-align: center;
  }
  #sec1 .set2 .btn-link {
    margin-top: 48px;
  }
}
@media screen and (min-width: 1200px) {
  #sec1 h2.ttl {
    margin-left: -62px;
  }
}

#sec2 {
  padding-top: 20vw;
}
#sec2 h2.ttl {
  margin: 0 auto;
  font-weight: 400;
  font-size: 10vw;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 0;
}
#sec2 h2.ttl::before {
  content: "";
  width: 15vw;
  height: 35vw;
  background: url("../img/menu/sec2_deco.png") 0 0/contain no-repeat;
  position: absolute;
  top: -10vw;
  left: 100%;
  z-index: -1;
}
#sec2 h2.ttl small {
  font-size: 5vw;
  letter-spacing: 0.1em;
}
#sec2 .set .txtbox .txt {
  margin-top: 10vw;
}
#sec2 .set .imgbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-top: 10vw;
}
#sec2 .set .imgbox .img {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
@media screen and (min-width: 768px) {
  #sec2 {
    padding-top: 117px;
  }
  #sec2 h2.ttl {
    padding-left: 22px;
    font-size: 47px;
    line-height: 63px;
  }
  #sec2 h2.ttl::before {
    width: 88px;
    height: 214px;
    top: -62px;
  }
  #sec2 h2.ttl small {
    font-size: 25px;
  }
  #sec2 .set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: -73px;
  }
  #sec2 .set .txtbox {
    width: 365px;
  }
  #sec2 .set .txtbox .txt {
    width: 400px;
    margin-top: 65px;
  }
  #sec2 .set .imgbox {
    -webkit-column-gap: 11px;
       -moz-column-gap: 11px;
            column-gap: 11px;
    margin-top: 0;
  }
  #sec2 .set .imgbox .img {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

#sec3 {
  padding-top: 20vw;
}
#sec3 .wrap::before {
  content: "";
  width: 60vw;
  height: 60vw;
  background: url("../img/menu/sec3_deco.png") 0 0/contain no-repeat;
  position: absolute;
  top: 0;
  right: -20vw;
  z-index: -1;
}
#sec3 h2.ttl {
  border-bottom: 1px solid;
  font-weight: 400;
  font-size: 6vw;
  letter-spacing: 0.1em;
}
#sec3 h2.ttl small {
  font-size: 4vw;
  letter-spacing: 0.1em;
}
#sec3 h2.ttl .fzb {
  font-size: 7vw;
  letter-spacing: 0.1em;
}
#sec3 .set1 .imgbox {
  margin-top: 10vw;
}
#sec3 .set2 {
  margin-top: 15vw;
}
#sec3 .set2 .txtbox {
  margin-top: 10vw;
}
#sec3 .set2 .txtbox .btn-popup {
  margin-top: 7vw;
}
#sec3 .set2 .txtbox .btn-popup .btn-style-2 {
  font-size: 14px;
}
#sec3 .set2 .txtbox .btn-popup .btn-style-2 > span {
  padding: 5px 15px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  #sec3 {
    padding-top: 171px;
  }
  #sec3 .wrap::before {
    width: 444px;
    height: 445px;
    top: -192px;
    right: -367px;
  }
  #sec3 h2.ttl {
    padding-bottom: 7px;
    font-size: 36px;
    line-height: 83px;
  }
  #sec3 h2.ttl small {
    font-size: 36px;
  }
  #sec3 h2.ttl .fzb {
    font-size: 47px;
  }
  #sec3 .set1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -150px;
  }
  #sec3 .set1 .ttlbox {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  #sec3 .set1 .imgbox {
    margin-top: 28px;
  }
  #sec3 .set2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 79px -20px 0 -250px;
  }
  #sec3 .set2 .txtbox {
    width: 440px;
    margin-top: 0;
  }
  #sec3 .set2 .txtbox .btn-popup {
    margin-top: 63px;
  }
  #sec3 .set2 .txtbox .btn-popup .btn-style-2 {
    font-size: 17px;
  }
  #sec3 .set2 .txtbox .btn-popup .btn-style-2 > span {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #sec3 .set2 .imgbox {
    width: 750px;
    margin-top: -321px;
  }
}
@media screen and (min-width: 1200px) {
  #sec3 .set1 .ttlbox {
    margin-left: -53px;
  }
  #sec3 .set2 {
    margin-right: -41px;
  }
}

#sec4 .slider .slick-list {
  line-height: 1;
}
#sec4 .slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3px;
     -moz-column-gap: 3px;
          column-gap: 3px;
  margin-top: 3px;
  position: relative;
  bottom: auto;
}
#sec4 .slider .slick-dots li {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0;
}
#sec4 .slider .slick-dots li button {
  width: 100%;
  padding-top: 71%;
  background: center/cover no-repeat;
  border: 0;
  border-radius: 0;
  position: relative;
}
#sec4 .slider .slick-dots li button::before {
  content: "";
  background: #000;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  inset: 0;
}
#sec4 .slider .slick-dots li.slick-active button::before {
  opacity: 0;
}
@media (hover: hover) {
  #sec4 .slider .slick-dots li:hover button::before {
    opacity: 0;
  }
}
@media screen and (min-width: 768px) {
  #sec4 {
    position: relative;
    z-index: 1;
  }
  #sec4 .slider .slick-dots {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    margin-top: 0;
  }
}

#sec5 {
  padding-top: 40vw;
  position: relative;
  z-index: 0;
}
#sec5::before {
  content: "";
  background: url("../img/shared/pattern1.jpg");
  -webkit-mask: url("../img/menu/sec5_mask_top.png") left top/200% auto no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
  -webkit-mask: url("../img/menu/sec5_mask_top.png") left top/200% auto no-repeat, linear-gradient(#000 0 0);
          mask: url("../img/menu/sec5_mask_top.png") left top/200% auto no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
          mask: url("../img/menu/sec5_mask_top.png") left top/200% auto no-repeat, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  position: absolute;
  inset: 0 0 -80vw;
  z-index: -1;
}
#sec5 .wrap::before {
  content: "";
  width: 40vw;
  height: 15vw;
  background: url("../img/menu/sec5_deco1.png") 0 0/contain no-repeat;
  position: absolute;
  top: -28vw;
  right: 3vw;
  z-index: -1;
}
#sec5 h2.ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  font-size: 6vw;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
#sec5 h2.ttl::before {
  content: "";
  width: 22vw;
  height: 11vw;
  display: block;
  margin: 0 0 5vw 8vw;
  background: url("../img/menu/sec5_deco2.png") 0 0/contain no-repeat;
}
#sec5 h2.ttl small {
  font-size: 5vw;
  letter-spacing: 0.1em;
}
#sec5 h2.ttl .jp {
  display: block;
  text-align: right;
}
#sec5 h2.ttl .en {
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: block;
  margin: 5vw 0 0 9vw;
  font-size: 2.5vw;
  letter-spacing: 0.34em;
}
#sec5 .set1 .imgbox {
  margin-top: 10vw;
}
#sec5 .set2 {
  margin-top: 5vw;
}
#sec5 .set2 .txtbox {
  margin-top: 10vw;
}
#sec5 .set2 .txtbox .btn-popup {
  margin-top: 7vw;
}
#sec5 .set3 {
  margin-top: 10vw;
  padding: 10vw 4vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: relative;
  z-index: 0;
}
#sec5 .set3::before {
  content: "";
  background: url("../img/shared/pattern2.jpg");
  opacity: 0.1;
  position: absolute;
  inset: 0;
  z-index: -1;
}
#sec5 .set3 .contactbox {
  padding-bottom: 5vw;
  border-bottom: 1px solid var(--secondary);
}
#sec5 .set3 .contactbox .btn-reserve {
  margin-top: 3vw;
}
#sec5 .set3 .policy {
  margin-top: 5vw;
  letter-spacing: 0;
}
#sec5 .set3 .policy dt {
  font-weight: 700;
  font-size: 21px;
  color: var(--secondary);
}
#sec5 .set3 .policy dd {
  margin-top: 2vw;
}
@media screen and (min-width: 768px) {
  #sec5 {
    padding-top: 248px;
  }
  #sec5::before {
    -webkit-mask: url("../img/menu/sec5_mask_top.png") left top/100% auto no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
    -webkit-mask: url("../img/menu/sec5_mask_top.png") left top/100% auto no-repeat, linear-gradient(#000 0 0);
            mask: url("../img/menu/sec5_mask_top.png") left top/100% auto no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
            mask: url("../img/menu/sec5_mask_top.png") left top/100% auto no-repeat, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    top: -20px;
    bottom: -480px;
  }
  #sec5 .wrap::before {
    width: 249px;
    height: 54px;
    top: -112px;
    right: -23px;
  }
  #sec5 h2.ttl {
    min-width: 193px;
    font-size: 40px;
    white-space: nowrap;
  }
  #sec5 h2.ttl::before {
    width: 132px;
    height: 59px;
    margin: 0 0 53px 61px;
  }
  #sec5 h2.ttl small {
    font-size: 29px;
  }
  #sec5 h2.ttl .en {
    margin: 37px 0 0 57px;
    font-size: 11px;
  }
  #sec5 .set1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #sec5 .set1 .ttlbox {
    width: 352px;
  }
  #sec5 .set1 .imgbox {
    margin-top: 0;
  }
  #sec5 .set2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 62px 0 0 40px;
  }
  #sec5 .set2 .txtbox {
    width: 455px;
    margin-top: 10px;
  }
  #sec5 .set2 .txtbox .txt {
    width: 425px;
  }
  #sec5 .set2 .txtbox .btn-popup {
    margin-top: 30px;
  }
  #sec5 .set3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 70px;
    padding: 60px 0 56px;
  }
  #sec5 .set3 .contactbox {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    padding: 0 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 0;
    border-right: 1px solid #000;
  }
  #sec5 .set3 .contactbox .btn-reserve {
    margin-top: 10px;
  }
  #sec5 .set3 .policy {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    margin-top: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 20px 0 50px;
    text-align: left;
  }
  #sec5 .set3 .policy dt {
    font-size: 19px;
    letter-spacing: 0.12em;
  }
  #sec5 .set3 .policy dd {
    margin-top: 10px;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.12em;
  }
}

#sec6 {
  padding-top: 20vw;
}
#sec6 h2.ttl {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  font-weight: 400;
  font-size: 6vw;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  z-index: 0;
}
#sec6 h2.ttl::before {
  content: "";
  width: 10vw;
  height: 10vw;
  background: url("../img/menu/sec6_deco1.png") 0 0/contain no-repeat;
  position: absolute;
  top: -10vw;
  left: 5vw;
  z-index: -1;
}
#sec6 h2.ttl .fzb {
  font-size: 8vw;
  letter-spacing: 0.1em;
}
#sec6 .set .imgbox {
  margin-top: 10vw;
  position: relative;
  z-index: 0;
}
#sec6 .set .imgbox::before {
  content: "";
  width: 20vw;
  height: 40vw;
  background: url("../img/menu/sec6_deco2.png") 0 0/contain no-repeat;
  position: absolute;
  bottom: -7vw;
  left: 0;
  z-index: -1;
}
#sec6 .set .imgbox .img1 {
  margin: 0 10vw 0 var(--paddingWrap-negative);
}
#sec6 .set .imgbox .img2 {
  width: 70vw;
  margin: 5vw 0 0 auto;
}
#sec6 .set .txtbox {
  margin-top: 10vw;
}
#sec6 .set .txtbox .btn-popup {
  margin-top: 7vw;
}
@media screen and (min-width: 768px) {
  #sec6 {
    padding-top: 174px;
  }
  #sec6 h2.ttl {
    min-width: 80px;
    font-size: 40px;
    text-align: left;
    white-space: nowrap;
  }
  #sec6 h2.ttl::before {
    width: 51px;
    height: 71px;
    top: -45px;
    left: calc(100% + 20px);
  }
  #sec6 h2.ttl .fzb {
    font-size: 54px;
  }
  #sec6 .set {
    display: grid;
    grid-template-columns: 667px 430px;
    grid-template-rows: auto 1fr;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    margin: 0 -50px 0 -81px;
  }
  #sec6 .set .ttlbox {
    width: 280px;
  }
  #sec6 .set .imgbox {
    grid-area: 1/1/3/2;
    margin-top: 2px;
  }
  #sec6 .set .imgbox::before {
    width: 88px;
    height: 214px;
    bottom: -100px;
    left: 94px;
  }
  #sec6 .set .imgbox .img1 {
    margin: 0;
  }
  #sec6 .set .imgbox .img2 {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-top: 41px;
  }
  #sec6 .set .txtbox {
    margin-top: 50px;
  }
  #sec6 .set .txtbox .txt {
    width: 390px;
    margin-top: 30px;
  }
  #sec6 .set .txtbox .btn-popup {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  #sec6 .set {
    margin-right: -100px;
  }
}
@media screen and (min-width: 1300px) {
  #sec6 .set {
    margin-right: -150px;
  }
}

#sec7 {
  padding-top: 20vw;
}
#sec7 .wrap::before {
  content: "";
  width: 60vw;
  height: 60vw;
  background: url("../img/menu/sec7_deco.png") 0 0/contain no-repeat;
  position: absolute;
  top: -10vw;
  right: -20vw;
  z-index: -1;
}
#sec7 h2.ttl {
  font-weight: 500;
  font-size: 4.5vw;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
}
#sec7 h2.ttl::before {
  content: "";
  width: 7vw;
  height: 7vw;
  display: block;
  margin: 0 auto 3vw;
  background: url("../img/shared/deco2.png") 0 0/contain no-repeat;
}
#sec7 .price {
  font-size: 18px;
  letter-spacing: 0.12em;
  text-align: center;
}
#sec7 .price small {
  font-size: 15px;
  letter-spacing: 0.12em;
}
#sec7 .set1 {
  margin-top: 10vw;
}
#sec7 .set1 .txtbox .txt {
  margin-top: 7vw;
}
#sec7 .set1 .imgbox {
  margin-top: 10vw;
}
#sec7 .set2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 3vw;
     -moz-column-gap: 3vw;
          column-gap: 3vw;
  margin-top: 3vw;
}
#sec7 .set3 {
  margin-top: 10vw;
  padding: 10vw 4vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: relative;
  z-index: 0;
}
#sec7 .set3::before {
  content: "";
  background: url("../img/shared/pattern2.jpg");
  opacity: 0.1;
  position: absolute;
  inset: 0;
  z-index: -1;
}
#sec7 .set3 .contactbox {
  padding-bottom: 7vw;
  border-bottom: 1px solid var(--secondary);
}
#sec7 .set3 .contactbox .btn-reserve {
  margin-top: 3vw;
}
#sec7 .set3 .policy {
  margin-top: 5vw;
  letter-spacing: 0;
}
#sec7 .set3 .policy dt {
  font-weight: 700;
  font-size: 21px;
  color: var(--secondary);
}
#sec7 .set3 .policy dd {
  margin-top: 2vw;
}
@media screen and (min-width: 768px) {
  #sec7 {
    padding-top: 150px;
  }
  #sec7 .wrap::before {
    width: 432px;
    height: 432px;
    top: -29px;
    right: -335px;
  }
  #sec7 h2.ttl {
    font-size: 30px;
    letter-spacing: 0.1em;
  }
  #sec7 h2.ttl::before {
    width: 38px;
    height: 46px;
    margin-bottom: 28px;
  }
  #sec7 .price {
    font-size: 20px;
    text-align: left;
  }
  #sec7 .set1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 96px -250px 0 0;
  }
  #sec7 .set1 .txtbox {
    width: 500px;
    margin-top: 10px;
  }
  #sec7 .set1 .txtbox .txt {
    width: 460px;
    margin-top: 36px;
  }
  #sec7 .set1 .imgbox {
    margin-top: 0;
  }
  #sec7 .set2 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 55px;
       -moz-column-gap: 55px;
            column-gap: 55px;
    margin: -129px 0 0 -87px;
  }
  #sec7 .set2 .img2 {
    margin-top: 57px;
  }
  #sec7 .set3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 70px;
    padding: 83px 0 56px;
  }
  #sec7 .set3 .contactbox {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    padding: 0 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 0;
    border-right: 1px solid #000;
  }
  #sec7 .set3 .contactbox .btn-reserve {
    margin-top: 10px;
  }
  #sec7 .set3 .policy {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    margin-top: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 20px 0 50px;
    text-align: left;
  }
  #sec7 .set3 .policy dt {
    font-size: 19px;
    letter-spacing: 0.12em;
  }
  #sec7 .set3 .policy dd {
    margin-top: 10px;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.12em;
  }
}

#sec8 {
  padding-top: 20vw;
}
#sec8 .box-style {
  background: var(--secondary);
  text-align: center;
  color: #efedea;
  position: relative;
}
#sec8 .box-style + .box-style {
  margin-top: 10px;
}
#sec8 .box-style .ttl {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto auto;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 6.5vw;
  letter-spacing: 0.1em;
}
#sec8 .box-style .ttl::before {
  content: "";
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 86px;
  border-left: 1px solid #efedea;
  display: block;
  margin: 0 auto 3vw;
}
#sec8 .box-style .imgbox {
  position: absolute;
  inset: 0;
}
#sec8 .box-style .imgbox .img {
  width: 100%;
  height: 100%;
}
#sec8 .box-style .imgbox .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sec8 .box-style .txtbox {
  min-height: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 20vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #sec8 {
    padding-top: 124px;
  }
  #sec8 .box-style + .box-style {
    margin-top: 0;
  }
  #sec8 .box-style .ttl {
    font-size: 35px;
    line-height: 55px;
  }
  #sec8 .box-style .ttl::before {
    height: 173px;
    margin-bottom: 10px;
  }
  #sec8 .box-style .txtbox {
    min-height: 550px;
    padding-bottom: 110px;
  }
  #sec8 .set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 11px;
       -moz-column-gap: 11px;
            column-gap: 11px;
  }
  #sec8 .set .box-style {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
}