@charset "utf-8";

a:hover{
	text-decoration: none;
	opacity: .9
}

.searchNoresult h3{
	font-size: 16px;
}

@media(max-width:768px){
	.searchNoresult h3{
		font-size: 14px;
	}
}




.list{
	background: #fff5e0;
	padding: 49px 0 0;
}

.list .inner{
	max-width: 1000px;
	margin: 0 auto;
}

.list .inner h2{
	font-size: 34px;
	font-family: "Kaisei Tokumin", serif;
	font-weight: 600;
	font-style: normal;
	color: #0059b2;
}

.recipi-posts{
	margin-top: 31px;
}
.recipi-posts_item{
	background-color: #fff;
	position: relative;
	margin-bottom: 20px;
	border-radius: 10px;
}
.recipi-posts_item:last-child{
	margin-bottom: 0;
}



.recipi-posts_item .item-flex{
	position: relative;
	display: flex;
	padding: 20px;
}



.recipi-posts_item .item-flex img{
	  /* 親幅が320px以上なら横幅を320pxに固定 */
  width: 100%;
  max-width: 320px;

  /* 縦横比は必須の8:5を保持 */
  aspect-ratio: 8 / 5;
  height: auto;

  object-fit: cover;
  margin-right: 20px;
  display: block;
	 flex: 0 0 auto;
}
.recipi-posts_item .item-flex .texts{
	margin-bottom: 50px;
	width: 100%;
}
.recipi-posts_item .item-flex .texts .title{
	font-size: 24px;
	line-height: 1.4;
	text-align: left;
	margin: 15px 0 22px;
	letter-spacing: .03em;
}

.recipi-posts_item .item-flex .texts .material{
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	letter-spacing: 0.01em;
	text-align: left;
}

.recipi-posts_item .item-flex .texts .person{
	font-size: 16px;
	font-weight: 500;
	text-align: left;
	margin-top: 10px;
}

.recipi-posts_item .item-flex .texts .details{
	position: absolute;
	right: 0;
	bottom: 20px;

}

.recipi-posts_item .item-flex .texts .details a{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	margin-right: 20px;
	margin-left: auto;
	margin-top: 16px;
	background-color: #0059b2;
    font-size: 16px;
    font-weight: bold;
	border-radius: 30px;
	color: #fff;
	width: 220px;
	/*height: 40px;*/
	line-height: 40px;
}

.recipi-posts_item .item-flex .texts .details a::after{
	content: "\f054";
	  font-family: "Font Awesome 6 Free"; /* Font Awesome のフォント名 */
    display: block;
    position: absolute;
    top: 0;
    right: 20px;
    /*background: url("../../common/img/icon/icon_details.png") no-repeat center / contain;*/
    transition: 0.3s;
}
.recipi-posts_item .item-flex .texts .details a:hover::after{
	right: 14px;
}

/* catchphraseの部分のcss 青文字の見出しと下のリード文
/* ------------------------------------------------------------------------ */	
	.recipi-posts_item .catchphrase{
		margin-top: 0;
		font-size: 20px;
		font-weight: 700;
		color: #0059b2;
		text-align: left;
	}
/*	.gold.recipi-posts_item .catchphrase,.silver.recipi-posts_item .catchphrase,.bronze.recipi-posts_item .catchphrase{
		margin-left: 50px;
	}*/
	.recipi-posts_item .catchphrase_text{
		position: relative;
		margin-top: 10px;
		font-size: 16px;
		font-weight: 400;
		line-height: 1.75;
		text-align: left;
	}
/*	.gold.recipi-posts_item .catchphrase_text,.silver.recipi-posts_item .catchphrase_text,.bronze.recipi-posts_item .catchphrase_text{
		margin-left: 50px;
	}*/
/* ------------------------------------------------------------------------ */
 
/* class="gold"がつけられた場合のcss↓
 
/* ------------------------------------------------------------------------ */

.gold::before{
	content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 360px;
    background: url("../../common/img/icon/icon_gold.svg") no-repeat center / contain;
    width: 41px;
    height: 68px;
	z-index: 2;
}

.gold .item-flex .texts .title {
	font-size: 24px;
	text-align: left;
	margin-left: 50px;
	line-height: 35px;
}


/* ------------------------------------------------------------------------ */
 
/* class="silver"がつけられた場合のcss↓
 
/* ------------------------------------------------------------------------ */

.silver::before{
	content: "";
    display: block;
    position: absolute;
	top: -1px;
    left: 360px;
    background: url("../../common/img/icon/icon_silver.svg") no-repeat center / contain;
    width: 41px;
    height: 68px;
	z-index: 2;
}

.silver .item-flex .texts .title {
	font-size: 24px;
	text-align: left;
	margin-left: 50px
}


/* ------------------------------------------------------------------------ */
 
/* class="bronze"がつけられた場合のcss↓
 
/* ------------------------------------------------------------------------ */

.bronze::before{
	content: "";
    display: block;
    position: absolute;
	top: -1px;
     left: 360px;
    background: url("../../common/img/icon/icon_bronze.svg") no-repeat center / contain;
    width: 41px;
    height: 68px;
	z-index: 2;
}

.bronze .item-flex .texts .title {
	font-size: 24px;
	text-align: left;
	margin-left: 50px
}

@media(max-width:1100px){
	.list .inner {
		width: 90%;
		margin: 0px auto;
	}
}

@media(max-width:700px){
	.list .inner h2{
		font-size: 26px;
	}
	.recipi-posts_item .item-flex{
		display: block;
	}
	
	.recipi-posts_item .item-flex img{
		margin-right: 0;
		margin-inline:auto;
	}
	
	.recipi-posts_item .item-flex .texts .title
	{
		margin-bottom: 20px;
		font-size: 20px;
		line-height: 1.3;
	}
	.recipi-posts_item .catchphrase{
		font-size: 18px;
	}
	
	.recipi-posts_item .item-flex .texts .details{
		position: static;
	}
	
 
/* class="gold"がつけられた場合のcss↓
/* ------------------------------------------------------------------------ */

	.gold::before{
    left: 10px;
	}

	.gold .item-flex .texts .title {
		margin: 20px 0 20px ;
	}

 
/* class="silver"がつけられた場合のcss↓
/* ------------------------------------------------------------------------ */

	.silver::before{
		left: 10px;
	}

	.silver .item-flex .texts .title {
		margin: 20px 0 20px ;
	}

/* class="bronze"がつけられた場合のcss↓
/* ------------------------------------------------------------------------ */

	.bronze::before{
		left: 10px;
	}

	.bronze .item-flex .texts .title {
		margin: 20px 0 20px ;
	}

	
/* ↓sp版のcss
/* ------------------------------------------------------------------------ */
	.recipi-posts_item .item-flex .texts{
		margin-bottom: 0;
	}
	.recipi-posts_item .item-flex .texts .person{
		margin-top: 10px;
	}
	
	.recipi-posts_item .item-flex .texts .details a{
		max-width: 320px;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		line-height: 60px;
	}
	
	
}

















