@charset "UTF-8";


/******************************************************
 bar
******************************************************/
.ftrCmnCtnr {
	width: 100%;
	font-size: 22px;
	line-height: 1em;
	text-align: center;
	color: #000;
	font-family: "A1明朝", "A1 Mincho", "Hiragino Mincho ProN", "Yu Mincho", "MS Mincho", serif;
	font-weight: normal;
	background: linear-gradient(to right, #bce2e8 0%, #c5d1a1 100%);
	margin-bottom: 50px;
	padding: 15px 0;
}
@media screen and ( max-width:768px ) {
	.ftrCmnCtnr {
		font-size: 4.8vw;
		margin-bottom: 30px;
		padding: 18px 0;
	}
}



/******************************************************
 plants
******************************************************/
.plants {
	display: flex;
	justify-content: space-between;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.plants li {
	width: 170px;
}
.plants img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 8px;
}
.plants p {
	font-size: 13px;
	line-height: 1;
	text-align: left;
}
.plantsNote {
	max-width: 1100px;
	font-size: 12px;
	text-align: right;
	margin: 10px auto 100px;
}
@media screen and (max-width:767px){
.plants {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.plants li {
		width: 31%;
		margin-bottom: 20px;
	}
	.plants li:nth-last-child(-n+3){
		margin-bottom: 0;
	}
	.plants p {
		font-size: 3vw;
		text-align: center;
	}
	.plantsNote {
		font-size: 2.4vw;
		margin: 15px 0 80px;
		padding: 0 4%;
	}
}
