/*--------------------------------------
    sec1
--------------------------------------*/
#sec1 {
  padding: 39vw 0 50vw;
  position: relative;
  z-index: 2;
}

#sec1 .bg {
  position: absolute;
  top: -17vw;
  right: 0;
  z-index: -1;
}

#sec1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 138vw;
  background: url('../img/dinner/s1_deco.png') no-repeat center;
  background-size: contain;
  z-index: -1;
}

#sec1:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 55vw;
  background: url('../img/dinner/s1_line.png') no-repeat right;
  background-size: contain;
  z-index: 2;
}

#sec1 h2 {
  margin-bottom: 7vw;
}

#sec1 .img {
  position: absolute;
  bottom: -10vw;
  width: 46%;
  right: 4%;
}

@media screen and (min-width: 768px) {
  #sec1 {
    padding: 123px 0 129px;
  }

  #sec1:before {
    width: 1032px;
    height: 1188px;
    top: -282px;
  }

  #sec1:after {
    width: 766px;
    height: 437px;
  }

  #sec1 .bg {
    top: -228px;
  }

  #sec1 .wrap {
    max-width: 1058px;
  }

  #sec1 h2 {
    margin-bottom: 53px;
  }

  #sec1 .txt {
    margin-left: -8px;
  }

  #sec1 .img {
    width: 410px;
    bottom: -201px;
    right: calc(50% - 602px);
  }
}

/*--------------------------------------
    sec2
--------------------------------------*/
#sec2 {
  background: var(--bg2);
}

#sec2 .s2-js {
  background: var(--bg2);
  position: relative;
  height: calc(100vh - 57px);
  box-sizing: border-box;
}

#sec2 .s2-js h2 {
  margin: 0 auto;
  width: 90%;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  height: inherit;
  opacity: 0;
  transition: opacity 0.3s ease;
}

#sec2 .s2-js h2.show {
  opacity: 1;
}

#sec2 .s2-js .image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  overflow: hidden;
  min-width: 54%;
  min-height: 50vw;
}

#sec2 .s2-js .image.active {
  opacity: 1;
}

#sec2 .s2-js .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  #sec2 .s2-js {
    height: 100vh;
  }

  #sec2 .s2-js .image {
    min-height: 565px;
    min-width: 848px;
  }

  #sec2 .s2-js h2 {
    opacity: 1;
    width: 744px;
  }
}

/*--------------------------------------
    sec3
--------------------------------------*/
#sec3 {
  background: var(--bg2);
  color: var(--white);
  padding-top: 13vw;
  text-align: center;
}

#sec3 .catch {
  width: 46%;
  margin-left: auto;
  margin-right: 5%;
}

#sec3 h2 {
  margin: 0 5% 2vw;
}

#sec3 .main {
  margin-top: 10vw;
}

#sec3 .main div {
  position: relative;
}

#sec3 .main div:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  background: url('../img/dinner/s3_btn.jpg') no-repeat center top;
  background-size: contain;
  width: 70px;
  height: auto;
  aspect-ratio: 138 / 97;
  z-index: 2;
}

#sec3 .main div h3 {
  position: absolute;
  bottom: 20px;
}

@media screen and (min-width: 768px) {
  #sec3 {
    padding-top: 48px;
  }

  #sec3 .catch {
    width: 233px;
    margin-right: calc(50% - 547px);
  }

  #sec3 h2 {
    margin: -51px auto 21px;
    width: 627px;
  }

  #sec3 .main {
    margin-top: 93px;
  }

  #sec3 .main .row {
    flex-wrap: wrap;
  }

  #sec3 .main div {
    width: 50%;
    overflow: hidden;
  }

  #sec3 .main div:before {
    width: 138px;
  }

  #sec3 .main div h3 {
    bottom: 36px;
  }

  #sec3 .main div .bg {
    transition: 0.5s ease-in-out;
  }

  #sec3 .main div .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #sec3 .main div:nth-child(n + 2) h3 {
    bottom: 41px;
  }

  #sec3 .main div:hover .bg {
    transform: scale(1.05);
  }
}

