@charset "utf-8";
/*------------------------------------------------------------
	condominium
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 0 !important;
	background : #343232;
}
#main .content p,#main .textBox p {
	line-height: 2.25;
	letter-spacing: 0.1em;
	text-align: justify;
}
#main .imgBox {
	align-items: center;
}
#main .imgBox .photoBox img {
	width: 100%;
}
#main .nature {
	margin-bottom: 18.5rem;
}
#main .nature .imgBox .photoBox {
	width: calc(50% - 25rem);
	position: relative;
}
#main .nature .imgBox .textBox {
	padding: 2rem 0 20.9rem 16.0rem;
	width: calc(50% + 25rem);
}
#main .nature .imgBox .textBox .subBox {
	max-width: 69rem;
}
#main .nature .photo {
	margin: -12rem auto 0;
	max-width: 98rem;
	position: relative;
}
#main .nature .photo img {
	max-width: 80rem;
}
#main .diversity {
	margin-bottom: 19.5rem;
}
#main .diversity p {
	margin-bottom: 3.7rem;
}
#main .diversity .textList {
	margin-bottom: 3.6rem;
}
#main .diversity .textList li {
	padding-left: 1em;
	line-height: 2.25;
	letter-spacing: 0.1em;
	text-indent: -1em;
}
#main .diversity p:last-child {
	margin-bottom: 0;
}
#main .quality {
	margin-bottom: 20rem;
}
#main .quality .imgBox .photoBox {
	width: 56rem;
}
#main .quality .imgBox .textBox {
	padding-bottom: 4rem;
	width: 48rem;
}
#main .build .imgBox .photoBox {
	width: calc(50% - 3rem);
	position: relative;
	order: 1;
}
#main .build .imgBox .textBox {
	padding: 2rem 14.8rem 12rem 0;
	width: calc(50% + 3rem);
}
#main .build .imgBox .textBox .subBox {
	margin-left: auto;
	max-width: 48.2rem;
}
#main .build .photo {
	max-width: 78rem;
	margin: -7.0rem auto 13.9rem;	
}
#main .build .photo img {
	max-width: 56rem;
}
#main .build .btmText {
	text-align: center;
} 
@media all and (min-width: 897px) {
	#main .comTopBox {
		margin-bottom: 18.7rem;
	}
	#main .comTopBox .content p {
		max-width: 72rem;
	}
}
@media all and (max-width: 896px) {
	.pageTitle .headLine01 .en {
		font-size: 4rem;
	}
	#main .imgBox {
		display: block;
	}
	#main .imgBox .photoBox {
		width: auto !important;
	}
	#main .imgBox .textBox {
		padding: 4rem 0 0!important;
		width: auto !important;
	}
	#main .imgBox .textBox .subBox {
		padding: 0 1.5rem;
		max-width: inherit !important;
	}
	#main p {
		line-height: 1.75;
	}
	#main .nature {
		margin-bottom: 5rem;
	}	
	#main .nature .photo {
		margin: 5rem 0 0;
		max-width: inherit;
	}
	#main .nature .photo img {
		width: 100%;
		max-width: inherit;
	}
	#main .diversity {
		margin-bottom: 5rem;
	}	
	#main .diversity .textList li {
		line-height: 1.75;
	}
	#main .quality {
		margin-bottom: 5rem;
	}
	#main .build .imgBox .textBox .subBox {
		margin-left: 0;
	}
	#main .build .photo {
		max-width: inherit;
		margin: 5rem 0 4rem;	
	}
	#main .build .photo img {
		width: 100%;
		max-width: inherit;
	}
	#main .build .btmText {
		text-align: justify;
	} 
}