#sec1 {
  position: relative;
  padding: 15vw 0px 0px;
  z-index: 1;
}
#sec1 .sec1-slide1 {
  width: 50vw;
  margin: 0px 0px 0px -5vw;
}
#sec1 .sec1-slide2 {
  width: 50vw;
  margin: -70vw -10vw -20vw auto;
}
#sec1 .wrap {
  position: relative;
  z-index: 1;
}
#sec1 h2 {
  text-align: center;
  font-size: 7vw;
  line-height: 2;
  position: relative;
  letter-spacing: 5px;
}
#sec1 h2 small {
  font-size: 3.5vw;
  font-weight: 700;
}
#sec1 h2 i {
  display: inline-block;
  position: relative;
}
#sec1 h2 i::before {
  content: "";
  position: absolute;
  top: 1vw;
  left: 50%;
  transform: translateX(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #e7a794;
}
#sec1 h2 span {
  position: relative;
  color: #fff;
}
#sec1 h2 span::before {
  content: "";
  position: absolute;
  width: 10vw;
  height: 10vw;
  border-radius: 50%;
  top: 0vw;
  left: -2vw;
  background: #e7a794;
  z-index: -1;
}
#sec1 h3 {
  text-align: center;
  font-size: 12vw;
  font-weight: 300;
  color: #aa978c;
  margin: 4vw 0px 6vw;
  line-height: 1;
}
#sec1 .sec1-slide3 {
  width: 50vw;
  margin: 0px 0px 0px -5vw;
}
#sec1 .sec1-slide4 {
  width: 60vw;
  margin: -50vw -15vw 0px auto;
}
@media screen and (min-width: 768px) {
  #sec1 {
    padding: 173px 0px 270px;
  }
  #sec1 .sec1-slide1 {
    left: -16px;
    width: 458px;
    position: absolute;
    top: 0px;
    margin: 0px;
  }
  #sec1 .sec1-slide2 {
    position: absolute;
    margin: 0px;
    top: 240px;
    right: 0px;
    width: 456px;
  }
  #sec1 .sec1-slide3 {
    margin: 0px;
    width: 624px;
    top: 775px;
    left: -16px;
    position: absolute;
  }
  #sec1 .sec1-slide4 {
    position: absolute;
    width: 506px;
    top: 972px;
    right: 0px;
    margin: 0px;
  }
  #sec1 h2 {
    font-size: 36px;
    line-height: 73px;
  }
  #sec1 h2 small {
    font-size: 16px;
  }
  #sec1 h2 i::before {
    top: 3px;
  }
  #sec1 h2 span::before {
    width: 60px;
    height: 60px;
    top: -2px;
    left: -21px;
  }
  #sec1 h3 {
    font-size: 120px;
    line-height: 90px;
    margin: 38px 0px 79px;
  }
  #sec1 .sec1-txt {
    line-height: 40px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #sec1 .sec1-slide1,
  #sec1 .sec1-slide3 {
    left: -100px;
  }
  #sec1 .sec1-slide2,
  #sec1 .sec1-slide4 {
    right: -100px;
  }
}

