@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700&display=swap');
body {
	font-family: 'Noto Sans', sans-serif;
}
/*
@media screen and (min-width: 769px) and (max-width: 960px) {

}
@media screen and (max-width: 768px) {
	ul.spNav li{
		position: absolute;
		top: 5px;
		right: 2%;
		display: block;
		width: 40px;
		height: 40px;
		cursor: pointer;
	}

	ul.spNav li.open{
		background:url(../img/btn_menu.png) no-repeat;
		background-size:contain;
	}

	ul.spNav li.close{
		background:url(../img/btn_menu_close.png) no-repeat;
		background-size:contain;
	}
}
*/