@charset "utf-8";

/*=====================================================
access
======================================================*/

.read.circle:before{
    content: "■";
    font-size: 16px;
    color: #898989;
}

.floor{
	position: absolute;
	right:-8%;
	bottom:0;
	width:17.5%;
}

.build{
	display:flex;
	justify-content: space-between;
}

.build li{
	width:36.46%;
}

.build li:nth-child(2){
	width:22.92%;
}


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

	.floor{
		position: absolute;
		right:-2%;
	}
	
}

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

	
	
}

@media screen and (max-width: 414px){
	
	.floor{
		width:25%;
	}
	
	

	

	
}
