.page-child {
  background: url(../img/lunch/bg.jpg) repeat;
}

.page-child header {
  background: none;
  height: auto;
}

.page-child h1 {
  color: #696969;
  font-size: 15px;
  line-height: 24px;
  padding: 20px 0 0 20px !important;
}

#key-page {
  height: 740px;
  position: relative;
}

#key-page ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 740px;
  width: 100%;
}

#key-page ul .first {
  width: calc(50% + 30px);
  height: 100%;
  background: url(../img/lunch/key.jpg) no-repeat center;
  background-size: cover;
}

#key-page ul .last {
  width: calc(50% - 38px);
  height: 433px;
  background: url(../img/lunch/key1.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}

#key-page ul .last span {
  position: absolute;
  top: 492px;
  left: 90px;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .page-child {
    background: url(../img/lunch/bg.jpg) repeat;
  }
  .page-child header {
    background: none;
    height: auto;
  }
  .page-child h1 {
    display: none;
  }
  #key-page {
    height: auto;
    position: relative;
  }
  #key-page ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    width: 100%;
  }
  #key-page ul .first {
    width: 95%;
    height: 300px;
    margin-right: 5%;
  }
  #key-page ul .last {
    width: 100%;
    height: 165px;
    position: relative;
    margin: 5vw 2% 0 5%;
  }
  #key-page ul .last span {
    position: absolute;
    top: 180px;
    left: 0%;
    width: 80%;
    z-index: 2;
  }
}

/*************sec1*************/
#sec1 {
  background: url(../img/lunch/sec1_bg1.jpg) no-repeat bottom right;
  position: relative;
  padding: 0 0 135px;
}

#sec1::before {
  background: url(../img/lunch/sec1_bg.jpg) no-repeat center top;
  height: 767px;
  width: 100%;
  position: absolute;
  top: -380px;
  right: 0;
  content: "";
  z-index: -1;
}

#sec1 .wrap::before {
  background: url(../img/dinner/set1_deco.jpg) repeat center top;
  height: 520px;
  width: 200%;
  position: absolute;
  top: 270px;
  right: 625px;
  content: "";
}

#sec1 .txt {
  width: 435px;
  margin: 0 0 35px 635px;
  text-align: justify;
  position: relative;
  z-index: 1;
  top: -100px;
}

#sec1 .title {
  position: relative;
  z-index: 1;
  margin-left: -80px;
}

#sec1 h2 {
  position: absolute;
  bottom: 0;
  left: 883px;
}

#sec1 ul {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 800px;
  padding: 65px 0 25px;
}

#sec1 ul li {
  margin: 0 70px 20px 0;
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  #sec1 {
    background: url(../img/lunch/sec1_bg1.jpg) no-repeat bottom right;
    position: relative;
    padding: 36vw 0 45px;
  }
  #sec1::before {
    background: url(../img/lunch/sec1_bg.jpg) no-repeat center top;
    height: 100%;
    background-size: cover;
    width: 100%;
    position: absolute;
    top: inherit;
    bottom: 0;
    right: 0;
    content: "";
    z-index: -1;
    opacity: 0;
  }
  #sec1 .wrap::before {
    background: url(../img/dinner/set1_deco.jpg) repeat center top;
    height: 520px;
    width: 200%;
    position: absolute;
    top: 270px;
    right: 625px;
    content: "";
  }
  #sec1 .txt {
    width: 100%;
    margin: 0 0 6vw 0;
    text-align: justify;
    position: relative;
    z-index: 1;
    top: 0;
    line-height: 28px;
  }
  #sec1 .title {
    position: relative;
    z-index: 1;
    margin-left: -10%;
  }
  #sec1 h2 {
    position: absolute;
    bottom: 0;
    left: inherit;
    right: 0;
    width: 22%;
  }
  #sec1 .photo {
    width: 80%;
  }
  #sec1 ul {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding: 25px 0 15px;
  }
  #sec1 ul li {
    margin: 0 20px 10px 0;
    font-size: 16px;
  }
}

/*************sec2 sec3 sec4*************/
#sec2 {
  position: relative;
  background: url(../img/lunch/sec2_bg1.jpg) no-repeat top left, url(../img/lunch/sec2_bg.jpg) repeat center bottom;
  padding-bottom: 160px;
}

#sec2 .box {
  position: relative;
}

#sec2 .box::before {
  background: url(../img/lunch/sec2_deco.png) no-repeat center left;
  width: 344px;
  height: 524px;
  position: absolute;
  top: 155px;
  left: -250px;
  content: "";
  z-index: 3;
}

