@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////*/


.recipe-area {
	width:100%;
	background: #fff;
	font-family: 'Noto Sans JP';
	font-size: 1.4rem;
	padding: 20px 0;
}


.recipe-area .supple{
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 300;
	margin: 20px auto 0;
	text-align: left;
}

h2 {
	color: #333;
	width:100%;
	font-size: 3.4rem;
	font-weight: 500;
	line-height: 1.4em;
	margin: 0 auto 10px ;
	padding: 0;
	margin-left:15px
}

h3 {
/*	color: #e5001f;
	color: #5db300;*/
	color: #333;
	width:100%;
	font-size: 2.6rem;
	font-weight: 300;
	line-height: 1em;
	margin: 0 auto 10px ;
	padding: 0;
}

.recipe-left .photo img {
	width:90%;
	max-width:380px;
	height: auto;
	
	display: inline-block;
	padding: 10px;
	border: 1px solid #e1e1e1;
	box-shadow:2px 2px 2px 2px #ccc;
	background:#fff;
}
.recipe-left .sub{
	display: inline-block;
	border:2px dotted #5db300;
	margin-top: 20px;
	padding: 5px 20px;
	font-weight: 300;
	font-size: 1.4rem;
	background: #fff;
	box-shadow:2px 2px 2px 2px #e1e1e1;
	max-width: 410px;
	min-width: 300px;
}

.recipe-left .sub .title{
	display: inline-block;
	float: left;
	vertical-align: middle;
	text-align: left;
	margin-right: 20px;
}

.recipe-left .sub  span{
	height:60px;
	display:table-cell;
	vertical-align:middle;
}

.recipe-left .sub .title span.circle{
	color: #5db300;
}


.recipe-left .sub .title-kondate{
	display: inline-block;
	float: left;
	vertical-align: middle;
	text-align: left;
	margin-right: 0;
}

/*2022/10/28追加*/
.recipe-left .photo2{
	display:flex
}

.recipe-left .print{
/* 2022/10/28 tokushu_photo2追加に伴い*/
	/*width:385px;*/
	text-align: left;
	margin: 20px 18px 0;
}

/*2022/10/28追加*/
.recipe-left .tokushu_photo2{
	text-align: right;
	font-size: 1.3rem;
/*	line-height: 1.4em;*/
	font-weight: 500;
	width:270px;
	margin: 20px auto 0;
}

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

.recipe-left .print img {
	display: none;
	
}

.recipe-left .tokushu_photo2{
	width: 100%;
	text-align: center;
/*	width:270px;*/
	margin: 10px 30px 0 0;
	font-size: 1.2rem;
	font-weight: 400;
}

.recipe-area .photo {
	display: inline-block;
	margin: 0 auto;
	width: 100%;
	max-width:385px;
	height: auto;
	text-align: left;
	margin-left:10px ;
}



}

