@charset "UTF-8";
/* info_custom */
/* text ........... $base-textcolor */
/* background ..... #eeeeee        */
/* button ......... $base-btncolor */
/* button ......... rgba(32,171,203  */
/* maincolor ...... #888888        */
/* error .......... #E86A6D        */
/*マイレシピ レシピ一覧*/

/*レシピ一覧カテゴリー*/
.nami_02.recipe{
	margin-top: 70px;
}
.recipepage,.myrecipe{
		background:#cd3f23;
	background-image: url(../image/site/bg_img_01.jpg);
	background-repeat: repeat;
	background-size: 230px;
	padding-top: 30px;
}
.recipepage .recipe-wrapper, .myrecipe .recipe-wrapper {
  width: 90%;
	margin: 0 auto;
}

.recipepage .recipe-wrapper .contents_block,.myrecipe .recipe_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.recipepage .recipe-wrapper--item, .myrecipe .recipe-wrapper--item {
  width: 48%;
position: relative;
}
.recipepage .recipe-wrapper--item:nth-of-type(odd), .myrecipe .recipe-wrapper--item:nth-of-type(odd){
	margin-right: 4%;
}
.recipepage .recipe-wrapper--item img, .myrecipe .recipe-wrapper--item img {
  width: 100%;
  border-radius: 2rem;
}

.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: 100%;
  margin-bottom: .5rem;
  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: 5%;
  right: 5%;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transition: .4s;
  transition: .4s;
}

.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);
    position: absolute;
    z-index: 3;
    width: 32%;
    height: 31%;
    bottom: 4%;
    right: 6%;
    background-repeat: no-repeat;
    background-size: contain;
  -webkit-transition: .4s;
  transition: .4s;
	
}

.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);
position: absolute;
    z-index: 3;
    width: 32%;
    height: 31%;
    bottom: 4%;
    right: 6%;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: .8s;
    transition: .8s;
}

.recipepage .recipe-wrapper--item dl dd, .myrecipe .recipe-wrapper--item dl dd {
  text-align: left;
  font-size: 1.3rem;
	color: #fff;
}

@media screen and (min-width: 767px) {
  .recipepage .recipe-wrapper--item, .myrecipe .recipe-wrapper--item{
    width: 31%;
	  margin-right: 3.5%;
  }
.recipepage .recipe-wrapper--item:nth-of-type(odd), .myrecipe .recipe-wrapper--item:nth-of-type(odd){
	margin-right: 3.5%;
	}
.recipepage .recipe-wrapper--item:nth-of-type(3n), .myrecipe .recipe-wrapper--item:nth-of-type(3n){
	margin-right: 0px;
}
}

.no-myrecipe {
    width: 90%;
    margin: 0 auto 2rem;
}

.no-myrecipe__text {
 text-align: center;
    margin-bottom: 3rem;
    color: #fff;
    font-weight: bold;
    font-size: 1.6rem;
}

.no-myrecipe__img {
  padding: 2rem;
  text-align: center;
  background-color: #fdf8f4;
  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: 15%;
}

.no-myrecipe__img .myrecipe-explanation__img img {
  width: 100%;
}

/*レシピ一覧*/
.recipepage .search-category {
  position: relative;
  width: 90%;
  margin: 0px auto 2rem;
  text-align: center;
	background: #fdf8f4;
	border-radius: 14px;
}

.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: #cd3f23;
}

.recipepage select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  font-family: inherit;
  background-color: transparent;
  width: 100%;
  padding: 14px 20px 14px 20px;
  font-size: 18px;
  border-radius: 0;
  border: none;
}

.recipepage select::-ms-expand {
  display: none;
}

/*特集*/
.feature_detail{
	    background-image: url(../image/site/bg_img_02.jpg);
    background-repeat: repeat;
    background-size: 230px;
}
.feature_detail img {
  width: 100%;
}

.feature_detail .feature_banner {
  width: 100%;
  margin: 0 auto 3rem auto;
	padding-top: 70px;
}
.feature_detail .feature{
	padding-bottom: 5rem;
}
.feature_detail .feature_banner__img {
  margin-bottom: 2.5rem;
}
.feature_banner__title{
    width: 80px;
    height: 13px;
    display: block;
    margin-bottom: 1rem;	
}
.feature_detail .feature_banner__text {
	width: 90%;
    margin: 0 auto 3rem auto;
    padding: 2rem;
    background: #fff;
    border-radius: 10px;
	border:  solid 2px #e8d9cd;
}

.feature_detail .feature_banner__text p {
  margin: 0;
  padding: 0;
}

