html {
	position: relative;
	min-height: 100%;
	padding-bottom: 77px;
	box-sizing: border-box;
}
footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 77px;
	background-color: #fff;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", メイリオ, Osaka, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;

/* スマホ フォントサイズ対応 */
	-webkit-text-size-adjust: 100%;

}



#main {
	width: 1300px;
	margin: 0 auto;
	text-align: center;
}



#main_area {
	width: 100%;
	margin: 30px auto 0 auto;
	padding: 0 0 200px;
	text-align: left;
	font-size: 17px;
	background-image: url("../img/kazokuso/bak.jpg");

	border-radius: 15px;
	-webkit-border-radius: 15px;/* Safari,Google Chrome */
	-moz-border-radius: 15px;/* Firefox */
}
.title_box1 {
	margin: 0 auto;
	text-align: center;
}
.title_box1 img {
	margin: 100px 0 50px 0;
}



.first_line {
	width: 100%;
	text-align: center;
	font-size: 17px;
}
.descri {
	width: 500px;
	margin: 0 auto;
	text-align: left;
	font-size: 17px;
	line-height: 1.8;
}
.descri p {
	text-indent: 1em;
	color: #111;
}



.maru_stop {
	font-size: 22px;
	letter-spacing: 6px;
	line-height: 3;
}
.maru_stop:before {
	font-family: "FontAwesome";
	content: '\f28d';
	padding: 0 1.5em 0 0;
	color: #f3cd6a;
	font-size: 22px;
}

.maru p:before {
	font-family: "FontAwesome";
	content: '\f111';
	padding: 0 1.5em 0 2.0em;
	color: #000;
	font-size: 10px;
}



.cont_box {
	width: 450px;
	margin: 0 auto;
	padding: 30px 0;
	border: solid 2px #f3cd6a;
	background-color: rgba(255,255,255,0.4);
	text-align: center;

	border-radius: 15px;
	-webkit-border-radius: 15px;/* Safari,Google Chrome */
	-moz-border-radius: 15px;/* Firefox */
}
.telephone {
	padding: 0 0.3em 0 0;
	font-size: 30px;
	color: #222;
}
.cont_box span.telno {
	color: #222;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.8em;
}
.cont_box p {
	font-size: 17px;
	line-height: 2.0em;
}








