@charset "utf-8";

/* BASE
------------------------------------------------------------------------------*/
.u-hide-pc {
  display: none !important;
}
.u-hide-sp {
  display: block !important;
}
@media only screen and (max-width: 767px) {
  .u-hide-pc {
    display: block !important;
  }
  .u-hide-sp {
    display: none !important;
  }
}
.w100{
  width: 100% !important;
}

.ai-link{
  color: #6c1936 !important;
  text-decoration: underline !important;
  text-decoration-color: #6c1936 !important;
}
.johnny-img{
  text-align: right;
  margin-top: 40px;
}
.icon-arrow{
  
}
.icon-arrow.bottom::before,
.icon-arrow.bottom::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX( calc(-50% - 50px) );
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 6px 0 6px;
  border-radius: 3px;
}
.icon-arrow.bottom::before{
  border-color: #fff transparent transparent transparent;
}
.icon-arrow.bottom::after{
  border-color: #000 transparent transparent transparent;
}

.icon-arrow.right::before,
.icon-arrow.right::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 7px;
  border-radius: 3px;
}
.icon-arrow.right::before{
  border-color: transparent transparent transparent #fff;
}
.icon-arrow.right::after{
  border-color: transparent transparent transparent #000;
}


.reizouko-top_btn{
  max-width: 280px;
  width: 100%;
  display: block;
  margin: 40px auto 0;
  padding: 25px;
  border: 1px solid #000;
  background-color: #fff;
  font-size: 13px;
  font-weight: bold;
  color: #000 !important;
  text-align: center;
  position: relative;
}
.reizouko-top_btn:hover{
  opacity: 0.7;
  text-decoration: none;
}
.reizouko-top_btn .icon-arrow.right::before{
  border-color: transparent transparent transparent #000;
  right: 15px;
}
.reizouko-top_btn .icon-arrow.right::after{
  border-color: transparent transparent transparent #fff;
  right: 18px;
}

.recipe{
  font-family: "游ゴシック体","メイリオ","ヒラギノ角ゴ Pro W3","Lucida Grande","Hiragino Kaku Gothic Pro",Osaka,Verdana,"ＭＳ Ｐゴシック",sans-serif;
  font-weight: bold !important;
}

@media only screen and (max-width: 767px) {
  .reizouko-top_btn{
    width: 200px;
    font-size: 11px;
    text-align: left;
    padding: 14px 20px;
    margin-top: 45px;
  }
}


