#lead {
  background: url("../img/dinner/lead_bg.jpg") no-repeat left top/150% auto;
  padding: 20vw 0;
}
#lead .ttl-en {
  font-size: 4.5vw;
}
#lead h2 {
  text-align: center;
  margin: 13vw 0 8vw;
  letter-spacing: 0.2em;
  font-size: 7vw;
}
@media only screen and (min-width: 768px) {
  #lead {
    background: url("../img/dinner/lead_bg.jpg") no-repeat center top;
    padding: 130px 0 112px;
    text-align: center;
  }
  #lead .ttl-en {
    font-size: 18px;
  }
  #lead h2 {
    margin: 73px 0 58px;
    font-size: 26px;
    line-height: 60px;
    letter-spacing: 9px;
  }
}

#course1 {
  padding: 20vw 0;
}
#course1 h2 {
  text-align: center;
  line-height: 1.6;
  margin: 14vw 0 8vw;
  font-weight: 200;
}
#course1 .course-txt small {
  display: block;
  margin-top: 6vw;
}
@media only screen and (min-width: 768px) {
  #course1 {
    text-align: center;
    padding: 114px 0 113px;
  }
  #course1 .ttl-en {
    letter-spacing: 2px;
  }
  #course1 h2 {
    line-height: 47px;
    font-size: 31px;
    margin: 83px 0 43px;
    letter-spacing: 5px;
  }
  #course1 .course-txt small {
    font-size: 12px;
    margin-top: 36px;
  }
}

#course2 .course-info {
  margin: 15vw 7.3%;
}
#course2 .course-txt1 {
  text-align: center;
}
#course2 h3 {
  text-align: center;
}
#course2 h3 .fnt-forum {
  font-size: 7vw;
}
#course2 h3 .price {
  font-size: 5vw;
  line-height: 1.2;
}
#course2 .course-txt2 {
  margin: 10vw 0;
}
#course2 .course-txt3 {
  margin-bottom: 5vw;
}
#course2 .course-list {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #course2 {
    position: relative;
    margin-bottom: 140px;
  }
  #course2 .course-img {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% + 180px);
    height: 100vh;
  }
  #course2 .course-img li {
    width: 100%;
    height: 50vh;
  }
  #course2 .course-img li p {
    width: 100%;
    height: 100%;
  }
  #course2 .course-img li p img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #course2 .course-img.fixed {
    position: fixed;
  }
  #course2 .course-img.end {
    position: absolute;
    top: auto;
    bottom: 0;
  }
  #course2 .course-info {
    margin: 0 0 0 auto;
    width: calc(50% - 180px);
    box-sizing: border-box;
  }
  #course2 .course-info .course-inner {
    width: 100%;
    box-sizing: border-box;
    padding: 98px 30px 0;
    max-width: 575px;
  }
  #course2 .course-txt1 {
    font-size: 16px;
    margin-bottom: 23px;
  }
  #course2 h3 .fnt-forum {
    font-size: 34px;
  }
  #course2 h3 .price {
    font-size: 20px;
    line-height: 1.2;
    margin-top: 25px;
  }
  #course2 .course-txt2 {
    margin: 69px auto 61px;
    width: 335px;
    line-height: 30px;
  }
  #course2 .course-txt3 {
    font-size: 16px;
    margin-bottom: 27px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #course2 .course-img {
    width: calc(100% - 414px);
  }
  #course2 .course-info {
    width: 414px;
  }
}

#course3 {
  margin-bottom: 20vw;
}
#course3 .course-img2 {
  height: 56vw;
}
#course3 .ttl26 {
  font-size: 6vw;
  margin: 10vw 0 5vw;
}
#course3 .course-img3 {
  margin-top: 8vw;
  gap: 0 10px;
}
#course3 .course-img3 .parallax_img {
  height: 25vw;
}
@media only screen and (min-width: 768px) {
  #course3 {
    margin-bottom: 200px;
  }
  #course3 .df-pc {
    align-items: center;
  }
  #course3 .course-img2 {
    height: 519px;
    order: 2;
    width: 657px;
    margin-right: -55px;
  }
  #course3 .course-info2 {
    width: 474px;
    margin: 0 40px 0 53px;
  }
  #course3 .ttl26 {
    font-size: 26px;
    margin: 0 0 42px;
    letter-spacing: 5px;
  }
  #course3 .course-img3 {
    margin-top: 43px;
    width: 866px;
    gap: 0 40px;
  }
  #course3 .course-img3 .parallax_img {
    height: 251px;
  }
}

