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

/* 写真ページ(photo/index.html)
------------------------------------------------------------ */

@media screen and (min-width: 320px){

	#contents{
		padding:0 5%;
		line-height:1.5em;
	}

	/*#mainbodyIn div.bak{
		background-image:url(images/main_top_illust.png);
		background-repeat:no-repeat;
		background-position:left top;
	}*/

	#contents h1{
		margin-left:2%;
		margin-bottom:20px;
		padding:0px 0 15px;
		background-image:url(images/title_line2.png);
		background-repeat:repeat-x;
		background-position:left bottom;
		font-size:2.4rem;
		font-weight:400;
		text-align:left;
	}

	#contents .contents{
		padding:0 0 30px;
		xbackground-image:url(images/starline.png);
		xbackground-repeat:repeat-x;
		xbackground-position:center bottom;
	}


	#contents .contents ul:first-child{
		padding:0 2%;
	}

	#contents .contents ul li{
		margin-bottom:15px;
		border-bottom:3px dashed #bdbcc3;
		font-size:1.4rem;
	}

	#contents .contents ul a{
		display:block;
		padding-bottom:10px;
	}
	
	.nursery, .gaiyou{
		margin-bottom:20px;
	}
	
	.nursery h2,.gaiyou h2,.curriculum h2,.point h2, #objective h2, #season h2{
		font-weight:normal;
		font-size:2rem;
		border:#aada90 4px solid;
		background-color:#80c15c;
		padding:10px;
		border-radius:10px;
		color:#fff;
		margin-bottom:30px;
	}
	
	.nursery h3{
		text-align:center;
		margin-bottom:20px;
	}
	
	.nursery h3 img{
		width:100%;
	}
	
	.pcmidashi{
		display:none;
	}
	
	.gaikan{
		margin:20px auto 0;
		text-align:center;
	}
	
	.gaikan img{
		width:95%;
	}
	
	.txt{
		margin-bottom:50px;
	}
	
	.txt p{
		margin-bottom:30px;
	}
	

	p.bar{
		text-align:center;
		margin-bottom:20px;
	}
	
	#objective h3{
		font-size:1.4em;
		font-weight:normal;
		line-height:1.5em;
		text-align:center;
		margin-bottom:30px;
	}
	
	#objective h4{
		font-size:1.4em;
		font-weight:normal;
		line-height:1.5em;
		text-align:center;
		margin-bottom:30px;
	}
	
	.photo{
		text-align:center;
	}
	
	.photo img{
		margin-bottom:20px;
	}
	
	#season{
		margin-bottom:30px;
	}
		
	.event{
		display: flex;
		flex-wrap: wrap;
		}
	
	.event div{
		background-color:#dafbcd;
		border-radius:10px;
		padding:10px;
		text-align:center;
		width:43%;
		margin:.5%;
	}
	
	.event div.with{
		background-color:#ffe1e5;
	}
	
	#contents h1{
		padding:0 0 25px;
	}
	
	.tel{
		border:#6bb651 3px dotted;
		padding:10px;
		margin-bottom:50px;
	}
	
	.tel span{
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-weight:bold;
		font-size:1.2em;
	}
	
	.tel p{
		margin-bottom:10px;
	}
	.download{
		margin-bottom: 50px;
	}

}



@media screen and (min-width: 640px){
	
	.pcmidashi{
		display:block;
		width:650px;
		margin:auto;
	}
	
	.spmidashi{
		display:none;
	}
	
	.gaikan img{
		width:636px;
	}
	
	.photo{
		display: flex;
	}
	
	.photo div{
		width:33%;
		margin:auto;
	}
	
	.photo div img{
		width:97%;
	}
	
	.nursery, .gaiyou{
		margin-bottom:50px;
	}
	

}


@media screen and (min-width: 736px){


}


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


	#mainbodyIn div.bak{
		xbackground-size:50% auto;
	}

}


@media screen and (min-width: 980px){

	#mainbodyIn div.bak{
		background-image:url(images/main_top_illust.png),url(images/main_top_bg.jpg);
		background-repeat:no-repeat;
		xbackground-size:100%;
		background-position:left top,right top;
		background-size:375px,520px;
	}
	
	#contents{
		padding:0 38px;
	}

	#contents h1{
		width:460px;
		margin-bottom:10px;
		padding:12% 0 25px;
		background-image:none,url(images/title_line2.png);
		font-size:2.2rem;
	}

	#contents .contents{
		xpadding-bottom:72px;
	}

	#contents .contents ul{
		width:460px;
	}

	#contents .contents:after{
		display:none;
		content:"";
		background-image:none;
	}


	#contents .menu{
		float:left;
		padding-left:0;
	}
	
	.curriculum{
		overflow:hidden;
	}

	#contents .menu div{
		float:left;
		margin-right:95px;
	}

	#contents .menu div:last-child{
		margin-right:0;
	}
	
	#objective h3{
		font-size:1.6em;
		font-weight:normal;
		line-height:1.5em;
		text-align:center;
		margin-bottom:30px;
	}
	
	#objective h4{
		font-size:1.6em;
		font-weight:normal;
		line-height:1.5em;
		text-align:center;
		margin-bottom:30px;
	}
	
	.event div{
		width:30%;
		margin:.5%;
	}
	
	.tel{
		padding:20px;
		margin-bottom:70px;
	}
	
	

}


