@charset "UTF-8";
/**********************************************
    import
***********************************************/
/**********************************************
	$common
***********************************************/
/*********************************
 news index page (news.php)
**********************************/
.recipe_sec {
  width: calc(100% - 160px);
  padding-bottom:80px;
  margin: 0 0 0px 0;
  background-color: #f9e4a2;
}

@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 105px 0;
  background: url(../img/front/bg_repeat.png);
}
.recipe_sec .recipe_ttl02 {
  margin: 0 auto;
  text-align: center;
  padding: 45px 0 15px 0;
  /* background:#ffefac; */
}
.recipe_sec .recipe_ttl02 img {
  width:715px;
}
@media screen and (max-width: 768px) {
  .recipe_sec .recipe_ttl,.recipe_sec .recipe_ttl02 {
    padding: 7vw 0 7vw 0;
    /* height: 29vw; */
    height:auto;
  }
}

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

.recipe_sec .recipe_ttl .recipe_sub_ttl,.recipe_sec .recipe_ttl02 .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,.recipe_sec .recipe_ttl02 .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: 100%;
  max-width: 1200px;
  /* margin: -140px auto 0; */
    margin: 0px auto 0;
  clear: both;
}

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

.recipe_sec .full_content .tabmenu {
  display: block;
  width: 15%;
  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: 60px 0 0 0;
}

@media screen and (max-width: 768px) {
  .recipe_sec .full_content .tabcontent {
    max-width: 50px 0 0 0;
    margin: 5vw 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%;
  background-color: #fff;
  padding: 20px;
}
.recipe_sec .full_content .tabcontent .post_item_wrap::after {
  content: "";
  display: block;
  width: 22%;  /* .boxに指定したwidthと同じ幅を指定する */
  height: 0;
}

@media screen and (max-width: 768px) {
  .recipe_sec .full_content .tabcontent .post_item_wrap {
    width: 90%;
    margin: 0 auto;
    padding: 20px;
  }
}

.recipe_sec .full_content .tabcontent .post_item_wrap .post_item {
  width: 22%;
  margin: 30px 16px 0;
}
/* .recipe_sec .full_content .tabcontent .post_item_wrap .post_item:last-child {
margin-left: auto;
margin-right: 30%;
} */

@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;
  padding-left: 4px;
}

@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;
  }

}



.info_sec {
    width: calc(100% - 160px);
    margin: 0 0 50px 0;
    padding-top: 80px;
}

@media screen and (max-width: 768px) {
  .info_sec {
  width: 100%;
margin: 0 auto;
padding-top: 10vw;
}
}

.info_sec .full_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin:0px auto 0;
  clear: both;
}


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



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

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


.info_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) {
  .info_sec .full_content .tabcontent .post_item_wrap {
    width: 90%;
    margin: 0 auto;
    padding: 20px;
    justify-content: space-between;
  }
  }

  


.info_sec .full_content .tabcontent .post_item_wrap .post_item {
  width: 31%;
  margin: 30px 10px 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .info_sec .full_content .tabcontent .post_item_wrap .post_item {
    width: 100%;
    margin: 0 0 3vw 0;
    padding: 3vw;
  }

}
.info_sec .full_content .tabcontent .post_item_wrap .post_item div.post_thumbnail {
  width: 100%;
}
.info_sec .full_content .tabcontent .post_item_wrap .post_item div.post_thumbnail {
  display: block;
  text-align: center;
  padding-top: 20px;
  position: relative;
  overflow: hidden;
  padding-top: 60%;
}
.info_sec .full_content .tabcontent .post_item_wrap .post_item div.post_thumbnail a img {
  width: 224px;
  height: auto;
  aspect-ratio: 1 / 1;
  -o-object-fit: cover;
  object-fit: cover;
}
.info_sec .full_content .tabcontent .post_item_wrap .post_item dl.post_txt {
  width: 100%;
  /* margin: 10px 0 0 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1; */
  height: 100%;
}
.info_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;
  padding-top: 10px;
}
.info_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;
  flex-grow: 1;
  box-sizing: border-box;
}

.info_sec .post_detail {
  padding:30px 0px;
}
.info_sec .post_item {
  border-radius:20px;
  border:1px solid #000;
}

.info_sec .post_thumbnail picture {

}
.info_sec .post_thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn_info {
  text-align: center;
  margin-top: auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.btn_info a {
  background-color:#e8662d;
  color:#fff;
  font-weight:bold;
  font-size:16px;
  border-radius: 5px;
  padding:10px 30px;
}
.post_txt dd {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  height: 100%;
}
.post_ttl p {
  padding-top:10px;
}


.recipe_sub_ttl img {
  width: 733px !important;
  margin: 0 auto;
  padding: 30px 0;
}



.topics_sub_ttl {
  margin:0 auto;
}
.topics_sub_ttl img {
  margin:0 auto;
}

@media screen and (max-width: 768px) {
  .topics_sub_ttl {
    width: 60%;
    display: block;
  }
}
.info_btn p {
  color:#e8662d;
  font-weight:bold;
  font-size:20px;
  text-decoration: underline;
}
.info_btn {
  margin: 0 auto;
  text-align: center;
  padding: 0px 160px 100px 0;
}
@media screen and (max-width: 768px) {
  .info_btn {
    margin: 0 auto;
    text-align: center;
    padding: 0vw 1px 7vw 0;
  }
  
}