.cp_25062020 p{
	margin-bottom: 0;
	font-size: 16px;
	color: #7f4a22;
}
.cp_250620{
	font-size: 16px;
}
.sp{
	display: none;
}
.btn a{
	background: #442304;
    color: #fff;
    border: 1px solid #442304;
    padding: 5px 30px;
    border-radius: 5px;
    text-decoration: none;
    box-sizing: border-box;
}
.btn a:hover{
    color: #442304;
}
.cp_250620 .date {
	text-align: center;
	font-size: 24px;
	padding-top: 20px;
	font-weight: bold;
}

.cp_250620 .flex{
	display: flex;
	margin: 50px auto;
	align-items: center;	
}
.cp_250620 .flex .img{
	width: 48%;
}
.cp_250620 .flex .text{
	width: 48%;
	margin-right: 4%;
}



.cp_250620 .target .flex .img{
	max-width: 100%;
	margin-bottom: 20px;
	margin-right: 50px;
}
.cp_250620 .target .flex .text span{
	display: block;
}
.cp_250620 .target .flex .text{
	text-align: center;
}
.cp_250620 .target .flex .text .ttl{
	font-size: 20px;
}

.cp_250620 h2{
	color: #3e3a39;
	font-size: 22px;
	font-weight: bold;
	background: #ddc5b8;
	text-align: center;
	margin:50px 0 20px 0;
	padding: 20px 0;
	border-radius: 5px;
	position: relative;	
}
.cp_250620 h2 span{
	font-size: 16px;
	display: block;
	margin-top: 10px;

}
.present_ttl h2{
	padding-top: 30px;
}
.present_ttl h2:before{
	content: url(../img/cp/250620/present.png);
	width: 261px;
	height: 68px;
	position: absolute;
	top: -40px;
	left: 0px;
}


.flex{
	justify-content: space-around;
}

.youtube iframe{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.target .box{
	width: 30%;
	text-align: center;
}
.cp_250620 .flex .img img{
	display: block;
	margin: 0 auto;
}
.post img{
	width: 100%;
}
.target .box a{
	display: block;
	background: #442304;
	color: #fff;
	padding: 7px 0;
	border-radius: 10px;
	text-decoration: none;
	margin-bottom: 20px;
}
.target .box p{
	line-height: 1.8;
}
.target .box p.ttl{
	font-size: 20px;
	margin: 10px 0;
}
.target .box p span{
	font-size: 14px;
	display: block;
}

.recipe{
	text-align: center;
}
.recipe .img img{
	max-width: 100%;
	width: auto;
}
.recipe h3{
	margin-top: 50px;
}
.recipe .text{
	text-align: left;
}
.recipe .btn{
	margin-top: 50px;
}

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

		.pc{
			display: none;
		}
		.sp{
			display: block;
		}
		.cp_250620 .flex{
			display: block;
		}
		.cp_250620 .flex .photo{
			width: 100%;
			margin-bottom: 20px;
		}
		.cp_250620 .flex .photo img{
			width: 100%;
		}
		.cp_250620 .flex .img{
			width: 100%;
		}
		.cp_250620 .flex .img{
			margin-bottom: 50px;
		}
		.cp_250620 .flex .img img{
			display: block;
			margin: 0 auto;
		}
		.link{
			text-align: center;
		}
		.cp_250620 .flex .text{
			width: 100%;
		}
		.target .box{
			width: 100%;
		}
		.cp_250620 .present_ttl h2{
			font-size: 18px;
			padding-right: 0;
			padding-left: 0;
			padding-top: 30px;
		}
		.cp_250620 h2{
			font-size: 16px;
			padding: 10px;
		}
	}