/* TOP
------------------------------------------------------------------------------*/
.recipe-mv img {
  width: 100%;
  display: block;
}
.recipe__inner {
  background-color: #fffae0;
  padding: 65px 0 80px;
}
.recipe__body {
  max-width: 1030px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.recipe-lead{

}
.recipe-lead__txt {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  margin-bottom: 45px;
}
.recipe-lead__anc {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.recipe-lead__anc li {
  width: 29%;
    margin: 0 6.5% 1% 0;
}
.recipe-lead__anc a {
  display: block;
  /* position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px 13% 26px 44.45%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff; */
}
.recipe-lead__anc a:hover {
  text-decoration: none;
  opacity: 0.7;
}
/* .anc-bento {
  background-color: #f28787;
}
.anc-arrange {
  background-color: #f7a45e;
}
.anc-waza {
  background-color: #d49067;
}
.anc-party {
  background-color: #3cb5a9;
}
.anc-sweets {
  background-color: #8ebe79;
} */
.recipe-lead__anc a img {
  /* position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-55%);
  width: 39%; */
  display: block;
  width: 100%;
}
.anc .anc-item .icon-arrow.bottom::before,
.anc .anc-item .icon-arrow.bottom::after{
  left: calc( 50% + 34.5% );
}
.anc .anc-item .icon-arrow.bottom::before{
  bottom: 15px;
}
.anc .anc-item .icon-arrow.bottom::after{
  bottom: 18px;
}
.anc .anc-item.anc-bento .icon-arrow.bottom::after{
  border-color: #f28787 transparent transparent transparent;
}
.anc .anc-item.anc-arrange .icon-arrow.bottom::after{
  border-color: #f7a45e transparent transparent transparent;
}
.anc .anc-item.anc-waza .icon-arrow.bottom::after{
  border-color: #d49067 transparent transparent transparent;
}
.anc .anc-item.anc-party .icon-arrow.bottom::after{
  border-color: #3cb5a9 transparent transparent transparent;
}
.anc .anc-item.anc-sweets .icon-arrow.bottom::after{
  border-color: #8ebe79 transparent transparent transparent;
}
.recipe-section{
  margin-top: 80px;
  overflow: hidden;
}
.recipe-section__inner{
  position: relative;
  padding-top: 35px;
}
.recipe-section__inner::before{
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1000px;
  height: 80px;
  background-size: contain;
}
.recipe-section__body{
  background-color: #fffdf7;
  padding: 80px 90px 30px;
}
.recipe-bento .recipe-section__inner::before{
  background-image: url('../img/top/recipe-bento__bgTop.png');
}
.recipe-arrange .recipe-section__inner::before{
  background-image: url('../img/top/recipe-arrange__bgTop.png');
}
.recipe-waza .recipe-section__inner::before{
  background-image: url('../img/top/recipe-waza__bgTop.png');
}
.recipe-party .recipe-section__inner::before{
  background-image: url('../img/top/recipe-party__bgTop.png');
}
.recipe-sweets .recipe-section__inner::before{
  background-image: url('../img/top/recipe-sweets__bgTop.png');
}
.recipe-section__ttl{
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.category-ttl__txt,
.category-ttl__img{
  margin: 0 10px;
}
.recipe-list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 30px;
  border-top: 1px solid;
}
.recipe-section__content .recipe-list:first-child{
  padding-top: 0;
  border-top: none;;
}
.recipe-list::after{
  content: "";
  width: 30.564%;
  display: block;
}
.recipe-list__item{
  width: 30.564%;
  margin-bottom: 30px;
  border: 1px solid;
}
.recipe-list__item a{
  display: block;
  height: 100%;
}
.recipe-list__item.with_icon {
  border-width: 3px;
}
.recipe-list__item.with_icon a{
  position: relative;
}
.recipe-list__item.with_icon a .icon-material{
  position: absolute;
  top: -15px;
  right: -15px;
}
.recipe-list__item.with_icon a .icon-material.icon-arrange{
  right: -25px;
  top: -20px;
}
.recipe-list__item.with_icon a .recipe-list__txt{
  background-color: #f0ebd1;
}
.recipe-list__item.with_icon a .recipe-list__txt .icon-arrow.right::after{
  border-color: transparent transparent transparent #f0ebd1 !important;
}
.recipe-list__item a:hover{
  opacity: 0.7;
  text-decoration: none;
}
.recipe-list__img{
  width: 100%;
  display: block;
}
.recipe-list__txt{
  display: flex;
  align-items: center;
  min-height: 75px;
  padding: 5px 35px;
  position: relative;
}
.recipe-list__txt p{
  font-size: 15px;
  font-weight: bold;
}
.recipe-list__txt .icon-arrow.right::before{
  right: 30px;
}
.recipe-list__txt .icon-arrow.right::after{
  right: 33px;
}

/* 弁当 */
.recipe-bento .recipe-list{
  border-color: #f28787;
}
.recipe-bento .recipe-list__item{
  border-color: #f28787;
}
.recipe-bento .recipe-list__item p{
  color: #c43434;
}
.recipe-bento .icon-arrow.right::before{
  border-color: transparent transparent transparent #f28787;
}
.recipe-bento .icon-arrow.right::after{
  border-color: transparent transparent transparent #fff;
}

/* 残り物アレンジ */
.recipe-arrange .recipe-list{
  border-color: #f7a45e;
}
.recipe-arrange .recipe-list__item{
  border-color: #f7a45e;
}
.recipe-arrange .recipe-list__item p{
  color: #e4791f;
}
.recipe-arrange .icon-arrow.right::before{
  border-color: transparent transparent transparent #e4791f;
}
.recipe-arrange .icon-arrow.right::after{
  border-color: transparent transparent transparent #fff;
}

/* ワザアリ */
.recipe-waza .recipe-list{
  border-color: #d49067;
}
.recipe-waza .recipe-list__item{
  border-color: #d49067;
}
.recipe-waza .recipe-list__item p{
  color: #a55e32;
}
.recipe-waza .icon-arrow.right::before{
  border-color: transparent transparent transparent #a55e32;
}
.recipe-waza .icon-arrow.right::after{
  border-color: transparent transparent transparent #fff;
}

/* パーティ */
.recipe-party .recipe-list{
  border-color: #3cb5a9;
}
.recipe-party .recipe-list__item{
  border-color: #3cb5a9;
}
.recipe-party .recipe-list__item p{
  color: #12988b;
}
.recipe-party .icon-arrow.right::before{
  border-color: transparent transparent transparent #12988b;
}
.recipe-party .icon-arrow.right::after{
  border-color: transparent transparent transparent #fff;
}

/* スイーツ */
.recipe-sweets .recipe-list{
  border-color: #8ebe79;
}
.recipe-sweets .recipe-list__item{
  border-color: #8ebe79;
}
.recipe-sweets .recipe-list__item p{
  color: #8fa716;
}
.recipe-sweets .icon-arrow.right::before{
  border-color: transparent transparent transparent #8fa716;
}
.recipe-sweets .icon-arrow.right::after{
  border-color: transparent transparent transparent #fff;
}

@media only screen and (min-width: 768px) {
  .recipe-lead__anc li:nth-child(3),
  .recipe-lead__anc li:nth-child(5) {
    margin-right: 0;
  }
  .recipe-section__body {
    border-right: 3px solid #eee;
    border-bottom: 2px solid #eee;
  }
}
@media only screen and (max-width: 767px) {
  .recipe__inner{
    padding: 35px 0 60px;
  }
  .recipe-lead__txt{
    font-size: 16px;
    margin-bottom: 40px;
  }
  .recipe-lead__anc li{
    width: 48%;
    margin: 0 3.91% 2.605% 0;
  }
  .recipe-lead__anc li:nth-child(2n),
  .recipe-lead__anc li:last-child{
    margin-right: 0;
  }
  .recipe-lead__anc a{
    /* font-size: 12px;
    padding: 8px 10% 19px 32%; */
  }
  .recipe-lead__anc a img{
    /* width: 54%; */
  }

  .recipe-section{
    margin-top: 45px;
  }
  .recipe-section__inner{
    padding-top: 19px;
  }
  .recipe-section__body{
    padding: 45px 15px 15px;
  }
  .recipe-section__inner::before{
    height: 40px;
    background-position: center;
    background-repeat: repeat-x;
  }
  .recipe-bento .recipe-section__inner::before {
    background-image: url(../img/top/recipe-bento__bgTop_sp.png);
  }
  .recipe-arrange .recipe-section__inner::before {
    background-image: url(../img/top/recipe-arrange__bgTop_sp.png);
  }
  .recipe-waza .recipe-section__inner::before {
    background-image: url(../img/top/recipe-waza__bgTop_sp.png);
  }
  .recipe-party .recipe-section__inner::before {
    background-image: url(../img/top/recipe-party__bgTop_sp.png);
  }
  .recipe-sweets .recipe-section__inner::before {
    background-image: url(../img/top/recipe-sweets__bgTop_sp.png);
  }

  .recipe-section__ttl{
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .category-ttl__txt,
  .category-ttl__txt img,
  .category-ttl__img,
  .category-ttl__img img{
    max-width: 100%;
  }
  .category-ttl__img{
    text-align: center;
  }
  .category-ttl__img img{
    width: 52%;
  }
  .recipe-list{
    padding-top: 25px;
  }
  .recipe-list__item{
    width: 48%;
    margin-bottom: 25px;
  }
  .recipe-list__txt{
    min-height: 60px;
    padding: 5px 10px;
  }
  .recipe-list__txt p{
    font-size: 11px;
  }
  .recipe-list__txt .icon-arrow.right::before {
    right: 10px;
  }
  .recipe-list__txt .icon-arrow.right::after {
    right: 13px;
  }
  .recipe-list__item.with_icon a .icon-material {
    top: -10px;
    right: -10px;
    width: 31%;
  }
  .recipe-list__item.with_icon a .icon-material.icon-arrange {
    right: -15px;
    top: -15px;
    width: 42%;
  }
}

/* recipe page
------------------------------------------------------------------------------*/
#recipe-page .recipe__inner{
  padding: 80px 0;
}
#recipe-page .recipe-section{
  margin-top: 0;
}
#recipe-page .recipe-section__body{
  padding: 80px 80px 30px;
}
#recipe-page .recipe__body{
  max-width: 990px;
}

