.cp_2506 p{
	margin-bottom: 0;
	font-size: 16px;
	color: #7f4a22;
}
.cp_2506{
	font-size: 16px;
}
.sp{
	display: none;
}
.cp_2506 .date {
	text-align: center;
	font-size: 24px;
	padding-top: 20px;
	font-weight: bold;
}

.cp_2506 .flex{
	display: flex;
	margin: 50px auto;
}
.cp_2506 .flex .img{
	width: 48%;
	margin-right: 4%;
}
.cp_2506 .flex .text{
	width: 48%;
}
.cp_2506 .target .flex .img{
	width: 100%;
	margin-bottom: 20px;
}


.cp_2506 h2{
	color: #3e3a39;
	font-size: 22px;
	font-weight: bold;
	background: #ddc5b8;
	text-align: center;
	margin:50px 0 20px 0;
	padding: 15px 0;
	border-radius: 10px;
}
.youtube h3{
	text-align: center;
}

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

.youtube iframe{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.target .box{
	width: 30%;
	text-align: center;
}
.cp_2506 .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;
}
	@media screen and (max-width: 750px){

		.pc{
			display: none;
		}
		.sp{
			display: block;
		}
		.cp_2506 .flex{
			display: block;
		}
		.cp_2506 .flex .photo{
			width: 100%;
			margin-bottom: 20px;
		}
		.cp_2506 .flex .photo img{
			width: 100%;
		}
		.cp_2506 .flex .img{
			width: 100%;
		}
		.cp_2506 .flex .img{
			margin-bottom: 50px;
		}
		.cp_2506 .flex .img img{
			display: block;
			margin: 0 auto;
		}
		.link{
			text-align: center;
		}
		.cp_2506 .flex .text{
			width: 100%;
		}
		.target .box{
			width: 100%;
		}
	}