/* ================================
  tea_recipe
  MB→PC min-width:1100px
================================ */

.ellipsis {
    font-family: "MS UI Gothic", sans-serif;
    padding: 0 2px;
}

/* ページタイトル ※調整
-------------------------------- */

#cateTitImg {background-image: url("../tea_recipe/img/contetitimg_recipe.jpg") ;}
#cateTitTxt {background-image: url("../tea_recipe/img/contetitimg_recipe_bg.jpg");}
#cateTitTxt h1 {background: rgba(126,199,90,0.90);}

/* --------------------------------
  レシピ集トップ
-------------------------------- */

#tearecipeTop #cateTitBox  {margin-bottom: 0;}


#tearecipeConteTit {
  margin: 0 auto;
  text-align: center;
}
#tearecipeConteTit img {
  width: 90%;
  height: auto;
}

#tearecipeTopList {
  margin: 0 0 30px;
  padding: 50px 0 30px;
  text-align: center;
}

#tearecipeTopList > .box {
  text-align: left;
  margin: 0 4%;
}

#tearecipeTopList ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.tearecipeTopListBox > li {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  margin: 0 1% 20px;
  padding: 15px;
}

ul.tearecipeTopListBox a.recipe {
  display: block;
  border-top: 8px dotted #cde9bf;
  padding: 20px 0 0;
  text-decoration: none;
}

ul.tearecipeTopListBox .recipe .box {
  display: flex;
  margin: 0 0 15px;
  overflow: hidden;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}

ul.tearecipeTopListBox a.recipe .imgBox {
  display: block;
  width: 48%;
  max-width: 160px;
  margin: 0 0 0 10px;
}

ul.tearecipeTopListBox a.recipe .tit {
  color: #7a533b;
  font-size: 17px;
  line-height: 1.4;
  flex:1;
}
ul.tearecipeTopListBox a.recipe .tit .capBox {
  display: block;
  font-size: 14px;
}
.recipeName .capBox {
  display: block;
  font-size: 14px;
}

ul.tearecipeTopListBox a.recipe .pgBtn {
  clear: right;
  display: block;
  background-color: #a28b78;
  color: #fff;
  width: 100%;
  margin: 0;
  padding: 10px 20px;
  text-align: center;
}


/* このレシピに使える商品 */

.recommend {
  width: 100%;
}
.recommend a {
  display: block;
	margin-top: 8px;
}
.recommendTit {
  padding-top: 10px;
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.2px;
}
.recommendTit img {
  width: 16px;
  margin-right: 5px;
}

.recommendItem {
  display: block;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px dotted #aaa;
  background: url("../tea_recipe/img/icon_cart_pc.png") no-repeat 98% center;
  background-size: 30px auto;
}
.recommendItem.shopLink {
  background-image: url("../tea_recipe/img/icon_shop_pc.png");
}

.recommendItem .imgBox {
  width: 32px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.recommendItem .imgBox img {
  width: 100%;
  height: auto;
}
.recommendItem .txt {
  display: inline-block;
  width: 152px;
  margin: 0 0 0 14px;
  vertical-align: middle;
  font-size: 13px;
  line-height: 1.3;
}

@media screen and (min-width: 640px), print {/* 調整 */

  #tearecipeTopList > .box {
    display: inline-block;
    margin: 0 auto;
  }
  
  ul.tearecipeTopListBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  ul.tearecipeTopListBox {
    width: 100%;
    max-width: 1240px;
  }
  
  ul.tearecipeTopListBox > li {
    flex-shrink: 0;
    width: 360px;
    margin: 0 1% 30px;
    padding: 20px;
  }
  ul.tearecipeTopListBox a.recipe {
    display: block;
  }
  ul.tearecipeTopListBox a.recipe .imgBox {
    width: 100%;
    max-width: 320px;
    float: none;
    margin: 0 0 15px;
  }
  ul.tearecipeTopListBox a.recipe .tit {
    font-size: 20px;
  }
ul.tearecipeTopListBox .recipe .box {
	display: block;
}
}

@media screen and (min-width: 1100px), print {
  #tearecipeConteTit img {
    width: 750px;
  }
}