#recipe-page .recipe-section__ttl{
  justify-content: flex-end;
}
#recipe-page .category-ttl__txt{
  width: 340px;
  margin-right: 7%;
}
#recipe-page .category-ttl__img{
  width: 306px;
  margin-right: -15px;
}
#recipe-page .category-ttl__txt img,
#recipe-page .category-ttl__img img{
  display: block;
  width: 100%;
}

.recipe-make{
  display: flex;
  justify-content: space-between;
}
.recipe-make .make-box{
  width: 50%;
}
.recipe-make .make-box:first-child{
  padding-right: 30px;
  position: relative;
}
.recipe-make .make-box:first-child::before{
  content: "";
  width: 1px;
  height: calc( 100% - 30px );
  position: absolute;
  right: -0.5px;
  bottom: 0;
  background-color: #000;
}
.recipe-make .make-box:last-child{
  padding-left: 30px;
}
.recipe-make .make-box:last-child li{
  justify-content: left;
}
.recipe-make__ttl{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  position: relative;
  border-bottom: 4px dotted #8d8c84;
  padding-bottom: 5px;
  margin-bottom: 35px;
}
.recipe-make__item .recipe-make__ttl span{
  position: relative;
  padding-left: 30px;
}
.recipe-make__item .recipe-make__ttl span::before{
  content: "";
  position: absolute;
  left: 0;
  top: -5px;
  width: 15px;
  height: 25px;
  background-image: url("/home/reizouko/special/recipe/img/common/icon-cutlery.png");
}
/* .recipe-make__ttl::before{
  content: "";
  background:linear-gradient(to right, rgba(128,127,119,1), rgba(128,127,119,1) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 0% 0%;
  background-size:8px 4px;
  width: 100%;
  height: 4px;
} */

