@charset "UTF-8";
.anc_txt_wrap {
  margin-top: 80rem;
}
.anc_txt_wrap li:nth-child(1) a:hover::before {
  width: 175rem;
}
.anc_txt_wrap li:nth-child(3) a:hover::before {
  width: 150rem;
}

.under_page .contents_wrap .desc_wrap > .img_wrap {
  position: relative;
  max-width: 930rem;
  width: calc(100vw - 700rem);
}
.under_page .contents_wrap .desc_wrap > .img_wrap img {
  height: 524rem;
}
.under_page .contents_wrap .desc_wrap + .desc_wrap {
  margin-top: 115rem;
}

.txt_wrap {
  margin-bottom: 40rem;
}
.txt_wrap .desc {
  max-width: 330rem;
}
.txt_wrap .list_wrap {
  margin-top: 40rem;
  max-width: 330rem;
}
.txt_wrap .note {
  margin-top: 20rem;
}

.lunch {
  margin-top: 200rem;
}
.lunch::after {
  content: "LUNCH\aPLAN";
  right: 45rem;
  white-space: pre !important;
  line-height: 1.2;
}
.lunch .info_wrap {
  margin-top: 95rem;
}

.banquet {
  margin-top: 135rem;
}
.banquet::after {
  content: "BANQUET\aPLAN";
  left: 45rem;
  white-space: pre !important;
  line-height: 1.2;
}
.banquet .desc {
  margin-top: 40rem;
}
.banquet .drink_wrap {
  margin-top: 150rem;
  background-color: #FCFAF7;
  padding-top: 70rem;
  padding-bottom: 80rem;
}
.banquet .drink_wrap .ttl_wrap h3 {
  font-size: 26rem;
  text-align: center;
}
.banquet .drink_wrap .ttl_wrap h3 span {
  font-size: 16rem;
}
.banquet .drink_wrap .drink_table {
  margin-top: 40rem;
}

.table_manor {
  margin-top: 200rem;
}
.table_manor::after {
  content: "TABLE\aMANNERS";
  left: 45rem;
  white-space: pre !important;
  line-height: 1.2;
}
.table_manor .list_wrap li:last-child {
  margin-top: 35rem;
}
.table_manor .list_wrap li:last-child::before {
  content: none;
}

.first_meal {
  margin-top: 200rem;
}
.first_meal::after {
  content: "FIRST MEAL\aPLAN";
  right: 45rem;
  white-space: pre !important;
  line-height: 1.2;
}
.first_meal .list_wrap li:last-child {
  margin-top: 35rem;
}
.first_meal .list_wrap li:last-child::before {
  content: none;
}
.first_meal .step_wrap {
  background-color: rgba(200, 152, 92, 0.0509803922);
  margin-top: 100rem;
  padding-top: 40rem;
  padding-left: 40rem;
  padding-bottom: 45rem;
}
.first_meal .step_wrap h4 {
  color: #C38F4D;
}
.first_meal .step_wrap ol {
  margin-top: 18rem;
  counter-reset: item;
}
.first_meal .step_wrap ol li {
  position: relative;
  counter-increment: item;
  padding-left: 25rem;
}
.first_meal .step_wrap ol li::before {
  content: counter(item) "：";
  position: absolute;
  left: 0;
}
.first_meal .step_wrap p {
  margin-top: 30rem;
}

.summary_wrap {
  margin-top: 200rem;
  margin-bottom: 150rem;
}
.summary_wrap .desc_table {
  margin-top: 40rem;
}
.summary_wrap .desc_table + .desc_table {
  margin-top: 60rem;
}
.summary_wrap .img_wrap {
  margin-top: 30rem;
  display: flex;
  justify-content: space-between;
}
.summary_wrap figcaption {
  text-align: center;
}

