/*--------------------------------------
    c-sec
--------------------------------------*/
.c-sec {
  background: var(--bg2);
}
.c-sec .bg-para {
  min-height: 80vw;
  margin-bottom: 10vw;
}
.c-sec .photos p {
  margin-bottom: 5vw;
}
.c-sec .c-item {
  background: var(--bg1);
  color: #fff;
  text-align: center;
  border: none;
}
.c-sec .c-item .bg {
  width: 50%;
  background: var(--bg3);
}
.c-sec .c-item .txt {
  margin: 5vw 10% 0;
}
.c-sec .c-item .flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  gap: 8vw;
}

/*--------------------------------------
    sec1
--------------------------------------*/
#sec1 {
  padding: 12vw 0 40vw;
  background: var(--bg1);
  color: #fff;
  z-index: 1;
  position: relative;
}
#sec1:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65vw;
  background: url(../img/dinner/s1_bg.png) no-repeat center top;
  background-size: contain;
  z-index: -1;
}
#sec1 .row {
  gap: 8vw;
}
#sec1 .row h2 {
  text-align: center;
}
#sec1 .row h2 small {
  display: block;
}
#sec1 .txt {
  margin-top: 8vw;
}

/*--------------------------------------
    sec2
--------------------------------------*/
#sec2 {
  padding: 13vw 0;
  text-align: center;
}
#sec2:before {
  transform: scaleX(-1);
}
#sec2 .note {
  margin: 7vw 0 10vw;
}

/*--------------------------------------
    sec3
--------------------------------------*/
#sec3 {
  padding-bottom: 13vw;
}
#sec3 .c-item {
  padding-bottom: 30vw;
}
#sec3 .row2 {
  position: relative;
  z-index: 2;
  gap: 8vw;
}
#sec3 .row2 .img {
  margin: -27vw -4% 0;
}
#sec3 .row2 h3 {
  margin-bottom: 4vw;
  padding-bottom: 6vw;
  position: relative;
}
#sec3 .row2 h3:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -5%;
  right: 0;
  height: 1px;
  background: #000;
}
#sec3 .bg-para .img-para img {
  object-position: right top;
}

/*--------------------------------------
    sec4
--------------------------------------*/
#sec4 {
  padding-bottom: 13vw;
}

/*--------------------------------------
    sec5
--------------------------------------*/
#sec5 {
  padding: 14vw 0;
  text-align: center;
}
#sec5 .row1 {
  margin: 12vw 0;
  gap: 8vw;
}
#sec5 .row2 {
  gap: 10px;
}
#sec5 .row2 p a {
  display: block;
  font-size: 6vw;
  letter-spacing: 0.1em;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background: url(../img/dinner/s5_p1.jpg) no-repeat center top;
  background-size: cover;
  padding: 17vw 0 24vw;
  position: relative;
}
#sec5 .row2 p a:before {
  content: '';
  position: absolute;
  bottom: 9vw;
  left: 0;
  width: 100%;
  height: 30px;
  background: url(../img/dinner/s5_arrow.png) no-repeat center center;
  background-size: contain;
}
#sec5 .row2 p:nth-child(2) a {
  background: url(../img/dinner/s5_p2.jpg) no-repeat center top;
  background-size: cover;
}
#sec5 .row2 p:nth-child(3) a {
  background: url(../img/dinner/s5_p3.jpg) no-repeat center top;
  background-size: cover;
}

/*--------------------------------------
    sec6
--------------------------------------*/
#sec6 {
  background: var(--bg1);
  color: #fff;
}

/*--------------------------------------
    sec7
--------------------------------------*/
#sec7 {
  padding-bottom: 20vw;
  position: relative;
  z-index: 1;
}
#sec7:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 42vw;
  background: url(../img/dinner/s7_deco.png) no-repeat center top;
  background-size: contain;
  z-index: -1;
}
#sec7 .bg-para {
  min-height: 80vw;
}
#sec7 .row {
  margin-top: 10vw;
  gap: 6vw;
}
#sec7 .row .txt {
  margin: 6vw 0;
}

