@charset "UTF-8";
/* CSS Document */


.callphone{
	margin-bottom: 10px;
}

main section:first-child>div:first-child::after{
	content: url("../img/img02.png") "\A""\A" "どんな小さな悩みでも\A" "お気軽にご相談ください";
	line-height: 1.2em;
	font-size: 45px;
	display: block;
	text-align: center;
	color: #49bdd4;
	margin: 0 auto 20px auto;
	white-space: pre;
 
}


.consultation{
	background-color: #fff;
}


.consultation div:first-child {
    background-color: #ff7410;
}

#week p{
	color: #604c3f;
}

.consultation+div{
	background-color: #8fc31f;
	padding-top: 10px;
    padding-bottom: 10px;
}
.address{
	color: #666;
}
.address::before{
	content: "アクセス";
	color: #fff;
	background-color: #ff7410;
	border-radius: 28px;
	width: 460px;
	height: 56px;
	display: block;
	margin: 0 auto 32px auto;
	font-size: 37px;
	padding-top: 10px;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.address>span{
	display: none;
}

.Signboard{
	text-align: center;
}

.Signboard p{
	font-size: 45px;
	color: #ff7410;
	margin-top: 45px;
	margin-bottom: 30px;
}

h3+div img{
	margin-bottom: 55px;
}

h3+div img:last-child{
	margin-bottom: inherit;
}

.calendar-box {
	width:600px;
	margin-left:auto;
	margin-bottom:auto;
	margin-bottom:30px;
	padding-top:30px;
}