.PhotoBox {
	padding-right: 0;
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.recipeBox { 
	max-width: 550px;
	margin: 0 auto;
}
.recipeBox ul { 
	list-style-type: none;
}

.recipeMainBox .ingredientsList .group-child .ingredients,
.recipeMainBox .ingredientsList .group-child .amount {
  border-top: 1px solid #ccc;
  padding-top: 8px;
}

.recipeBox .special-comm{
	border: 1px solid #ff5b7b;
	background: #fce5f5;
	border-radius: 5px;
	font-weight: 500;
	font-size: 1.6rem;
	padding: 5px;
	margin-top: 5px;
	text-align: left;
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.statusBox {
	display: inline-block;
	border-top:2px solid #666;
	border-bottom:2px solid #666;
	width: 100%;
	padding: 10px 0;
}
.statusBox ul {
	display: block;
	font-weight: 300;
	vertical-align: bottom;
	margin: 0 auto;
}	

.statusBox ul li {
	float: left;
	text-align: center;
	width:150px;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}	
.statusBox ul li span {
	font-size: 2.0rem;
}	

.statusBox ul li div.subtext {
	margin-left:-150px;
}	

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.recipeBox p.caution {
	font-size: 1.2rem;
	margin: 10px 0 0 10px;
	font-weight: 500;
}

.recipeBox p.title {
	background: #ed1c24;
	font-size: 1.4rem;
	margin: 10px 0 0 0px;
	font-weight: 500;
	width: 100%;
	color: #fff;
	padding: 10px;
}

.recipeBox p.title span {
	font-weight: 300;
}

.recipeBox p.subtitle {
	font-size: 1.4rem;
	font-weight: bold;
	margin: 10px 0 0 0px;
	padding: 5px;
	color: #993366;
}
.recipeBox .ingredientsList {
	margin: 0;
	padding: 0;
}
.recipeBox .ingredientsList li {
  border-bottom: 1px dotted #ccc;
  padding: 8px 10px;
}
.recipeBox .ingredientsList dt {
  font-size: 1.6rem;
  line-height: 1.4em;
  font-weight: 300;

}
.recipeBox .ingredientsList dl {
  zoom: 1;
  font-size: 1.6rem;
  line-height: 1.4em;
  font-weight: 300;
  margin: 0;
}
.recipeBox .ingredientsList dl:after {
  content: "";
  display: block;
  clear: both;
}

.recipeBox .ingredientsList .amount {
  float: right;
/*  width: 130px;*/
  width: 35%;
  text-align: right;
  vertical-align: top;
/*  white-space: nowrap;*/
}

.recipeBox .ingredientsList .group {
  padding: 3px 0;
  float: left;
  width: 5%;
  height: 1em;
  display: inline-block;
  color: #ed1c24;
  font-weight: 300;
}

.recipeBox .ingredientsList .ingredients {
  padding: 3px 0 3px 3px;
  float: left;
/*  width: 69%;*/
  width: 60%;
  vertical-align: top;
}

.recipeBox .ingredientsList span {
  color: #ed1c24;
/*  font-size: 1.4rem;*/
  font-weight: bold;
}

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.recipe .desc {
	font-size: 1.8rem;
	line-height: 1.4em;
	font-weight: 300;
	width:95%;
	margin: 0 auto 10px ;

}
.recipe {
	display: inline-block;
	box-shadow: 0 0 8px #333;
	width: 92%;
	margin: 15px auto;
	padding: 15px;
	text-align: left;
	font-family: 'Noto Sans JP';
}

.recipe ul{
	list-style-type: none;
	width:95%;
	margin: 0 auto;
	padding: 0;
	
}

.recipe ul li{
	float: left;
	position: relative;
	margin: 30px 30px 0 0;
}

.recipe ul li span.title {
	position: absolute;
	bottom: 0;
	left:0;
	width: 100%;
	background: #235c1b;
	color: #fff;
	text-align: center;
	opacity:0.8;
	padding: 5px 0;
	font-weight: 500;
	font-size: 1.2rem;
}




/*///////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.recipeStepBox {
  zoom: 1;
  margin: 0;
  padding: 0;
}
.recipeStepBox:after {
  content: "";
  display: block;
  clear: both;
}
.recipeStepBox .stepArea {
  float: left;
}

.recipeStepBox .stepList {
  display: table;
  width: 100%;
  margin-top: 20px;
}
.recipeStepBox .stepList:first-of-type {
  margin-top: 14px;
}
.recipeStepBox .stepList .stepNumber {
  width: 30px;
  display: table-cell;
  vertical-align: top;
  text-align: center;
}
.recipeStepBox .stepList .stepNumber p {
  width: 30px;
  height: 30px;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 26px;
  color: #ed1c24;
}
.recipeStepBox .stepList .stepTxt {
  display: table-cell;
  padding-left: 10px;
  vertical-align: top;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 300;
}

.recipeStepBox .stepList .stepTxt p {
  color: #ed1c24;
}

.recipeStepBox .stepList .stepTxt span {
  color: #ed1c24;
  font-weight: bold;
}
.cookingGuideBox {
	display: inline;
}
.cookingGuideBox li {
	display: table-cell;
	vertical-align: middle;
	height: 115px;
	
}
.cookingGuideBox li span {
	font-size:1.4rem;
	font-weight: 300;
}

footer .logo-print{
	display: none;
}

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////*/


/*////////////////////////////////////////////////////////////////////////////////*/
/*@media screen and ( max-width:320px) {*/
@media screen and ( max-width:460px) {
.container {
    padding-right: 5px;
    padding-left: 5px;
}

	h2 {
	font-size: 2.0rem;
	margin-left: 0;
	text-align: center;
	}
	
	h3 {
	font-size: 2.0rem;
	margin-left: 0;
	}

	.recipeBox .special-comm {

    font-size: 1.2rem;
    }
	.recipe-left .sub {
    display: inline-block;
    border: 2px dotted #5db300;
    margin-top: 20px;
    padding: 5px;
    font-weight: 300;
    font-size: 1.4rem;
    background: #fff;
    box-shadow: 2px 2px 2px 2px #e1e1e1;
    max-width: 280px;
    min-width: 200px;
	}
	.statusBox ul {
		width: 270px;
		display: inline-block;
		margin: 0;
		padding: 0;
	}
	.statusBox ul li {
	    float: left;
	    text-align: center;
	    width: 90px;
	    font-size: 1.4rem;
	    letter-spacing: 0.1em;
	}

	.statusBox ul li div.subtext {
		margin-left:-90px;
	}	

	.recipeBox p.caution {
    font-size: 1.2rem;
    margin: 10px 0 0 0;
    font-weight: 500;
	}
	.recipeBox .ingredientsList .ingredients {
    padding: 3px 0 ;
    float: left;
    width: 50%;
    vertical-align: top;
    font-size: 1.4rem;
	}

	.recipeBox .ingredientsList .amount {
	    float: right;
	    width: 110px;
	    text-align: right;
	    vertical-align: top;
/*	    white-space: nowrap;*/
    font-size: 1.4rem;
	}
	.recipe-left .sub .title {
	    display: inline-block;
	    float: left;
	    vertical-align: middle;
	    text-align: left;
	    margin-right: 0;
	}
	.recipe-left .sub span {
    height: 30px;
    display: table-cell;
    vertical-align: middle;
}

}
/*////////////////////////////////////////////////////////////////////////////////*/
