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

#page_ttl {
	background-image: url(../images/ttl_bg.jpg) ;
}
.item_l,.item_n{
	text-align: center;
	line-height: 2;
}
#main_copy{
	position: relative;
}
#main_copy::before{
	content: "まんのう公園";
	position: absolute;
	top: -35px;
	right: 5%;
	font-size: 1.4rem;
}
.item_n li {
	float: left;
	width: 30%;
	padding: 10%;
}

/* ▼PC,タブレット▼ */

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