#other {
  text-align: center;
  margin-bottom: 20vw;
}
#other .ttl-en {
  font-size: 4.5vw;
}
#other h2 {
  margin: 10vw 0 12vw;
}
#other .col {
  border-top: 1px solid #544839;
  padding-top: 12vw;
  margin-top: 12vw;
}
#other .btn-popup {
  margin: 10vw auto 0;
}
@media only screen and (min-width: 768px) {
  #other {
    margin-bottom: 94px;
    padding: 0 30px;
  }
  #other .wrap {
    max-width: 1260px;
  }
  #other .ttl-en {
    font-size: 18px;
    letter-spacing: 1px;
  }
  #other .ttl-en:after {
    bottom: -22px;
    width: 27px;
  }
  #other h2 {
    margin: 36px 0 80px;
    letter-spacing: 7px;
  }
  #other .df-pc {
    flex-wrap: wrap;
  }
  #other .col {
    width: 50%;
    border-top: none;
    border-left: 1px solid #544839;
    padding-top: 41px;
    padding-bottom: 150px;
    margin-top: 0;
    margin-bottom: 64px;
    position: relative;
    line-height: 52px;
    font-size: 16px;
    letter-spacing: 3px;
  }
  #other .col:nth-child(2n) {
    border-right: 1px solid #544839;
  }
  #other .course-btn {
    position: absolute;
    bottom: 45px;
    left: 0;
    width: 100%;
  }
  #other .btn-radial {
    margin: 0 auto;
  }
}

#other-set1 {
  padding-bottom: 20vw;
  position: relative;
  z-index: 0;
}
#other-set1 .other-deco {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
}
#other-set1 .parallax_img {
  height: 54vw;
}
#other-set1 h2 {
  margin: 12vw 0 7vw;
}
@media only screen and (min-width: 768px) {
  #other-set1 {
    padding-bottom: 245px;
  }
  #other-set1 .other-deco {
    bottom: 50px;
    left: auto;
    right: 0;
    width: 1670px;
    height: 507px;
  }
  #other-set1 .other-deco img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
  }
  #other-set1 .parallax_img {
    height: 469px;
    width: calc(50% + 80px);
  }
  #other-set1 .other-info {
    width: 372px;
    margin: 14px 45px 0 40px;
  }
  #other-set1 h2 {
    margin: 0 0 54px;
    letter-spacing: 6px;
  }
}

@media only screen and (min-width: 768px) {
  #dinner-prl .bg_parallax {
    height: 700px;
  }
}

#menulist {
  position: relative;
  padding-bottom: 20vw;
  z-index: 0;
}
#menulist .menulist-deco {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 45vw;
}
#menulist .parallax_img {
  height: 62vw;
  border-radius: 18vw 18vw 0 0;
}
#menulist .menulist-info1 {
  margin: 15vw 0 6vw;
}
#menulist .menulist-info1 h2 {
  margin-top: 10vw;
}
#menulist .btn-shared {
  margin-top: 10vw;
}
@media only screen and (min-width: 768px) {
  #menulist {
    padding: 0 30px 177px;
  }
  #menulist .menulist-deco {
    left: auto;
    right: 240px;
    top: 290px;
    width: 1389px;
  }
  #menulist .parallax_img {
    height: 594px;
    margin-right: -56px;
    width: calc(100% - 228px);
    order: 2;
    border-radius: 115px 115px 0 0;
  }
  #menulist .menulist-info1 {
    margin: 45px 0 0 6px;
  }
  #menulist .menulist-info1 h2 {
    margin: 104px 0 0 -10px;
    line-height: 60px;
    letter-spacing: 8px;
  }
  #menulist .menulist2 {
    margin: 61px 0 0 auto;
    width: calc(100% - 334px);
  }
  #menulist .menulist2 .menulist-txt {
    max-width: 774px;
  }
  #menulist .btn-shared {
    margin-top: 85px;
    max-width: 516px;
    padding-right: 0;
  }
  #menulist .btn-shared a .line {
    width: calc(100% - 300px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #menulist .menulist2 {
    width: calc(100% - 150px);
  }
  #menulist .parallax_img {
    width: calc(100% - 105px);
  }
}

#wine {
  margin-bottom: 20vw;
}
#wine .wine-img1 {
  height: 92vw;
  border-radius: 18vw 18vw 0 0;
  margin-bottom: 14vw;
}
#wine h2 {
  margin: 11vw 0 8vw;
}
#wine .wine-img2 {
  height: 50vw;
  margin: 10vw 0;
}
@media only screen and (min-width: 768px) {
  #wine {
    margin-bottom: 125px;
    padding: 0 30px;
  }
  #wine .wrap {
    padding-top: 25px;
  }
  #wine .wine-img1 {
    width: 54.7%;
    height: 868px;
    border-radius: 100px 100px 0 0;
    margin-bottom: 0;
    margin-left: -6.6%;
  }
  #wine .wine-info {
    margin: 70px 0 0 40px;
    padding: 0;
    width: 496px;
  }
  #wine .ttl-en {
    margin-left: 92px;
  }
  #wine h2 {
    margin: 80px 0 0 -14px;
    height: 375px;
    line-height: 50px;
    letter-spacing: 8px;
  }
  #wine .wine-img2 {
    height: 250px;
    margin: 0;
    position: absolute;
    top: -11px;
    right: -150px;
  }
  #wine .btn-shared {
    margin: 100px auto 0;
    max-width: 450px;
    padding-right: 0;
  }
  #wine .btn-shared a .line {
    width: calc(100% - 235px);
  }
}/*# sourceMappingURL=dinner.css.map */