@charset "UTF-8";
/**********************************************
    import
***********************************************/
/**********************************************
	$common
***********************************************/
/*********************************
 news index page (news.php)
**********************************/

#recipe_wrapper {
  width: calc(100% - 160px);
  margin: 0 0 160px 0;
  padding: 70px 0 0 0;
}
#article_wrapper {
  margin:0 auto;
  width:800px;
  width: calc(100% - 160px);
}
#article_wrapper .pn {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
width: 800px;
margin: 0 auto;
}
.recipe_photo {
  margin: 0 auto;
  text-align: center;
}
.recipe_photo figcaption {
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 30px;
  text-align: left;
}

.post_ttl_name {
  margin:0 auto;
  width:800px;
  font-size: 28px;
  font-weight: 700;
}
.recipe_cnt {
  margin:0 auto;
  width:800px;
}
.recipe_photo img {
  width:600px;
}

.ingredients {
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 30px;
}
.ingredients_lead {
  background:#fff7d6;
  display: inline-block;
}
.method_txt {
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 30px;
  line-height: 28px;
}
.back-btn {
  background:#fff7d6;
  font-size:20px;
  font-weight:400;
}

@media screen and (max-width: 768px) {
}




@media screen and (max-width: 768px) {
}
.recipe_sec {
  width: calc(100% - 160px);
  margin: 0 0 160px 0;
}

@media screen and (max-width: 768px) {
  .recipe_sec {
    width: 100%;
    margin: 0 auto;
  }
}

.recipe_sec .recipe_ttl {
  margin: 0 auto;
  text-align: center;
  padding: 45px 0 165px 0;
  background: url(../img/front/bg_repeat.png);
}

@media screen and (max-width: 768px) {
  .recipe_sec .recipe_ttl {
    padding: 80px 0 295px 0;
  }
}

@media screen and (max-width: 768px) {
  .recipe_sec .recipe_ttl img {
    width: 90%;
    margin: 0 auto;
  }
}

.recipe_sec .recipe_ttl .recipe_sub_ttl {
  display: block;
  margin: 10px 0 0 0;
  font-size: 24px;
  font-weight: 600;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "Yu Gothic UI", sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .recipe_sec .recipe_ttl .recipe_sub_ttl {
    font-size: 5vw;
  }
}

.recipe_sec .full_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 90%;
  max-width: 1018px;
  margin: -140px auto 0;
  clear: both;
}

@media screen and (max-width: 768px) {
  .recipe_sec .full_content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -270px auto 0;
  }
}

.recipe_sec .full_content .tabmenu {
  display: block;
  width: 17%;
  margin: 0 10px;
  padding: 10px 0 10px;
  list-style: none;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .recipe_sec .full_content .tabmenu {
    width: 45%;
    margin: 5px 10px;
    padding: 7px 0 7px;
    font-size: 3.5vw;
  }
}

.recipe_sec .full_content .tabmenu.mr01 {
  margin-right: 1px;
}

.recipe_sec .full_content .tabcontent {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
  width: 100%;
  height: 100%;
  margin: 100px 0 0 0;
}

@media screen and (max-width: 768px) {
  .recipe_sec .full_content .tabcontent {
    max-width: 50px 0 0 0;
  }
}

.recipe_sec .full_content .tabcontent .post_item_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .recipe_sec .full_content .tabcontent .post_item_wrap {
    margin: 40px 0 0 0;
  }
}

.recipe_sec .full_content .tabcontent .post_item_wrap .post_item {
  width: 22%;
  margin: 30px 10px 0;
}

@media screen and (max-width: 768px) {
  .recipe_sec .full_content .tabcontent .post_item_wrap .post_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: none;
    margin: 0 auto 20px;
  }
}

.recipe_sec .full_content .tabcontent .post_item_wrap .post_item div.post_thumbnail {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .recipe_sec .full_content .tabcontent .post_item_wrap .post_item div.post_thumbnail {
    width: 45%;
  }
}

.recipe_sec .full_content .tabcontent .post_item_wrap .post_item div.post_thumbnail a {
  display: block;
}

.recipe_sec .full_content .tabcontent .post_item_wrap .post_item div.post_thumbnail a:hover {
  opacity: 0.75;
}

