@charset "utf-8";

/*-----------------------------------------------------------------------*/
/*【cover】*/
/*-----------------------------------------------------------------------*/
#cover {
	width:100%;
	margin:auto;
	margin-bottom:3rem;
	height:250px;
	position:relative;
	background:url(image/cover.png) no-repeat center;
	background-size:cover;
}

#cover h1 {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	margin:auto;
	width:100%;
	height:80px;
	color:#333333;
	text-align:center;
	text-shadow:1px 1px 0 #ffffff,
				-1px 1px 0 #ffffff,
				1px -1px 0 #ffffff,
				-1px -1px 0 #ffffff;
	font-size:7.5vw;
}

.read {
	text-align:center;
}


/*-----769px以上-----*/
@media print,screen and (min-width:769px) {

#cover h1 {
	font-size:2rem;
}

}/*-----769px以上-----*/