.make-box ul > li{
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: bold;
}
.make-box ul > li:last-child{
  margin-bottom: 0;
}
.recipe-make__item li{
  position: relative;
  margin-bottom: 15px;
}
.recipe-make__item li::after{
  content: "";
  background:linear-gradient(to right, rgba(128,127,119,1), rgba(128,127,119,1) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 0% 0%;
  background-size:4px 2px;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  top: 11px;
}
.recipe-make__item li span{
  background-color: #fffdf7;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.recipe-make__item li span:first-child{
  padding-right: 15px;
}
.recipe-make__item li span:last-child{
  padding-left: 15px;
  text-align: right;
  white-space: nowrap;
}
.recipe-make__item li.mega p{
  width: 30px;
  padding-right: 15px;
  border-right: 1px solid #000;
  font-weight: bold !important;
}
.recipe-make__item li.mega ul{
  padding-left: 15px;
  width: calc( 100% - 30px );
}
.recipe-make__item li.mega ul li:last-child{
  margin-bottom: 0;
}
.recipe-make__item li.mega::after{
  content: none;
}

.recipe-make__step li{
  margin-bottom: 45px;
  line-height: 2.3;
}
.recipe-make__step li span:first-child{
  padding-right: 10px;
}

.recipe-point{
  margin-top: 90px;
  border: 1px solid #000;
  padding: 25px 60px 20px;
}
.recipe-point__ttl{
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
.recipe-point__ttl span{
  padding-left: 40px;
  border-bottom: 6px solid #f7a45e;
  display: inline-block;
  line-height: 1;
  font-weight: bold;
  position: relative;
}
.recipe-point__ttl span::before{
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 32px;
  height: 24px;
  background-image: url("/home/reizouko/special/recipe/img/common/icon-point.png");
}
.recipe-point__flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 25px;
}
.recipe-point__img{
  width: 38.4%;
}
.recipe-point__img img{
  width: 100%;
  display: block;
}
.recipe-point__txt{
  width: 57.6%;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 2px;
}

.recipe-memo{
  margin-top: 40px;
  border: 1px solid #000;
  padding: 25px 60px 30px;
}
.recipe-memo__ttl{
  margin-bottom: 20px;
  font-size: 20px;
}
.recipe-memo__ttl span{
  padding-left: 40px;
  border-bottom: 6px solid #f7a45e;
  display: inline-block;
  line-height: 1;
  font-weight: bold;
  position: relative;
}
.recipe-memo__ttl span::before{
  content: "";
  position: absolute;
  left: 0;
  top: -11px;
  width: 20px;
  height: 36px;
  background-image: url("/home/reizouko/special/recipe/img/common/icon-memo.png");
}
.recipe-memo__flex{
  display: flex;
  justify-content: space-between;
  padding: 0 25px;
}
.recipe-memo__img{
  width: 38.4%;
}
.recipe-memo__img img{
  width: 100%;
  display: block;
}
.recipe-memo__ai-img{
  margin-top: 15px;
}
.recipe-memo__txt{
  width: 57.6%;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 2px;
}
.recipe-memo__txt a{
  font-weight: bold;
  color: #6c1936;
}
.recipe-memo__tx{
  font-size: 16px;
  font-weight: bold;
  line-height: 2.3;
  border-bottom: 2px dotted #9d968a;
  display: inline;
  padding-bottom: 5px;
}
.recipe-memo__kome{
  font-size: 12px;
  text-indent: -15px;
  padding-left: 15px;
  font-weight: bold;
  margin-top: 20px;
}

.recipe-plus{
  margin-top: 40px;
  border: 1px solid #000;
  padding: 25px 60px 5px;
}
.recipe-plus__ttl{
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
}
.recipe-plus__ttl span{
  padding-left: 40px;
  border-bottom: 6px solid #f7a45e;
  display: inline-block;
  line-height: 1;
  font-weight: bold;
  position: relative;
}
.recipe-plus__ttl span::before{
  content: "";
  position: absolute;
  left: 0;
  top: -11px;
  width: 31px;
  height: 40px;
  background-image: url("/home/reizouko/special/recipe/img/common/icon-plus.png");
}
.recipe-plus__txt{
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.8;
}
.plus-list__ttl{
  padding-top: 25px;
  border-top: 2px dotted #9d968a;
}
.plus-list__ttl span{
  margin-bottom: 10px;
  font-size: 18px;
  border-bottom: 3px solid #f7a45e;
  display: inline-block;
  line-height: 1;
  font-weight: bold;
}
.plus-list__txt{
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.8;
  margin-bottom: 25px;
}

.bg-clr{
  background-color: #f8f5e6;
}

.cooking-day{
  font-size: 12px;
  font-weight: bold;
  margin-top: 15px;
  padding-left: 60px;
}

.plus-arrange{
  margin-top: 60px;
}
.plus-arrange__ttl img{
  margin: 0 auto;
  display: block
}
#recipe-page .recipe-list{
  border-top: none;
}
#recipe-page .recipe-list__item.with_icon a .recipe-list__txt{
  background-color: #fff;
}

