#headMain{
	width: 100%;
	background: #66cdd4;
}
#headMain h1{
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url("../img/plan01/main3.png") no-repeat;
	background-size: 100%;
	width: 100%;
	height: 0;
	padding-top: calc(1128/800 * 100%);
	margin: 0 auto;
}
#headMain img{
	width: 99%;
	height: auto;
	margin: 0 0.5% 10px;
}
#headMain div.headBox{
	background: #d1f0f2;
	padding: 30px 0 0;
}
#headMain div.headBox h2{
	text-align: center;
	color: #1b5564;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', '游明朝体', 'ＭＳ Ｐ明朝', 'MS PMincho', 'serif';
	font-weight: 300;
}
#headMain div.headBox div.box{
	width: 94%;
	margin: 20px auto 0 !important;
	position: relative;
}
#headMain div.headBox div.box div.sbox{
	width: 100%;
	margin: 0 auto;
}
#headMain div.headBox div.box div.leftbox,
#headMain div.headBox div.box div.rightbox{
	width: 48%;
	height: 80px;
	border: solid 1px #66cdd4;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
}
#headMain div.headBox div.box div.leftbox{
	float: left;
	margin: 0;
}
#headMain div.headBox div.box div.rightbox{
	float: right;
	margin: 0;
}
#headMain div.headBox div.box div.leftbox p,
#headMain div.headBox div.box div.rightbox p{
	color: #333;
	font-size: 16px;
	text-align: center;
	margin: 0;
}
#headMain div.headBox div.box div.pray{
	float: right;
	background: url("/common/img/pray.png") no-repeat center bottom;
	background-size: 100%;
	width: calc(179px * 0.6);
	height: calc(268px * 0.6);
	padding: 10px 0 0;
}

section#incPlan{
	padding: 30px 0;
	background: #fff;
	margin: 0;
}
section#incPlan div.box{
	width: 94%;
	margin: 0 auto;
}
section#incPlan div.box h2{
	text-align: center;
	color: #1b5564;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', '游明朝体', 'ＭＳ Ｐ明朝', 'MS PMincho', 'serif';
	font-weight: 300;
	margin: 0 0 30px;
}
section#incPlan div.box img{
	width: 100%;
	height: auto;
}
/**以下追加*******************/
section#incPlan div.iconbox h2{
	color: #1b5564;
}


section#flow{
	padding: 30px 0;
	background: #d1f0f2;
}
section#flow div.box{
	width: 94%;
	margin: 0 auto;
}
section#flow div.box h2{
	text-align: center;
	color: #1b5564;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', '游明朝体', 'ＭＳ Ｐ明朝', 'MS PMincho', 'serif';
	font-weight: 300;
	margin: 0 0 30px;
}
section#flow div.box h3{
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url("/common/img/sec_flow_h3_sp.png") no-repeat;
	background-size: 100%;
	width: 100%;
	height: 0;
	padding-top :calc(393/800 * 100%);
	margin: 0 0 30px;
}
section#flow div.box img{
	width: 100%;
	height: auto;
	margin: -4px 0;
}


section#hall{
	width: 100%;
	padding: 30px 0;
	background: #94dce1;
}
section#hall div.box{
	width: 94%;
	margin: 0 auto;
	position: relative;
}
section#hall div.box h2{
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', '游明朝体', 'ＭＳ Ｐ明朝', 'MS PMincho', 'serif';
	color: #000;
	font-size: 30px;
	font-weight: 300;
	text-align: center;
	margin: 0 0 30px;
}
section#hall div.box div.sbox h3{
	color: #fff;
	text-align: center;
	border: solid 1px #fff;
	margin: 0 0 10px;
	font-weight: 300;
}
section#hall div.box div.sbox h4{
	color: #000;
	text-align: center;
	font-size: 21px;
	font-weight: normal;
	margin: 10px 0;
}