#sec2 {
  position: relative;
  padding: 2vw 3% 6vw;
}
#sec2::before {
  content: "";
  position: absolute;
  bottom: -20vw;
  left: 0px;
  width: 5%;
  height: calc(100% + 85vw);
  background: url("../img/lunch/sec2_bgdeco.jpg") repeat top left;
}
#sec2 h2 {
  position: relative;
  text-align: center;
  font-size: 7vw;
  line-height: 1.6;
  width: 95%;
  margin: 0px auto;
  border-bottom: 1px dashed #000;
  padding-bottom: 2vw;
  letter-spacing: 0.1em;
}
#sec2 h2 span {
  font-size: 3.5vw;
  font-weight: 700;
}
#sec2 .sec2-txt1 {
  text-align: center;
  margin: 1vw 0px 8vw;
}
#sec2 .sec2-scroll {
  position: relative;
}
#sec2 .sec2-scroll .sec2-left h3 {
  font-size: 6vw;
  line-height: 1.5;
}
#sec2 .sec2-scroll .sec2-left h3 span {
  font-size: 4vw;
}
#sec2 .sec2-scroll .sec2-left .sec2-txt2 {
  font-size: 4.5vw;
  margin: 3vw 0px;
}
#sec2 .sec2-scroll .sec2-left .sec2-txt2 span {
  font-size: 4vw;
}
#sec2 .sec2-scroll .sec2-left .sec2-box1 {
  box-sizing: border-box;
  background: #faf8f4;
  padding: 6vw 4%;
  border-radius: 20px;
  margin: 8vw 0px;
}
#sec2 .sec2-scroll .sec2-left .sec2-box1 h4 {
  font-size: 5vw;
  font-weight: 500;
}
#sec2 .sec2-scroll .sec2-left .sec2-box1 h4 span {
  font-size: 3.5vw;
}
#sec2 .sec2-scroll .sec2-left .sec2-box1 ul {
  margin: 4vw 0px;
  font-size: 4.5vw;
  font-weight: 500;
  line-height: 2;
}
#sec2 .sec2-scroll .sec2-left .sec2-box1 ul span {
  font-size: 4vw;
  position: relative;
  display: inline-block;
  z-index: 1;
}
#sec2 .sec2-scroll .sec2-left .sec2-box1 ul span::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 4%;
  width: 92%;
  height: 7px;
  background-color: #e9c5b1;
  z-index: -1;
}
#sec2 .sec2-scroll .sec2-left .sec2-box1 .sec2-txt4 {
  letter-spacing: 0;
  font-size: 12px;
}
#sec2 .sec2-scroll .sec2-right .sec2-box3 {
  position: relative;
  margin: 6vw 0px 12vw 14%;
}
#sec2 .sec2-scroll .sec2-right .sec2-box3::before {
  content: "";
  position: absolute;
  top: -9vw;
  left: -7vw;
  width: 4vw;
  height: 36vw;
  background: url("../img/lunch/sec2_line.png") center/cover;
}
#sec2 .sec2-scroll .sec2-right .sec2-box3 h5 {
  font-size: 6vw;
  margin: 0px 0px 4vw;
}
#sec2 .sec2-box2 {
  margin: 12vw 0px;
  box-sizing: border-box;
  background: #f5f1e9;
  text-align: center;
  padding: 10vw 4%;
  border-radius: 20px;
}
#sec2 .sec2-box2 .sec2-tel {
  line-height: 1.6;
}
#sec2 .sec2-box2 .sec2-tel p:nth-child(1) {
  font-size: 15px;
  font-weight: 600;
}
#sec2 .sec2-box2 .sec2-tel p:nth-child(2) {
  font-size: 30px;
  font-weight: 600;
}
#sec2 .sec2-box2 .sec2-tel p:nth-child(2) i {
  display: inline-block;
  width: 18px;
  position: relative;
  margin-right: 4px;
  top: -1px;
}
#sec2 .sec2-box2 .sec2-tel p:nth-child(3) {
  font-size: 11px;
}
#sec2 .sec2-box2 .sec2-txtdeco {
  position: relative;
  z-index: 1;
  width: 40%;
  margin: 6vw 0px -12vw 2%;
}
#sec2 .sec2-box2 .sec2-txt5 {
  background: #fcfbf8;
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 12vw 2% 8vw;
  font-size: 4vw;
  line-height: 1.8;
  font-weight: 500;
}
#sec2 .sec2-box2 .sec2-txt5 span {
  position: relative;
  z-index: 1;
}
#sec2 .sec2-box2 .sec2-txt5 span::before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0px;
  width: 100%;
  height: 7px;
  background: #eee3cd;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #sec2 {
    padding: 6px 0px 0px;
  }
  #sec2 .wrap {
    z-index: 2;
  }
  #sec2::before {
    bottom: -128px;
    height: calc(100% + 380px);
    width: 150px;
  }
  #sec2 h2 {
    font-size: 38px;
    line-height: 56px;
    width: 435px;
    padding-bottom: 24px;
  }
  #sec2 h2 span {
    font-size: 16px;
  }
  #sec2 .sec2-txt1 {
    margin: 10px 0px 114px;
  }
  #sec2 .sec2-scroll .sec2-left {
    position: absolute;
    top: 44px;
    left: 0px;
    width: 460px;
    margin: 0px;
  }
  #sec2 .sec2-scroll .sec2-left h3 {
    font-size: 32px;
    line-height: 40px;
  }
  #sec2 .sec2-scroll .sec2-left h3 span {
    font-size: 22px;
  }
  #sec2 .sec2-scroll .sec2-left .sec2-txt2 {
    font-size: 28px;
    margin: 3vh 0px;
  }
  #sec2 .sec2-scroll .sec2-left .sec2-txt2 span {
    font-size: 22px;
  }
  #sec2 .sec2-scroll .sec2-left .sec2-txt3 {
    line-height: 30px;
  }
  #sec2 .sec2-scroll .sec2-left .sec2-box1 {
    margin: 4vh 0px;
    padding: 3vh 30px;
  }
  #sec2 .sec2-scroll .sec2-left .sec2-box1 h4 {
    font-size: 22px;
  }
  #sec2 .sec2-scroll .sec2-left .sec2-box1 h4 span {
    font-size: 16px;
  }
  #sec2 .sec2-scroll .sec2-left .sec2-box1 ul {
    margin: 2vh 0px;
    font-size: 18px;
    line-height: 35px;
  }
  #sec2 .sec2-scroll .sec2-left .sec2-box1 ul span {
    font-size: 17px;
  }
  #sec2 .sec2-scroll .sec2-left .sec2-txt4 {
    font-size: 15px;
  }
  #sec2 .sec2-scroll .sec2-right {
    width: 550px;
    margin: 0px -100px 0px auto;
  }
  #sec2 .sec2-scroll .sec2-right .sec2-img1 {
    margin: 0px -250px 0px 0px;
  }
  #sec2 .sec2-scroll .sec2-right .sec2-box3 {
    width: 430px;
    margin: 40px 0px 66px auto;
    line-height: 30px;
  }
  #sec2 .sec2-scroll .sec2-right .sec2-box3::before {
    top: -65px;
    left: -71px;
    width: 25px;
    height: 231px;
  }
  #sec2 .sec2-scroll .sec2-right .sec2-box3 h5 {
    font-size: 32px;
    margin: 0px 0px 22px;
  }
  #sec2 .sec2-scroll .sec2-right .sec2-box3.sec2-box31 {
    margin: 38px 0px 96px auto;
  }
  #sec2 .sec2-scroll .sec2-right .sec2-box3.sec2-box32 {
    margin: 38px 0px 106px auto;
  }
  #sec2 .sec2-box2 {
    width: 100%;
    margin: 162px 0px 0px;
    padding: 53px 0px 58px;
  }
  #sec2 .sec2-box2 .sec2-tel {
    line-height: 50px;
  }
  #sec2 .sec2-box2 .sec2-tel p:nth-child(1) {
    font-size: 17px;
  }
  #sec2 .sec2-box2 .sec2-tel p:nth-child(2) {
    font-size: 37.8px;
  }
  #sec2 .sec2-box2 .sec2-tel p:nth-child(2) i {
    width: 24px;
    top: -4px;
  }
  #sec2 .sec2-box2 .sec2-tel p:nth-child(3) {
    font-size: 14px;
  }
  #sec2 .sec2-box2 .sec2-txtdeco {
    width: 164px;
    margin: 12px 0px -60px 184px;
  }
  #sec2 .sec2-box2 .sec2-txt5 {
    width: 655px;
    padding: 26px 0px 38px;
    font-size: 19px;
    line-height: 45px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #sec2 .sec2-scroll .sec2-right {
    margin: 0px -40px 0px auto;
  }
  #sec2 .sec2-scroll .sec2-right .sec2-box3 {
    margin-right: 30px;
  }
}
@media screen and (min-width: 768px) and (max-height: 900px) {
  #sec2 .sec2-scroll .sec2-left {
    top: 10px;
  }
  #sec2 .sec2-scroll .sec2-left h3 {
    line-height: 30px;
  }
  #sec2 .sec2-scroll .sec2-left .sec2-txt2 {
    margin: 1vh 0px;
  }
  #sec2 .sec2-scroll .sec2-left .sec2-box1 {
    margin: 2vh 0px;
    padding: 1vh 30px;
  }
  #sec2 .sec2-scroll .sec2-left .sec2-box1 ul {
    margin: 1vh 0px;
  }
  #sec2 .sec2-scroll .sec2-left .sec2-box1 ul li {
    line-height: 20px;
  }
}

