@charset "utf-8";

#pageTitle:before {
	background-color: #FFF;
}


section#surroundingArea ul {
	display: flex;
	flex-wrap: wrap;
	gap: 50px 20px;
}
section#surroundingArea ul li {
	width: calc((100% - 40px) / 3);
}
section#surroundingArea ul li h3.title03 {
	margin-top: 15px;
	margin-bottom: 0;
}



@media screen and (max-width:1024px) {
	section#surroundingArea ul.photoBlock02 {
		gap: 30px 15px;
	}
	section#surroundingArea ul.photoBlock02 li {
		width: calc((100% - 15px) / 2);
	}
}
