@charset "UTF-8";
.recipe_list li {
  margin-bottom: 2.5em; }
.recipe_list a {
  width: 100%;
  display: block;
  position: relative; }
  .recipe_list a:hover .recipe_img img, .recipe_list a:active .recipe_img img {
    transform: scale(1.05); }
.recipe_list .recipe_img {
  display: block;
  padding: 15px;
  box-sizing: border-box;
  width: 100%;
  border-radius: 10px;
  background: #ffd6dd url(../img/recipe_bg.png) 50% 50% repeat;
  overflow: hidden; }
  .recipe_list .recipe_img img {
    transition: 0.3s all cubic-bezier(0.455, 0.03, 0.515, 0.955);
    display: block;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2); }
  .recipe_list .recipe_img.pdf_ribbon::before {
    content: "";
    position: absolute;
    display: block;
    width: 80px;
    height: 80px;
    top: 0;
    right: 0;
    background: url(../img/icon_pdf.svg) 50% 50% no-repeat;
    z-index: 5; }
.recipe_list .recipe_label {
  display: block;
  position: absolute;
  bottom: -1.2em;
  width: 84%;
  left: 8%;
  color: #ffffff;
  text-align: center;
  line-height: 1.4;
  box-sizing: border-box;
  display: block;
  margin: auto;
  z-index: 1; }
  .recipe_list .recipe_label > span {
    position: relative;
    z-index: 2;
    display: block;
    box-sizing: border-box;
    padding: 1ex;
    width: 96%;
    margin: auto;
    font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
    transform: rotate(0.05deg); }
  .recipe_list .recipe_label::before, .recipe_list .recipe_label::after {
    content: "";
    display: block;
    background-color: #f14461;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0; }
  .recipe_list .recipe_label::before {
    transform: skew(-15deg); }
  .recipe_list .recipe_label::after {
    transform: skew(15deg); }

.cabbage .recipe_img {
  background-color: #e2edcc; }
.cabbage .recipe_label::before,
.cabbage .recipe_label::after {
  background-color: #57a710; }

.tamanegi .recipe_img {
  background-color: #ffe0c7; }
.tamanegi .recipe_label::before,
.tamanegi .recipe_label::after {
  background-color: #e56100; }

.mizunasu .recipe_img {
  background-color: #ccc5e1; }
.mizunasu .recipe_label::before,
.mizunasu .recipe_label::after {
  background-color: #7140d5; }

.okura .recipe_img {
  background-color: #dcece5; }
.okura .recipe_label::before,
.okura .recipe_label::after {
  background-color: #11ab27; }

.broccoli .recipe_img {
  background-color: #deecdc; }
.broccoli .recipe_label::before,
.broccoli .recipe_label::after {
  background-color: #359111; }

/*# sourceMappingURL=recipe.css.map */
