@charset "utf-8";

/*------------------------------------
　mainVisual
------------------------------------*/ 
#mainVisual {
	background: url("../images/index/mainVisual.jpg") no-repeat center;
	background-size: cover;
	position: relative;
}
#mainVisual:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.21);
}
#mainVisual .container {
	position: relative;
	z-index: 1;
}
#mainVisual .container .title {
	position: relative;
	background: url("../images/index/catch.png") no-repeat center;
	background-size: contain;
	color:  transparent;
	line-height: 1.5em;
   -ms-user-select: none; /* IE 10+ */
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   user-select: none;
}

@media only screen and (max-width: 767px) {

#mainVisual .container {
	height: 35em;
}
#mainVisual .container .title {
	font-size: 3.5em;
}
}
@media only screen and (max-width: 576px) {

#mainVisual .container .title {
	font-size: 10vw;
}


}
@media print, screen and (min-width: 768px) {

#mainVisual .container {
	height: 40em;
}
#mainVisual .container .title {
	font-size: 3.5em;
}


}
@media print, screen and (min-width: 992px) {

#mainVisual .container .title {
	font-size: 4.6875em;
}


}
@media print, screen and (min-width: 1200px) {

}









/*------------------------------------
　お知らせ
------------------------------------*/ 


@media only screen and (max-width: 767px) {

}
@media only screen and (max-width: 576px) {


}
@media print, screen and (min-width: 768px) {


}
@media print, screen and (min-width: 992px) {
#topics .row > div:nth-child(4n+1) .topics_block {
	float: left;
}
#topics .row > div:nth-child(4n) .topics_block {
	float: right;
}

}
@media print, screen and (min-width: 1200px) {
}




/*------------------------------------
一人ひとりの子どもの個性を大切にする保育
------------------------------------*/ 

#individuality {
	background: url("../images/index/bg_individuality.jpg") no-repeat center;
	background-size: cover;
}
#individuality .figure-thumbnail {
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	overflow: hidden;
}

@media only screen and (max-width: 767px) {

}
@media only screen and (max-width: 576px) {


}
@media print, screen and (min-width: 768px) {
}
@media print, screen and (min-width: 992px) {
}
@media print, screen and (min-width: 1200px) {
}






/*------------------------------------
------------------------------------*/ 

.contents_block {
	position: relative;
	overflow: hidden;
}
.contents_block .figure-thumbnail {
	position: relative;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	overflow: hidden;
	width: 100%;
	padding-bottom: 56%;
}
.contents_block:hover .figure-thumbnail {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;;
}
.contents_block .figure-thumbnail img {
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	left:50%;
	top:50%;
	position: absolute;
	height: 100%;
	max-width: none;
}
.contents_block .title {
	position: relative
}
.contents_block .title:before {
	content: "";
	width: 2.25em;
	height: 2.25em;
	background: url("../images/common/mark.png") no-repeat center;
	background-size: contain;
	display: block;
	margin: -1.25em auto 1em;
-moz-transition: .5s;
-webkit-transition: .5s;
transition: .5s;
}
.contents_block:hover .title:before {
	-moz-transform: rotate(-360deg) ;
	-webkit-transform: rotate(-360deg) ;
	transform: rotate(-360deg) ;
}
.contents_block a:after{
	content: "";
	width: 100vw;
	height: 100vw;
	position: absolute;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	left:50%;
	top:50%;
	z-index: 10;
}
.mapiframe {
	height: 20em;
}

@media only screen and (max-width: 767px) {

}
@media only screen and (max-width: 576px) {


}
@media print, screen and (min-width: 768px) {
}
@media print, screen and (min-width: 992px) {
}
@media print, screen and (min-width: 1200px) {
}