.feature_detail .feature__item a{color: #1a1a1a;}

.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%;
	border-top: 3px solid #f9c63b;
    margin: 0 auto 2em;
	background: #fff;
	border-radius: 0px 0px 10px 10px;
    overflow: hidden;
	position: relative;
}

.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--off,.feature_detail .feature .recipeimg__myrecipe--on{
    position: absolute;
    z-index: 3;
    width: 10%;
    height: 30%;
    bottom: 4%;
    right: 4%;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: .4s;
    transition: .4s;
}
.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__fav_off.png);
}

/*レシピ詳細*/
.recipe_detail{
	background:#cd3f23;
	background-image: url(../image/site/bg_img_01.jpg);
	background-repeat: repeat;
	background-size: 230px;
	margin-top: 70px;
}
.recipe_detail img {
  width: 100%;
}
.recipe_icon{
display: block;
    width: 14%;	
}
.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::after{
    content: "";
    width: 100%;
    height: 6px;
    background-image: url(../image/site/dot.png);
    background-repeat: repeat-x;
    background-position: center;
    background-size: 30px 6px;
	padding-top: 1rem;
}

.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: 80%;
    font-size: 1.8rem;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.7px;
}
.recipe_top .recipeimg__myrecipe.recipeimg__myrecipe--off{background-image: url(../image/site/common__fav_off.png);}
.recipe_top .recipeimg__myrecipe.recipeimg__myrecipe--on{ background-image: url(../image/site/common__fav_on.png);}
.recipe_top .recipeimg__myrecipe.recipeimg__myrecipe--off,.recipeimg__myrecipe.recipeimg__myrecipe--on{
    position: absolute;
    z-index: 3;
      width: 20%;
    height: 20%;
    bottom: 4%;
    right: 6%;
    background-repeat: no-repeat;
    background-size: contain;
  -webkit-transition: .4s;
  transition: .4s;
}


.recipe_detail .recipe_comment {
  width: 90%;
  margin: 0 auto 3rem auto;
}

.recipe_detail .recipe_comment__attention {
  text-align: right;
  font-size: .8rem;
}

.recipe_comment__text__title{
	    width: 20%;
    height: auto;
    display: block;
    margin-bottom: 1rem;
}
.recipe_detail .recipe_comment__text {
  margin: 2rem 0 .5rem 0;
     padding: 2rem;
    background: #fdf8f4;
    border-radius: 10px;
}



.recipe_detail .recipe_comment__text p {
  margin: 0;
  padding: 0;
}

.recipe_detail .recipe_wrapper {
  width: 90%;
  margin: 0 auto;
	padding-bottom: 5rem;
}

.recipe_detail .recipe_wrapper img {
  width: 100%;
}

.recipe_detail .recipe_wrapper__ingredient {
  margin-bottom: 2rem;
	 padding: 2rem;
    background: #fdf8f4;
    border-radius: 10px;
}

.recipe_detail .recipe_wrapper__ingredient .recipe_ingredient {
  width: 99%;
}

.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: 2px #f6b16f dashed;
}

.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: 2px #f6b16f dashed;
  margin-bottom: 1rem;
}

.recipe_detail .recipe_wrapper__ingredient .recipe_wrapper__title--img {
font-size: 1.6rem;
    font-weight: bold;
    color: #f29106;
}


.recipe_wrapper__how{
	 padding: 2rem;
    background: #fdf8f4;
    border-radius: 10px;
}
.recipe_detail .recipe_wrapper__how .recipe_wrapper__title--img {
font-size: 1.6rem;
    font-weight: bold;
    color: #46b8cc;
}
.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;
  padding-bottom: 1rem;
	border-bottom: 2px #f6b16f dashed;
}
.recipe_detail .recipe_wrapper__how .recipe_how ul:last-of-type{
	margin-bottom: 0px;
}
.recipe_detail .recipe_wrapper__how .recipe_how__step {
    padding: 6px 10px;
    text-align: center;
    width: 10%;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 1.2rem;
    color: #fff;
    font-weight: 900;
    background: #f6ac1a;
    border-radius: 117% 71% 66% 87%/75% 96% 90% 100%;
}

.recipe_detail .recipe_wrapper__how .recipe_how__comment {
  width: 86%;
}

@media screen and (min-width: 767px) {
.recipe_detail .recipe_wrapper__how .recipe_how__step {padding: 10px 10px;}
}

.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 #cd3f23;
}

.recipe_whois .whois__insta {
  width: 10%;
}

.recipe_whois .whois__name {
  width: 85%;
}
/*# sourceMappingURL=himitsu.css.map */