@charset "utf-8";

@media screen and (min-width:768px){
/*pc・タブレットcss*/

.business-cover-bnr{
	-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
	-webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-justify-content: center; justify-content: center;
	-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
.business-cover-bnr li{
	width:48%;
	margin-right:4%;
	margin-bottom:80px;
}
.business-cover-bnr li:nth-child(2n),
.business-cover-bnr li:last-child{
	margin-right:0;
}
.business-cover-bnr .thumb{
	margin-bottom:10px;
	overflow:hidden;
	border-radius:20px;
	border: solid 8px #715345;
}
.business-cover-bnr .thumb a img{
	transition: all 0.3s;
}
.business-cover-bnr .thumb a:hover img{
	transform: scale(1.1);
}
.business-cover-bnr .thumb a:hover{
	opacity:1;
}
.business-cover-bnr .ttl{
	color:#715345;
	font-size:26px;
	text-align:center;
	font-weight:700;
	font-family: "M PLUS Rounded 1c", serif;
}





}

@media screen and (min-width:768px) and ( max-width:1200px) {
	

}

@media (max-width: 768px) {
	
	.business-cover-bnr{
		-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
		-webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-justify-content: center; justify-content: center;
		-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
	}
	.business-cover-bnr li{
		width:100%;
		margin-bottom:10vw;
	}
	.business-cover-bnr li:last-child{
		margin-bottom:0;
	}
	.business-cover-bnr .thumb{
		margin-bottom:10px;
		overflow:hidden;
		border-radius:20px;
		border: solid 4px #715345;
	}
	.business-cover-bnr .thumb a img{
		transition: all 0.3s;
	}
	.business-cover-bnr .thumb a:hover img{
		transform: scale(1.1);
	}
	.business-cover-bnr .thumb a:hover{
		opacity:1;
	}
	.business-cover-bnr .ttl{
		color:#715345;
		font-size:16px;
		text-align:center;
		font-weight:700;
		font-family: "M PLUS Rounded 1c", serif;
	}
	



	
}