/*--------------------------------------
    sec8
--------------------------------------*/
#sec8 {
  background: var(--bg1);
  color: #fff;
  padding: 15vw 0;
  text-align: center;
}
#sec8 .txt {
  margin: 6vw 0 9vw;
}
#sec8 .s8-js {
  line-height: 1;
  margin-bottom: 10vw;
}
#sec8 .s8-js .slick-dots {
  position: relative;
  margin-top: 7vw;
}
#sec8 .s8-js .slick-dots li {
  width: 30%;
  height: 18vw;
}
#sec8 .s8-js .slick-dots li button {
  background: url(../img/dinner/s8_js1.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
}
#sec8 .s8-js .slick-dots li button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(97, 97, 97, 0.8);
}
#sec8 .s8-js .slick-dots li:nth-child(2) button {
  background: url(../img/dinner/s8_js2.jpg) no-repeat center top;
  background-size: cover;
}
#sec8 .s8-js .slick-dots li:nth-child(3) button {
  background: url(../img/dinner/s8_js3.jpg) no-repeat center top;
  background-size: cover;
}
#sec8 .s8-js .slick-dots li.slick-active button:before {
  opacity: 0;
}
#sec8 .s8-js .content {
  padding-top: 4vw;
}
#sec8 .s8-js .content h3 {
  border-bottom: 1px solid;
  padding-bottom: 4vw;
  margin-bottom: 5vw;
}
#sec8 .s8-js .content .price {
  line-height: 1.5;
}

/*--------------------------------------
    sec9
--------------------------------------*/
#sec9 {
  padding: 15vw 0;
}
#sec9 .row {
  gap: 7vw;
}
#sec9 .row1 .content {
  text-align: center;
}
#sec9 .row1 .content .price {
  margin: 3vw 0 7vw;
}
#sec9 .row2 {
  margin-top: 9vw;
}
#sec9 .row2 h3 {
  position: relative;
  padding-bottom: 2vw;
  padding-left: 5%;
}
#sec9 .row2 h3:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #6f6963;
}

