.mainVisual{
	width: 100%;
	height: 525px;
	background: url('/img/img_home-pc.jpg') no-repeat;
	background-position: center;
	background-size:cover;
	position: relative;
}
.pop img{
	position: absolute;
	top:150px;
	left:calc(50% + 150px);
	width: 380px;
	height: 310px;
}

.container{
	max-width: 1140px;
	margin: auto;
}

.copy{
	margin: 80px auto;
	text-align: center;
	font-size: 24px;
	line-height: 1.8;
}

.copy .txt-01{
	background: url('/img/bg_txt-01.png') no-repeat;
	padding: 0 5px;
}
.copy .txt-02{
	background: url('/img/bg_txt-02.png') no-repeat;
	padding: 0 7px;
}
.col-md-4{
	text-align: center;
}

.col-md-4 img{
	width: 80%;
}
.col-md-4 a{
	transition: all .5s;
}
.col-md-4 a:hover{
	opacity: .8;
}
.col-md-4 p a{
	display: block;
	text-align: center;
	font-size: 26px;
	font-family: "平成角ゴシック","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","sans-serif";
	font-weight: bold;
	margin: 30px auto 80px;
	transition: all .5s;
}
.col-md-4 p a:hover{
	opacity: .8;
	text-decoration: none;
}

#col-kids p a{
	color:#90B726;
}
#col-afterschoolcare p a{
	color:#5AA5A8;
}
#col-montessori p a{
	color:#A9783D;
}

.access{
    text-align: center;
}

#sample {
    width: 80%;
    max-width: 900px;
    height: 500px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.img-access{
	/*margin: 40px;*/
	/*padding: 25px;*/
	margin: 0 auto;
	text-align:center;
}

/*404*/
.not_found .container{
	width: 800px;
	margin: auto;
}

.not_found .container .title{
	text-align: center;
	font-size: 24px;
	color: #CCCCCC;
	font-weight: 700;
	font-family: "平成角ゴシック","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","sans-serif";
	margin-bottom: 30px;
}
.not_found .container .title span{
	display: block;
	font-size: 90px;
	font-weight: 900;
}
.not_found .container .txt{
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
}
.not_found .container .img{
	margin-bottom: 60px;
}
.not_found .container .img img{
	width: 100%;
}

@media screen and (max-width: 720px) {
	.mainVisual{
		height: 300px;
		/* background: url('/img/img_home-sp.jpg') no-repeat; */
		background-size:auto 100%;
	}
	.pop img{
		top:10px;
		right:unset;
		left:calc(50% - 130px);
		width: 114px;
		height: 132px;
	}
	.copy{
		margin: 40px auto;
		font-size: 20px;
	}
	.col-md-4 p a{
		font-size: 22px;
	}
}
