@charset "utf-8";

/* ******************************************
	General
****************************************** */
#page_title h1::before {
  background-image: url(../images/common/ico-home.svg);
}





/* *******************
	flyer
******************* */
#flyer {}
#flyer .flex {
	justify-content: flex-start;
}
#flyer .flex .item {
	width: calc(25% - 23px);
	margin-right: 30px;
	margin-bottom: 35px;
}
#flyer .flex .item:nth-child(4n) {
	margin-right: 0;
}
#flyer .flyer .item picture {
	border: 2px solid #f8dc4a;
	border-radius: 15px;
	aspect-ratio: 9/14;
	overflow: hidden;
}
#flyer .flyer .item picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 15px;
}
#flyer .flyer .item p {
	text-align: left;
	margin-top: 5px;
}
#flyer .flyer .item p small {
	display: block;
	font-size: 0.75em;
	line-height: 1.2em;
}

@media screen and (max-width:768px) {
	#flyer .flex .item {
		width: 32%;
		margin-right: 2%;
	}
	#flyer .flex .item:nth-child(4n) {
		margin-right: 2%;
	}
	#flyer .flex .item:nth-child(3n) {
		margin-right: 0;
	}
}
@media screen and (max-width:600px) {
	#flyer .flex .item {
		width: 48%;
		margin-right: 4%;
	}
	#flyer .flex .item:nth-child(3n) {
		margin-right: 4%;
	}
	#flyer .flex .item:nth-child(2n) {
		margin-right: 0;
	}
}
@media screen and (max-width:450px) {
}
