/* Scss Document */
#sec1 {
  padding: 0 0 20vw;
}
#sec1 h2 {
  background: url("../img/dinner/sec1_p.jpg") no-repeat 0%/cover;
  position: relative;
  padding: 4vw 20% 46vw;
}
#sec1 .txt {
  padding: 10vw 0;
}
#sec1 .txt p {
  padding-bottom: 20px;
}
#sec1 .deco {
  width: 45%;
  position: absolute;
  left: -5vw;
  bottom: -47vw;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #sec1 {
    padding: 100px 20px 147px;
    position: relative;
  }
  #sec1:before {
    z-index: -1;
    background-color: #fff;
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    top: 0;
    right: 0;
  }
  #sec1 h2 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    height: 550px;
  }
  #sec1 h2 img {
    position: absolute;
    top: 175px;
    left: calc(50% + 100px);
  }
  #sec1 .txt {
    padding: 80px 0 0 260px;
  }
  #sec1 .txt p {
    padding: 0 0 0 32px;
    height: 223px;
  }
  #sec1 .deco {
    width: auto;
    bottom: auto;
    top: -58px;
    left: -130px;
  }
}
#sec2 {
  padding: 10vw 0;
}
#sec2 h2 {
  font-size: 6.5vw;
  letter-spacing: 0;
  line-height: 1.4;
}
#sec2 .note {
  padding-bottom: 20px;
  font-size: 13px;
}
#sec2 .note span {
  color: #8d2002;
  font-weight: 700;
  display: inline-block;
  border-bottom: 1px solid;
}
#sec2 .box {
  border: 5px solid #fff;
  padding: 10% 0;
  margin-bottom: 10vw;
}
#sec2 .box .f-note {
  border-top: 5px solid #fff;
  padding: 20px 5% 0;
}
#sec2 .box .course {
  gap: 30px;
  padding: 0 5% 20px;
}
#sec2 .box .item {
  width: 100%;
}
#sec2 .box .item .tag {
  color: #8d2002;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  justify-content: center;
  gap: 50px;
  display: flex;
  position: relative;
}
#sec2 .box .item .tag:before {
  content: '';
  border-left: 1px solid;
  height: 44px;
  position: absolute;
  top: -5px;
  right: calc(50% - -30px);
  transform: skewX(-17deg);
}
#sec2 .box .item .tag dt {
  font-weight: 900;
  font-size: 30px;
  margin-bottom: 10px;
}
#sec2 .js {
  background: url("../img/shared/wave.jpg") no-repeat center 0/100%, url("../img/shared/bg1.jpg") repeat center 0;
  padding: 13vw 5%;
  position: relative;
  z-index: 1;
}
#sec2 .js:before {
  content: '';
  position: absolute;
  top: -7vw;
  right: 2vw;
  background: url("../img/dinner/sec2_deco.png") no-repeat center 0/100%;
  height: 60vw;
  width: 48vw;
}
#sec2 .js h3 {
  font-size: 7.5vw;
  padding-bottom: 10vw;
  letter-spacing: 0;
  line-height: 1.4;
  position: relative;
  z-index: 2;
}
#sec2 .js .js-info .item .tag dt {
  font-size: 12px;
  text-align: center;
  background: url("../img/dinner/line.png") no-repeat center bottom;
  padding: 30px 0;
  margin-bottom: 20px;
}
#sec2 .js .js-info .item .tag dt span {
  font-size: 30px;
  letter-spacing: 0;
  display: block;
}
#sec2 .slick-dots {
  position: relative;
  padding: 0;
  height: 30px;
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
#sec2 .slick-dots:after {
  content: '06';
  padding-left: 50px;
  line-height: 1;
}
#sec2 .slick-dots li {
  position: absolute;
  left: calc(50% - 40px);
  top: 3px;
  width: auto;
  height: auto;
  border-radius: 0;
  background-color: transparent;
  overflow: visible;
}
#sec2 .slick-dots li button {
  font-size: 22px;
  width: auto;
  height: auto;
  line-height: 1;
  background-color: transparent;
  border-radius: 0;
  opacity: 0;
  font-style: normal;
}
#sec2 .slick-dots li button:before {
  content: '0';
}
#sec2 .slick-dots li button:after {
  content: '/';
  position: absolute;
  left: 31px;
  top: 1px;
}
#sec2 .slick-dots li.slick-active button {
  opacity: 1;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #sec2 {
    padding: 140px 0;
  }
  #sec2 h2 {
    font-size: 48px;
  }
  #sec2 .wrap {
    max-width: 1100px;
  }
  #sec2 .note {
    padding: 6px 0 50px;
    font-size: 15px;
    letter-spacing: 0.2em;
  }
  #sec2 .note span {
    letter-spacing: 0.2em;
  }
  #sec2 .box {
    border: 10px solid #fff;
    padding: 80px 0 41px;
    margin-bottom: 50px;
  }
  #sec2 .box .f-note {
    border-top: 10px solid #fff;
    padding: 30px 20px 0;
    text-align: center;
  }
  #sec2 .box .course {
    gap: 30px;
    padding: 0 0 43px;
    width: 900px;
    margin: 0 auto;
    border-top: 1px solid #000;
  }
  #sec2 .box .item {
    width: 420px;
  }
  #sec2 .box .item .tag {
    font-size: 24px;
    padding: 48px 20px 55px 60px;
    margin-bottom: 30px;
    gap: 121px;
    justify-content: flex-start;
  }
  #sec2 .box .item .tag:before {
    height: 94px;
    top: 22px;
    right: auto;
    transform: skewX(-23deg);
    left: 142px;
  }
  #sec2 .box .item .tag dt {
    font-size: 36px;
    margin: 0;
  }
  #sec2 .box .item .list {
    gap: 25px;
    padding: 0 20px;
    display: flex;
  }
  #sec2 .js {
    padding: 94px 0 100px;
  }
  #sec2 .js:before {
    top: -33px;
    right: 0;
    left: calc(50%);
    height: 415px;
    width: 580px;
  }
  #sec2 .js h3 {
    font-size: 60px;
    padding-bottom: 10px;
  }
  #sec2 .js .js-group {

    max-width: 1500px;
    margin: 0 auto;

  }
  #sec2 .js .col-r {
    position: relative;
    width: calc(50%);
  }
  #sec2 .js .col-r .js-photo {
    position: relative;
    font-size: 30px;
    line-height: 1;
  }
  #sec2 .js .col-r .js-photo:after {
    content: '/ 06';
    font-family: 'Pacifico';
    font-style: normal;
    font-weight: 400;
    position: absolute;
    left: -261px;
    bottom: 77px;
  }
  #sec2 .js .col-r .js-photo li {
    height: 500px;
    transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
  }
  #sec2 .js .col-r .js-photo li span,#sec2 .js .js-info .item .photo span {
    font-family: 'Pacifico';
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1;
    position: absolute;
    bottom:79px;
    z-index: 1;
    left: -305px;
  
  }
  #sec2 .js .col-r .js-photo li:not(:nth-child(1)) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
  }
  #sec2 .js .col-r .js-photo li.active {
    opacity: 1;
    z-index: 2;
  }
  #sec2 .js .col-r .js-photo li.active span {
    opacity: 1;
  }
  #sec2 .js .js-info{

  position: relative; 
  

  }  #sec2 .js .js-info .item .photo {
    position: relative; 
    
    width: 50%;
    height: 500px;
    
    font-size: 30px;
        line-height: 1;
  }
  #sec2 .js .js-info .item {
    padding: 0 0 ;
  
    display: flex;
    justify-content: flex-end;
 
    gap:60px;
  
  
    
  }
  #sec2 .js .js-info .item .tag {
    width: 380px;
    order: -1;
    padding: 56px 0 ;
  }
  #sec2 .js .js-info .item .tag dt {
    font-size: 13px;
    padding: 20px 0 40px;
    margin-bottom: 23px;
    line-height: 47px;
  }
  #sec2 .js .js-info .item .tag dt span {
    font-size: 48px;
  }
}
#sec3 {
  padding: 10vw 5% 0;
}
#sec3 .wrap {
  background-color: #3c1d05;
  color: #fff;
  padding: 10px;
}
#sec3 .group {
  border: 5px solid #fff;
  padding: 10vw 5%;
}
#sec3 .photo1 {
  margin: -21vw 5% 5vw;
}
#sec3 .photo2 {
  margin: 0 5% 10vw;
}
#sec3 h2 {
  margin: 0 auto 10vw;
}
#sec3 h2 span {
  border: 1px solid;
  color: #fff;
  font-size: 5.5vw;
  line-height: 2;
  white-space: nowrap;
  padding: 10vw 2%;
  display: block;
}
#sec3 .txt {
  padding-bottom: 10vw;
}
#sec3 .txt dt {
  font-size: 6vw;
  letter-spacing: 0;
  line-height: 1.2;
  padding-bottom: 5vw;
}
#sec3 .photo3 {
  font-size: 10px;
}
#sec3 .photo3 dd {
  padding: 10px 0 0 10%;
}
@media screen and (min-width: 768px) {
  #sec3 {
    padding: 10px 20px 0;
  }
  #sec3 .wrap {
    padding: 20px;
  }
  #sec3 .group {
    border: 10px solid #fff;
    padding: 85px 0 114px;
  }
  #sec3 .photo1 {
    position: absolute;
    top: -70px;
    left: 500px;
    margin: 0;
  }
  #sec3 .photo2 {
    margin: 0 0 0 -160px;
  }
  #sec3 h2 {
    margin: 0;
    position: absolute;
    top: 350px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
  #sec3 h2 span {
    font-size: 30px;
    letter-spacing: 0.12em;
    padding: 55px 4px 59px;
  }
  #sec3 .txt {
    padding-bottom: 0;
    width: 380px;
    position: relative;
    z-index: 3;
    margin: -102px 0 0 90px;
  }
  #sec3 .txt dt {
    font-size: 40px;
    padding-bottom: 35px;
  }
  #sec3 .photo3 {
    font-size: 13px;
    line-height: 24px;
    position: absolute;
    z-index: 8;
    width: 418px;
    top: 376px;
    right: 0;
  }
  #sec3 .photo3 dt {
    margin-left: -62px;
  }
  #sec3 .photo3 dd {
    padding: 13px 0 0;
  }
}
#sec4 .box-parallax {
  height: 65vw;
  margin-bottom: 10vw;
}
#sec4 .deco {
  width: 90%;
  position: absolute;
  top: 58vw;
  left: -19vw;
}
#sec4 .photo {
  position: relative;
  z-index: 3;
}
#sec4 .info {
  position: relative;
  padding: 10vw 5%;
}
#sec4 .info h2 {
  font-size: 5.7vw;
  margin: 0 auto 10vw;
  line-height: 2;
}
#sec4 .info h2 span {
  letter-spacing: 0.12em;
  position: relative;
  display: inline-block;
}
#sec4 .info h2 span.ext {
  margin-top: 6vw;
}
#sec4 .info h2 span:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2.5vw;
  border-left: 2px solid;
}
@media screen and (min-width: 768px) {
  #sec4 {
    position: relative;
    padding-bottom: 150px;
  }
  #sec4 .box-parallax {
    height: 500px;
    margin-bottom: 160px;
  }
  #sec4 .deco {
    width: auto;
    top: -160px;
    left: calc(50% - 50px);
    z-index: 5;
  }
  #sec4 .wrap {
    display: flex;
  }
  #sec4 .photo {
    margin: 50px 50px 0 -100px;
  }
  #sec4 .info {
    width: 304px;
    padding: 0;
    z-index: 9;
  }
  #sec4 .info h2 {
    font-size: 30px;
    margin: 0 0 45px 137px;
    line-height: 65px;
  }
  #sec4 .info h2 span.ext {
    margin-top: 34px;
  }
  #sec4 .info h2 span:before {
    right: 16px;
  }
  #sec4 .info .txt {
    padding-bottom: 42px;
  }
}
#popup {
  border: 5px solid #cccccc;
  padding: 5% 5% 10vw;
}
#popup h2 {
  font-size: 5.5vw;
  line-height: 1.4;
  padding: 8vw 0;
  letter-spacing: 0.12em;
}
#popup .info {
  font-size: 13px;
  line-height: 22px;
}
#popup .info h3 {
  letter-spacing: 0;
  font-size: 22px;
  padding: 20px 0;
}
#popup .info .txt {
  text-align: justify;
}
#popup .info .tag {
  text-align: justify;
}
#popup .info .tag dt {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 20px 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  margin: 20px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #popup {
    border: 10px solid #cccccc;
    padding: 35px 39px 100px;
  }
  #popup h2 {
    font-size: 30px;
    padding: 0 0 76px;
    margin-top: -37px;
  }
  #popup .menu {
    width: 830px;
    margin: 0 auto;
  }
  #popup .photo {
    margin: 0 0 0 17px;
  }
  #popup .info {
    font-size: 15px;
    line-height: 32px;
    letter-spacing: 0.2em;
    width: 300px;
    padding: 35px 0 0;
  }
  #popup .info h3 {
    font-size: 36px;
    padding: 20px 0 31px;
    text-align: left;
    letter-spacing: 0;
  }
  #popup .tag dt {
    padding: 31px 0 30px;
    font-weight: 700;
    font-size: 24px;
    margin: 30px 0 22px;
    line-height: 40px;
  }
}
.slick-arrow {

}
.slick-arrow:before  {
      content: '';
    width: 50%;
    height: 50%;
    border-top: 1px solid;
    border-right: 1px solid;
    position: absolute;
    top: 2.5vw;
    right: 3.5vw;
    transform: rotate(45deg);
  
  
}
.slick-prev:before  {

  border: none;
    border-bottom: 1px solid;
    border-left: 1px solid;right: 0.5vw;
  
}

