@charset "utf-8";
/* CSS Document */

/* ---------- main ---------- */
.cate .box_wrap{
	padding-right: 40px;
	padding-left: 40px;
}
.cate_wrap .cate1{
	background-color: #BA1A23;
	color: #fff;
	border-bottom-left-radius: 60px;
}
.cate1 .txtbox2{
	padding-bottom: 100px;
}
.cate1 .box_wrap .boxitem_wrap{
	position: relative;
	width: 100%;
	color: #222;
	background-color: #fff;
	z-index: 1;
	padding: 70px 30px;
}
.cate1 .box_wrap .boxitem_wrap .titlebox{
	position: absolute;
	width: 50%;
	transform: translateX(-50%);
	height: 55px;
	top:-30px;
	left: 50%;
	background-image: url("https://akiyamafarm.com/system_panel/uploads/images/recipe-ribbon.png"); 
	color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index: 2;
}
.boxitem .title-line {
	position: relative;
}
.title-line::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    height: 10px;
    background-image: radial-gradient(#222 20%, transparent 21%);
    background-size: 8px 8px;
    background-repeat: repeat-x;
}
.cate1 .box_wrap .boxitem_wrap .txtbox{
	width: 70%;
	padding-left: 20px;
}
.cate1 .box_wrap .boxitem_wrap .txtbox p{
	line-height:normal;
}
.cate1 .box_wrap .boxitem_wrap .imgbox{
	width: 30%;
}
.cate1 .box_wrap .boxitem_wrap .imgbox img{
	border-radius: 10px;
}

.txt-line span{
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
.txt-line span::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	height: 10px;
	background-image: radial-gradient(#fff 20%, transparent 21%);
	background-size: 8px 8px;
	background-repeat: repeat-x;
}
.cate2 .titlebox p{
	line-height: normal;
}
.cate2 .box_wrap{
	gap: 20px;
	flex-wrap: wrap;
}
.cate2 .box_wrap .box-item .imgbox{
	width: 50%;
}
.cate2 .box_wrap .box-item .imgbox img{
	border-radius: 10px;
}
.cate2 .box_wrap .box-item .txtbox{
	width: 50%;
	padding-left: 20px;
}
.cate2 .titlebox{
	flex-direction: column;
}
.cate2 .box_wrap .box-item .txtbox img{
	width: 8%;
	padding-right: 5px;
}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.cate1 .box_wrap .boxitem_wrap .boxitem{
		flex-direction: column;
	}
	.cate1 .box_wrap .boxitem_wrap .imgbox{
		width: 100%;
	}
	.cate1 .box_wrap .boxitem_wrap .txtbox{
		width: 100%;
		padding-left: 0px;
		padding-top: 20px;
	}
	.cate1 .box_wrap .boxitem_wrap{
		padding: 50px 30px;
	}
	.cate2 .box_wrap .box-item{
		flex-direction: column;
	}
	.cate2 .box_wrap .box-item .imgbox{
		width: 80%
	}
	.cate2 .box_wrap .box-item .txtbox{
		width: 80%;
		padding-top: 20px;
		padding-left: 0px;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

