@charset "UTF-8";
/* info_custom */
/* text ........... $base-textcolor */
/* background ..... #eeeeee        */
/* button ......... $base-btncolor */
/* button ......... rgba(32,171,203  */
/* maincolor ...... #888888        */
/* error .......... #E86A6D        */
/*マイレシピ レシピ一覧*/
#recipe_container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.recipepage .recipe-wrapper, .myrecipe .recipe-wrapper {
  width: 97%;
  margin: 0 auto 0.5rem auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.recipepage .recipe-wrapper--item, .myrecipe .recipe-wrapper--item {
  width: 48%;
  margin: 1%;
}
.recipepage .recipe-wrapper--item img, .myrecipe .recipe-wrapper--item img {
  width: 100%;
  border-radius: 30%;
}
.recipepage .recipe-wrapper--item a, .myrecipe .recipe-wrapper--item a {
  color: #7b6156;
}
.recipepage .recipe-wrapper--item dl, .myrecipe .recipe-wrapper--item dl {
  margin-bottom: 1.5rem;
}
.recipepage .recipe-wrapper--item dl dt, .myrecipe .recipe-wrapper--item dl dt {
  width: 95%;
  margin: 0 auto 0.5rem auto;
  position: relative;
}
.recipepage .recipe-wrapper--item dl dt .recipeimg, .myrecipe .recipe-wrapper--item dl dt .recipeimg {
  z-index: 3;
  position: relative;
}
.recipepage .recipe-wrapper--item dl dt .recipeimg__deco, .myrecipe .recipe-wrapper--item dl dt .recipeimg__deco {
  position: absolute;
  z-index: 2;
  width: 20%;
}
.recipepage .recipe-wrapper--item dl dt .recipeimg__deco--top, .myrecipe .recipe-wrapper--item dl dt .recipeimg__deco--top {
  top: -2%;
  right: -3%;
}
.recipepage .recipe-wrapper--item dl dt .recipeimg__deco--bottom, .myrecipe .recipe-wrapper--item dl dt .recipeimg__deco--bottom {
  bottom: -3%;
  left: -3%;
}
.recipepage .recipe-wrapper--item dl dt .recipeimg__myrecipe, .myrecipe .recipe-wrapper--item dl dt .recipeimg__myrecipe {
  position: absolute;
  z-index: 3;
  width: 25%;
  bottom: -1%;
  right: -3%;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: 0.8s;
}
.recipepage .recipe-wrapper--item dl dt .recipeimg__myrecipe--on:before, .myrecipe .recipe-wrapper--item dl dt .recipeimg__myrecipe--on:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  font-size: 50px;
  width: 50px;
  height: 50px;
  color: #ffa75a;
}
.recipepage .recipe-wrapper--item dl dt .recipeimg__myrecipe--off:before, .myrecipe .recipe-wrapper--item dl dt .recipeimg__myrecipe--off:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  font-size: 50px;
  width: 50px;
  height: 50px;
  color: #dddddd;
}
.recipepage .recipe-wrapper--item dl dd, .myrecipe .recipe-wrapper--item dl dd {
  font-size: 1.4rem;
}
@media screen and (min-width: 767px) {
  .recipepage .recipe-wrapper--item, .myrecipe .recipe-wrapper--item {
    width: 32%;
    margin: 0.5%;
  }
}
.no-myrecipe {
  width: 95%;
  margin: 1rem auto;
}
.no-myrecipe__text {
  text-align: center;
  margin-bottom: 3rem;
}
.no-myrecipe__img {
  padding: 2rem;
  text-align: center;
  background-color: #f8ebdc;
  border-radius: 30%;
  width: 85%;
  margin: 0 auto;
}
.no-myrecipe__img .myrecipe-explanation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}
.no-myrecipe__img .myrecipe-explanation > * {
  margin: 0 0.5rem;
}
.no-myrecipe__img .myrecipe-explanation__text {
  font-size: 3rem;
}
.no-myrecipe__img .myrecipe-explanation__img {
  width: 10%;
}
.no-myrecipe__img .myrecipe-explanation__img img {
  width: 100%;
}
.no-myrecipe__img .offIcn i {
  font-size: 3rem;
  color: #dddddd;
}
.no-myrecipe__img .onIcn i {
  font-size: 3rem;
  color: #ffa75a;
}
/*レシピ一覧*/
.recipepage .search-category {
  position: relative;
  width: 90%;
  margin: 2rem auto;
  text-align: center;
}
.recipepage .search-category:after {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #f8bc87;
}
.recipepage select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  font-family: inherit;
  background-color: transparent;
  width: 100%;
  padding: 10px;
  font-size: 18px;
  border-radius: 0;
  border: none;
  border: 1px solid #f8bc87;
  border-radius: 10px;
}
.recipepage select::-ms-expand {
  display: none;
}
/*特集*/
.feature_detail {
  padding-top: 10px;
}
.feature_detail img {
  width: 100%;
}
.feature_detail .feature_banner {
  margin: 0 auto 3rem auto;
}
.feature_detail .feature_banner__img {
  margin-bottom: 2.5rem;
}
.feature_detail .feature_banner__deco {
  position: absolute;
  top: -9%;
  left: -3%;
  width: 20%;
  z-index: 4;
}
.feature_detail .feature_banner__text {
  position: relative;
  margin: 2rem 0;
  padding: 0 20px;
}
.feature_detail .feature_banner__text p {
  margin: 0;
  padding: 0;
}
.feature_detail .feature__item {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.feature_detail .feature__wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  border-bottom: dashed 2px #7B6156;
  padding: 0 0 20px 0;
}
.feature_detail .feature__img {
  line-height: 0;
  width: 40%;
  margin: 0 15px 0 0;
  position: relative;
}
.feature_detail .feature__img img {
  border-radius: 30%;
  border: solid 4px #ffffff;
}
.feature_detail .feature__text {
  width: 65%;
  padding-top: 1rem;
  position: relative;
  padding-right: 0.5rem;
}
.feature_detail .feature__text .moreBtn {
  text-align: right;
  margin: 20px 0 0 0;
}
.feature_detail .feature__text .moreBtn a {
  background: #ffa75a;
  color: #ffffff;
  font-size: 1rem;
  text-align: center;
  display: inline-block;
  border-radius: 30px;
  padding: 10px 20px;
}
.feature_detail .feature .recipeimg__myrecipe {
  background-repeat: no-repeat;
  transition: 0.8s;
}
.feature_detail .feature .recipeimg__myrecipe--on:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  font-size: 70px;
  color: #ffa75a;
  position: absolute;
  right: 0;
  bottom: 20px;
}
.feature_detail .feature .recipeimg__myrecipe--off:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  font-size: 70px;
  color: #dddddd;
  position: absolute;
  right: 0;
  bottom: 20px;
}
@media screen and (max-width: 480px) {
  .feature_detail .feature .recipeimg__myrecipe--on:before, .feature_detail .feature .recipeimg__myrecipe--off:before {
    font-size: 50px;
  }
}
/*レシピ詳細*/
.recipe_detail {
  padding-top: 10px;
}
.recipe_detail img {
  width: 100%;
}
.recipe_detail .recipe_top {
  background-image: url(../image/site/common__h2-back.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
  margin-bottom: 30px;
}
.recipe_detail .recipe_top__img {
  margin: 0 auto 20px auto;
  position: relative;
  width: 90%;
}
.recipe_detail .recipe_top__img img {
  border-radius: 30%;
}
.recipe_detail .recipe_top__text {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
}
.recipe_detail .recipe_top__text .recipe_cal {
  background-image: url(../image/site/recipe__calback.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  font-size: 1.6rem;
  padding: 1.5rem;
  max-width: 20%;
}
.recipe_detail .recipe_top__text .recipe_cal span {
  display: block;
  font-size: 0.9rem;
}
.recipe_detail .recipe_top__text .recipe_title {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.recipe_detail .recipe_top__text .recipe_title i {
  display: inline-block;
  padding: 0 5px 0 0;
}
.recipe_detail .recipe_top .recipeimg__myrecipe {
  position: absolute;
  z-index: 3;
  width: 15%;
  bottom: 0;
  right: 2%;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: 0.8s;
}
.recipe_detail .recipe_top .recipeimg__myrecipe--on:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  font-size: 70px;
  width: 70px;
  height: 70px;
  color: #ffa75a;
}
.recipe_detail .recipe_top .recipeimg__myrecipe--off:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  font-size: 70px;
  width: 70px;
  height: 70px;
  color: #dddddd;
}
.recipe_detail .recipe_comment {
  width: 90%;
  margin: 0 auto 3rem auto;
}
.recipe_detail .recipe_comment__attention {
  text-align: right;
  font-size: 0.8rem;
}
.recipe_detail .recipe_comment__deco {
  position: absolute;
  top: -17%;
  left: -3%;
  width: 20%;
  z-index: 4;
}
.recipe_detail .recipe_comment__text {
  position: relative;
  margin: 2rem 0 0.5rem 0;
  padding: 2rem 1.5rem 2rem 2.5rem;
  /*文字まわりの余白*/
  border: solid 1px #FAEB60;
  /*線の種類、太さ、色*/
  border-radius: 0.5rem;
  /*ボックスの角のまるみ*/
}
.recipe_detail .recipe_comment__text:before, .recipe_detail .recipe_comment__text:after {
  position: absolute;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  /*ボックスの角のまるみ*/
}
.recipe_detail .recipe_comment__text:before {
  left: 0;
  border: solid 1px #FAEB60;
  /*線の種類、太さ、色*/
  transform: rotate(-0.7deg);
  /*ボックスの角度*/
}
.recipe_detail .recipe_comment__text:after {
  left: 0;
  border: solid 1px #FAEB60;
  /*線の種類、太さ、色*/
  transform: rotate(0.7deg);
  /*ボックスの角度*/
}
.recipe_detail .recipe_comment__text p {
  margin: 0;
  padding: 0;
}
.recipe_detail .recipe_wrapper {
  width: 90%;
  margin: 0 auto;
}
.recipe_detail .recipe_wrapper img {
  width: 100%;
}
.recipe_detail .recipe_wrapper__ingredient {
  margin-bottom: 2rem;
}
.recipe_detail .recipe_wrapper__ingredient .recipe_ingredient {
  margin: 0 auto 3rem auto;
  border: solid 1px #f8bc87;
  border-radius: 20px;
  padding: 30px 20px;
  box-sizing: border-box;
}
.recipe_detail .recipe_wrapper__ingredient .recipe_ingredient ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px dashed #7b6156;
}
.recipe_detail .recipe_wrapper__title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #707070;
  margin-bottom: 1rem;
}
.recipe_detail .recipe_wrapper__title--img {
  margin: 0 0 20px 0;
  text-align: center;
  font-weight: bold;
  color: #f8bc87;
  font-size: 1.8rem;
}
.recipe_detail .recipe_wrapper__how .recipe_how {
  margin-bottom: 2rem;
  border: solid 1px #f8bc87;
  border-radius: 20px;
  padding: 30px 20px;
  box-sizing: border-box;
}
.recipe_detail .recipe_wrapper__how .recipe_how ul {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 0 0 20px 0;
  border-bottom: dashed 2px #7b6156;
}
.recipe_detail .recipe_wrapper__how .recipe_how ul:last-child {
  border-bottom: none;
  padding: 0;
}
.recipe_detail .recipe_wrapper__how .recipe_how__step {
  margin: 0 15px 0 0;
}
.recipe_detail .recipe_wrapper__how .recipe_how__step div {
  font-size: 1rem;
  line-height: 1rem;
  background: #f8bc87;
  width: 70px;
  height: 70px;
  border-radius: 70px;
  color: #ffffff;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.recipe_detail .recipe_wrapper__how .recipe_how__step p {
  width: 100%;
}
.recipe_detail .recipe_wrapper__how .recipe_how__step p span {
  display: inline-block;
  padding: 0 0 5px 0;
}
.recipe_detail .recipe_wrapper__how .recipe_how__comment {
  width: 85%;
}
.recipe_whois img {
  width: 100%;
}
.recipe_whois .whois__thanks {
  margin-bottom: 2rem;
}
.recipe_whois .whois {
  width: 90%;
  margin: 0 auto;
}
.recipe_whois .whois__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #f8bc87;
}
.recipe_whois .whois__insta {
  width: 10%;
}
.recipe_whois .whois__name {
  width: 85%;
}