#popup2 {
  padding: 0% 2% 10%;
}
#popup2 h2 {
  font-size: 6.5vw;
  letter-spacing: 0;
  line-height: 1.4;
  padding-bottom: 5vw;
}
#popup2 .note {
  padding-bottom: 25px;
}
#popup2 .menu-list {
  padding-bottom: 25px;
  text-align: left;
}
#popup2 .menu-list h3 {
  text-align: center;
  font-weight: 700;
  color: #fff;
  background-color: #3f3f3e;
  padding: 10px 5px;
  line-height: 20px;
  margin-bottom: 5px;
}
#popup2 .menu-list p {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 0;
}
#popup2 .menu-list dl {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  text-align: left;
  line-height: 24px;
  padding: 10px 0;
}
#popup2 .menu-list dl:after {
  content: "." !important;
  clear: both !important;
  display: block !important;
  height: 0 !important;
  visibility: hidden !important;
}
#popup2 .menu-list dl dt {
  float: left;
}
#popup2 .menu-list dl dd {
  text-align: right;
  float: right;
}
#popup2 .menu-list dl.ext dd {
  padding-top: 24px;
}
@media screen and (min-width: 768px) {
  #popup2 {
    padding: 0% 0 10px;
  }
  #popup2 h2 {
    font-size: 40px;
    padding-bottom: 10px;
  }
  #popup2 .note {
    padding-bottom: 50px;
  }
  #popup2 .group {
    justify-content: space-between;
    display: flex;
  }
  #popup2 .group .col {
    width: calc((100% - 40px)/3);
  }
  #popup2 .group.ext .col {
    width: calc(50% - 20px);
  }
  #popup2 .menu-list {
    padding-bottom: 40px;
    line-height: 27px;
    letter-spacing: 0.2em;
  }
  #popup2 .menu-list h3 {
    letter-spacing: 0.2em;
    padding: 20px 5px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  #popup2 .menu-list dl {
    line-height: 27px;
    padding: 13px 0;
    letter-spacing: 0.2em;
  }
  #popup2 .menu-list dl.ext dd {
    padding-top: 27px;
  }
}