@charset "utf-8";
/* CSS Document */


/*--------------------------------------------*/
/*モバイル*/
/*--------------------------------------------*/

/*スライドショー*/
.carousel {
	/*margin-bottom: 20px;*/
}

.carousel-indicators {
	margin-bottom: 0;
}

.carousel-caption {
	left: 5%;
	padding-bottom: 0;
	right: 5%;
}


.carousel-caption p{
	font-size: 10px;
	text-shadow:2px 2px 3px #0d0d0c;
	margin-bottom: 0;
}

.carousel-caption img{
	width: 70%;
}


/*新着情報*/
#news .container {
	padding-left: 15px;
	padding-right: 15px;
}

#news article {
	/*border-bottom: 1px solid #ddd;*/
	margin-bottom: 20px;
	padding-bottom: 20px
}

#news h3 {
	border-bottom: 1px dotted #308C6B;
	color: #308C6B;
	font-size: 22px;
	font-weight: bold;
	padding: 10px 5px;
	margin-bottom: 20px;
}

#news table,
#news table tr {
	width: 100%;
}

#news table tr {
	border-bottom: 1px solid #ddd;
}

#news table th {
	color: #666;
	font-size: 12px;
	padding: 10px 0;
	white-space: nowrap;
}
#news table td {
	padding-bottom: 10px;
}

#news table td a {
	color: #444;
}

#news table td a:hover {
	color: #0056a8;
}

#news .link {
	margin:30px 0 50px;
	text-align: right;
}

#news .link a {
	background-color: #65B96C;
	color: #333;
	padding: 10px;
	text-decoration: none;
}

#news .link a:hover {
	background-color: #81D388;
	/*opacity: 0.8;*/
}

/*ドリーム幼稚園のご紹介*/
#introduce article p a {
	background: #000;
	color: #fff;
	display: block;
	font-size: 35px;
	width: 200px;
	height: 200px;
	border-radius: 200px;
	line-height: 200px;
	margin: 0 auto 20px;
	text-align: center;
	text-decoration: none;
	text-shadow:2px 2px 3px #0d0d0c;
	transition-duration: 0.5s;
}

#introduce article p:nth-child(1) a {
	background: url(../images/top/introduce.jpg) no-repeat center center / cover;
}
#introduce article p:nth-child(2) a {
	background: url(../images/top/day.jpg)no-repeat center center / cover;
}
#introduce article p:nth-child(3) a {
	background: url(../images/top/event.jpg)no-repeat center center / cover;
}
#introduce article p:nth-child(4) a {
	background: url(../images/top/bosyu.jpg)no-repeat center center / cover;
}
#introduce article p:nth-child(5) a {
	background: url(../images/top/president.jpg)no-repeat center bottom / cover;
}

#introduce article p a:hover {
	opacity: 0.8;
	/*transform: scale(1,1);*/
	transition-duration: 0.5s;
}


/*地図*/
#map .container {
	padding-left: 0;
	padding-right: 0;
}

#map article {
	background-colo: #fff;
	border: 10px solid #fff;
	width: 100%;
	height: auto;
	padding: 0;
	margin-bottom: 10px;
}

#map iframe {
	width: 100%;
	height: 450px;
	vertical-align: bottom;
}

#map p {
	text-align: center;
}

#map .address {
	font-size: 20px;
	font-weight: bold;
}


/*ピックアップ*/
#picup .container {
	padding-left: 0;
	padding-right: 0;
}

#picup article {
  position: relative;
}

/*ピックアップ内の見出しのキャラクター位置*/
#picup h2:nth-of-type(odd) img {
	position: absolute;
	top: -20px;
	right: 5px;
	width: 40px;
	height: auto;
}

#picup h2:nth-of-type(even) img {
	position: absolute;
	top: -20px;
	left: 5px;
	width: 40px;
	height: auto;
}

/*ピックアップ、クラス紹介のコンテンツスライダー*/
.slide_box{
  margin-bottom: 30px;
}

.swiper-slide {
	box-sizing:border-box;
	/*height: 400px;*/
	background-color: #fff;
	padding: 15px;
	position: relative;
}

.picup .swiper-slide {
	height: 480px;
}

.classes .swiper-slide {
	height: 420px;
}

.swiper-slide img {
	width:100%;
	height:auto;
	vertical-align:middle;
	line-height:1;
	margin-bottom: 10px;
}

.swiper-slide a {
	color: #333;
	display: block;
	transition-duration: 0.5s;
	text-decoration: none;
}

.swiper-slide a:hover {
	opacity: 0.8;
	transition-duration: 0.5s;
}

.swiper-slide h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: center;
}
.swiper-slide p {
	font-size: 14px;
	line-height: 1.4;
}

.swiper-slide .link span {
	display: block;
	padding: 5px 10px;
	background-color: #65B96C;
	position: absolute;
	bottom: 35px;
	right: 0;
}


