@charset "utf-8";
.recipe_wrap h1, .recipe_wrap h2, .recipe_wrap h3, .recipe_wrap p {
  color: #42210B;
}
.recipe_wrap h2 {
  border: none;
}
.recipe_wrap a {
  text-decoration: none;
  color: #42210b;
}
.recipe_wrap {
  margin: 35px auto 0;
  width: 740px;
}
.bg_green {
  background: radial-gradient(#fff, #e0ebaf);
}
.recipe_intro {
  padding: 50px;
}
.recipe_wrap h1 {
  font-family: inherit;
  padding: 50px 0 25px;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 0 #fff;
}
p .mas_letra {
  display: block;
  font-size: 1.4em;
  font-weight: bold;
  margin: 20px;
  text-align: center;
}
.recipe_product {
  margin: 50px 40px;
}
.recipe_product .okara-powder {
  position: relative;
}
.recipe_product .okara-powder .pname, .recipe_product .uninori .pname {
  position: absolute;
  top: 30px;
  left: 35px;
  font-weight: 700;
}
.recipe_product .satsumaage {
  position: relative;
}
.recipe_product .satsumaage .pname {
  position: absolute;
  top: 30px;
  left: 35px;
  color: #fff;
  font-weight: 700;
}
.gold_box {
  width: 300px;
  height: auto;
  margin: 0px auto;
  padding: 5px;
  text-align: center;
  background: linear-gradient(to right bottom, #66452e, #b1884d, #fde58e, #c6a364, #fde89e, #b1884d);
}
.recipe_wrap h2 {
  margin-bottom: 0;
  padding: 6% 5% 4%;
  background-color: #FFF;
  font-size: 1.4em;
}
.contents ul {
  padding: 50px 0;
}
.contents ul li {
  display: flex;
  justify-content: flex-start;
  position: relative;
  margin-bottom: 50px;
}
.recipe_text {
  background: url("https://gigaplus.makeshop.jp/nishihara01/toksyuu/recipe/top/recipe_bg_beige.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 420px;
  margin-left: 30px;
  padding: 25px;
  font-size: 1.2em;
  line-height: 1.5em;
}
.recipe_arrow p {
  color: #fff;
}
.recipe_arrow a {
  position: absolute;
  bottom: 10px;
  padding: 5px 15px;
  right: 30px;
  background: #42210b;
}
.recipe_arrow a:hover {
  opacity: 0.5;
}
.recipe_thumbnail {
  margin: 0px 20px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.recipe_thumbnail li figure {
  margin: 0 25px;
}
.recipe_thumbnail li {
  text-align: center;
}
.recipe_thumbnail li a:hover {
  opacity: 0.6;
}
figure figcaption {
  padding: 10px 0 25px;
  line-height: 1em;
}
@media screen and (max-width:768px) {
  .recipe_wrap h1, .recipe_wrap h2, .recipe_wrap h3, .recipe_wrap p, .recipe_wrap li, .recipe_wrap a {
    color: #42210B;
  }
  .recipe_wrap p, .recipe_wrap li {
    text-align: left;
  }
  .recipe_wrap {
    margin: 0 auto;
    width: 100%;
    background: radial-gradient(#fff, #e0ebaf);
  }
  .recipe_wrap p {
    text-align: left;
  }
  .top_image img {
    width: 100%;
  }
  .recipe_intro {
    padding: 15px;
    text-align: center;
  }
  .break_text {
    display: inline-block;
  }
  .recipe_intro h1 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 80px 0 50px;
  }
  .recipe_intro p .mas_letra {
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    display: block;
    margin-bottom: 30px;
  }
  .contents {
    padding: 5px;
  }
  .recipe_product {
    margin: 50px 2vw;
  }
  .gold_box {
    width: 80%;
    margin: 50px auto 20px;
    padding: 1%;
    background: linear-gradient(to right bottom, #66452e, #b1884d, #fde58e, #c6a364, #fde89e, #b1884d);
    background-position: center;
  }
  .contents ul li {
    display: block;
  }
  .recipe_wrap ul li figure {
    margin: 30px 0;
    text-align: center;
  }
  .recipe_wrap ul li figre img {
    width: 47vw;
  }
  .recipe_wrap figcaption {
    margin: 15px 0 0px;
  }
  .gold_box h2 {
    background: #fff;
    font-size: 1.5em;
    text-align: center;
    margin: 0;
    padding: 6% 0 4%;
  }
  .recipe_text {
    font-size: 1rem;
    line-height: 1.2rem;
    margin-left: 0;
    width: 100%;
  }
  .recipe_arrow p {
    background-color: #42210b;
    color: #fff;
  }
  .recipe_thumbnail {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .recipe_thumbnail li {
    width: 50%;
  }
}