/*　全体共通-----------------------------------------------------*/
body{
	font-family:"Noto Sans JP",sans-serif;
	/*font-family: "Kaisei Decol", serif;*/
}

/*　ヘッダー　---------------------------------------------------*/
header{
	background-color:#8ECC9B;
	color:#ffffff;
}
header .container{
	/*display:flex;*/
	/*justify-content:space-between;*/
	/*justify-content:space-around;*/
	width:90%;
	/*background:rgb(100 100 100);*/
	margin:0 auto;
	text-align:center;
	max-width:1280px;
	padding:20px;
}
header .logo{
	font-size:30px;
	font-weight:900;
	text-shadow: 3px 4px 3px rgb(61 70 70)
}
/*header p{
	font-size:20px;
	font-weight:500;
	color:#5653ed;
}*/
@media only screen and (max-width:960px){/*スマホ対応*/
	/*header{
		background-color:rgb(60 60 60);
	}*/
}