#sec2 .box .text {
  padding-top: 128px;
  width: 360px;
  margin-bottom: 20px;
}

#sec2 .box .text .note {
  padding: 12px 0 45px;
}

#sec2 .box .text dl {
  margin-top: 20px;
  line-height: 65px;
  letter-spacing: 0.15em;
}

#sec2 .box .text dl dt {
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 5px;
}

#sec2 .box .text dl dt span {
  font-size: 35px;
  display: block;
  margin-bottom: 15px;
}

#sec2 .box .text dl dd {
  font-size: 35px;
  display: block;
}

#sec2 .box .text dl dd span {
  font-size: 25px;
}

#sec2 .box .text .txt {
  margin-top: 30px;
  padding-top: 37px;
  position: relative;
}

#sec2 .box .text .txt::before {
  background: currentColor;
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 1px;
  content: "";
}

#sec2 .slide-box {
  position: absolute;
  top: 70px;
  right: -250px;
  width: 869px;
  height: 701px;
}

#sec2 .slide-box::before {
  background: url(../img/dinner/sec7_deco.jpg) repeat center left;
  width: calc(100% - 160px);
  height: 100px;
  position: absolute;
  bottom: -100px;
  left: 160px;
  content: "";
  z-index: 3;
}

#sec2 .slide-box .slick-slide li {
  background: url(../img/lunch/sec2_js1.jpg) no-repeat center;
  background-size: cover;
  width: 869px;
  height: 701px;
}

#sec2 .slide-box .slick-slide li.slide2 {
  background: url(../img/lunch/sec2_js2.jpg) no-repeat center;
  background-size: cover;
}

#sec2 .slide-box .slick-slide li.slide3 {
  background: url(../img/lunch/sec2_js3.jpg) no-repeat center;
  background-size: cover;
}

#sec2 .slide-box .slick-dots {
  position: absolute;
  bottom: 22px;
  left: 22px;
}

#sec2 .block {
  position: relative;
  min-height: 615px;
}

#sec2 .block .photo {
  position: absolute;
  top: 0;
  left: -250px;
  z-index: 2;
}

#sec2 .block .price {
  position: relative;
  font-size: 28px;
  line-height: 57px;
  margin-left: 530px;
  margin-right: 40px;
  border-bottom: 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 192px 0 42px 89px;
  letter-spacing: 0.15em;
}

#sec2 .block .price::before {
  background: currentColor;
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 190px;
  height: 1px;
  content: "";
}

#sec2 .block .price span {
  color: #810000;
  font-size: 35px;
}

#sec2 .block .price span i {
  font-size: 28px;
}

#sec2 .sec2_banner {
  margin-left: -100px;
}

@media only screen and (min-width: 767px) {
#sec2 .add {
    position: relative;
    left: 600px;
    width: 350px;
    margin-top: 30px;
}
}