/*--------------------------------------
  PC
--------------------------------------*/
@media screen and (min-width: 768px) {
  /*--------------------------------------
    common
  --------------------------------------*/
  .c-sec .bg-para {
    min-height: 650px;
    margin-bottom: 29px;
  }
  .c-sec .wrap {
    max-width: 1136px;
  }
  .c-sec .row {
    justify-content: space-between;
    gap: 20px;
  }
  .c-sec .row .photos {
    margin-left: -4px;
  }
  .c-sec .row .photos p {
    margin-bottom: 13px;
    height: 370px;
  }
  .c-sec .row .photos p img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .c-sec .row .photos p:last-child {
    margin-bottom: 0;
  }
  .c-sec .c-item {
    margin-top: -108px;
    width: 500px;
    min-width: 500px;
    box-sizing: border-box;
    margin-bottom: 0;
	  height: 1070px;
  }
  .c-sec .c-item .bg {
    width: 45%;
  }
  .c-sec .c-item .txt {
    margin: 29px auto 0;
    width: 322px;
  }
  .c-sec .c-item .border {
    margin-top: 41px;
    padding-top: 36px;
  }
  .c-sec .c-item .border .border-link {
    margin-bottom: 28px;
  }
  .c-sec .c-item .border .border-link .circle {
    top: -50px;
  }
  .c-sec .c-item .flex {
    gap: 22px;
    margin-left: -6px;
  }
  /*--------------------------------------
    sec1
  --------------------------------------*/
  #sec1 {
    padding: 92px 0 152px;
  }
  #sec1:before {
    width: 1169px;
    height: 756px;
  }
  #sec1 .row {
    gap: 20px;
    justify-content: space-between;
  }
  #sec1 .row .photo {
    margin-right: -100px;
  }
  #sec1 .row h2 {
    margin-left: 29px;
    text-align: right;
    margin-bottom: 3px;
    line-height: 76px;
    height: 473px;
    width: 152px;
  }
  #sec1 .row h2 small {
    line-height: inherit;
    margin-bottom: 50px;
  }
  #sec1 .txt {
    margin: 78px -15px 0 auto;
    width: 509px;
  }
  /*--------------------------------------
    sec2
  --------------------------------------*/
  #sec2 {
    padding: 178px 0 122px;
  }
  #sec2::before {
    top: -311px;
    background-position: 332px top;
  }
  #sec2 h2 {
    margin-left: 4px;
    margin-bottom: 10px;
  }
  #sec2 .note {
    margin: 43px 0 73px 5px;
  }
  /*--------------------------------------
    sec3
  --------------------------------------*/
  #sec3 {
    padding-bottom: 85px;
  }
  #sec3 .row1 {
    flex-direction: row-reverse;
  }
  #sec3 .row1 .photos {
    margin-left: 0px;
    margin-top: 2px;
  }
  #sec3 .row1 .c-item {
    margin-left: -5px;
    padding-bottom: 0;
  }
  #sec3 .row1 .c-item .bg {
    width: 52%;
  }
  #sec3 .row1 .c-item .border {
    margin-top: 48px;
  }
  #sec3 .row2 {
    gap: 20px;
    justify-content: space-between;
    width: 100%;
    max-width: 1000px;
    margin: 150px auto 0;
  }
  #sec3 .row2 .img {
    margin: -200px 0 0 -167px;
    position: relative;
    z-index: 2;
  }
  #sec3 .row2 .content {
    width: 363px;
  }
  #sec3 .row2 .content h3 {
    margin-bottom: 24px;
    padding-bottom: 13px;
  }
  #sec3 .row2 .content h3:before {
    left: -100px;
  }
  #sec3 .row2 .content .txt {
    margin-left: 3px;
    width: 310px;
  }
  /*--------------------------------------
    sec4
  --------------------------------------*/
  #sec4 {
    padding-bottom: 90px;
  }
  #sec4 .c-item .txt {
    margin-top: 38px;
    margin-bottom: 47px;
  }
  /*--------------------------------------
    sec5
  --------------------------------------*/
  #sec5 {
    padding: 133px 0 135px;
  }
  #sec5:before {
    top: -326px;
    background-position: -146px top;
  }
  #sec5 .wrap {
    max-width: 1060px;
  }
  #sec5 h2 {
    margin-left: -2px;
    margin-bottom: 23px;
  }
  #sec5 .ttl {
    margin-left: -6px;
  }
  #sec5 .row1 {
    margin-top: 74px;
    gap: 55px;
    margin-right: 1px;
    margin-bottom: 75px;
  }
  #sec5 .row1 .c-item {
    padding-bottom: 61px;
    margin-bottom: 0;
  }
  #sec5 .row1 .c-item .border {
    padding-top: 26px;
  }
  #sec5 .row1 .c-item .border-link .circle {
    top: -40px;
  }
  #sec5 .row2 {
    gap: 21px;
    justify-content: start;
  }
  #sec5 .row2 p {
    width: calc(32% - 0px);
  }
  #sec5 .row2 p a {
    font-size: 28px;
    padding: 83px 4px 95px 0;
  }
  #sec5 .row2 p a:before {
    height: 37px;
    bottom: 41px;
    left: 9px;
  }
  #sec5 .row2 p a:hover {
    opacity: 0.8;
  }
  /*--------------------------------------
    sec6
  --------------------------------------*/
  #sec6 {
    padding: 148px 0 98px;
  }
  #sec6 .bg {
    background-position-x: -32px;
  }
  /*--------------------------------------
    sec7
  --------------------------------------*/
  #sec7 {
    padding-bottom: 92px;
  }
  #sec7:before {
    width: 593px;
    height: 359px;
  }
  #sec7 .bg-para {
    min-height: 650px;
  }
  #sec7 .row {
    max-width: 1060px;
    justify-content: space-between;
    margin-top: 49px;
    gap: 40px;
    align-items: end;
  }
  #sec7 .row .photo {
    margin-left: 30px;
  }
  #sec7 .row .content {
    padding-bottom: 47px;
    width: 453px;
  }
  #sec7 .row .content .btn-cus {
    width: auto;
    margin-left: -3px;
  }
  #sec7 .row .content .txt {
    margin: 48px 0 56px 1px;
  }
  #sec7 .row .content h2 {
    margin-bottom: 2px;
    margin-left: -1px;
  }
  /*--------------------------------------
    sec8
  --------------------------------------*/
  #sec8 {
    padding: 123px 0 142px;
  }
  #sec8 .wrap {
    max-width: 1200px;
  }
  #sec8 h2 {
    margin-left: 2px;
    margin-bottom: 3px;
  }
  #sec8 .txt {
    text-align: center;
    margin: 37px 0 87px -7px;
  }
  #sec8 .s8-js {
    margin-bottom: 98px;
  }
  #sec8 .s8-js .slick-list {
    overflow: visible;
  }
  #sec8 .s8-js .slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    text-align: left;
  }
  #sec8 .s8-js .slick-dots li {
    width: 150px;
    height: 100px;
    margin: 0 5.5px;
  }
  #sec8 .s8-js .item {
    display: inline-flex !important;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  #sec8 .s8-js .item .photo {
    margin-right: -65px;
    height: 467px;
  }
  #sec8 .s8-js .item .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #sec8 .s8-js .item .content {
    text-align: center;
    min-width: 497px;
    padding-top: 86px;
    box-sizing: border-box;
    padding-left: 3px;
  }
  #sec8 .s8-js .item .content h3 {
    padding-bottom: 7px;
    margin-bottom: 21px;
  }
  #sec8 .s8-js .item .content .price {
    line-height: 39px;
  }
  #sec8 .btn-cus {
    width: 456px;
  }
  #sec8 .btn-cus a {
    padding-right: 44px;
    letter-spacing: 0.1em;
  }
  /*--------------------------------------
    sec9
  --------------------------------------*/
  #sec9 {
    padding: 93px 0 117px;
  }
  #sec9::before {
    background: url(../img/dinner/s9_deco.png) no-repeat center top;
    background-size: auto 100%;
    width: 100%;
    height: 308px;
    top: 0;
  }
  #sec9 .wrap {
    max-width: 1060px;
  }
  #sec9 .row {
    gap: 50px;
    justify-content: space-between;
  }
  #sec9 .row1 .photo {
    margin-left: -70px;
    height: 697px;
  }
  #sec9 .row1 .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #sec9 .row1 .content {
    padding-top: 131px;
    min-width: 453px;
    width: 453px;
  }
  #sec9 .row1 .content h2 {
    margin: 0 -20px 0;
  }
  #sec9 .row1 .content .price {
    margin: 12px 0 42px 3px;
  }
  #sec9 .row2 {
    margin-top: 90px;
    flex-direction: row-reverse;
    align-items: start;
  }
  #sec9 .row2 .photo {
    margin-right: -90px;
    margin-top: -160px;
    position: relative;
    z-index: 2;
  }
  #sec9 .row2 h3 {
    margin-left: 30px;
    padding-bottom: 16px;
    padding-left: 48px;
  }
  #sec9 .row2 h3:before {
    height: 2px;
    width: auto;
    right: -170px;
  }
}
@media screen and (min-width: 1501px) {
  #sec9:before {
    background-size: 100% 100%;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #sec5 .row2 p a {
    font-size: 24px;
  }
}

/*# sourceMappingURL=dinner.css.map */