@media screen and (max-width: 1470px) {
  .under_page .contents_wrap .desc_wrap > .img_wrap img {
    height: 480rem;
  }
}
@media screen and (max-width: 680px) {
  .under_page .under_mv .ttl_wrap {
    top: 125rem;
  }
  .under_page .under_mv::before {
    content: "BANQUET";
  }
  .anc_txt_wrap {
    margin-top: 40rem;
  }
  .anc_txt_wrap li:nth-child(1) a::after, .anc_txt_wrap li:nth-child(3) a::after {
    right: -5rem;
  }
  .under_page .contents_wrap .desc_wrap > .img_wrap {
    width: 100vw;
  }
  .under_page .contents_wrap .desc_wrap + .desc_wrap {
    margin-top: 35rem;
  }
  .under_page .contents_wrap .desc_wrap .txt_wrap .ttl_wrap, .under_page .contents_wrap .desc_wrap.f_reverse .txt_wrap .ttl_wrap {
    top: -70rem;
  }
  .under_page .contents_wrap .desc_wrap h3 {
    position: absolute;
    top: 30rem;
  }
  .under_page .contents_wrap .desc_wrap .desc {
    position: absolute;
    top: 40rem;
  }
  .under_page .contents_wrap .desc_wrap .desc.wt_ttl {
    top: 65rem;
  }
  .txt_wrap {
    margin-bottom: 0;
  }
  .txt_wrap .list_wrap {
    margin-top: 20rem;
    max-width: unset;
  }
  .txt_wrap .note {
    margin-top: 20rem;
  }
  .lunch {
    margin-top: 180rem;
  }
  .lunch::after {
    right: unset;
    left: 0;
  }
  .lunch .info_wrap {
    margin-top: 40rem;
  }
  .lunch .desc_wrap > .img_wrap {
    margin-top: 130rem;
  }
  .banquet {
    margin-top: 180rem;
  }
  .banquet::after {
    content: "BANQUET\aPLAN";
    right: unset;
    left: 0;
  }
  .banquet .desc_wrap > .img_wrap {
    margin-top: 135rem;
  }
  .banquet .desc {
    margin-top: 0;
  }
  .banquet .drink_wrap {
    margin-top: 50rem;
    padding-top: 30rem;
    padding-bottom: 30rem;
    width: 100vw;
    margin-left: -15rem;
  }
  .banquet .drink_wrap .ttl_wrap h3 {
    font-size: 20rem;
    line-height: 1.2;
  }
  .banquet .drink_wrap .ttl_wrap h3 span {
    font-size: 14rem;
  }
  .banquet .drink_wrap .drink_table {
    margin-top: 20rem;
  }
  .table_manor {
    margin-top: 180rem;
  }
  .table_manor::after {
    right: unset;
    left: 0;
  }
  .table_manor .desc_wrap > .img_wrap {
    margin-top: 115rem;
  }
  .table_manor .list_wrap li:last-child {
    margin-top: 15rem;
  }
  .first_meal {
    margin-top: 180rem;
  }
  .first_meal::after {
    right: unset;
    left: 0;
  }
  .first_meal .desc_wrap > .img_wrap {
    margin-top: 100rem;
  }
  .first_meal .list_wrap li:last-child {
    margin-top: 15rem;
  }
  .first_meal .step_wrap {
    margin-top: 50rem;
    padding-top: 20rem;
    padding-left: 20rem;
    padding-right: 20rem;
    padding-bottom: 20rem;
  }
  .first_meal .step_wrap ol {
    margin-top: 15rem;
  }
  .first_meal .step_wrap p {
    margin-top: 30rem;
  }
  .summary_wrap {
    margin-top: 100rem;
    margin-bottom: 100rem;
  }
  .summary_wrap .desc_table {
    margin-top: 30rem;
  }
  .summary_wrap .desc_table + .desc_table {
    margin-top: 30rem;
  }
  .summary_wrap .img_wrap {
    margin-top: 30rem;
    width: 100vw;
    margin-left: -15rem;
    gap: 5rem;
  }
}/*# sourceMappingURL=enkai.css.map */