/*--------------------------------------
    sec4
--------------------------------------*/
#sec4 {
  background: var(--bg2);
  color: var(--white);
  padding: 15vw 0;
  position: relative;
  z-index: 1;
}

#sec4:before {
  content: '';
  position: absolute;
  top: -58px;
  left: -277px;
  width: 527px;
  height: 524px;
  background: url('../img/shared/logo_deco.png') no-repeat center top;
  background-size: contain;
  z-index: -1;
  opacity: 0.05;
}

#sec4::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 70vw;
  background: url('../img/dinner/s4_line.png') no-repeat center top;
  background-size: contain;
  z-index: -1;
}

#sec4 .title-row {
  gap: 4vw;
}

#sec4 .title-row h2 {
  width: 50%;
  margin: 0 auto;
}

#sec4 .title-row span {
  display: block;
  margin: 15px 0 0 10px;
}

#sec4 .s4-nav {
  margin-top: 10vw;
  background: var(--wood-bg2);
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 20px 0;
  color: #eee2d0;
  box-shadow: 3px 1px 7px 0px rgba(0, 0, 0, 0.35);
}

#sec4 .s4-nav:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
  background: var(--bg2);
  z-index: -1;
}

#sec4 .s4-nav:after {
  content: '';
  position: absolute;
  top: 33px;
  left: 49.7%;
  width: 1px;
  bottom: 30px;
  background: #81796f;
}

#sec4 .s4-nav .slick-list {
  overflow: visible;
}

#sec4 .s4-nav .slick-track {
  transform: none !important;
}

#sec4 .s4-nav .slick-slide {
  opacity: 55%;
  transition: opactity 0.3s ease;
}

#sec4 .s4-nav .slick-slide.slick-current {
  opacity: 1;
}

#sec4 .s4-nav .slick-slide.slick-current .block:before {
  opacity: 1;
}

#sec4 .s4-nav .block {
  position: relative;
}

#sec4 .s4-nav .block:before {
  content: '';
  position: absolute;
  bottom: -29px;
  left: 0;
  width: 100%;
  background: url('../img/shared/up.png') no-repeat center;
  background-size: contain;
  height: 19px;
  opacity: 0;
  transform: scaleY(-1);
}

#sec4 .s4-nav .small {
  font-size: 4vw;
  background: url('../img/dinner/s4_deco.png') no-repeat bottom;
  background-size: 29vw auto;
  padding-bottom: 3vw;
}

#sec4 .s4-nav .title {
  font-size: 6vw;
}

#sec4 .s4-js {
  background: var(--bg4);
  margin: -16vw -5% 10vw;
  padding: 28vw 4% 13vw;
}

#sec4 .s4-js .slick-list {
  overflow: visible;
}

#sec4 .s4-js .left {
  border-bottom: 1px solid #a19075;
  text-align: center;
  padding-bottom: 5vw;
  color: #eee2d0;
}

#sec4 .s4-js .left h4 {
  font-size: 6.5vw;
  padding-bottom: 7vw;
  background: url('../img/dinner/s4_deco2.png') no-repeat bottom;
  background-size: 39vw auto;
}

#sec4 .s4-js .left h3 {
  font-size: 8.5vw;
  margin: 3vw 0;
}

#sec4 .s4-js .left .price {
  font-size: 6.5vw;
  color: inherit;
}

#sec4 .s4-js .photo1 {
  margin: 5vw -5% 7vw 5%;
}

#sec4 .s4-js .photo2 {
  margin-left: -5%;
  width: 80vw;
  margin-bottom: 6vw;
}

#sec4 .btn-cus a {
  border-color: #8d8272;
}