@media only screen and (max-width: 767px) {
  #sec2 {
    position: relative;
    background: url(../img/lunch/sec2_bg1.jpg) no-repeat top left, url(../img/lunch/sec2_bg.jpg) repeat center bottom;
    background-size: 120% auto, auto;
    padding: 50px 0 90px;
  }
  #sec2 .box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #sec2 .box::before {
    background: url(../img/lunch/sec2_deco.png) no-repeat center left;
    width: 344px;
    height: 524px;
    position: absolute;
    top: 155px;
    left: -250px;
    content: "";
    z-index: 3;
  }
  #sec2 .box .text {
    padding-top: 35px;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 20px;
  }
  #sec2 .box .text .note {
    padding: 10px 0 5px;
  }
  #sec2 .box .text dl {
    margin-top: 20px;
    line-height: 35px;
    letter-spacing: 0.15em;
  }
  #sec2 .box .text dl dt {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  #sec2 .box .text dl dt span {
    font-size: 28px;
    display: block;
    margin-bottom: 15px;
  }
  #sec2 .box .text dl dd {
    font-size: 25px;
    display: block;
  }
  #sec2 .box .text dl dd span {
    font-size: 18px;
  }
  #sec2 .box .text .txt {
    margin-top: 20px;
    padding-top: 27px;
    letter-spacing: 1px;
    position: relative;
  }
  #sec2 .box .text .txt::before {
    background: currentColor;
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 1px;
    content: "";
  }
  #sec2 .slide-box {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: 260px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #sec2 .slide-box::before {
    background: url(../img/dinner/sec7_deco.jpg) repeat center left;
    width: calc(100% - 10px);
    height: 100px;
    position: absolute;
    bottom: -30px;
    left: 50px;
    content: "";
    z-index: 0;
  }
  #sec2 .slide-box .slick-slide li {
    background: url(../img/lunch/sec2_js1.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 260px;
    z-index: 4;
  }
  #sec2 .slide-box .slick-slide li.slide2 {
    background: url(../img/lunch/sec2_js2.jpg) no-repeat center;
    background-size: cover;
  }
  #sec2 .slide-box .slick-slide li.slide3 {
    background: url(../img/lunch/sec2_js3.jpg) no-repeat center;
    background-size: cover;
  }
  #sec2 .slide-box .slick-dots {
    position: absolute;
    bottom: 12px;
    left: 12px;
  }
  #sec2 .block {
    position: relative;
    min-height: auto;
    margin-bottom: 12vw;
  }
  #sec2 .block .photo {
    position: relative;
    top: 0;
    left: 0px;
    z-index: 2;
    width: 130%;
    margin-left: -20%;
  }
  #sec2 .block .price {
    position: relative;
    font-size: 22px;
    line-height: 40px;
    margin-left: 5%;
    margin-top: -30vw;
    margin-right: 00px;
    border-left: 1px solid;
    border-bottom: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 18vw 0 5vw 50px;
    letter-spacing: 0.15em;
  }
  #sec2 .block .price::before {
    background: currentColor;
    position: absolute;
    bottom: inherit;
    top: 0;
    left: 3px;
    height: 60%;
    width: 1px;
    content: "";
  }
  #sec2 .block .price span {
    color: #810000;
    font-size: 24px;
  }
  #sec2 .block .price span i {
    font-size: 18px;
  }
  #sec2 .sec2_banner-box {
    position: relative;
    overflow: hidden;
    height: 180px;
    max-width: 350px;
    margin: auto;
  }
  #sec2 .sec2_banner-box::before {
    border: 1px solid #FFF;
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    z-index: 2;
  }
  #sec2 .sec2_banner {
    margin-left: 0;
    width: 160%;
    margin-left: -30%;
    margin-top: -5vw;
  }
    #sec2 .add {
    margin-top: 20px;
}
}

/*************sec3*************/
#sec3 {
  padding: 110px 0 135px;
  background: url(../img/lunch/sec3_bg.jpg) no-repeat top center;
}

#sec3 h2 {
  text-align: center;
  position: relative;
}

#sec3 h2::before {
  background: currentColor;
  position: absolute;
  top: -170px;
  left: 50%;
  width: 1px;
  height: 130px;
  content: "";
}

#sec3 .note {
  text-align: center;
  margin: 10px 0 77px;
}

#sec3 .box {
  position: relative;
}

#sec3 .box h4 {
  position: absolute;
  top: 0;
  right: -130px;
}

#sec3 .box h4::after {
  width: 200%;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  bottom: -172px;
  right: 255px;
  content: "";
  -webkit-transform: rotate(-16deg);
          transform: rotate(-16deg);
}

#sec3 .box .text {
  width: 415px;
  padding-top: 7px;
}

#sec3 .box .text h3 {
  font-size: 35px;
  letter-spacing: 0.15em;
    line-height:1.5;
}


#sec3 .box .text h3 span {
  font-size: 28px;
  color: #FFF;
  background: #213e28;
  display: inline-block;
  padding: 12px 28px;
  margin-bottom: 22px;
}

#sec3 .box .text .price {
  font-size: 25px;
  line-height: 56px;
  letter-spacing: 0.15em;
  /*padding-top: 30px;*/
  position: relative;
}
#sec3 .box .text .price::after {
  background: currentColor;
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 70px;
  height: 1px;
  content: "";
}

#sec3 .box .text .price span {
  font-size: 35px;
}

#sec3 .box .text ul {
  margin-top: 30px;
  /*padding-top: 53px;*/
    padding-top: 33px;
  position: relative;
  width: 375px;
}

#sec3 .box .text ul::before {
  background: currentColor;
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 1px;
  content: "";
  z-index: -1;
}

#sec3 .box .text ul li {
  margin-bottom: 30px;
}

#sec3 .block {
  padding-top: 135px;
}

#sec3 .block h3 {
  text-align: center;
  font-size: 35px;
}

#sec3 .block h3 span {
  font-size: 20px;
  color: #FFF;
  background: #810000;
  display: inline-block;
  padding: 6px 22px;
  margin-top: 22px;
}

#sec3 .block .note {
  text-align: center;
  margin: 30px 0 48px;
}

#sec3 .block .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#sec3 .block .list .item {
  width: 300px;
}

