#key {
  background-image: url("../img/lunch/key.jpg");
}

#sec1 {
  background: url("../img/lunch/sec1_bg.png") no-repeat bottom/100% auto;
}

#sec1 ul {
  width: 90%;
  margin: auto;
}

#sec1 ul li {
  width: 48%;
}

.priceBox {
  text-align: center;
}

.priceBox dt {
  font-size: 16px;
}

.priceBox dt span {
  font-size: 150%;
}

.priceBox dd {
  color: #fff;
  font-size: 20px;
  background: url("../img/shared/bg5.jpg");
}

.priceBox dd span {
  font-size: 75%;
}

#sec2 {
  background: url("../img/shared/bg4.jpg");
}

#sec2 .set1 h3 {
  margin-top: -5vw;
  position: relative;
}

#sec2 .set2 {
  position: relative;
}

#sec2 .set2:before {
  content: "";
  height: 23vw;
  pointer-events: none;
  z-index: 1;
  position: absolute;
  top: -4vw;
  right: 0;
  left: 0;
  background: url("../img/lunch/sec2_deco2.png") no-repeat top left/100% auto;
}

#sec2 .set2 .box {
  position: relative;
  padding-bottom: 30px;
  background: url("../img/lunch/sec2_bg.jpg");
}

#sec2 .set2 .box:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 5px;
  border: 1px solid #5e6f25;
}

#sec2 .feedBox dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#sec2 .feedBox dl + dl {
  margin-top: 15px;
}

#sec2 .feedBox .img {
  width: 48%;
  height: 25vw;
  position: relative;
}

#sec2 .feedBox .img span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  background: url("../img/lunch/no-img.jpg") no-repeat center/cover;
}

#sec2 .feedBox dd {
  width: 48%;
  font-size: 13px;
}

#sec2 .feedBox .date {
  font-size: 12px;
  color: #916120;
}

#sec2 .feedBox .title {
  font-size: 17px;
}

#sec2 .set3 {
  position: relative;
  padding-top: 8vw;
}

#sec2 .set3 h3 {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#sec2 .set4 {
  position: relative;
}

#sec2 .set4:before {
  content: "";
  height: 42vw;
  pointer-events: none;
  z-index: 1;
  position: absolute;
  top: -20vw;
  right: 0;
  left: 0;
  background: url("../img/lunch/sec2_deco4.png") no-repeat top left/100% auto;
}

#sec2 .set4:after {
  content: "";
  height: 13vw;
  pointer-events: none;
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: -5vw;
  left: 0;
  background: url("../img/lunch/sec2_deco402.png") no-repeat top left/100% auto;
}

#sec2 .set4 .box {
  padding-bottom: 8vw;
  border: 1px solid #5e6f25;
}

#sec2 .set4 .img {
  width: 80%;
  margin: auto;
}

#sec3 {
  position: relative;
  background: url("../img/lunch/sec3_deco2.png") no-repeat center bottom 47vw/100% auto;
}

#sec3 h2 {
  position: relative;
  z-index: 1;
}

#sec3 .prr {
  position: relative;
  height: 60vw;
  margin-bottom: -7vw;
}

#sec3 .box {
  padding: 20px 10% 30px;
  position: relative;
}

#sec3 .box:before, #sec3 .box:after {
  content: "";
  height: 3px;
  border-top: 1px solid #be8f52;
  border-bottom: 1px solid #be8f52;
  position: absolute;
  right: 4%;
  left: 4%;
}

#sec3 .box:before {
  top: 0;
}

#sec3 .box:after {
  bottom: 0;
}

#sec4 {
  text-align: center;
  background: url("../img/shared/bg1.jpg");
  position: relative;
}

#sec4:before {
  content: "";
  height: 30vw;
  pointer-events: none;
  z-index: 1;
  width: 50%;
  position: absolute;
  top: -7vw;
  left: 0;
  background: url("../img/lunch/sec4_ttl_deco.png") no-repeat top left/100% auto;
}

#sec4 .menuBox {
  text-align: left;
  padding: 15px 0;
  border-bottom: 1px solid #f8e6ce;
}

#sec4 .menuBox ul {
  padding: 10px 20px;
}

#sec4 .menuBox dl {
  padding: 0 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#sec4 .menuBox dl dd {
  text-align: right;
}

#sec4 .toggle-link {
  padding-bottom: 20px;
}

#sec4 .toggle-link:after {
  content: '';
  border-top: 10px solid #000;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  margin: auto;
  line-height: 1;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  top: auto;
}

#sec4 .toggle.active .toggle-link:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.mt30{
	margin-top: 30px;
}