main#lunchbox-recipes .normal-price {
  display: none;
}
main#lunchbox-recipes .normal-price + .prod-item__price {
  margin-top: 8px;
}
main#lunchbox-recipes .prod-list .prod-item__price {
  text-align: center;
}
main#lunchbox-recipes .prod-list.column-box .prod-item__name {
  display: flex;
  align-items: flex-start;
  height: 100%;
}
main#lunchbox-recipes .prod-list.column-box .discount-price {
  height: 100%;
  display: flex;
  align-items: end;
}
main#lunchbox-recipes [id^=linkele_] {
  position: relative;
  top: -80px;
}
main#lunchbox-recipes .lp-menu a {
  background-color: #d0c8b5;
  color: #333;
}
main#lunchbox-recipes .btn-recipe.arw-solid.right {
  background-color: white;
  color: #333;
  border-color: #333;
  max-width: 360px;
}
main#lunchbox-recipes .btn-recipe.arw-solid.right:hover, main#lunchbox-recipes .btn-recipe.arw-solid.right:active, main#lunchbox-recipes .btn-recipe.arw-solid.right:focus {
  background-color: #d0c8b5;
  border-color: #d0c8b5;
  color: #333;
}
main#lunchbox-recipes .text-small {
  font-size: 1.5rem;
}
main#lunchbox-recipes h2 {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: center;
  padding-top: 96px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.3;
}
main#lunchbox-recipes h3 {
  padding-bottom: 10px;
  margin-bottom: 0px;
  text-align: center;
  margin-top: 30px;
  font-weight: bold;
  font-size: 1.575rem;
  line-height: 1.3;
}
main#lunchbox-recipes .mv {
  background-color: #fff;
  margin-bottom: 0px;
  padding-bottom: 32px;
}
main#lunchbox-recipes .lp-menu {
  background-color: #fff;
}
main#lunchbox-recipes #intro,
main#lunchbox-recipes #simple-onigiri,
main#lunchbox-recipes #bagel-sand {
  background-color: #fff;
}
@media screen and (max-width: 480px) {
  main#lunchbox-recipes .prod-list.column-box .not-discount {
    height: auto;
  }
  main#lunchbox-recipes .text-small {
    font-size: 1.38rem;
  }
  main#lunchbox-recipes h2 {
    padding-top: 50px;
  }
  main#lunchbox-recipes h3 {
    padding-bottom: 0px;
  }
  main#lunchbox-recipes section.content > .inner {
    padding-bottom: 50px;
  }
  main#lunchbox-recipes .intro-slogan.mb0 {
    font-size: 1.61rem;
  }
}/*# sourceMappingURL=lunchbox-recipes.css.map */