/*!conceptのCSS */
/*一部レスポンシブル対応*/
@media (min-width: 768px)
and (max-width: 1199px) {
	.middle_none{
	display: none;
	}
}
/*一部レスポンシブル対応ここまで*/


/*iPad対応*/
@media (min-width: 1091px) {
	#page_top{
	padding-top:82px;
}

}

@media (min-width: 768px)
and (max-width: 1090px) {

}
/*iPad対応ここまで*/


/*例外*/
@media (min-width: 768px)
and (max-width: 1199px) {
	.middle_none{
		display: none;
	}
}

/*スマホ*/
@media (max-width: 767px) {
	#floor_box{
		width: 100%;
		padding: 10px;
	}
	#floor_boxleft{
		
	}
	#floor_boxright{
	}
	.floor_map{
		text-align: center;
		background: #fdf5ac;
		padding: 8%;
		border-radius: 5px;
	}
	.floor_map img{
		width: 90%;
		
	}
	.floor_boxchild2f{
		padding: 20px 0;
		height: 130px;
		border-top: 4px dotted #fdf5ac;
	}
	.floor_boxchild1f{
		padding: 20px 0;
		height: 255px;
		border-top: 4px dotted #fdf5ac;
	}
	.floor_img_left{
		float: left;
		width: 120px;
		margin-right: 10px;
		border-radius: 5px;
	}
	.floor_img_right{
		float: right;
		width: 120px;
		margin-right: 10px;
		border-radius: 5px;
	}
	.floor_pa{
		float: left;
		width: 60%;
		text-align: left;
		line-height: 1.6;
		display: block;
	}
	h2{
		font-size: 19px!important;
	}
}



/*PC*/
@media (min-width: 768px) {
	#floor_box{
		width: 1170px;
		margin: 10px auto;
	}
	#floor_boxleft{
		width: 520px;
		margin: 10px 30px;
		float: left;
		
	}
	#floor_boxright{
		width: 520px;
		margin-top: 10px;
		float: left;
	}
	.floor_map{
		text-align: center;
		background: #fdf5ac;
		padding: 8%;
		border-radius: 5px;
	}
	.floor_map img{
		width: 90%;
		
	}
	.floor_boxchild1f,
	.floor_boxchild2f{
		height: 160px;
		margin-top: 20px;
		padding-top: 20px;
		border-top: 4px dotted #fdf5ac;
	}
	.floor_img_left{
		float: left;
		width: 180px;
		margin-right: 10px;
		border-radius: 5px;
	}
	.floor_img_right{
		float: right;
		width: 180px;
		border-radius: 5px;
	}
	.floor_pa{
		float: left;
		text-align: left;
		line-height: 1.6;
		display: block;
		width: 60%;
	}

}
