#page_title{
	background:url('../images/maintenance/bg_h2.webp') no-repeat top center;
}
#main{
	padding:0 3%;
}
#main section{
	max-width:1200px;
	box-sizing:border-box;
	margin:0 auto 100px;
	font-size:18px;
	line-height:1.8em;
}
p.aligncenter{
	text-align:center;
}
#main section h3{
	font-size:30px;
	font-family: tbudmincho-std, sans-serif;
	line-height:1.5em;
	font-weight:normal;
	margin:0 0 60px;
	text-align:center;
}
#main section h4{
	font-size:30px;
	font-family: tbudmincho-std, sans-serif;
	line-height:1.5em;
	font-weight:normal;
	margin:0 0 40px;
	background:url('../images/common/midashi1.png') no-repeat center right;
}
#main article ul{
	padding:0 0 0 20px;
}
#section1{
	margin:0 auto 100px;
	padding:100px 50px 150px;
	min-height:586px;
	box-sizing:border-box;
	background:url('../images/garden/bg1.png') no-repeat top center;
}
#section1 article{
	text-align:center;
	font-size:24px;
	line-height:1.8em;
}
#section2 article{
	display:flex;
	gap:50px;
}
#section3 article{
	display:flex;
	gap:40px;
	padding:40px 0 0;
}
#section3 article dl{
	width:calc((100% - 80px) / 3);
	flex:none;
}
#section3 article dl dt{
	font-size:24px;
	text-align:center;
	font-family: tbudmincho-std, sans-serif;
}
#section3 article dl dt figure{
	padding:15px 0;
}
#section4 article{
	display:flex;
	justify-content:center;
}
#section4 ul{
	list-style:none;
	padding:0;
}
#section4 li{	
	line-height:45px;
	margin-bottom:20px;
	font-size:24px;
}
#section4 ul li:before{
	content:"POINT";
	background:#d40513;
	color:#fff;
	font-size:12px;
	width:45px;
	line-height:45px;
	border-radius:50%;
	display:inline-block;
	text-align:center;
	margin-right:10px;
}
#section5 article p{
	text-align:center;
}
#section5 article .price_wrap{
	display:flex;
	justify-content:center;
	padding:20px 0;
}
#section6 ol{
	list-style:none;
	max-width:700px;
	margin:0 auto;
}
#section6 li{
	border:2px solid #012b5d;
	padding:20px;
	border-radius:10px;
	background:#012b5d;
	color:#fff;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	position:relative;
	margin-bottom:60px;
}
#section6 li:after{
	content:"▼";
	display:block;
	text-align:center;
	color:#012b5d;
	position:absolute;
	bottom:-40px;
	left:0;
	width:100%;
}
#section6 li:last-child:after{
	display:none;
}
#section7 dl{
	margin-bottom:40px;
}
#section7 dt{
	border:2px solid #012b5d;
	padding:10px;
	border-radius:10px;
	margin-bottom:15px;
}
#section7 dt:before{
	content:"Q.";
	color:#012b5d;
	font-size:120%;
}
#section7 dd{
	border:2px solid #e1525c;
	padding:10px;
	border-radius:10px;
	margin-left:30px;
}
#section7 dd:before{
	content:"A.";
	color:#e1525c;
	font-size:120%;
}
#section8{
	text-align:center;
	padding:0 0 100px;
}