@charset "utf-8";
#middle_bg {
	background:url(../../common/images/bg_middle_top03_sp.png) center top / auto no-repeat;	
}
.bgRecipe  {
	background: linear-gradient(#fff, #FFEF8F);	
}
@media screen and (min-width: 1025px) {
#middle_bg {
	background:url(../../common/images/bg_middle_top03.png) center max(-162px,-14vw) / auto no-repeat;	
}
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// recipe 一覧
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

.MiddleContentsInsideIndex {
	border: 1px solid #54a900;
	padding:10px;
	background: #fff;
	background: rgba(255,255,255,0.8);
}
.recipePickupArea {
	width:100%;
	background: rgb(255 255 255 / .8);
	margin: 20px auto;
  padding: 1em;
  box-sizing: border-box;
}
.recipePickupArea h2 {
	padding: 0;
	font-size: 140%;
	line-height:1.3;
	text-align: center;
	border-bottom: solid 2px #eec02f;
}
.recipeTab {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2em;
  place-content: center;
  
background: url(../../common/images/dot_line.png) no-repeat center bottom;
padding-bottom:20px;
margin: 10px 0px 30px 0px;
text-align:center;
}
.recipeTab li {
  text-align: center;
}
.recipeTab li img {
width: 100%;
margin-bottom:10px;
}
h3.ttlRecipe01 {
	width: 36%;
	padding: 0;
	margin: 0 auto 20px;
	text-align: center;
}
h3.ttlRecipe01 img {
  display: block;
  margin: 0 auto;
}
.ttlRecipe02 {
	margin: 0 auto 1em;
	font-size: 1.4em;
	font-weight:bold;
	line-height: 1.3;
	text-align: center;
	color:#46bb00;
}
.imgRecipeList {
	margin-bottom:20px;
}
.imgRecipeList li{
	float:left;
	width:30%;
	margin:0px 11px 20px 0px;
}
.imgRecipeList li:nth-child(3n) {
	margin:0px 0px 20px 0px;
}
.imgRecipeList li img {
box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}
@media screen and (min-width: 1025px) {
.MiddleContentsInsideIndex {
	padding: 20px 40px 40px 40px;
}
.recipePickupArea {
	margin: 30px auto;
}
.recipePickupArea h2 {
	padding:0px 0px 10px 0px;
	text-align:center;
	width:100%;
	font-size:220%;
	line-height: normal;
}
h3.ttlRecipe01 {
	width: auto;
	margin: 0 auto 20px;
}
.ttlRecipe02 {
	font-size:180%;
	line-height: normal;
}
.imgRecipeList {
	margin-bottom:30px;
}
.imgRecipeList li,
.imgRecipeList li:nth-child(3n){
	width: auto;
	margin:0px 20px 30px 0px;
}
.imgRecipeList li:nth-child(4n) {
	margin:0px 0px 30px 0px;
}
.recipeTab a:hover,
.imgRecipeList a:hover{
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}
.recipeTab li img {
	margin: 0 auto;
}
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// resipe
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.MiddleContentsInside {
  margin-top: 3em;
	background: #fff;
}
.RecipeTopArea h2{
	width:100%;
	margin-bottom:10px;
}
.RecipeTopArea .RecipeImg01,
.RecipeTopArea .RecipeImg02{
	text-align:center;
	margin-bottom:20px;
}
.RecipeTopArea .RecipeImg01 img{
	width:42%;
  margin: 0 auto;
}
.RecipeTopArea .RecipeImg02 img{
	width:53%;
  margin: 0 auto;
}
.RecipeDetail{
	padding:0 0;
}
.RecipeTopArea .RecipeDetail h3 {
	font-weight:bold;
	font-size:130%;
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:solid 1px #ff8604;
}
.RecipeTopArea .RecipeDetail h3 span{
	color:#ff8604;
}
.RecipeTopArea .RecipeDetail dt{
	font-size:110%;
	font-weight:bold;
	padding-left:15px;
	background: url(../images/icon_square.png) no-repeat left 6px;
	background-size:10px;
}
.RecipeTopArea .RecipeDetail dd{
    margin-left: 0;
	padding-left:15px;
	margin-bottom:10px;
}
.RecipeTopArea .RecipeDetail dd b{
	font-weight:normal;
	text-decoration:underline;
}
@media screen and (min-width: 1025px) {
.MiddleContentsInside{
	position:relative;
}
.RecipeTopArea{
	width:auto;
	position:relative;
	padding-left:460px;
	padding-bottom:20px;
	margin-bottom:40px;
}
.RecipeTopArea h2{
	width:430px;
	float:none;
	padding:0 0 20px 30px;
	background: url(../../common/images/dot_line.png) no-repeat center bottom;
	margin-bottom: 20px;
}
.RecipeTopArea .RecipeImg01{
	width:500px;
	position:absolute;
	margin-bottom: 0;
	left:0;
	top:25px;
}
.RecipeTopArea .RecipeImg02{
	width:500px;
	position:absolute;
	left:-40px;
	top:-20px;
}
.RecipeTopArea .RecipeImg01 img,
.RecipeTopArea .RecipeImg02 img {
	width: auto;
}
.RecipeDetail{
	padding-left:30px;
}
.RecipeTopArea .RecipeDetail h3 {
	font-size:100%;
	margin-bottom:15px;
	padding-bottom: 10px;
}
.RecipeTopArea .RecipeDetail h3 span{
	font-size:140%;
}
.RecipeTopArea .RecipeDetail dt{
	font-size:150%;
	padding-left:30px;
	background: url(../images/icon_square.png) no-repeat left 4px;
}
.RecipeTopArea .RecipeDetail dd{
	padding-left:30px;
}
.RecipeTopArea.irregular{
	min-height:665px;
}
}
.ttlDouble {
	font-size:110%;
	font-weight:bold;
	margin-bottom:15px;
	border-bottom:solid 1px #ff8604;
}

.RecipeMiddleArea h3{
	color:#fff;
	width:100%;
	font-size:120%;
	font-weight:bold;
	text-align:left;
	padding:5px 10px 3px;
	box-sizing:border-box;
	background:#ff8604;
	margin:0 auto 20px ;
}
.RecipeMiddleArea dl{
	margin-bottom:20px;
}
.RecipeMiddleArea dt{
	font-weight:bold;
	padding-left:15px;
	margin-bottom:10px;
	background: url(../images/icon_square.png) no-repeat left 6px;
	background-size:10px;
}
.RecipeMiddleArea dd{
	padding-left:15px;
	margin-bottom:20px;
}
.RecipeMiddleArea .left dd:last-child,
.RecipeMiddleArea .right dd:last-child{
	margin-bottom:0;
}
.RecipeMiddleArea dd b{
	font-weight:normal;
	text-decoration:underline;
}
.ttlIngre dt{
	float:left;
	color:#ff8604;
	font-weight:bold;
	font-size:160%;
	padding-left:0px !important;
	background: none !important;
	width:20%;
	height:100%;
	vertical-align:middle;
}
.ttlIngre dd{
	float:left;
	width:80%;
	font-size:110%;
	padding-left: 0 !important;
}
.ttlIngre dd span {
	color:#ff8604;
}
@media screen and (min-width: 1025px)  {
.RecipeMiddleArea h3{
	font-size:180%;
}
.RecipeMiddleArea dl{
	margin-bottom:30px;
}
.RecipeMiddleArea dt{
	font-size:150%;
	padding-left:30px;
	background: url(../images/icon_square.png) no-repeat left 4px;
}
.RecipeMiddleArea dd{
	padding-left:30px;
	margin-bottom:30px;
}
.RecipeMiddleArea .left{
	width:430px;
	float:left;
}
.RecipeMiddleArea .right{
	width:430px;
	float:right;
}
.printBtn{
	position:absolute;
	bottom:47px;
	right:40px;
	-moz-text-shadow: 2px 2px 2px rgba(0,0,0,0.80);
    -webkit-text-shadow: 2px 2px 2px rgba(0,0,0,0.80);
    text-shadow: 2px 2px 2px rgba(0,0,0,0.80);
    -moz-box-shadow: 0 8px 10px rgba(0,0,0,0.30);
    -webkit-box-shadow: 0 8px 10px rgba(0,0,0,0.30);
    box-shadow: 0 8px 10px rgba(0,0,0,0.30);
}
.ttlIngre dt{
	width: auto;
	height: auto;
}
.ttlIngre dd{
	width:370px;
	padding-left: 0 !important;
	font-size: 1.4rem;
	float: right;
}
.ttlIngre dd span {
	font-size:140%;
}
}

a.shouhin{
	color:#46bb00;
}


@media print {
body {
    width: 172mm;
    height: 251mm;
    page-break-after: always;
}
  .head .share,
  .include_head,
  .hamburger,
  .linkBtn,
  .breadcrumb_wrap,
  .footer_wrap,
  .sns_links,
  .backToTop,
  .footer_otherlinks {
    display: none;
  }
  header {
    box-shadow: none;
  }
  .bgRecipe,
  #middle_bg,
  #MiddleSection {
    background: none;
  }
  .copyright {
    color: #111;
    background: #fff;
  }
  .page__label {
    position: absolute;
    top: 1em;
    right: 1em;
    width: 200px;
    margin-bottom: 0;
  }
  .MiddleContents {
    width: 100%;
    padding-top: 5px;
    margin-bottom: 0;
  }
  .MiddleContentsInside {
    margin-top: 0;
    padding: 0;
  }
  .RecipeTopArea {
    display: grid;
    grid-template-columns: .5fr 1fr;
    grid-template-rows: max-content 1fr;
    grid-gap: 0 2em;
  }
  .RecipeImg01,
  .RecipeImg02 {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
  }
  .RecipeTopArea .RecipeImg01 img,
  .RecipeTopArea .RecipeImg02 img {
    width: calc( 100% - 1px);
    height: auto;
    margin: 1px 0 0 1px;
  }
  .RecipeTopArea h2 {
    width: min(100%,160px);
    margin-top: .5em;
    padding: 0 0 20px;
    background: url(../../common/images/dot_line.png) no-repeat center bottom;
    margin-bottom: 20px;
  }
  .RecipeDetail {
    font-size: 11pt;
    margin: 0 1em 1em 0;
  }
  .RecipeMiddleArea {
    margin: 1em;
  }
  .RecipeTopArea .RecipeDetail h3 {
    font-size: 1.125em;
  }
  .RecipeTopArea .RecipeDetail dt {
    background: none;
    padding-left: 0;
  }
  .RecipeTopArea .RecipeDetail dd {
    padding-left: 0;
  }
  .RecipeMiddleArea h3 {
    margin: 0 0 .5em;
    color: #111;
    background: #fff;
    border: 1px solid #ff8604;
  }
  .RecipeMiddleArea dt {
    margin-bottom: .3em;
  }
}