/* PDFアイコン */
a .pdf::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background-image: url(../img_common/icon_pdf32.png);
  background-size: contain;
  vertical-align: middle;
}

/* --------------------------------
  レシピページ
-------------------------------- */

.topLink {
  padding: 20px 0;
  text-align: left;
}
.topLink a {
  position: relative;
  padding: 0 0 0 20px;
  font-size: 14px;
  color: #690;
  text-decoration: none;
}
.topLink a::after {
  position: absolute;
  left: 0;
  bottom: 2px;
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #690;
  border-left: 2px solid #690;
  transform: rotate(135deg);
}


.recipeName {
  position: relative;
  display: block;
  margin: 0 0 24px;
  padding: 15px;
  min-width: 120px;
  max-width: 100%;
  font-size: 20px;
  text-align: left;
  background-color: #fde2d6;
  background-image: linear-gradient(135deg, #f8a2a2 16px, transparent 0);
  border-radius: 6px;
}
.recipeName::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 15px solid #fde2d6;
}

.recipeMainImg {
  text-align: center;
}
.recipeMainImg img {
  border-radius: 20px;
}

.recBoxSp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 30px;
  padding: 20px 0 0;
}


.sTit {
  margin: 0 0 10px;
  padding: 0 0 10px;
  color: #ff7e00;
  font-size: 20px;
  border-bottom: 1px solid #ff7e00;
}
.matBox {
  width: 100%;
}

#tearecipe .matList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 30px;
  padding: 0;
  font-size: 14px;
  list-style: disc;
  list-style-position: inside;
}


.matList li {
  margin: 0 0 5px;
  padding: 5px 5px 5px 1.2em;
  text-indent: -1.2em;
  line-height: 1.4;
  border-bottom: 1px dotted #ccc;
  width: 45%;
}
#re31 .etcMemo,
#re32 .etcMemo {
	margin-left:15px!important;
}
.etcMemo h4{
	font-size: 16px;
}
.etcMemo li {
   margin: 0;
   padding: 8px;
   line-height: 1;
   width: 100%;
}
.ckStepBox {
  width: 100%;
}
#tearecipe ul.ckStep {
  margin: 0;
  padding: 0;
}
#tearecipe ul.ckStep > li {
  clear: both;
  overflow: hidden;
  margin: 0 0 10px;
  padding: 10px 0;
  line-height: 1.6;
  border-bottom: 1px dotted #ccc;
  font-size: 14px;
}
#tearecipe ul.ckStep > li p {
  float: left;
  margin: 0 0 10px;
  padding: 0 0 0 2.7em;
  text-indent: -2.7em;
	word-break: break-all;
}
#tearecipe ul.ckStep > li p.floatImg {
  float: left;
  display: inline-block;
  margin: 0 0 10px;
  padding: 0 0 0 1em;
  text-indent: -1em;
}

.stNo, .stNoW {
  margin: 0 8px 0 0;
  padding: 4px 9px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #e09090;
  border-radius: 100vh;
}
.stNoW {
  padding: 4px 3px;
  font-size: 18px;
}

.recipeImg img {
  width: 100%;
  height: auto;
}
.linkBox {
  margin: 0 0 20px;
  padding: 15px;
  border: 2px solid #669900;
  vertical-align: middle;
}
.linkBox a {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  text-decoration: none;
  color: #690;
}
.linkBox p {
  margin: 0 0 0 5%;
  width: 55%;
  text-align: left;
  font-size: 13px;
}
.thumImg {
  width: 40%;
  height: auto;
}
.recNaS {
  display: block;
  margin: 0 0 5px;
  padding: 0 0 5px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px dotted #669900;
}
.linkBox i {
  margin: 0 5px 0 0;
}
.mtSname {
  margin: 0;
  padding: 10px 0 0;
  color: #985824;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
#tearecipe .mbHf {
  margin-bottom: 15px;
}
#tearecipe ul.ckStep > li p.etcMemo {
	padding: 0 0 0 1em;
	text-indent: -1em;
}


