body{
	font-weight: bold;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	background-image: url("../img/logo_mark_outline.png");
	background-size: cover;
}
header{
	display: flex;
	width: 100%;
	background-color: #ED7015;
	justify-content:space-between;
/*	position: fixed;*/
}
h1 img{
	height: 40px;
	width: auto;
}