@charset "utf-8";

/*
障がい福祉サービス事業所「夢の実ハウス」
/group/yumenomihouse/
*/


/*
***********************************************************************************************
ページ内共通
***********************************************************************************************
*/

.entry > section {
	margin-top: 70px;
}

	.viewmode-mobile .entry > section {
		margin-top: 35px;
	}


/*
***********************************************************************************************
夢の実ハウスへのお問い合わせ
***********************************************************************************************
*/

#sec01 figure {
	background-color: #fff;
	display: block;
	float: right;
	margin: 0px;
	padding: 0px 0 35px 35px;
	width: 420px;
}

	.viewmode-mobile #sec01 figure {
		float: none;
		margin: 0px auto 0px auto;
		padding: 0;
		width: auto;
	}

	#sec01 figure img {
		vertical-align: top;
		max-width: 100%;
	}

		.viewmode-mobile #sec01 figure img {
		}

		.viewmode-mobile #sec01 figure + p {
			margin-top: 1.5em;
		}