@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　00. base
　01. 
　02. 


******************************************************************************* */



/* ==

　00. base

=============================================================================== */
#main div h2{ margin:0 0 12px; padding:0; }

p em{ font-weight:bold; }
#main p.leadTxt{ padding:30px 0 40px; text-align:center; }




/* メディアクエリー
------------------------------------------------------------------------------- */
@media only screen and (max-width: 1205px) {
}
@media only screen and (max-width: 600px) {
	#main p.leadTxt{ padding:0px 0 20px; }
}



/* ==

　01. 

=============================================================================== */
.care_mainimg{ margin-bottom:40px; text-align:center; }

/* メディアクエリー
------------------------------------------------------------------------------- */
@media only screen and (max-width: 1205px) {
}
@media only screen and (max-width: 600px) {
}





/* ==

　02. 

=============================================================================== */
.careBlock .col1{ width:48%; float:left; }
.careBlock .col2{ width:48%; float:right; }

.careBlock .care01_3 .colTxt{ width:52%; float:left; }
.careBlock .care01_3 .colImg{ width:44%; float:right; }

.careBlock .care02_1 .colTxt{ width:60%; float:left; }
.careBlock .care02_1 .colImg{ width:36%; margin-top:30px; float:right; }

.careBlock .care02_3 .colTxt{ width:60%; float:left; }
.careBlock .care02_3 .colImg{ width:36%; float:right; }



#container .careBlock div h3{
	margin:0;
	font-size:140%;
	color:#588b34;
}





/* メディアクエリー
------------------------------------------------------------------------------- */
@media only screen and (max-width: 1205px) {
}
@media only screen and (max-width: 900px) {
	.careBlock .care01_3 .colTxt{ width:48%; }
	.careBlock .care01_3 .colImg{ width:48%; }
	.careBlock .care02_1 .colTxt{ width:56%; }
	.careBlock .care02_1 .colImg{ width:40%; }
}
@media only screen and (max-width: 800px) {
	.careBlock .care01_3 .colTxt{ width:auto; margin-bottom:10px; float:none; }
	.careBlock .care01_3 .colImg{ width:auto; margin-bottom:30px; text-align:center; float:none; }
	.careBlock .care02_1 .colTxt{ width:auto; margin-bottom:10px; float:none; }
	.careBlock .care02_1 .colImg{ width:auto; margin:0 0 30px; text-align:center; float:none; }
}
@media only screen and (max-width: 700px) {
	.careBlock .care02_3 .colTxt{ width:auto; margin-bottom:10px; float:none; }
	.careBlock .care02_3 .colImg{ width:auto; text-align:center; float:none; }
}
@media only screen and (max-width: 600px) {
	.careBlock .col1{
		width:auto;
		margin-bottom:20px;
		padding-bottom:20px;
		border-bottom:1px dotted #ccc;
		float:left;
	}
	.careBlock .col2{ width:auto; float:none; }

}






/* ==

　03. 

=============================================================================== */
#main .bedroomBlock{
	margin-top:40px;
	padding:20px;
	border:1px dotted #777;
	zoom:1;
	clear:both;
}
#main .bedroomBlock h3{ margin-bottom:15px; }
#main .bedroomBlock em span{ color:#e53064; }


#main .bedroomBlock div.col1,
#main .bedroomBlock div.col2{ width:32%; margin-right:2%; float:left; }
#main .bedroomBlock div.col3{ width:32%; float:left; }






/* メディアクエリー
------------------------------------------------------------------------------- */
@media only screen and (max-width: 1205px) {
}
@media only screen and (max-width: 800px) {
	#main .bedroomBlock div.col1,
	#main .bedroomBlock div.col2{ width:auto; margin-bottom:20px; margin-right:0; float:none; }
	#main .bedroomBlock div.col3{ width:auto; float:none; }
}




