@charset "UTF-8";
/* マスターファイル */

#mainImage {
	background-image: url(img/back_title.gif);
}

/*　水平線設定　*/
#idSetsubi,
#idFloor,
#idHop,
#idGyoji,
#idHyoka,
#idYuno {
	margin: 50px 0;
}


.yunoBox_outline {
	width: 580px;
	margin: 0 auto 20px auto;
}

.yunoBox {
	width: 180px;
	margin-right: 15px;
	float: left;
}

.yunoBoxRight {
	width: 180px;
	float: left;
}

.yunoBox_outline img {
	margin-bottom: 0.5em;
}

ul.gallery {
	list-style: none;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 15px 25px;
	margin-bottom: 20px;
}

.gallery li {
	display: inline-block;
	vertical-align: top;
	font-size: 0.9em;
}

.gallery li:nth-child(3n) {
	margin-right: 0;
}

.gallery li img {
	width: 100%;
	margin-bottom: 0.5em;
}


/*　認定評価ボックス　*/
#ninteiBox {
	padding: 50px 80px 20px 80px;
	background-image: url(img/nintei_back.png);
	background-repeat: no-repeat;
}

#ninteiLead {
	color: #613f00;
	text-align: center;
	font-size: 1.3em;
	line-height: 1.5 !important;
	font-weight: bold !important;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	padding: 0 !important;
}

.noMargin {
	margin: 0 !important;
}

.floor img {
	width: 100%;
}

@media screen and (max-width: 480px) {

	.yunoBox_outline,
	.yunoBox {
		width: 100%;
	}

	#ninteiBox,
	#ninteiLead {
		background: none;
		padding: 0;
		text-align: left;
	}

	ul.gallery {
		grid-template-columns: 1fr 1fr;
	}
}