#titleArea{
	font-family: fot-tsukubrdgothic-std, sans-serif;
	width: 92%;
	margin: 0 auto 120px;
	position: relative;
}
@media screen and (max-width: 1239px) {
#titleArea{
	width: 96%;
}
}
@media screen and (max-width: 979px){
#titleArea{
	width: 90%;
	margin: 0 auto 80px;
}
}
@media screen and (max-width:768px){
#titleArea{
	margin: 0 auto 60px;
}
}
#titleArea #text{
    width: 900px;
    height: 160px;
    box-sizing: border-box;
    margin: 0 auto;
    background-image: url("../images/title_bg.svg");
    background-size: 100%;
    padding-top: 85px;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-position: 0% bottom;
}
#titleArea #text h1{
	font-size: 2.0em;
	line-height: 1.3em;
}
#titleArea #text p{
	font-size: 0.9em;
	color: #EE7F1E;
}
@media screen and (max-width: 979px){
#titleArea #text{
	width: 600px;
	height: 105px;
	padding-top: 50px;
}
#titleArea #text h1{
	font-size: 1.6em;
	line-height: 1.2em;
}
}
@media screen and (max-width:768px){
#titleArea #text{
    background-image: url("../images/title_bg_sp.svg");
	background-size: 100%;
	width: 90%;
	padding-top: 60px;
}
#titleArea #text h1{
	font-size: 1.4em;
	line-height: 1.2em;
}
}
/*プライバシー*/
.privacyTitle{
    background-image: url(../images/privacy_01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 500px;
	border-radius: 12px;
}
@media screen and (max-width: 979px){
.privacyTitle{
    height: 360px;
}
}
@media screen and (max-width:768px){
.privacyTitle{
    height: 260px;
}
}
/*子育て支援*/
.supportTitle{
    background-image: url(../images/support_01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 500px;
	border-radius: 12px;
}
@media screen and (max-width: 979px){
.supportTitle{
    height: 360px;
}
}
@media screen and (max-width:768px){
.supportTitle{
    height: 260px;
}
}
/*お問い合わせ*/
.contactTitle{
    background-image: url(../images/contact_01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 500px;
	border-radius: 12px;
}
@media screen and (max-width: 979px){
.contactTitle{
    height: 360px;
}
}
@media screen and (max-width:768px){
.contactTitle{
    height: 260px;
}
}

/*入園のご案内*/
.enterTitle{
    background-image: url(../images/enter_01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 500px;
	border-radius: 12px;
}
@media screen and (max-width: 979px){
.enterTitle{
    height: 360px;
}
}
@media screen and (max-width:768px){
.enterTitle{
    height: 260px;
}
}

/*保護者の皆様へ*/
.parentsTitle{
    background-image: url(../images/parents_01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 500px;
	border-radius: 12px;
}
@media screen and (max-width: 979px){
.parentsTitle{
    height: 360px;
}
}
@media screen and (max-width:768px){
.parentsTitle{
    height: 260px;
}
}

/*年間行事*/
.eventsTitle{
    background-image: url(../images/events_01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 500px;
	border-radius: 12px;
}
@media screen and (max-width: 979px){
.eventsTitle{
    height: 360px;
}
}
@media screen and (max-width:768px){
.eventsTitle{
    height: 260px;
}
}

/*年間行事*/
.guidanceTitle{
    background-image: url(../images/guidance_01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 500px;
	border-radius: 12px;
}
@media screen and (max-width: 979px){
.guidanceTitle{
    height: 360px;
}
}
@media screen and (max-width:768px){
.guidanceTitle{
    height: 260px;
}
}

/*1日の生活*/
.dailylifeTitle{
    background-image: url(../images/1day_01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 500px;
	border-radius: 12px;
}
@media screen and (max-width: 979px){
.dailylifeTitle{
    height: 360px;
}
}
@media screen and (max-width:768px){
.dailylifeTitle{
    height: 260px;
}
}