#sec3 .block .list .item dl {
  padding: 15px 0;
  border-bottom: 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  #sec3 {
    padding: 60px 0 55px;
    background: url(../img/lunch/sec3_bg.jpg) no-repeat top center;
    background-size: 115% auto;
  }
  #sec3 h2 {
    text-align: center;
    position: relative;
  }
  #sec3 h2::before {
    background: currentColor;
    position: absolute;
    top: -100px;
    left: 50%;
    width: 1px;
    height: 90px;
    content: "";
  }
  #sec3 .note {
    text-align: center;
    margin: 10px 0 40px;
  }
  #sec3 .box {
    position: relative;
  }
  #sec3 .box h4 {
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 20px;
  }
  #sec3 .box h4::after {
    width: 200%;
    height: 1px;
    background-color: currentColor;
    position: absolute;
    bottom: -172px;
    right: 255px;
    content: "";
    -webkit-transform: rotate(-16deg);
            transform: rotate(-16deg);
    display: none;
  }
  #sec3 .box .text {
    width: 100%;
    padding-top: 7px;
    position: relative;
  }
  #sec3 .box .text::after {
    width: 200%;
    height: 1px;
    background-color: currentColor;
    position: absolute;
    bottom: -132px;
    right: 155px;
    content: "";
    -webkit-transform: rotate(-19deg);
            transform: rotate(-19deg);
  }
  #sec3 .box .text h3 {
    font-size: 28px;
    letter-spacing: 0.15em;
  }
  #sec3 .box .text h3 span {
    font-size: 20px;
    color: #FFF;
    background: #213e28;
    display: inline-block;
    padding: 6px 25px;
    margin-bottom: 20px;
  }
  #sec3 .box .text .price {
    font-size: 20px;
    line-height: 50px;
    letter-spacing: 0.15em;
    /*padding-top: 20px;*/
  }
  #sec3 .box .text .price span {
    font-size: 30px;
  }
  #sec3 .box .text ul {
    margin-top: 20px;
    /*padding-top: 25px;*/
          padding-top: 35px;
    position: relative;
    width: 100%;
  }
  #sec3 .box .text ul::before {
    background: currentColor;
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 1px;
    content: "";
    z-index: -1;
  }
  #sec3 .box .text ul li {
    margin-bottom: 20px;
  }
  #sec3 .block {
    padding-top: 85px;
  }
  #sec3 .block h3 {
    text-align: center;
    font-size: 30px;
  }
  #sec3 .block h3 span {
    font-size: 16px;
    color: #FFF;
    background: #810000;
    display: inline-block;
    padding: 6px 22px;
    margin-top: 18px;
  }
  #sec3 .block .note {
    text-align: center;
    margin: 20px 0 28px;
  }
  #sec3 .block .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #sec3 .block .list .item {
    width: 100%;
  }
  #sec3 .block .list .item dl {
    padding: 10px 0;
    border-bottom: 1px solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/*************sec4*************/
#sec4 {
  background: url(../img/lunch/sec4_bg.jpg) no-repeat center;
  min-height: 500px;
  background-size: cover;
  padding: 130px 0 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  color: #FFF;
}

#sec4 h2 {
  background: url(../img/lunch/line.png) no-repeat center bottom;
  line-height: 53px;
  font-size: 35px;
  padding-bottom: 60px;
  margin-bottom: 20px;
  letter-spacing: 0.15em;
}

#sec4 h2 span {
  display: block;
  font-size: 30px;
}

@media only screen and (max-width: 767px) {
  #sec4 {
    background: url(../img/lunch/sec4_bg.jpg) no-repeat center;
    min-height: auto;
    background-size: cover;
    padding: 60px 0 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    color: #FFF;
  }
  #sec4 h2 {
    background: url(../img/lunch/line.png) no-repeat center bottom;
    line-height: 46px;
    font-size: 26px;
    padding-bottom: 54px;
    margin-bottom: 20px;
    letter-spacing: 0.10em;
  }
  #sec4 h2 span {
    display: block;
    font-size: 20px;
  }
}

.slick-dots li {
  width: 12px;
  height: 12px;
  margin: 9px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-dots li button {
  width: 100%;
  height: 100%;
  line-height: 0;
  font-size: 0;
  background: url(../img/lunch/dot.png) no-repeat;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}

.slick-dots li.slick-active button {
  background: url(../img/lunch/dot_ac.png) no-repeat;
}

/* Fix error span on IE */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
  #sec3 span {    
    padding-top: 18px !important;
  }
}