#sec3 {
  position: relative;
  background: url("../img/lunch/sec3_deco1.png") no-repeat top right/25%, url("../img/lunch/sec3_deco2.png") no-repeat bottom 4vw left/25%;
  padding: 16vw 0px;
}
#sec3 h2 {
  text-align: center;
  font-size: 6.5vw;
  line-height: 1.8;
}
#sec3 h2 span {
  font-size: 3.5vw;
  font-weight: 700;
}
#sec3 .sec3-txt1 {
  text-align: center;
  margin: 4vw 0px 8vw;
}
#sec3 .sec3-list li {
  margin: 0px 0px 10vw;
  box-sizing: border-box;
  padding: 10vw 6%;
  border-radius: 20px;
  border: 1px solid #000;
}
#sec3 .sec3-list li h3 {
  text-align: center;
  font-size: 6vw;
  line-height: 1.4;
}
#sec3 .sec3-list li h3 span {
  font-size: 5vw;
}
#sec3 .sec3-list li .sec3-txt2 {
  text-align: center;
  font-size: 5.5vw;
  margin: 2vw 0px 5vw;
}
#sec3 .sec3-list li .sec3-txt2 span {
  font-size: 5vw;
}
#sec3 .sec3-list li .sec3-txt5 {
  width: 40%;
  color: #fff;
  background: #e9c5b1;
  text-align: center;
  margin: -2vw auto 2vw;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.8;
}
#sec3 .sec3-list li .sec3-box1 {
  background: #faf8f4;
  padding: 8vw 5% 23vw;
  box-sizing: border-box;
  border-radius: 20px;
}
#sec3 .sec3-list li .sec3-box1 h4 {
  text-align: center;
  line-height: 1.5;
  font-size: 5vw;
  font-weight: 500;
}
#sec3 .sec3-list li .sec3-box1 h4 span {
  font-size: 4vw;
}
#sec3 .sec3-list li .sec3-box1 .sec3-txt3 {
  font-size: 4.5vw;
  margin: 4vw 0px;
  line-height: 1.8;
  font-weight: 500;
}
#sec3 .sec3-list li .sec3-box1 .sec3-txt3 span {
  z-index: 1;
  position: relative;
}
#sec3 .sec3-list li .sec3-box1 .sec3-txt3 span::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 4%;
  width: 92%;
  height: 7px;
  background-color: #e9c5b1;
  z-index: -1;
}
#sec3 .sec3-btn a {
  margin: 8vw auto;
  display: block;
}
#sec3 .sec3-box3 {
  box-sizing: border-box;
  background: #f5f1e9;
  text-align: center;
  padding: 10vw 4%;
  border-radius: 20px;
  margin-top: 60px;
}
#sec3 .sec3-box3 .sec3-tel {
  line-height: 1.6;
}
#sec3 .sec3-box3 .sec3-tel p:nth-child(1) {
  font-size: 15px;
  font-weight: 600;
}
#sec3 .sec3-box3 .sec3-tel p:nth-child(2) {
  font-size: 30px;
  font-weight: 600;
}
#sec3 .sec3-box3 .sec3-tel p:nth-child(2) i {
  display: inline-block;
  width: 18px;
  position: relative;
  margin-right: 4px;
  top: -1px;
}
#sec3 .sec3-box3 .sec3-tel p:nth-child(3) {
  font-size: 11px;
}
#sec3 .sec3-box3 .sec3-txtdeco {
  position: relative;
  z-index: 1;
  width: 40%;
  margin: 6vw 0px -12vw 2%;
}
#sec3 .sec3-box3 .sec3-txt6 {
  background: #fcfbf8;
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 12vw 2% 8vw;
  font-size: 4vw;
  line-height: 1.8;
  font-weight: 500;
}
#sec3 .sec3-box3 .sec3-txt6 span {
  position: relative;
  z-index: 1;
}
#sec3 .sec3-box3 .sec3-txt6 span::before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0px;
  width: 100%;
  height: 7px;
  background: #eee3cd;
  z-index: -1;
}
#sec3 .more a {
  position: absolute;
  display: block;
  padding: 0 20px 0 10px;
  text-align: center;
  border: 1px solid #000;
  position: absolute;
  border-radius: 100vw;
  width: 200px;
  margin: 20px;
}
#sec3 .more a::after {
  content: ">";
  position: absolute;
  right: 15px;
  top: 0%;
}
@media screen and (min-width: 768px) {
  #sec3 {
    background-size: auto, auto;
    background-position: top right, bottom 180px left;
    padding: 183px 0px 180px;
  }
  #sec3 h2 {
    line-height: 60px;
    font-size: 34px;
  }
  #sec3 h2 span {
    font-size: 16px;
  }
  #sec3 .sec3-txt1 {
    line-height: 30px;
    margin: 26px 0px 101px;
  }
  #sec3 .sec3-list {
    display: flex;
    justify-content: space-between;
    margin: 0px -120px 50px;
  }
  #sec3 .sec3-list li {
    margin: 0px;
    width: 390px;
    padding: 47px 28px 32px;
  }
  #sec3 .sec3-list li h3 {
    font-size: 32px;
    line-height: 40px;
  }
  #sec3 .sec3-list li h3 span {
    font-size: 24px;
  }
  #sec3 .sec3-list li .sec3-txt2 {
    font-size: 24px;
    margin: 7px 0px 33px;
  }
  #sec3 .sec3-list li .sec3-txt2 span {
    font-size: 20px;
  }
  #sec3 .sec3-list li .sec3-txt5 {
    font-size: 17px;
    line-height: 30px;
    width: 92px;
    margin: -15px auto 10px;
  }
  #sec3 .sec3-list li .sec3-box1 {
    padding: 26px 20px 22px;
    line-height: 30px;
    font-size: 15px;
  }
  #sec3 .sec3-list li .sec3-box1 h4 {
    font-size: 22px;
    line-height: 30px;
  }
  #sec3 .sec3-list li .sec3-box1 h4 span {
    font-size: 16px;
  }
  #sec3 .sec3-list li .sec3-box1 .sec3-txt3 {
    font-size: 18px;
    line-height: 35px;
    margin: 13px 0px 19px;
  }
  #sec3 .sec3-list li:nth-child(2) {
    width: 370px;
  }
  #sec3 .sec3-list li:nth-child(2) .sec3-txt2 {
    margin: -7px 0px 8px;
  }
  #sec3 .sec3-list li:nth-child(2) .sec3-txt3 {
    margin: 7px 0px 37px;
  }
  #sec3 .sec3-list li:nth-child(3) .sec3-txt2 {
    margin: -7px 0px 24px;
  }
  #sec3 .sec3-list li:nth-child(3) .sec3-box1 {
    padding: 46px 20px 100px;
    line-height: 35px;
  }
  #sec3 .btn-t1 a {
    line-height: 70px;
    margin: 79px auto 98px;
  }
  #sec3 .sec3-box3 {
    width: 100%;
    padding: 53px 0px 58px;
  }
  #sec3 .sec3-box3 .sec3-tel {
    line-height: 50px;
  }
  #sec3 .sec3-box3 .sec3-tel p:nth-child(1) {
    font-size: 17px;
  }
  #sec3 .sec3-box3 .sec3-tel p:nth-child(2) {
    font-size: 37.8px;
  }
  #sec3 .sec3-box3 .sec3-tel p:nth-child(2) i {
    width: 24px;
    top: -4px;
  }
  #sec3 .sec3-box3 .sec3-tel p:nth-child(3) {
    font-size: 14px;
  }
  #sec3 .sec3-box3 .sec3-txtdeco {
    width: 164px;
    margin: 12px 0px -60px 184px;
  }
  #sec3 .sec3-box3 .sec3-txt6 {
    width: 655px;
    padding: 26px 0px 38px;
    font-size: 19px;
    line-height: 45px;
  }
    #sec3 .more a {
    padding: 0 20px 2px 10px;
    width: 210px;
    line-height: 30px;
    box-sizing: border-box;
    margin: 20px 40px;
  }
  #sec3 .more a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  #sec3 .sec3-list {
    margin: 0px -70px;
  }
  #sec3 .sec3-list li {
    width: 370px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  #sec2 .sec2-scroll .sec2-right .sec2-box3.sec2-box31,
  #sec2 .sec2-scroll .sec2-right .sec2-box3.sec2-box32 {
    margin-right: 30px;
  }
  #sec3 .sec3-list li {
    padding: 47px 20px 32px;
    width: 340px;
  }
  #sec3 .sec3-list {
    margin: 0 -35px;
  }
  #sec3 .sec3-list li .sec3-box1 {
    font-size: 80%;
  }
  #sec2 .sec2-scroll .sec2-right .sec2-img1 {
    width: 550px;
  }
}/*# sourceMappingURL=lunch.css.map */

.kv-child img {
  object-fit: cover;
  object-position: 80% 50% !important
}