@media screen and (min-width: 768px) {
  #sec4 {
    padding: 85px 0 162px;
    overflow: hidden;
  }

  #sec4:before {
    width: 1416px;
    height: 1409px;
    left: -420px;
    top: -92px;
  }

  #sec4:after {
    width: 787px;
    height: 653px;
  }

  #sec4 .title-row {
    flex-direction: row-reverse;
    justify-content: center;
    gap: 60px;
  }

  #sec4 .title-row h2 {
    width: 246px;
    margin: 0;
  }

  #sec4 .title-row .txt {
    margin: 46px 0 0 -17px;
    width: 259px;
    height: 337px;
  }

  #sec4 .title-row .txt span {
    display: block;
    margin: 49px 19px 0 0;
  }

  #sec4 .s4-nav {
    margin: 77px auto 0;
    width: 574px;
    left: 2px;
    padding: 15px 0;
  }

  #sec4 .s4-nav:before {
    top: 6px;
    left: 7px;
    bottom: 6px;
    right: 7px;
  }

  #sec4 .s4-nav .block {
    cursor: pointer;
  }

  #sec4 .s4-nav .block:hover {
    opacity: 0.8;
  }

  #sec4 .s4-nav .small {
    font-size: 17px;
    background-size: 132px auto;
    padding-bottom: 13px;
    margin-bottom: -3px;
  }

  #sec4 .s4-nav .title {
    font-size: 28px;
  }

  #sec4 .s4-js {
    margin: -55px -20px 79px;
    padding: 124px 40px 60px;
  }

  #sec4 .s4-js .slick-arrow {
    width: 56px;
    height: 56px;
    margin-top: 2px;
  }

  #sec4 .s4-js .slick-next {
    right: -32px;
  }

  #sec4 .s4-js .slick-prev {
    left: -32px;
  }

  #sec4 .s4-js .row1 {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    align-items: start;
  }

  #sec4 .s4-js .row1 .left {
    width: 360px;
    padding-top: 33px;
    padding-bottom: 23px;
  }

  #sec4 .s4-js .row1 .left h4 {
    font-size: 30px;
    background-size: 193px auto;
    margin-left: -14px;
    letter-spacing: 0.1em;
    padding-bottom: 35px;
  }

  #sec4 .s4-js .row1 .left h3 {
    font-size: 42px;
    margin: 12px 0 20px -10px;
    letter-spacing: 0.1em;
  }

  #sec4 .s4-js .row1 .left .price {
    font-size: 32px;
    letter-spacing: 0.1em;
    margin-left: -13px;
  }

  #sec4 .s4-js .row1 .left .price small {
    letter-spacing: 0.1em;
    font-size: 25px;
  }

  #sec4 .s4-js .row1 .photo1 {
    margin: 0 0px 0 0;
    height: 391px;
  }

  #sec4 .s4-js .row2 {
    margin: 31px auto 0;
    width: 100%;
    max-width: 850px;
    justify-content: space-between;
  }

  #sec4 .s4-js .row2 .photo2 {
    width: 307px;
    margin: -133px 0 0 0;
  }

  #sec4 .s4-js .row2 .txt {
    width: 438px;
    margin-right: 34px;
    text-align: justify;
  }

  #sec4 .btn-cus {
    width: 462px;
    left: 1px;
  }

  #sec4 .btn-cus a {
    height: 89px;
    line-height: 79px;
    font-size: 25px;
  }

  #sec4 .btn-cus a:after {
    right: 62px;
    width: 14px;
  }
}

@media (max-width: 1140px) and (min-width: 768px) {
  #sec4 .s4-js {
    margin-right: 10px;
    margin-left: 10px;
  }
}

/*--------------------------------------
    sec5
--------------------------------------*/
#sec5 .top {
  position: relative;
  z-index: 2;
}

#sec5 .top h2 {
  position: absolute;
  width: 31%;
  left: 50%;
  transform: translateX(-50%);
  top: 13vw;
}

#sec5 .top .bg-para {
  min-height: 80vw;
}

#sec5 .content {
  padding-top: 28vw;
  padding-bottom: 14vw;
  position: relative;
  z-index: 1;
}

#sec5 .content:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vw;
  background: url('../img/dinner/s5_deco1.png') no-repeat right;
  background-size: contain;
  z-index: -1;
}

