.news01{
	padding: 0 40px 100px;
}
.news_inner{
	padding: 0 100px;
}
.news_wrap{
	flex-wrap: wrap;
}
.news_box{
	border-bottom: 1px solid #4c4a55;
	padding: 30px 0 20px;
	width: 100%;
}
.news_date{
	width: 180px;
}
.news_ttl{
	flex:1;
}
.news_ttl a{
	transition: 0.3s ease-in-out;
}
.news_pager{
	margin-top: 80px;
}
.page-numbers{
	border: solid 1px #313131;
	padding: 3px 10px;
	margin: 0 5px;
}
.current.page-numbers{
	background: #313131;
	color: #fff;
}

@media only screen and (min-width:1025px) {
	.news_ttl a:hover{
		border-bottom: 1px solid #989898;
	}
	a.page-numbers:hover{
		background: #313131;
		color: #fff;
	}
}

.single01{
	padding: 50px 100px 100px;
}
.single_thumbnail{
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 90px;
}
.single_thumbnail img{
	width: 100%;
}
.single_h1{
	font-size: 1.5em;
	border-bottom: 1px solid #bf363d;
	color: #bf363d;
	line-height: 1.5em;
}
.single_date{
	color: #6c6c6c;
	font-size: 0.9em;
	margin-top: 5px;
}
.single_content{
	margin-top: 50px;
}
.single_content h2{
	font-weight: 500;
	padding: 5px 10px;
	border-left: solid 5px #bf363d;
	margin: 20px 0;
	color: #bf363d;
}
.single_content h3{
	font-weight: 500;
	padding: 5px 10px;
	border-bottom: solid 1px #bf363d;
	margin: 20px 0;
	color: #bf363d;
}
.single_content h4{
	font-weight: 500;
	padding: 5px 10px;
	margin: 20px 0;
	color: #bf363d;
}
.single_content ul{
	list-style: disc;
	padding-left: 30px;
	margin: 20px 0;
}
.single_content ol{
	list-style: decimal;
	padding-left: 30px;
	margin: 20px 0;
}
.single_content a{
	color: #bf363d;
	text-decoration: underline;
}
.single_content img{
	display: inline-block;
	margin: 20px 0;
	border-radius: 20px;
	overflow: hidden;
}
.single_content *+p{
	margin-top: 20px;
}
.single_btn_wrap{
	margin-top: 80px;
}
.single_btn_wrap a{
	border: solid 1px #313131;
	padding: 3px 20px;
	margin: 0 5px;
}

@media only screen and (min-width:1025px) {
	.single_btn_wrap a:hover{
		background: #313131;
		color: #fff;
	}
}


.blog_img{
	position: relative;
	height: 300px;
	border-radius: 20px;
	overflow: hidden;
}
.blog_h1{
	position: absolute;
	left: 50px;
	bottom: 50px;
	font-size: 1.5em;
}
.blog_inner,.ayaka_blog_inner{
	margin-top: 70px;
}
.blog_wrap,.ayaka_blog_wrap{
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 40px 20px;
}
.blog_box{
	width: calc((100% - 40px) / 3);
	max-width: 320px;
}
.blog_box_thumb{
	width: 100%;
	height: 198px;
    border-radius: 20px;
}
.blog_date{
	color: #848484;
	font-size: 0.9em;
	margin-top: 5px;
}
.blog_ttl{
	color: #bf363d;
	line-height: 1.5em;
	margin-top: 5px;
}

@media only screen and (max-width:1024px) {
	.news01{
		padding: 0 20px 50px;
	}
	.news_inner{
		padding: 0;
	}
	.news_box{
		flex-wrap: wrap;
	}
	.news_date{
		width: 100%;
	}
	.news_ttl{
		flex: none;
		width: 100%;
	}
	.single01{
		padding: 50px 20px;
	}
	.blog_img{
		height: calc(100px + 10vw);
	}
	.blog_h1{
		left: 20px;
		bottom: 10px;
		font-size: 1.2em;
	}
	.blog_img img{
		object-position: right;
	}
	.blog_wrap,.ayaka_blog_wrap{
		gap: 40px 10px;
	}
	.blog_box{
		width: calc((100% - 10px) / 2);
		max-width: 500px;
	}
	.blog_box_thumb{
		height: 29vw;
	}
	.page-numbers{
		margin: 0 1px;
		padding: 1px 5px;
		font-size: 0.8em;
	}
}

/* レシピ一覧 */
.recipe_h1{
	font-size: 2em;
	letter-spacing: 0.1em;
	padding: 100px 0;
}
.recipe_container{
	gap: 40px;
}
.recipe_archive{
	max-width: 936px;
	width: 74%;
}
.recipe_list{
	justify-content: flex-start;
	gap: 70px 20px;
	flex-wrap: wrap;
}
.recipe_archive_box{
	max-width: 318px;
	width: calc((100% - 40px) / 3);
}
.recipe_archive_img{
	overflow: hidden;
	border-radius: 10px;
}
.recipe_archive_img img{
	transition: 0.3s ease-in-out;
}
.recipe_archive_ttl{
	margin-top: 15px;
}
.recipe_side{
	max-width: 300px;
	width: 30%;
}
.recipe_side_ttl{
	background: #c93a31;
	color: #fff;
	font-size: 1.5rem;
	padding: 10px 15px;
	border-radius: 15px 15px 0 0;
}
.recipe_cate_parent{
	border: solid 1px #c93a31;
	border-top: none;
	padding: 10px 15px;
	font-size: 1.15rem;
	position: relative;
}
.recipe_cate_parent_a{
	transition: 0.3s ease-in-out;
}
.recipe_cate_open{
	width: 20px;
	height: 20px;
	position: absolute;
	right: 20px;
	top: 10px;
	cursor: pointer;
}
.recipe_cate_open::before{
	content: "＋";
	font-size: 1.7rem;
	color: #c93a31;
	font-weight: bold;
}
.open .recipe_cate_open::before{
	content: "－";
	font-size: 1.7rem;
	color: #c93a31;
	font-weight: bold;
}
.recipe_cate_children{
	border-bottom: 1px solid #c93a31;
}
.recipe_cate_children_li{
	padding: 10px 15px;
	display: block;
}
.recipe_cate_children_li a{
	display: inline-block;
	line-height: 1.3;
	transition: 0.3s ease-in-out;
}
.recipe_side>div:last-child{
	border-radius: 0 0 15px 15px;
}


