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


main section {
	width: 90%;
	max-width: 1020px;
	margin: 4% auto;
	padding: 0;
	/*border: thin dashed #F36;*/
}

/*==============================================
	Title Contents
==============================================*/
main > section:first-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: end;
}
/*-----------------
	iconアクセス
-----------------*/
main > section:first-child > div:first-child {
	width: 60%;
	/*display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;*/
	
	/*border: thin dashed #03F;*/
}
/*-------------
	Titles
-------------*/
main > section:first-child > div:first-child dl.Titles {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	/*background: #FFF;
	border:thin dashed #C66;*/
}
main > section:first-child > div:first-child dl.Titles dd {
	width: 35%;
	/*background: #F96;*/
	margin-right: 2%;
}
main > section:first-child > div:first-child dl.Titles dt {
	width: 80%;
	/*background: #FFF;*/
	
	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: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
/** 英文Text **/
main > section:first-child > div:first-child dl.Titles dt > p:first-child {
	width: 100%;
	min-height: 0%;/**IE11**/
	color: #690;
	font-size: 0.8rem;
	text-align: left;
	text-transform: uppercase;/*大文字:uppercase, 小文字:lowercase, 頭文字のみ大文字:capitalize*/
	letter-spacing: 2px;
	border-bottom: 3px dotted #C96;
	padding-bottom: 2%;
}
/** 星 **/
main > section:first-child > div:first-child dl.Titles dt > p:first-child > picture {
	width: 1rem;
	margin-right: 2%;
	display: inline-block;
}
/** アクセス **/
main > section:first-child > div:first-child dl.Titles dt h2 {
	color: #690;
	/**/font-size: 2rem;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	letter-spacing: 4px;
	margin-top: 2%;
}

/*--------------------------------------------
	TitleImage
--------------------------------------------
main > section:first-child > div:first-child > div:last-child {
	width: 30%;
	position: relative;
}
main > section:first-child > div:first-child > div:last-child span {
	position: absolute;
	bottom: -2rem;
	left: 0;
}
main > section:first-child > div:first-child > div:last-child span:first-child {
	z-index: 3;
}
main > section:first-child > div:first-child > div:last-child > span:last-child {
	top: -3rem;
	right: -50%;
}*/

/*---------------------------------------------
	アクセス
----------------------------------------------*/
div.Access {
	width: 100%;
	color: #630;
	font-size: 1rem;
	text-align: left;
	letter-spacing: 1px;
	margin-top: 2%;
}
div.Access dl {
	width: 100%;
	background: #FFF;
	box-sizing: border-box;
	margin-top: 2%;
	padding: 2%;
}
div.Access dl dt {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 2rem;
	/*padding-bottom: 1%;*/
	border-bottom: 2px dotted #C93;
}
div.Access dl dd {
	line-height: 1.1rem;
	margin-top: 2%;
}

/*-----------------------------------------
	保育園写真
-----------------------------------------*/
main > section:first-child > div:last-child {
	width: 38%;
	/*border: thin dashed #9C6;*/
}




/*===================================================================================
　●tablet.css 画面の横幅が768pxまで
====================================================================================*/
@media screen and (max-width: 64rem) {
	
	/*--------------------------------------------
		Access
	------------------------------------------------*/
	main > section:first-child > div:first-child {
		width: 68%;
	}
	/*----------------------------------------
		Titles
	-----------------------------------------*/
	main > section:first-child > div:first-child dl.Titles {
		width: 70%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: flex-start;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		/*background: #FFF;
		border:thin dashed #C66;*/
	}
	main > section:first-child > div:first-child dl.Titles dd {
		width: 35%;
		/*background: #F96;*/
		margin-right: 2%;
	}
	main > section:first-child > div:first-child dl.Titles dt {
		width: 80%;
		/*background: #FFF;*/
		
		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: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	/** 英文Text **/
	main > section:first-child > div:first-child dl.Titles dt > p:first-child {
		width: 100%;
		color: #690;
		font-size: 0.8rem;
		text-align: left;
		text-transform: uppercase;/*大文字:uppercase, 小文字:lowercase, 頭文字のみ大文字:capitalize*/
		letter-spacing: 2px;
		border-bottom: 3px dotted #C96;
		padding-bottom: 2%;
	}
	main > section:first-child > div:first-child dl.Titles dt > p:first-child > span {
		width: 1rem;
		margin-right: 2%;
		display: inline-block;
	}
	/** 主な行事 **/
	main > section:first-child > div:first-child dl.Titles dt h2 {
		color: #690;
		/**/font-size: 2rem;
		font-style: normal;
		font-weight: bold;
		text-align: left;
		letter-spacing: 4px;
		margin-top: 2%;
	}
	
	/*-----------------------------------------
		保育園写真
	-----------------------------------------*/
	main > section:first-child > div:last-child {
		width: 30%;
		/*border: thin dashed #9C6;*/
	}
	
}



/*============================================================================
　●smart.css  画面の横幅が640pxまで
===============================================================================*/
@media screen and (max-width: 640px) {
	
	main section {
		width: 95%;
		max-width: 1020px;
		margin: 4% auto;
		padding: 0;
		/*border: thin dashed #F36;*/
	}
	
	/*==============================================
		Title Contents
	==============================================*/
	main > section:first-child {
		/*display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;*/
		display: block;
	}
	/*--------------------------------------------
		Access
	------------------------------------------------*/
	main > section:first-child > div:first-child {
		width: 100%;
	}
	/*-----------------------------------------
		保育園写真
	-----------------------------------------*/
	main > section:first-child > div:last-child {
		width: 100%;
		/*border: thin dashed #9C6;*/
	}
}


/*========================================================
	iphone SE size
=========================================================*/
@media screen and (max-width: 340px) {
	
}