@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;
}
.gallery li{
	width:180px;
	display: inline-block;
	vertical-align:top;
	margin-right:25px;
	margin-bottom:20px;
	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%;
}
/*実績*/
.jisseki {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    list-style: none;
}
.jisseki li {
    width: 288px;
    margin-bottom: 9px;
}
.jisseki li img {
    width: 100%;
}
@media screen and (max-width: 480px) {
.yunoBox_outline,
.yunoBox{
	width:100%;
}
#ninteiBox,
#ninteiLead{
	background:none;
	padding:0;
	text-align:left;
}
.gallery li,
.gallery li:nth-child(3n){
	width:48%;
	margin-right:4%;
}
.gallery li:nth-child(2n){
	margin-right:0;
}
/*	実績*/
	.jisseki li {
    width: 100%;
    margin-bottom: 9px;
}
}