.recipe-tab-top__btn{
  max-width: 330px;
  width: 100%;
  display: block;
  margin: 0 auto;
  color: #fff !important;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 22px;
  position: relative;
  text-decoration: none !important;
}
.recipe-tab-top__btn:hover{
  opacity: 0.7;
}
.recipe-tab-top__btn.top-bento{
  background-color: #f28787;
}
.recipe-tab-top__btn.top-arrange{
  background-color: #f7a45e;
}
.recipe-tab-top__btn.top-waza{
  background-color: #d49067;
}
.recipe-tab-top__btn.top-party{
  background-color: #3cb5a9;
}
.recipe-tab-top__btn.top-sweets{
  background-color: #8ebe79;
}
#recipe-page .recipe-tab-top__btn.top-bento .icon-arrow.right::before {
  border-color: transparent transparent transparent #fff !important;
  right: 15px;
}
#recipe-page .recipe-tab-top__btn.top-bento .icon-arrow.right::after {
  border-color: transparent transparent transparent #f28787 !important;
  right: 18px;
}
#recipe-page .recipe-tab-top__btn.top-arrange .icon-arrow.right::before {
  border-color: transparent transparent transparent #fff !important;
  right: 15px;
}
#recipe-page .recipe-tab-top__btn.top-arrange .icon-arrow.right::after {
  border-color: transparent transparent transparent #f7a45e !important;
  right: 18px;
}
#recipe-page .recipe-tab-top__btn.top-waza .icon-arrow.right::before {
  border-color: transparent transparent transparent #fff !important;
  right: 15px;
}
#recipe-page .recipe-tab-top__btn.top-waza .icon-arrow.right::after {
  border-color: transparent transparent transparent #d49067 !important;
  right: 18px;
}
#recipe-page .recipe-tab-top__btn.top-party .icon-arrow.right::before {
  border-color: transparent transparent transparent #fff !important;
  right: 15px;
}
#recipe-page .recipe-tab-top__btn.top-party .icon-arrow.right::after {
  border-color: transparent transparent transparent #3cb5a9 !important;
  right: 18px;
}
#recipe-page .recipe-tab-top__btn.top-sweets .icon-arrow.right::before {
  border-color: transparent transparent transparent #fff !important;
  right: 15px;
}
#recipe-page .recipe-tab-top__btn.top-sweets .icon-arrow.right::after {
  border-color: transparent transparent transparent #8ebe79 !important;
  right: 18px;
}

