@charset "utf-8";
/* CSS Document */
main h1 {
  color: #FC393D;
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 3.6rem;
  padding: 50px 0 10px 0;
}
.lunch-description {
  color: #FFF;
  font-size: 2.0rem;
  background-color: #FC393D;
  border-radius: 20px;
  display: inline-block;
  padding: 20px 20px;
  font-weight: 600;
  margin-top: 20px;
  width: 360px;
}
.lunch-description span {
  font-size: 1.6rem;
  font-weight: 500;
}
main h2 {
  font-size: 3.0rem;
  font-weight: 600;
  width: 100%;
  margin-top: 40px;
  position: relative;
}
main h2:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 296px;
  height: 3px;
  transform: translateX(-50%);
  background-image: linear-gradient(to right, #E29251, #E29251 8px, transparent 8px, transparent 16px);
  background-size: 16px 3px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
article {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  font-weight: 600;
}
.lunch_price {
  font-size: 2.4rem;
  width: 100%;
  margin: 20px 0 20px;
  font-weight: 600;
}
.lunch_price span {
  font-size: 1.6rem;
  font-weight: 500;
  margin-right: 10px;
}
figure {
  margin: 0 0.8rem;
}
figure img {
  margin: 0 auto;
}
figcaption {
  margin: 15px 0 15px;
}
.half-set figure {
  width: calc(100% / 1 - 0.8rem * 2);
}
.half-set__description {
  color: #FFF;
  font-size: 1.3rem;
  background-color: #0997B4;
  border-radius: 20px;
  display: inline-block;
  padding: 20px 20px;
  margin-top: 20px;
  margin: 0 auto;
  width: 360px;
}
.dx-lunch__description {
  width: 100%;
  font-weight: 500;
  margin-bottom: 20px;
}
.dx-lunch figure {
  width: calc(100% / 2 - 0.8rem * 2);
}
.single-lunch figure {
  width: calc(100% / 2 - 0.8rem * 2);
}
.single-lunch__description {
  color: #FFF;
  font-size: 1.3rem;
  background-color: #0997B4;
  border-radius: 20px;
  padding: 20px 20px;
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.single-lunch__description li {
  margin: 0 15px;
}
.paella-lunch__description {
  width: 80%;
  margin-bottom: 20px;
}
.paella-lunch figure {
  width: calc(100% / 1 - 0.8rem * 2);
  font-size: 2.4rem;
}
.paella-lunch figure img {
  margin: 0 auto;
}
.paella-lunch figure figcaption span {
  font-weight: 500;
  font-size: 1.6rem;
}
.kids-lunch figcaption {
  width: 80%;
  margin: 0 auto;
  font-weight: 500;
  margin-top: 20px;
}
.set-drink {
  position: relative;
  margin: 40px 16px 0;
  padding: 20px 20px;
  border: solid 3px #FC393D;
  background: #FCC7C8;
}
.set-drink:before {
  content: "";
  width: 190px;
  height: 3px;
  background: #FCC7C8;
  position: absolute;
  top: -3px;
  left: 2%;
}
.set-drink h3 {
  position: absolute;
  top: -13px;
  left: 20px;
  font-size: 2.4rem;
  color: #FC393D;
}
.side-menu {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 80px;
}
.side-menu div {
  width: calc(100% / 1);
  padding: 0 16px;
}
.side-menu img {
  display: inline-block;
  width: 35px;
  height: auto;
  margin: 0 5px;
}
.side-menu dl {
  display: flex;
  flex-wrap: wrap;
  border: solid 3px #0997B4;
  border-radius: 20px;
  background-color: #FFF;
  margin: 20px auto 0;
  padding: 20px;
  max-width: 700px;
}
.side-menu dt {
  width: 70%;
  text-align: left;
  margin-bottom: 7px;
}
.side-menu dd {
  width: 30%;
  text-align: right;
  margin-bottom: 5px;
}
.side-menu h2:before {
  display: none;
}
@media (min-width:768px) {
  figure {
    margin: 0 1.6rem;
  }
  .half-set figure {
    width: calc(100% / 3 - 1.6rem * 2);
  }
  .half-set__description {
    width: auto;
  }
  .dx-lunch figure {
    width: calc(100% / 5 - 1.6rem * 2);
  }
  .single-lunch figure {
    width: calc(100% / 4 - 1.6rem * 2);
  }
  .paella_kids_container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .paella-lunch {
    width: 800px;
  }
  .paella-lunch__description {
    width: 100%;
  }
  .paella-lunch figure {
    width: calc(100% / 2 - 1.6rem * 2);
  }
  .kids-lunch {
    width: 400px;
    height: 420px;
  }
  .set-drink {
    width: 70%;
    max-width: 1000px;
    margin: 60px auto 0;
  }
  .set-drink h3 {
    left: 25px;
  }
  .side-menu div {
    width: calc(100% / 2 - 1.6rem * 2);
    padding: 0 20px;
  }
}