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

#aizome #pageheader .topimg {
	background-image: url(../img/aizome_topimg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
	padding:100px 10%;
}
#aizome #pageheader .topimg h2 {
	background:#FFF;
	color:#002666;
	padding:10px 20px;
	margin:0 auto;
	text-align:center;
	width:10em;
	font-size:30px;
	font-weight:bold;
}
#aizome h3 {
	font-size:30px;
	font-weight:bold;
	color:#002666;
	background-image: url(../img/h3_line.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding:5px 10px;
	margin: 0px 0px 20px 0px;
}
#aizome h4 {
	font-size:25px;
	font-weight:bold;
	color:#002666;
	margin:10px 0px
}
#aizome h5 {
	font-size:20px;
	font-weight:bold;
}

#aizome #about .history_p {
	margin:20px 0px;}

#aizome #about .tade {
	background-image:url(../img/abaut01.jpg);
	height:300px;
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
	margin:50px 0px;
}


#aizome #about .ainohana {
	background-image:url(../img/abaut03.jpg);
	height:300px;
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
	margin:50px 0px;
	}

#aizome #gallery ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin:0px auto;}
#aizome #gallery ul li {
	flex: 1 1 150px;
	min-width: 33.333333%;
	padding: 10px;
	box-sizing: border-box;	
	color:#002666;
	text-align:center;
	}
#aizome #gallery ul li img {
	width: 80%;
	height: 300px;
	object-fit: cover;
}

#aizome #gallery ul li p {
	text-align:left;
	margin-left:3%}


 @media (min-width: 45rem) {
#aizome {
	padding:50px 0px;}
#aizome #pageheader .topimg {
	padding:180px 10%;
}
#aizome h3 {
	margin-bottom:30px;}
#aizome h4 {
	margin-bottom:30px;
	padding:0px 5%;}
#aizome #about {
	padding:50px 0px;}
#aizome #about .history_p {
		padding:0px 5%;
	}
#aizome #about .tade {
	margin:0px 0px;
	height:350px;
}
#aizome #about .ainohana {
	height:400px;
	}

 }