@charset "UTF-8";
/* transition */
/* ==================================================
	MV
================================================== */
#content_area {
  padding: 0 5vw;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 751px) {
  #content_area {
    padding: 0 50px;
  }
}
/* ========== end △ */

.page_ttl {
  font-size: 2.4rem;
}
.page_ttl .keyword {
  display: block;
  color: #333333;
  font-size: 1.6rem;
}

.recipe-btnwrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.recipe-btn {
  width: 47.5%;
  background: #f18d1e;
  color: #fff;
  font-size: 2rem;
  padding: 3vw 0;
  border-radius: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.recipe-btn span {
  font-size: 1.4rem;
  margin-right: 10px;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 751px) {
  .recipe-btn {
    padding: 30px 0;
  }
}
/* ========== end △ */
.recipe-box:nth-child(n+2) {
  margin-top: 3vw;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 751px) {
  .recipe-box:nth-child(n+2) {
    margin-top: 30px;
  }
}
/* ========== end △ */
.recipe-box a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  border-radius: 5px;
  border: 1px solid #adadad;
}
.recipe-box .thum {
  width: 37vw;
  max-height: 70vw;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 751px) {
  .recipe-box .thum {
    width: 250px;
  }
}
/* ========== end △ */
.recipe-box .cont {
  width: 55vw;
  padding: 3vw 2vw;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 751px) {
  .recipe-box .cont {
    width: 450px;
    padding: 30px 20px;
  }
}
/* ========== end △ */
.recipe-box .cont .txt {
  font-size: 1.2rem;
  margin-top: 1vw;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 751px) {
  .recipe-box .cont .txt {
    margin-top: 10px;
  }
}
/* ========== end △ */
.recipe-box .arrow {
  width: 8vw;
  background: #fff0d1;
  color: #eb5a24;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  border-radius: 0 5px 5px 0;
  font-size: 2rem;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 751px) {
  .recipe-box .arrow {
    width: 50px;
  }
}
/* ========== end △ */

/* ==================================================
	レシピ詳細
================================================== */
.single-season {
  background: #f18d1e;
  color: #fff;
  padding: 1vw 5vw;
  border-radius: 5px;
  display: inline-block;
  font-size: 1.4rem;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 751px) {
  .single-season {
    padding: 5px 20px;
  }
}
/* ========== end △ */
.single-ttl {
  font-size: 2rem;
}
.single-time {
  font-size: 1.4rem;
}
.single-h2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 2rem;
}
.single-h2:before {
  content: "";
  display: block;
  width: 10px;
  height: 25px;
  border-radius: 10px;
  background: #eb5a24;
  margin-right: 10px;
}
.single-material li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #adadad;
}
.single-material li .name {
  width: 65vw;
  padding-right: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /*&:before{
  	content: "●";
  	display: block;
  	margin-right: 5px;
  }*/
}
.single-material li .quantity {
  width: 35vw;
}
.single-material .no_circle {
  border-bottom: 0;
  padding-bottom: 0;
}
.single-material .no_circle .name {
  color: #eb5a24;
}
.single-material .no_circle .name:before {
  content: none;
}
.single-material .no_item {
  background: rgba(255, 250, 207, 0.2);
  height: 53px;
}
.single-material .gomadore {
  font-weight: bold;
  color: #eb5a24;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 751px) {
  .single-material .mt3vw {
    margin-top: 10px;
  }
}
/* ========== end △ */
.single-howto ol {
  counter-reset: my-counter;
  list-style: none;
}
.single-howto li {
  padding: 15px 0;
  border-bottom: 1px solid #adadad;
  position: relative;
  padding-left: 20px;
}
.single-howto li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #333333;
  border-radius: 50%;
  box-sizing: border-box;
  height: 15px;
  width: 15px;
  color: #fff;
  font-size: 70%;
  text-align: center;
  position: absolute;
  top: 20px;
  left: 0;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 751px) {
  .single-howto .mt3vw {
    margin-top: 10px;
  }
}
/* ========== end △ */
.single-sns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.single-sns a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 95px;
  color: #fff;
  padding: 10px 0;
  font-size: 1rem;
  margin: 0 10px;
}
.single-sns span {
  margin-right: 5px;
  font-size: 1.4rem;
}
.single-sns .fb {
  background: #4267b2;
}
.single-sns .tw {
  background: #1ea1f2;
}
.single-sns .line {
  background: #01b833;
}
.single-key .ttl {
  font-size: 2rem;
}
.single-key ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.single-key li {
  margin: 10px 5px 0;
}
.single-key a {
  background: #f18d1e;
  color: #fff;
  border-radius: 50px;
  padding: 3px 10px;
  min-width: 60px;
  display: block;
  text-align: center;
}
.single-btn a {
  display: block;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding: 5vw 0;
  border-radius: 5px;
  background: #eb5a24;
  color: #fff;
  border: 2px solid #fff;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 751px) {
  .single-btn a {
    padding: 40px 0;
  }
}
/* ========== end △ */
.single-btn span {
  display: inline-block;
  margin-right: 10px;
}/*# sourceMappingURL=content.css.map */