#sec5 .content:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 81vw;
  background: url('../img/dinner/s5_deco2.png') no-repeat right;
  background-size: contain;
  z-index: -1;
}

#sec5 .content .row1 {
  gap: 4vw;
  margin-top: 10vw;
}

#sec5 .content .row1 .item {
  position: relative;
  text-align: center;
  background: var(--bg3);
  padding: 10vw 0;
}

#sec5 .content .row1 .item::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 8px;
  bottom: 8px;
  right: 8px;
  border: 4px solid rgba(190, 168, 130, 0.83);
}

#sec5 .content .row1 .item h3 {
  font-size: 7vw;
}

#sec5 .content .row1 .item h3 span {
  display: block;
  font-size: 6vw;
}

#sec5 .content .row1 .item .txt {
  text-align: center;
  margin: 6vw 0 2vw;
}

#sec5 .content .row1 .item ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  height: 93px;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 25px;
}

#sec5 .content .row1 .item ul li {
  width: 45%;
  border-bottom: 1px solid #8d7f67;
}

#sec5 .content .btn-popup {
  margin: 6vw auto;
}

#sec5 .content .btn-popup a {
  background: url('../img/dinner/s5_btn_bg.jpg') no-repeat center;
  background-size: cover;
  border: none;
  height: auto;
  aspect-ratio: 504 / 121;
  display: flex;
  justify-content: center;
  align-items: center;
}

#sec5 .content .row-button {
  gap: 3vw;
  margin-bottom: 6vw;
}

@media screen and (min-width: 768px) {
  #sec5 .top .bg-para {
    min-height: 642px;
  }

  #sec5 .top h2 {
    top: auto;
    bottom: -35px;
    left: calc(50% - 402px);
    transform: none;
  }

  #sec5 .content {
    padding-top: 88px;
    padding-bottom: 120px;
  }

  #sec5 .content:before {
    width: 864px;
    height: 871px;
  }

  #sec5 .content:after {
    width: 1028px;
    height: 845px;
  }

  #sec5 .content .wrap {
    max-width: 960px;
  }

  #sec5 .content .text {
    text-align: center;
    margin: 0 auto;
    width: 680px;
  }

  #sec5 .content .row1 {
    margin-top: 66px;
    flex-wrap: wrap;
    gap: 25px;
  }

  #sec5 .content .row1 .item {
    width: calc(50% - 12.5px);
    padding: 62px 0 57px;
    margin-bottom: -6px;
  }

  #sec5 .content .row1 .item:before {
    top: 12px;
    left: 12px;
    bottom: 12px;
    right: 10px;
  }

  #sec5 .content .row1 .item h3 {
    font-size: 31px;
    letter-spacing: 0.1em;
    margin-left: 4px;
  }

  #sec5 .content .row1 .item h3 small,
  #sec5 .content .row1 .item h3 span {
    letter-spacing: 0.1em;
    font-size: 26px;
  }

  #sec5 .content .row1 .item h3 small small,
  #sec5 .content .row1 .item h3 span small {
    font-size: 22px;
  }

  #sec5 .content .row1 .item .txt {
    margin: 22px 0 -8px 2px;
  }

  #sec5 .content .row1 .item ul {
    margin: 0 auto;
    width: 100%;
    max-width: 380px;
    height: 123px;
  }

  #sec5 .content .row1 .item:last-child h3 {
    margin-top: -18px;
    margin-bottom: -22px;
  }

  #sec5 .content .btn-popup {
    margin-top: 79px;
    width: 504px;
    margin-bottom: 44px;
  }

  #sec5 .content .btn-popup a {
    font-size: 25px;
    letter-spacing: 0.1em;
    padding-bottom: 4px;
    padding-left: 7px;
  }

  #sec5 .content .btn-popup a:after {
    right: 84px;
    width: 13px;
  }

  #sec5 .content .row-button {
    gap: 19px;
    justify-content: center;
    margin-left: 2px;
    margin-bottom: 69px;
  }

  #sec5 .content .row-button p {
    margin: 0;
  }

  #sec5 .content .tel {
    border-width: 5px;
    width: 450px;
    margin: 0 auto;
    padding: 40px 0 41px;
  }

  #sec5 .content .tel dt {
    font-size: 21px;
    letter-spacing: 0.1em;
  }

  #sec5 .content .tel dd {
    font-size: 40px;
  }

  #sec5 .content .tel dd img {
    width: 32px;
  }
}