.recipe_sec .full_content .tabcontent .post_item_wrap .post_item div.post_thumbnail a img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .recipe_sec .full_content .tabcontent .post_item_wrap .post_item div.post_thumbnail a img {
    height: auto;
  }
}

.recipe_sec .full_content .tabcontent .post_item_wrap .post_item dl.post_txt {
  width: 100%;
  margin: 10px 0 0 0;
}

@media screen and (max-width: 768px) {
  .recipe_sec .full_content .tabcontent .post_item_wrap .post_item dl.post_txt {
    width: 50%;
  }
}

.recipe_sec .full_content .tabcontent .post_item_wrap .post_item dl.post_txt dd h3.post_ttl {
  font-size: 17px;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "Yu Gothic UI", sans-serif;
  font-weight: 400;
}

.recipe_sec .full_content .tabcontent .post_item_wrap .post_item dl.post_txt dd h3.post_ttl.cat_id5 {
  margin-left: 20px;
  position: relative;
}

.recipe_sec .full_content .tabcontent .post_item_wrap .post_item dl.post_txt dd h3.post_ttl.cat_id5::before {
  position: absolute;
  content: url(../img/recipe/icon_cat_1st.png);
  width: 21px;
  height: 23px;
  top: 0;
  left: -21px;
}

.recipe_sec .full_content .tabcontent .post_item_wrap .post_item dl.post_txt dd h3.post_ttl.cat_id6 {
  margin-left: 20px;
  position: relative;
}

.recipe_sec .full_content .tabcontent .post_item_wrap .post_item dl.post_txt dd h3.post_ttl.cat_id6::before {
  position: absolute;
  content: url(../img/recipe/icon_cat_1st.png);
  width: 21px;
  height: 23px;
  top: 0;
  left: -21px;
}


.recipe_sec .full_content .tabcontent .post_item_wrap .post_item dl.post_txt dd div.post_detail {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
  font-size: 17px;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "Yu Gothic UI", sans-serif;
  font-weight: 400;
}

.recipe_sec .full_content .tabcontent .post_item_wrap .post_item dl.post_txt dd div.post_detail .recipe_cnt {
  display: none;
}

.remodal_wrapper {
  width: 900px;
  background: transparent;
}

.remodal-overlay {
  background: rgba(46, 46, 46, 0.9);
}

.remodal {
  width: 900px;
  height: 818px;
  margin: 0 auto;
  padding: 30px;
  background: #fff;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .remodal {
    width: 90%;
    height: auto;
    aspect-ratio: 450 / 409;
    padding: 5vw;
  }
}

.remodal.modal_video {
  position: relative;
  width: 80%;
  height: auto;
  aspect-ratio: 16 / 9;
  padding: 0;
  background: transparent;
  border: none;
}

@media screen and (max-width: 768px) {
  .remodal.modal_video {
    width: 90%;
  }
}

.remodal.modal_video .video_cnt video {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.remodal > h2 {
  font-size: 36px;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "Yu Gothic UI", sans-serif;
  font-weight: 400;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .remodal > h2 {
    font-size: 6vw;
  }
}

.remodal .remodal-close {
  position: static;
  height: auto;
}

.remodal .remodal-close::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  top: -30px;
  right: -30px;
  left: auto;
  background: url(../img/front/close_icon.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 768px) {
  .remodal .remodal-close::before {
    width: 30px;
    height: 30px;
    top: -15px;
    right: -15px;
  }
}

.remodal .remodal-close.video {
  position: static;
  height: auto;
}

.remodal .remodal-close.video::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  top: -30px;
  right: -30px;
  left: auto;
  background: url(../img/front/close_icon.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 768px) {
  .remodal .remodal-close.video::before {
    width: 30px;
    height: 30px;
    top: -15px;
    right: -15px;
  }
}

.remodal .recipe_container .pn {
  margin: 0 0 30px 0;
  font-size: 18px;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "Yu Gothic UI", sans-serif;
  font-weight: 400;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .remodal .recipe_container .pn {
    margin: 0;
    font-size: 4vw;
  }
}

.remodal .recipe_container .recipe_cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .remodal .recipe_container .recipe_cnt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.remodal .recipe_container .recipe_cnt .recipe_photo {
  width: 280px;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .remodal .recipe_container .recipe_cnt .recipe_photo {
    width: 90%;
    margin: 0 auto 5vw;
  }
}

.remodal .recipe_container .recipe_cnt .recipe_photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  margin: 0 0 20px 0;
}