.sample03 .swiper-button-prev,
.sample03 .swiper-button-next {
  /*display: none;*/
}










/*--------------------------------------------*/
/*スマホ横/タブレット（576px～）*/
/*--------------------------------------------*/

@media (min-width: 576px) {

	/*スライドショー*/
	
	.carousel-caption {
		padding-bottom: 10px;
	}
	
	
	.carousel-caption p {
		margin-bottom: 10px;
	}
	
	


}

/*--------------------------------------------*/
/*スマホ横/タブレット横/PC/(767px以下)*/
/*--------------------------------------------*/

@media (max-width: 767px) {

	/*デバイス幅767px以下限定*/
	#news table th {
		display: block;
		width: 100%;
	}

	#news table td {
		display: block;
		width: 100%;
	}

}


/*--------------------------------------------*/
/*スマホ横/タブレット横/PC/(768px～)*/
/*--------------------------------------------*/
@media (min-width: 768px) {
	
	/*スライドショー*/
	.carousel-indicators {
		margin-bottom: 10px;
	}

	.carousel-caption p{
		font-size: 16px;
	}
	
	
	/*新着情報*/
	#news article {
		margin: 0 50px 20px;
		padding-bottom: 10px
	}
	
	#news h3 {
		padding: 10px 5px;
		margin: 0 50px 30px; 
	}
	
	
	#news table th {
		font-size: 14px;
		padding: 10px;
		vertical-align: top;
	}
	#news table td {
		padding: 10px;
	}

	#news .link {
		margin:30px 50px 50px 0;
	}

	
	#news .link a {
		padding: 10px 30px;
	}
	
	/*園の紹介*/
	#introduce article {
		text-align: center;
	}
	
	#introduce article p {
		display: inline-block;
		width: 40%;
	}
	
	#map article {
		margin-left: auto;
		margin-right: auto;
	}
		
	/*ピックアップ*/
	/*ピックアップ内の見出しのキャラクター位置*/
	#picup h2:nth-of-type(even) img {
		position: absolute;
		top: -12px;
		left: 5px;
		width: 60px;
		height: auto;
	}

	#picup h2:nth-of-type(odd) img {
		position: absolute;
		top: -20px;
		right: 5px;
		width: 60px;
		height: auto;
	}
	
	/*ピックアップ*/
	.picup .swiper-slide {
		/*height: 420px;*/
	}
	/*クラス紹介*/
	.classes .swiper-slide {
		height: 380px;
	}


	.swiper-slide .link span {
        bottom: 30px;
    }



	
	

}









/*--------------------------------------------*/
/*タブレット横/PC/(992px～)*/
/*--------------------------------------------*/
@media (min-width: 992px) {
	
	/*スライドショー*/
	.carousel-caption p{
		font-size: 20px;
		margin-bottom: 20px;
	}
	
	.carousel-caption img{
		width: auto;
		max-width: 100%;
	}
	
	/*新着情報*/
	#news article {
		margin: 0 100px 30px;
	}
	
	#news h3 {
		/*font-size: 22px;*/
		padding: 10px 5px;
		margin: 0 100px 30px; 
	}
	
	#news .link {
		margin:30px 100px 50px 0;
	}


	
	/*ドリーム幼稚園のご紹介*/
	#introduce article p a {
		font-size: 40px;
		width: 250px;
		height: 250px;
		border-radius: 250px;
		line-height: 250px;
		margin: 0 auto 20px;
	}

	#introduce article p {
		width: 30%;
	}
	
	
	/*地図*/
	#map article {
		/*margin: 0 50px 20px;*/
		text-align: center;
		width: 75%;
	}
	
	#map iframe {
		/*width: 85%;*/
		height: 450px;
	}

	#map p {
		text-align: center;
	}
	
	/*ピックアップ*/
	#picup article {
		margin: 0 50px 50px;
	}
	
	.picup .swiper-slide {
        height: 400px;
    }

	.classes .swiper-slide {
        /*height: 400px;*/
    }

	
	
	
	
	

}








/*--------------------------------------------*/
/*PC(1200px～)*/
/*--------------------------------------------*/
@media (min-width: 1200px) {
	
	/*スライドショー*/

	.carousel-caption p{
		font-size: 18px;
		margin-bottom: 20px;
	}
	
	.carousel-caption p.caption{
		margin-bottom: 30px;
	}
	
	/*新着情報*/
	#news article {
		margin: 0 150px 30px;
	}
	
	
	#news h3 {
		padding: 10px 5px;
		margin: 0 150px 30px; 
	}
	
	#news .link {
		margin:30px 150px 50px 0;
	}
	
	/*地図*/
	#map article {
		width: 70%;
	}
	
	#map iframe {
		/*width: 70%;*/
		height: 450px;
	}


	
	/*ピックアップ*/
	#picup article {
		margin: 0 100px 50px;
	}
	
	.picup .swiper-slide {
        height: 430px;
    }

		
	
	


}
