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


/*====================================================
	●style.css 画面の横幅が769px以上  
	Note PC size以上
======================================================*/
@media screen and (min-width: 769px){
	/*-------------
		主な行事
	--------------*/
	.drawer-navbar ul.drawer-menu li:nth-child(5) a {
		/*border-bottom: 2px solid #9C0;*/
	}
	.drawer-navbar ul.drawer-menu li:nth-child(5) a::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 4.5rem;
		height: 5px;
		background: #EBBFB6;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	
	
	
	/*=============================
		イベント
	==============================*/
	section.Events {
		width: 98%;
		max-width: 1024px;
		margin: 5% auto;
	}
	section.Events h2 {
		width: 20%;
		max-width: 200px;
		margin: 0 auto;
	}
	
	/*======================
		年間行事
	======================s*/
	section.Events > div:nth-child(2) {
		width: 100%;
		
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-around;
		-webkit-box-pack: distribute;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		/*-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;*/
	}
	
	/*-------------------
		title / photo
	--------------------*/
	section.Events > div:nth-child(2) div:first-child {
		width: 30%;
		
		/*display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: space-between;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;*/
		position: relative;
		
		/*border: thin dashed #F39;*/
	}
	/** 年間行事 **/
	section.Events > div:nth-child(2) div:first-child h3:first-child {
		width: 70%;
		margin-right: auto;
	}
	/** photo 運動会 **/
	section.Events > div:nth-child(2) div:first-child > picture:nth-child(2) {
		width: 300px;
		
		position: absolute;
		top: 30%;
		left: -40px;
		/*position: relative;
		top: -50px;
		left: -40px;*/
	}
	/** photo 親子製作 **/
	section.Events > div:nth-child(2) div:first-child > picture:last-child {
		width: 200px;
		
		position: absolute;
		left: 50px;
		bottom: 80px;
		/*position: relative;
		top: -80px;
		left: 50px;*/
	}
	
	/*-------------------
		行事
	--------------------*/
	section.Events > div:nth-child(2) div:nth-child(2) {
		width: 70%;
		/*width: 25rem;*/
		text-align: left;
		margin-top: 5%;
		
		/*display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;*/
		
		/*border: thin dashed #F39;*/
	}
	section.Events > div:nth-child(2) div:nth-child(2) dl {
		margin-bottom: 5%;
		
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	/*--------
		月
	---------*/
	section.Events > div:nth-child(2) div:nth-child(2) dl dt {
		margin-right: 2%;
		position: relative;
	}
	/** ●画像 **/
	section.Events > div:nth-child(2) div:nth-child(2) dl dt picture {
		width: 5rem;
	}
	/** text **/
	section.Events > div:nth-child(2) div:nth-child(2) dl dt p {
		width: 2.5rem;
		color: #FFF;
		font-weight: bold;
		text-shadow: 0 0 3px rgba(0,0,0,0.5);
		margin: 0;
		padding: 0;
		
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	/** text **/
	section.Events > div:nth-child(2) div:nth-child(2) dl:nth-child(7) dt p,
	section.Events > div:nth-child(2) div:nth-child(2) dl:nth-child(8) dt p,
	section.Events > div:nth-child(2) div:nth-child(2) dl:nth-child(9) dt p {
		width: 3.5rem;
	}
	section.Events > div:nth-child(2) div:nth-child(2) dl dd {
		color: #F60;
		font-size: 1.3rem;
		letter-spacing: 1px;
		
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	/** 行事3行目 **/
	section.Events > div:nth-child(2) div:nth-child(2) dd p:nth-child(2),
	section.Events > div:nth-child(2) div:nth-child(2) dl:nth-last-child(2) dd p:nth-child(3) {
		margin-left: 1.5rem;
		position: relative;
	}
	section.Events > div:nth-child(2) div:nth-child(2) dl dd p:nth-child(2)::before,
	section.Events > div:nth-child(2) div:nth-child(2) dl:nth-last-child(2) dd p:nth-child(3)::before {
		content: "・";
		position: absolute;
		left: -1.3rem;
	}
	section.Events > div:nth-child(2) div:nth-child(2) dl dd span {
		font-size: 0.9rem;
	}
	/** 注釈 **/
	section.Events > div:nth-child(2) div:nth-child(2) > p:last-child,
	section.Events > div:nth-child(2) div:nth-child(2) > p:nth-last-child(2) {
		color: #F39;
		line-height: 1.5rem;
		letter-spacing: 1px;
	}
	
	
	/*-------------------
		装飾 photo
	--------------------*/
	section.Events > div:nth-child(2) > div:last-child {
		position: relative;
		
		/*border: thin dashed #F39;*/
	}
	section.Events > div:nth-child(2) > div:last-child picture {
		position: absolute;
	}
	/** photo 夏祭り **/
	section.Events > div:nth-child(2) > div:last-child picture:first-child {
		width: 400px;
		top: 60px;
		right: -70px;
	}
	/** photo ハロウィン **/
	section.Events > div:nth-child(2) > div:last-child picture:last-child {
		width: 500px;
		bottom: 60px;
		right: -200px;
	}
	
	
	/*=============================
		イベント画像
	==============================*/
	section.EventsPhoto {
		width: 98%;
		max-width: 1024px;
		margin: 10% auto;
		
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	section.EventsPhoto dl {
		width: 45%;
		margin-bottom: 8%;
	}
	section.EventsPhoto dl dt {
		color: #999;
		font-size: 1.2rem;
		text-align: left;
		letter-spacing: 3px;
		box-sizing: border-box;
		margin-bottom: 3%;
		padding-left: 10%;
	}
}



/*================================================================================
　●tablet.css 画面の横幅が768pxまで
=================================================================================*/
@media screen and (max-width: 768px) {
	
	/*=============================
		イベント
	==============================*/
	section.Events {
		width: 98%;
		max-width: 1024px;
		margin: 5% auto;
	}
	section.Events h2 {
		width: 30%;
		max-width: 200px;
		margin: 0 auto;
	}
	
	/*======================
		年間行事
	======================s*/
	section.Events > div:nth-child(2) {
		width: 98%;
		margin: 0 auto;
		
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-around;
		-webkit-box-pack: distribute;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		/*-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;*/
	}
	
	/*-------------------
		title / photo
	--------------------*/
	section.Events > div:nth-child(2) div:first-child {
		width: 30%;
		
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: space-between;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		
		/*border: thin dashed #F39;*/
	}
	/** h3 年間行事 **/
	section.Events > div:nth-child(2) div:first-child h3:first-child {
		width: 70%;
		/*margin-left: auto;*/
		margin-right: auto;
	}
	/** photo 運動会 **/
	section.Events > div:nth-child(2) div:first-child > picture:nth-child(2) {
		width: 220px;
		position: relative;
		top: -50px;
		left: 0;
	}
	/** photo 親子製作 **/
	section.Events > div:nth-child(2) div:first-child > picture:last-child {
		width: 200px;
		
		position: relative;
		top: -80px;
		left: 30px;
	}
	
	/*-------------------
		行事
	--------------------*/
	section.Events > div:nth-child(2) div:nth-child(2) {
		width: 70%;
		/*width: 25rem;*/
		text-align: left;
		margin-top: 5%;
		
		/*display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;*/
		
		/*border: thin dashed #F39;*/
	}
	section.Events > div:nth-child(2) div:nth-child(2) dl {
		margin-bottom: 5%;
		
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	/*--------
		月
	---------*/
	section.Events > div:nth-child(2) div:nth-child(2) dl dt {
		margin-right: 2%;
		position: relative;
	}
	/** ●画像 **/
	section.Events > div:nth-child(2) div:nth-child(2) dl dt picture {
		width: 5rem;
	}
	/** text **/
	section.Events > div:nth-child(2) div:nth-child(2) dl dt p {
		width: 2.5rem;
		color: #FFF;
		font-weight: bold;
		text-shadow: 0 0 3px rgba(0,0,0,0.5);
		margin: 0;
		padding: 0;
		
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	/** text **/
	section.Events > div:nth-child(2) div:nth-child(2) dl:nth-child(7) dt p,
	section.Events > div:nth-child(2) div:nth-child(2) dl:nth-child(8) dt p,
	section.Events > div:nth-child(2) div:nth-child(2) dl:nth-child(9) dt p {
		width: 3.5rem;
	}
	section.Events > div:nth-child(2) div:nth-child(2) dl dd {
		color: #F60;
		font-size: 1.3rem;
		letter-spacing: 1px;
		
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	/** 行事3行目 **/
	section.Events > div:nth-child(2) div:nth-child(2) dd p:nth-child(2),
	section.Events > div:nth-child(2) div:nth-child(2) dl:nth-last-child(2) dd p:nth-child(3) {
		margin-left: 1.5rem;
		position: relative;
	}
	section.Events > div:nth-child(2) div:nth-child(2) dl dd p:nth-child(2)::before,
	section.Events > div:nth-child(2) div:nth-child(2) dl:nth-last-child(2) dd p:nth-child(3)::before {
		content: "・";
		position: absolute;
		left: -1.3rem;
	}
	section.Events > div:nth-child(2) div:nth-child(2) dl dd span {
		font-size: 0.9rem;
	}
	/** 注釈 **/
	section.Events > div:nth-child(2) div:nth-child(2) > p:last-child,
	section.Events > div:nth-child(2) div:nth-child(2) > p:nth-last-child(2) {
		color: #F39;
		line-height: 1.5rem;
		letter-spacing: 1px;
	}
	
	
	/*-------------------
		装飾 photo
	--------------------*/
	section.Events > div:nth-child(2) > div:last-child {
		position: relative;
		/*border: thin dashed #F39;*/
	}
	section.Events > div:nth-child(2) > div:last-child picture {
		position: absolute;
	}
	/** photo 夏祭り **/
	section.Events > div:nth-child(2) > div:last-child picture:first-child {
		width: 250px;
		top: 20px;
		right: 5px;
	}
	/** photo ハロウィン **/
	section.Events > div:nth-child(2) > div:last-child picture:last-child {
		width: 300px;
		bottom: 370px;
		right: -10px;
		z-index: -1;
	}
	
	
	/*=============================
		イベント画像
	==============================*/
	section.EventsPhoto {
		width: 98%;
		max-width: 1024px;
		margin: 10% auto;
		
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-around;
		-webkit-box-pack: distribute;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	section.EventsPhoto dl {
		width: 45%;
		margin-bottom: 8%;
	}
	section.EventsPhoto dl dt {
		color: #999;
		font-size: 1.2rem;
		text-align: left;
		letter-spacing: 3px;
		box-sizing: border-box;
		margin-bottom: 3%;
		padding-left: 10%;
	}
}






/*=========================================================================================
	●smart.css  
	画面の横幅が640pxまで
===========================================================================================*/
@media screen and (max-width: 640px) {
	
	/*=============================
		イベント
	==============================*/
	section.Events {
		width: 98%;
		max-width: 1024px;
		margin: 10% auto;
	}
	section.Events h2 {
		width: 50%;
		max-width: 200px;
		margin: 0 auto;
	}
	
	/*======================
		年間行事
	======================s*/
	section.Events > div:nth-child(2) {
		width: 98%;
		margin: 10% auto 0 auto;
		
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-around;
		-webkit-box-pack: distribute;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		/*-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;*/
	}
	
	/*-------------------
		title / photo
	--------------------*/
	section.Events > div:nth-child(2) div:first-child {
		width: 100px;
		
		/*display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: space-between;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;*/
		display: block;
		
		position: relative;
		/*border: thin dashed #F39;*/
	}
	/** h3 年間行事 **/
	section.Events > div:nth-child(2) div:first-child h3:first-child {
		width: 100%;
		/*margin-left: auto;*/
		margin-right: 0;
		position: relative;
		top: -30px;
	}
	/** photo 運動会 **/
	section.Events > div:nth-child(2) div:first-child > picture:nth-child(2) {
		width: 100px;
		position: absolute;
		top: 190px;
		left: -10px;
	}
	/** photo 親子製作 **/
	section.Events > div:nth-child(2) div:first-child > picture:last-child {
		width: 100px;
		height: 106px;
		
		position: absolute;
		top: auto;
		bottom: 95px;
		left: -20px;
	}
	
	/*-------------------
		行事
	--------------------*/
	section.Events > div:nth-child(2) div:nth-child(2) {
		width: 90%;
		/*width: 25rem;*/
		text-align: left;
		margin-top: 5%;
		
		/*display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;*/
		
		/*border: thin dashed #F39;*/
	}
	section.Events > div:nth-child(2) div:nth-child(2) dl {
		margin-bottom: 5%;
		
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	/*--------
		月
	---------*/
	section.Events > div:nth-child(2) div:nth-child(2) dl dt {
		margin-right: 2%;
		position: relative;
	}
	/** ●画像 **/
	section.Events > div:nth-child(2) div:nth-child(2) dl dt picture {
		width: 3.5rem;
	}
	/** text **/
	section.Events > div:nth-child(2) div:nth-child(2) dl dt p {
		width: 2.5rem;
		color: #FFF;
		font-weight: bold;
		text-shadow: 0 0 3px rgba(0,0,0,0.5);
		margin: 0;
		padding: 0;
		
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	/** text **/
	section.Events > div:nth-child(2) div:nth-child(2) dl:nth-child(7) dt p,
	section.Events > div:nth-child(2) div:nth-child(2) dl:nth-child(8) dt p,
	section.Events > div:nth-child(2) div:nth-child(2) dl:nth-child(9) dt p {
		width: 3.5rem;
	}
	section.Events > div:nth-child(2) div:nth-child(2) dl dd {
		color: #F60;
		font-size: 1rem;
		letter-spacing: 1px;
		line-height: 1.2rem;
		
		/*display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;*/
		display: block;
	}
	/** 行事3行目 **/
	section.Events > div:nth-child(2) div:nth-child(2) dd p:nth-child(2),
	section.Events > div:nth-child(2) div:nth-child(2) dl:nth-last-child(2) dd p:nth-child(3) {
		margin-left: 0;
		position: static;
	}
	section.Events > div:nth-child(2) div:nth-child(2) dl dd p:nth-child(2)::before,
	section.Events > div:nth-child(2) div:nth-child(2) dl:nth-last-child(2) dd p:nth-child(3)::before {
		content: none;
		position: static;
		left: -1.3rem;
	}
	section.Events > div:nth-child(2) div:nth-child(2) dl dd span {
		font-size: 0.9rem;
		display: block;
	}
	/** 注釈 **/
	section.Events > div:nth-child(2) div:nth-child(2) > p:last-child,
	section.Events > div:nth-child(2) div:nth-child(2) > p:nth-last-child(2) {
		color: #F39;
		line-height: 1.1rem;
		letter-spacing: 1px;
		margin-top: 5%;
	}
	
	
	/*-------------------
		装飾 photo
	--------------------*/
	section.Events > div:nth-child(2) > div:last-child {
		position: relative;
		/*border: thin dashed #F39;*/
	}
	section.Events > div:nth-child(2) > div:last-child picture {
		position: absolute;
	}
	/** photo 夏祭り **/
	section.Events > div:nth-child(2) > div:last-child picture:first-child {
		width: 140px;
		top: 15px;
		right: -3px;
	}
	/** photo ハロウィン **/
	section.Events > div:nth-child(2) > div:last-child picture:last-child {
		width: 160px;
		bottom: 270px;
		right: -10px;
		z-index: -1;
	}
	
	
	/*=============================
		イベント画像
	==============================*/
	section.EventsPhoto {
		width: 98%;
		max-width: 1024px;
		margin: 10% auto;
		
		/*display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-around;
		-webkit-box-pack: distribute;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;*/
		display: block;
	}
	section.EventsPhoto dl {
		width: 95%;
		margin: 8% auto;
	}
	section.EventsPhoto dl dt {
		color: #999;
		font-size: 1.2rem;
		text-align: left;
		letter-spacing: 3px;
		box-sizing: border-box;
		margin-bottom: 3%;
		padding-left: 10%;
	}	
}