.remodal .recipe_container .recipe_cnt .recipe_photo figcaption {
  font-size: 20px;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "Yu Gothic UI", sans-serif;
  font-weight: 400;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .remodal .recipe_container .recipe_cnt .recipe_photo figcaption {
    font-size: 4.5vw;
  }
}

.remodal .recipe_container .recipe_cnt .recipe_detail {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 0 0 30px;
}

@media screen and (max-width: 768px) {
  .remodal .recipe_container .recipe_cnt .recipe_detail {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 100%;
    padding: 0;
  }
}

.remodal .recipe_container .recipe_cnt .recipe_detail .ingredients .ingredients_lead {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "Yu Gothic UI", sans-serif;
  font-weight: 400;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .remodal .recipe_container .recipe_cnt .recipe_detail .ingredients .ingredients_lead {
    font-size: 4vw;
  }
}

.remodal .recipe_container .recipe_cnt .recipe_detail .ingredients .ingredients_txt {
  height: 270px;
  overflow-y: scroll;
  margin: 0 0 15px 0;
  padding: 15px 0 20px 0;
  font-size: 16px;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "Yu Gothic UI", sans-serif;
  font-weight: 400;
  text-align: left;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 768px) {
  .remodal .recipe_container .recipe_cnt .recipe_detail .ingredients .ingredients_txt {
    font-weight: 3.8vw;
    height: auto;
  }
}

.remodal .recipe_container .recipe_cnt .recipe_detail .method .method_txt {
  height: 300px;
  overflow-y: scroll;
  font-size: 16px;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "Yu Gothic UI", sans-serif;
  font-weight: 400;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .remodal .recipe_container .recipe_cnt .recipe_detail .method .method_txt {
    font-weight: 3.8vw;
    height: auto;
  }
}

.notification {
  padding-bottom:20px;
}

.notification a {
  color:#8d0404;
  text-decoration: underline;
  font-size:20px;
  font-weight:bold;
}

@media screen and (max-width: 768px) {
  .notification {
    padding-bottom:3vw;
  }
  
  .notification a {
    color:#8d0404;
    text-decoration: underline;
    font-size:5vw;
    font-weight:bold;
  }

}


.single_back_btn {
  margin:0 auto;
  width: 800px;
  padding: 30px 0;
}
.single_back_btn a {
  padding: 10px;
}

.method p {
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 30px;
  line-height: 28px;
}

@media screen and (max-width: 768px) {
  .method p {
    font-size:4vw;
    height: auto;
  }
  .single_back_btn {
    margin:0 auto;
    width: 80%;
    padding: 10vw 0 0vw 0;
  }
  .single_back_btn2 {
    margin:0 auto;
    width: 80%;
    padding: 6vw 0;
  }

  .post_ttl_name {
    margin: 0 auto;
    width: 80%;
    font-size: 6vw;
    font-weight: 700;
}
#article_wrapper {
  margin: 0 auto;
  width: 80%;
}
.recipe_cnt {
  margin: 0 auto;
  width: 100%;
}
.recipe_photo figcaption {
  font-size: 34w;
  font-weight: 400;
  padding-bottom: 6vw;
  text-align: left;
}
  
#article_wrapper .pn {
  font-size: 4vw;
  font-weight: 400;
  padding-bottom: 20px;
  width:100%;
}
.ingredients {
  font-size: 4vw;
  font-weight: 400;
  padding-bottom: 7vw;
}
.back-btn {
  background: #fff7d6;
  font-size: 4vw;
  font-weight: 400;
}
.single_back_btn a {
  padding: 2vw;
}
.single_back_btn02 a {
  padding: 2vw;
}

}

.single_back_btn a {
  padding: 10px;
}
.single_back_btn02 a {
  padding: 10px;
}

#recipe_wrapper {
  width: 100%;
  margin: 0 0 160px 0;
}

.single_back_btn02 {

width: 800px;
margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .single_back_btn02 {

    width: 100%;
    margin: 0 auto;
    }
}