@media screen and (min-width: 1100px), print {

  .recipeName {
  font-size: 24px;
  text-align: center;
  }

  #tearecipe ul.ckStep {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  }
  
  #tearecipe ul.ckStep > li {
  flex-shrink: 0;
  width: 48%;
  }
    
	.sideImg {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	}
	#re32 .sideImg:last-child,
	#re31 .sideImg:last-child{
	display: block;
	}
  .sideImg .recipeImg {
  display: block;
  flex-shrink: 0;
  }


  #tearecipe .recommend dd.listBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  }
  
  #tearecipe .recommend dd a {
  width: 48%;
  }
  

}

/* レシピ画像拡大
-------------------------------- */

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

  /* 拡大無効化 */
  a.recipeImg {
    pointer-events: none;
  }
  a.recipeImg i {
  display: none;
  }

}

@media screen and (min-width: 1100px), print {
  .recipeImg {
    display: block;
    position: relative;
  }
  .recipeImg i {
    position: absolute;
    right: 5px;
    bottom: 5px;
    margin: 0;
    padding: 5px 6px;
    font-size: 12px;
    color: #fff;
    background-color: #690;
    z-index: 5;
  }
  .recipeImg img {
    width: 152px;
    height: auto;
    margin: 0 0 0 10px;
    border: 1px solid #690;
  }

  .recipeImg:hover i {
    background-color: #c36;
  }

  .recipeImg:hover img {
    border: 1px solid #C36;
  }

}

/* 材料画像
-------------------------------- */

.material {
    width: 100%;
    max-width: 375px;
    margin: 0 auto 20px;
}
/* 1人分カロリー
-------------------------------- */
.kcal{
	text-align: right;
}
.kcal span{
	color: #fff;
	background:  #690;
	border-radius: 3px;
	padding: 5px 16px;
}
/*シェフの一言
-------------------------------- */
.onewordBox{
	width: 100%;
	background: #fde2d6;
	padding: 40px 20px 20px;
	margin: 60px 0 20px;
	border-radius: 10px;
	position:relative;
}

.onewordBox .onewordImg {
	position: absolute;
	top:-15px;
	text-align: center;
	left: 50%;
  transform: translate(-50%, -50%);
}

.onewordBox h3 {
	text-align: center;
	color: #ea5b5b;
	border-bottom: solid #ea5b5b 1px;
}
@media screen and (min-width: 1100px), print {
.onewordBox{
	padding: 20px 30px 30px;
	margin: 80px 0  20px;
}	
	.onewordBox .onewordImg {
		left: 70px;
		top:6px;
	}
	.onewordBox h3 {
		padding-left: 80px;
		text-align: left;
	}
}


.supStep{
	padding: 20px 0 ;
	border-bottom: 1px dotted #ccc;
}
.supStep h4{
	display:flex;
	color: #c10000;
	align-items:flex-start;
}
.supStep:nth-child(3){
	margin-bottom: 10px;
}
.supStep:nth-child(3) h4{
	color: #8d00c1;
}


.supStep p{
	font-size: 14px;
}
.star{
	color: #c10000;
}

.star2{
	color: #8d00c1;
}
.leadText{
 margin: 20px 0 30px;
}

.leadText .note {
	margin-top:20px;
  font-size: 16px;
	color: #c00;
	font-weight: bold;
	position:relative;

}



.recommend2 {
	
	margin: 2rem 0;
	
	
}
.recommend2 .listBox {
	display: flex;
	justify-content: space-between;
	margin: 1rem 0 2rem ;
	
}

.recommend2 .Box {
	width: 48%;
}
.recommend2 .Box p {
	background: #e09090;
	padding: 2px 10px;
	display: inline-block;
	font-size: 13px;
	color: #fff;
}
.recommend2 .Box ul{
	display: flex;
  padding: 8px 0;
  border: 1px dotted #e09090;
  margin-left: 10px;
  justify-content: center;
  gap: 10px;
}

.recommend2 .Box ul li{
	margin-left: 20px;
	margin-bottom: 0;
	padding:0;
	font-size: 13px;
	font-weight: bold;
}

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

	
.recommend2 .listBox{
	flex-direction: column;
}	
.recommend2 .Box {
	width: auto;
	margin:10px 0;
}
.recommend2 .Box ul li{
	font-size: 13px;
}
}