@charset "UTF-8";
/* info_custom */
/* text ........... $base-textcolor */
/* background ..... #eeeeee        */
/* button ......... $base-btncolor */
/* button ......... rgba(32,171,203  */
/* maincolor ...... #888888        */
/* error .......... #E86A6D        */
/*マイレシピ レシピ一覧*/
.recipepage .recipe-wrapper, .myrecipe .recipe-wrapper {
  width: 97%;
  margin: 0 auto .5rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      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: .5rem;
}

.recipepage .recipe-wrapper--item a, .myrecipe .recipe-wrapper--item a {
  color: #1a1a1a;
}

.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 .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;
  -webkit-transition: .8s;
  transition: .8s;
}

.recipepage .recipe-wrapper--item dl dt .recipeimg__myrecipe--on, .myrecipe .recipe-wrapper--item dl dt .recipeimg__myrecipe--on {
  background-image: url(../image/site/common__fav_on.png);
}

.recipepage .recipe-wrapper--item dl dt .recipeimg__myrecipe--off, .myrecipe .recipe-wrapper--item dl dt .recipeimg__myrecipe--off {
  background-image: url(../image/site/common__fav_off.png);
}

.recipepage .recipe-wrapper--item dl dd, .myrecipe .recipe-wrapper--item dl dd {
  text-align: center;
  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: #e0f3f5;
  border-radius: .5rem;
  width: 85%;
  margin: 0 auto;
}

.no-myrecipe__img .myrecipe-explanation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
}

.no-myrecipe__img .myrecipe-explanation > * {
  margin: 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%;
}

/*レシピ一覧*/
.recipepage .search-category {
  position: relative;
  width: 90%;
  margin: 2rem auto;
  text-align: center;
}

.recipepage .search-category:after {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #20ABCB;
}

.recipepage select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  font-family: inherit;
  background-color: transparent;
  width: 100%;
  padding: 10px 10px 10px 0;
  font-size: 18px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #20ABCB;
  -webkit-box-shadow: 0 5px 3px -3px #f3f3f3;
          box-shadow: 0 5px 3px -3px #f3f3f3;
}

.recipepage select::-ms-expand {
  display: none;
}

/*特集*/
.feature_detail img {
  width: 100%;
}

.feature_detail .feature_banner {
  width: 90%;
  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: 2rem 1.5rem 2rem 2.5rem;
  /*文字まわりの余白*/
  border: solid 1px #20ABCB;
  /*線の種類、太さ、色*/
  border-radius: .5rem;
  /*ボックスの角のまるみ*/
}

.feature_detail .feature_banner__text:before, .feature_detail .feature_banner__text:after {
  position: absolute;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: .5rem;
  /*ボックスの角のまるみ*/
}

.feature_detail .feature_banner__text:before {
  left: 0;
  border: solid 1px #20ABCB;
  /*線の種類、太さ、色*/
  -webkit-transform: rotate(-0.7deg);
          transform: rotate(-0.7deg);
  /*ボックスの角度*/
}

.feature_detail .feature_banner__text:after {
  left: 0;
  border: solid 1px #20ABCB;
  /*線の種類、太さ、色*/
  -webkit-transform: rotate(0.7deg);
          transform: rotate(0.7deg);
  /*ボックスの角度*/
}

.feature_detail .feature_banner__text p {
  margin: 0;
  padding: 0;
}

.feature_detail .feature__item {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(../image/site/feature__back.png);
  background-size: 100% 20%;
  background-position: 0 bottom;
  background-repeat: no-repeat;
  margin-bottom: 2rem;
}

.feature_detail .feature__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 90%;
  margin: 0 auto;
}

.feature_detail .feature__img {
  line-height: 0;
  width: 30%;
}

.feature_detail .feature__text {
  width: 65%;
  padding-top: 1rem;
  position: relative;
  padding-right: .5rem;
}

.feature_detail .feature .recipeimg__myrecipe {
  position: absolute;
  z-index: 3;
  width: 10%;
  bottom: -1%;
  right: 4%;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transition: .8s;
  transition: .8s;
}

.feature_detail .feature .recipeimg__myrecipe--on {
  background-image: url(../image/site/common__fav_on.png);
}

.feature_detail .feature .recipeimg__myrecipe--off {
  background-image: url(../image/site/common__menu_fav.png);
}

/*レシピ詳細*/
.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;
  padding-bottom: 2.5rem;
  margin-bottom: 3rem;
}

.recipe_detail .recipe_top__img {
  margin-bottom: 1.5rem;
  position: relative;
}

.recipe_detail .recipe_top__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      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: .9rem;
}

.recipe_detail .recipe_top__text .recipe_title {
  width: 75%;
  font-size: 1.6rem;
}

.recipe_detail .recipe_top .recipeimg__myrecipe {
  position: absolute;
  z-index: 3;
  width: 15%;
  bottom: -5%;
  right: 2%;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transition: .8s;
  transition: .8s;
}

.recipe_detail .recipe_top .recipeimg__myrecipe--on {
  background-image: url(../image/site/common__fav_on.png);
}

.recipe_detail .recipe_top .recipeimg__myrecipe--off {
  background-image: url(../image/site/common__fav_off.png);
}

.recipe_detail .recipe_comment {
  width: 90%;
  margin: 0 auto 3rem auto;
}

.recipe_detail .recipe_comment__attention {
  text-align: right;
  font-size: .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 .5rem 0;
  padding: 2rem 1.5rem 2rem 2.5rem;
  /*文字まわりの余白*/
  border: solid 1px #FAEB60;
  /*線の種類、太さ、色*/
  border-radius: .5rem;
  /*ボックスの角のまるみ*/
}

.recipe_detail .recipe_comment__text:before, .recipe_detail .recipe_comment__text:after {
  position: absolute;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: .5rem;
  /*ボックスの角のまるみ*/
}

.recipe_detail .recipe_comment__text:before {
  left: 0;
  border: solid 1px #FAEB60;
  /*線の種類、太さ、色*/
  -webkit-transform: rotate(-0.7deg);
          transform: rotate(-0.7deg);
  /*ボックスの角度*/
}

.recipe_detail .recipe_comment__text:after {
  left: 0;
  border: solid 1px #FAEB60;
  /*線の種類、太さ、色*/
  -webkit-transform: rotate(0.7deg);
          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 {
  width: 95%;
  margin: 0 auto 3rem auto;
}

.recipe_detail .recipe_wrapper__ingredient .recipe_ingredient ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
  padding-bottom: .5rem;
  border-bottom: 1px solid #CCCCCC;
}

.recipe_detail .recipe_wrapper__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: .2rem;
  border-bottom: 1px solid #707070;
  margin-bottom: 1rem;
}

.recipe_detail .recipe_wrapper__title--img {
  width: 20%;
}

.recipe_detail .recipe_wrapper__how .recipe_how {
  margin-bottom: 2rem;
}

.recipe_detail .recipe_wrapper__how .recipe_how ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1.5rem;
}

.recipe_detail .recipe_wrapper__how .recipe_how__step {
  background-image: url(../image/site/recipe__stepback.png);
  width: 15%;
  padding: .5rem .5rem .5rem 1.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 1.2rem;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #20ABCB;
}

.recipe_whois .whois__insta {
  width: 10%;
}

.recipe_whois .whois__name {
  width: 85%;
}
/*# sourceMappingURL=himitsu.css.map */