.other-cat{
  margin-top: 90px;
}
.other-cat__ttl img{
  margin: 0 auto;
  display: block
}
.other-cat ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 780px;
  margin: 0 auto;
}
.other-cat li{
  margin: 30px 15px 0;
  width: 36%;
  text-align: center;
  font-size: 15px;
  position: relative;
}
.other-cat li a{
  display: block;
  padding: 16px;
  color: #fff !important;
  text-decoration: none !important;
}
.other-cat li :hover{
  opacity: 0.7;
}
.other-cat li .icon-arrow.right::before {
  border-color: transparent transparent transparent #fff;
  right: 15px;
}

.tab-anc1 a{
  background-color: #f28787;
}
.tab-anc1 .icon-arrow.right::after {
  border-color: transparent transparent transparent #f28787;
  right: 18px;
}
.tab-anc2 a{
  background-color: #f7a45e;
}
.tab-anc2 .icon-arrow.right::after {
  border-color: transparent transparent transparent #f7a45e;
  right: 18px;
}
.tab-anc3 a{
  background-color: #d49067;
}
.tab-anc3 .icon-arrow.right::after {
  border-color: transparent transparent transparent #d49067;
  right: 18px;
}
.tab-anc4 a{
  background-color: #3cb5a9;
}
.tab-anc4 .icon-arrow.right::after {
  border-color: transparent transparent transparent #3cb5a9;
  right: 18px;
}
.tab-anc5 a{
  background-color: #8ebe79;
}
.tab-anc5 .icon-arrow.right::after {
  border-color: transparent transparent transparent #8ebe79;
  right: 18px;
}
#recipe-page .recipe-bento .icon-arrow.right::after,
#recipe-page .recipe-arrange .icon-arrow.right::after,
#recipe-page .recipe-waza .icon-arrow.right::after,
#recipe-page .recipe-party .icon-arrow.right::after,
#recipe-page .recipe-sweets .icon-arrow.right::after{
  border-color: transparent transparent transparent #fff !important;
}

