@charset "utf-8";

/*=====================================================================================
	
	Document    : plan.css
	Description : PC用（幅900px以上）
 
=====================================================================================*/

.blockA p {
	text-align:left;
}

.blockA p:last-child {
	padding-top:1em;
}


/*---------------------------------------------------------------------------

   間取り

---------------------------------------------------------------------------*/

.blockB {
	max-width:100% !important;
	background:url(../../image/bg-black5.png) repeat center top;
}


/*---------------------------------------------------------------------------

   提案

---------------------------------------------------------------------------*/

.blockC-wp {
	position:relative;
}

.blockC-cut {
	width:100%;
	height:270px;
	background:url(../image/plan/cut.png) no-repeat center top;
	position:absolute;
	left:0;
	top:0;
	z-index:95;
}

.blockC {
	min-height:210px;
}

.blockC p {
	text-align:left;
	padding-right:35%;
}
	

@media screen and (max-width:800px) {
	.blockC-cut {
		display:none;
	}

	.blockC {
		min-height:inherit;
	}

	.blockC p {
		padding-right:0;
	}
}


