.anc_txt_wrap {
  margin-top: 80rem;
}

.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: 618rem;
}
.under_page .contents_wrap .desc_wrap + .desc_wrap {
  margin-top: 70rem;
}
.under_page .contents_wrap .desc_wrap .txt_wrap {
  margin-bottom: 35rem;
}

.txt_wrap h3 span {
  font-size: 16rem;
}
.txt_wrap .desc {
  margin-top: 40rem;
}
.txt_wrap .list_wrap {
  margin-top: 40rem;
  max-width: 330rem;
}

.notice {
  border: 1px solid #CB0130;
  color: #CB0130;
  padding: 20rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15rem;
  margin-bottom: 35rem;
}
.notice p {
  font-size: 20rem;
  text-align: center;
}
.notice p a {
  font-size: 16rem;
  text-decoration: underline;
}

.lunch {
  margin-top: 70rem;
}
.lunch::after {
  content: "LUNCH MENU";
  right: 95rem;
}

.course {
  margin-top: 135rem;
}
.course::after {
  content: "DINNER MENU";
}

.bar {
  margin-top: 290rem;
}
.bar::after {
  position: absolute;
  display: block;
  font-size: 4.1666666667vw;
  top: -100rem;
  left: 100rem;
  color: #000;
  opacity: 0.06;
  white-space: nowrap;
  content: "BAR MENU";
}
.bar .ttl_wrap h3 {
  font-size: 32rem;
  font-weight: 500;
  text-align: center;
}
.bar .list_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bar .list_wrap li {
  width: 430rem;
}

.banquet {
  margin-top: 150rem;
  margin-bottom: 220rem;
}
.banquet::after {
  content: "BANQUET MENU";
  right: 95rem;
}

@media screen and (max-width: 1470px) {
  .under_page .contents_wrap .desc_wrap > .img_wrap img {
    height: 535rem;
  }
}
@media screen and (max-width: 680px) {
  .under_page .under_mv::before {
    content: "RESTAURANT";
  }
  .under_page .under_mv .ttl_wrap {
    top: 65rem;
  }
  .anc_txt_wrap {
    margin-top: 40rem;
  }
  .under_page .contents_wrap .desc_wrap > .img_wrap {
    width: 100vw;
  }
  .under_page .contents_wrap .desc_wrap + .desc_wrap {
    margin-top: 70rem;
  }
  .under_page .contents_wrap .desc_wrap h3 {
    position: absolute;
    top: 30rem;
  }
  .under_page .contents_wrap .desc_wrap .desc {
    position: absolute;
    top: 65rem;
  }
  .under_page .contents_wrap .desc_wrap .txt_wrap {
    margin-bottom: 0;
  }
  .txt_wrap h3 span {
    font-size: 16rem;
  }
  .txt_wrap .desc {
    margin-top: 40rem;
  }
  .txt_wrap .list_wrap {
    margin-top: 0;
  }
  .notice {
    padding: 10rem 35rem;
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
  .notice p {
    font-size: 16rem;
  }
  .notice p a {
    font-size: 14rem;
  }
  .lunch {
    margin-top: 135rem;
  }
  .lunch::after {
    right: unset;
    left: 0;
  }
  .lunch .desc_wrap > .img_wrap {
    margin-top: 135rem;
  }
  .course {
    margin-top: 135rem;
  }
  .course::after {
    right: unset;
    left: 0;
  }
  .course .desc_wrap > .img_wrap {
    margin-top: 135rem;
  }
  .bar {
    margin-top: 100rem;
  }
  .bar::after {
    font-size: 40rem;
    top: -45rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .bar .ttl_wrap h3 {
    font-size: 26rem;
  }
  .bar .list_wrap li {
    width: 100%;
  }
  .banquet {
    margin-top: 150rem;
    margin-bottom: 80rem;
  }
  .banquet::after {
    left: 0;
    content: "BANQUET\aMENU";
    line-height: 1.2;
    white-space: pre !important;
  }
  .banquet .desc_wrap > .img_wrap {
    margin-top: 135rem;
  }
}/*# sourceMappingURL=rest.css.map */