@media only screen and (min-width:1025px) {
	.recipe_archive_box:hover .recipe_archive_img img{
		transform: scale(1.05);
	}
	a.recipe_cate_parent_a:hover,
	.recipe_cate_children_li a:hover{
		color: #c93a31;
	}
}

@media only screen and (max-width:1024px) {
	.recipe_container {
		flex-wrap: wrap;
		gap: 100px;
	}
	.recipe_h1{
		padding: 0 0 50px ;
		font-size: 1.6em;
	}
	.recipe_archive{
		width: 100%;
		max-width: 656px;
		margin: auto;
	}
	.recipe_archive_box{
		width: calc(50% - 10px);
	}
	.recipe_archive_img{
		height: 32vw;
		max-height: 220px;
	}
	.recipe_side{
		width: 100%;
		max-width: 656px;
		order: 2;
		margin: auto;
	}
	.recipe_side_ttl{
		font-size: 1.2rem;
	}
	.recipe_cate_parent{
		font-size: 1rem;
	}
}

/* レシピ個別 */
.recipe01{
	padding: 50px 20px;
}
.recipe_img{
	overflow: hidden;
	border-radius: 30px;
}
.recipe_single_h1{
	padding: 100px 0 0;
}
.recipe_sub_ttl{
	font-size: 1.05em;
}
.recipe_term_wrap{
	margin-top: 30px;
	justify-content: center;
	gap: 10px 20px;
	flex-wrap:wrap;
}
.recipe_term{
	border: solid 1px #c0383f;
	padding: 5px 20px;
	border-radius: 15px;
	line-height: 1.5;
}
.recipe_comment {
	margin-top: 40px;
}
.recipe_content{
	flex-wrap: wrap;
	gap: 70px 40px;
	margin-top: 60px;
}
.recipe_ingredient_wrap,.recipe_flow_wrap,.recipe_inventor_wrap,.recipe_memo_wrap{
	width: calc(50% - 20px);
}
.recipe_h2{
	font-size: 1.45em;
	margin-bottom: 30px;
}
.recipe_content ul{
	list-style-type: disc;
	padding-left: 20px;
	overflow: hidden;
}
.recipe_content ul li{
	min-width: 50%;
	float: left;
	padding: 5px 0;
	position: relative;
}
.recipe_content ul li::after{
	content: "";
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #d9d9d9;
	position: absolute;
	bottom: 0;
	left: -20px;
}
.recipe_content ol{
	counter-reset: item;
}
.recipe_content ol li{
	padding-left: 60px;
	position: relative;
}
.recipe_content ol li::before{
	counter-increment: item;
    content: 'STEP.'counter(item);
    background: #393e41;
    color: #fff;
    font-size: 0.75em;
    line-height: 1.6em;
    padding: 1px 7px;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 4px;
}
.recipe_content ol li+li{
	margin-top: 15px;
}
.recipe_h3{
	margin-bottom: 20px;
}
.recipe_list{
	margin-bottom: 30px;
}
.recipe_flow_en_wrap{
	width: 100%;
}
.recipe_inventor{
	font-size: 1.45em;
}
.recipe_inventor_txt{
	margin-top: 10px;
}
.recipe_memo_wrap{
	background: #f6f7eb;
	padding: 20px;
}
.recipe_memo_content{
	margin-top: 10px;
}

@media only screen and (max-width:1024px) {
	.recipe_single_h1{
		padding: 50px 0 0;
	}
	.recipe_term_wrap{
		margin-top: 10px;
	}
	.recipe_ingredient_wrap, .recipe_flow_wrap, .recipe_inventor_wrap, .recipe_memo_wrap{
		width: 100%;
	}
}

/* 商品詳細 */
.pro_single_content{
	margin-top: 50px;
	gap: 40px;
}
.pro_single_img,.pro_single_info{
	max-width: 480px;
	width: 49%;
}
.pro_single_img img{
	border-radius: 10px;
}
.pro_eating{
	margin-top: 20px;
}
.pro_single_table{
	margin-top: 40px;
}
.pro_single_th{
	width: 100px;
}
.pro_single_td{
	flex:1;
}
.pro_single_tr+.pro_single_tr{
	margin-top: 20px;
}
.pro_recipe_containar{
	margin-top: 100px;
}

@media only screen and (max-width:1024px) {
	.pro_single_content{
		flex-wrap: wrap;
		justify-content: center;
		max-width: 500px;
		margin: 50px auto 0;
	}
	.pro_single_img, .pro_single_info{
		width: 100%;
		max-width: 100%;
	}
	.pro_single_th{
		width: 80px;
	}
}