/*--------------------------------------
    sec6
--------------------------------------*/
#sec6 {
  background: var(--bg4);
  color: var(--white);
}

#sec6 .content {
  padding: 20vw 4%;
  position: relative;
  z-index: 1;
}

#sec6 .content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url('../img/dinner/s6_deco.png') no-repeat;
  background-size: contain;
  width: 100%;
  height: 54vw;
  z-index: -1;
}

#sec6 .content:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  background: url('../img/dinner/s6_bg.png') no-repeat;
  background-size: contain;
  width: 100%;
  height: 65vw;
  z-index: -1;
}

#sec6 .txt {
  margin: 7vw 0;
}

#sec6 .btn-cus a {
  border-color: #988e7f;
}

@media screen and (min-width: 768px) {
  #sec6 .photo {
    width: 50%;
    height: 755px;
  }

  #sec6 .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #sec6 .content {
    width: 50%;
    box-sizing: border-box;
    padding: 198px 20px 40px;
  }

  #sec6 .content:before {
    width: 216px;
    height: 314px;
  }

  #sec6 .content:after {
    width: 772px;
    height: 503px;
  }

  #sec6 .content h2 {
    width: 100%;
    max-width: 627px;
    margin: 0 auto;
    position: relative;
    left: 11px;
  }

  #sec6 .content .txt {
    text-align: center;
    margin: 33px 0 50px;
  }

  #sec6 .content .btn-cus {
    width: 462px;
    max-width: 100%;
  }

  #sec6 .content .btn-cus a {
    height: 89px;
    font-size: 25px;
    line-height: 79px;
  }

  #sec6 .content .btn-cus a:after {
    right: 61px;
    width: 14px;
  }
}

/*--------------------------------------
    remodal
--------------------------------------*/
.s3-popup {
  background: var(--bg3);
  color: #222;
}

.s3-popup::before {
  border-color: #8a785b;
}

.s3-popup .pop-js {
  min-width: 100%;
}

.s3-popup .pop-js .slick-track,
.s3-popup .pop-js .slick-slide,
.s3-popup .pop-js .item {
  min-width: 80vw;
}

.s3-popup .pop-js .slick-track {
  align-items: center;
  display: flex;
}

.s3-popup .pop-js .slick-prev {
  left: -30px;
}

.s3-popup .pop-js .slick-next {
  right: -30px;
}

.s3-popup .pop-js .photo {
  margin: 3vw 0 6vw;
}

.s3-popup .pop-js h3 {
  margin: 0 -21%;
  text-align: center;
}

.s3-popup .btn-cus a {
  border-color: #8a775a;
}

.s3-popup .pop-js .txt span {
  font-size: 5vw;
}

@media screen and (min-width: 768px) {
  .s3-popup .pop-js {
    min-width: 0;
    margin: 0 auto;
    width: 760px;
  }

  .s3-popup .pop-js h3 {
    margin: 0;
  }

  .s3-popup .pop-js .slick-track,
  .s3-popup .pop-js .slick-slide,
  .s3-popup .pop-js .item {
    min-width: 760px;
  }

  .s3-popup .pop-js .slick-arrow {
    width: 55px;
    height: 55px;
  }

  .s3-popup .pop-js .photo {
    margin: 26px 0 41px;
  }

  .s3-popup .pop-js .txt {
    text-align: center;
  }

  .s3-popup .pop-js .txt span {
    font-size: 25px;
  }

  .s3-popup .btn-cus {
    margin-top: 54px;
  }
}

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