.mt60{
  margin-top: 90px;
}
.mt20{
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .mt60{
    margin-top: 60px;
  }
  #recipe-page .recipe__inner{
    padding: 25px 0 60px;
  }
  #recipe-page .recipe-section__body{
    padding: 50px 15px;
  }
  #recipe-page .recipe-section__ttl{
    justify-content: center;
    margin-bottom: 25px;
  }
  #recipe-page .category-ttl__txt{
    width: 100%;
    margin: 0;
  }
  #recipe-page .category-ttl__img{
    margin: 10px auto 0;
    width: 72%;
  }
  .recipe-make{
    flex-wrap: wrap;
  }
  .recipe-make .make-box{
    width: 100%;
  }
  .recipe-make__ttl{
    font-size: 18px;
    margin-bottom: 25px;
  }
  .recipe-make .make-box:first-child{
    padding-right: 0;
    border-right: none;
    margin-bottom: 50px;
  }
  .recipe-make .make-box:first-child::before{
    content: none;
  }
  .recipe-make .make-box:last-child{
    padding-left: 0;
  }
  .make-box ul > li{
    font-size: 13px;
  }
  .recipe-make__step li{
    margin-bottom: 25px;
  }

  .recipe-point {
    margin-top: 45px;
    padding: 25px 15px;
  }
  .recipe-point__ttl{
    text-align: center;
  }
  .recipe-point__flex{
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
  }
  .recipe-point__img{
    width: 78%;
    margin-bottom: 15px;
  }
  .recipe-point__txt{
    width: 100%;
    font-size: 13px;
  }

  .recipe-memo {
    margin-top: 45px;
    padding: 25px 15px;
  }
  .recipe-memo__ttl{
    text-align: center;
  }
  .recipe-memo__flex{
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
  }
  .recipe-memo__img{
    width: 100%;
  }
  .recipe-memo__img div{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .recipe-memo__img div img:first-child{
    width: 64%;
  }
  .recipe-memo__img div img:last-child{
    width: 32%;
  }
  .recipe-memo__txt{
    width: 100%;
    font-size: 13px;
  }

  .recipe-memo__txt{
    margin-bottom: 25px;
  }
  .recipe-memo__tx{
    font-size: 13px;
  }
  .recipe-memo__kome{
    font-size: 10px;
    text-indent: -10px;
    padding-left: 10px;
  }
  .ai-logo{
    width: 64% !important;
    margin-top: 10px;
  }

  .cooking-day{
    padding-left: 15px;
    font-size: 10px;
  }

  .recipe-plus {
    margin-top: 45px;
    padding: 25px 15px;
  }
  .recipe-plus__ttl{
    text-align: center;
  }
  .recipe-plus__flex{
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
  }
  .recipe-plus__img{
    width: 78%;
    margin-bottom: 15px;
  }
  .recipe-plus__txt{
    width: 100%;
    font-size: 13px;
  }
  .plus-list__ttl span{
    font-size: 16px;
  }
  .plus-list__txt{
    font-size: 13px;
  }

  .plus-arrange{
    margin-top: 55px;
  }

  #recipe-page .recipe-list{
    justify-content: center;
  }
  #recipe-page .recipe-list__item{
    margin-right: 4%;
  }
  #recipe-page .recipe-list__item:nth-child(2),
  #recipe-page .recipe-list__item:last-child{
    margin-right: 0;
  }
  #recipe-page .recipe-list::after{
    content: none;
  }

  .plus-arrange__ttl {
    max-width: 280px;
    margin: 0 auto;
  }
  .plus-arrange__ttl img{
    width: 100%;
  }
  .recipe-tab-top__btn{
    font-size: 11px;
    max-width: 260px;
    padding: 15px;
    text-align: left;
  }

  .other-cat__ttl{
    max-width: 230px;
    margin: 0 auto;
    display: block;
  }
  .other-cat__ttl img{
    width: 100%;
  }
  .other-cat ul{
    padding: 0 15px;
    justify-content: space-between;
  }
  .other-cat li{
    margin: 15px 0 0;
    width: 48%;
    text-align: left;
  }
  .other-cat li a{
    font-size: 12px;
  }
}

.recipe-bento .recipe-make__ttl span,
.recipe-bento .recipe-point__ttl span,
.recipe-bento .recipe-memo__ttl span,
.recipe-bento .recipe-plus__ttl span,
.recipe-bento .recipe-plus/* ,
.recipe-bento .recipe-memo */{
  border-color: #f28787 !important;
}

.recipe-arrange .recipe-make__ttl span,
.recipe-arrange .recipe-point__ttl span,
.recipe-arrange .recipe-memo__ttl span,
.recipe-arrange .recipe-plus__ttl span,
.recipe-arrange .recipe-plus/* ,
.recipe-arrange .recipe-memo */{
  border-color: #f7a45e !important;
}

.recipe-waza .recipe-make__ttl span,
.recipe-waza .recipe-point__ttl span,
.recipe-waza .recipe-memo__ttl span,
.recipe-waza .recipe-plus__ttl span,
.recipe-waza .plus-list__ttl span,
.recipe-waza .recipe-plus/* ,
.recipe-waza .recipe-memo */{
  border-color: #d49067 !important;
}

.recipe-party .recipe-make__ttl span,
.recipe-party .recipe-point__ttl span,
.recipe-party .recipe-memo__ttl span,
.recipe-party .recipe-plus__ttl span,
.recipe-party .recipe-plus/* ,
.recipe-party .recipe-memo */{
  border-color: #3cb5a9 !important;
}

.recipe-sweets .recipe-make__ttl span,
.recipe-sweets .recipe-point__ttl span,
.recipe-sweets .recipe-memo__ttl span,
.recipe-sweets .recipe-plus__ttl span,
.recipe-sweets .recipe-plus/* ,
.recipe-sweets .recipe-memo */{
  border-color: #8ebe79 !important;
}

.basic-list.justify-content-center,
.plus-list.justify-content-center{
  justify-content: center !important;
}
.basic-list.justify-content-center::after,
.plus-list.justify-content-center::after{
  content: none;
}

@media only screen and (min-width: 768px) {
  .basic-list.justify-content-center .recipe-list__item,
  .plus-list.justify-content-center .recipe-list__item{
    margin: 0 2.5% 30px;
  }
}
