@charset "UTF-8";

.header {
}
.header p {
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	list-style-type: none;
	height: 0;
	overflow: hidden;
}

/** under 767px **/
@media screen and (max-width: 767px) {

.header {
	width: 94%;
	padding: 2.4% 0 0;
	margin: 0 auto;
}
.header h1 {
	display: block;
	background: url(../images/nagoyameshi-sp01.png) no-repeat 0 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	padding: 179.5% 0 0;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
}

}


/** over 768px **/
@media screen and (min-width: 768px) {

.header {
	padding: 12px 0 0;
}
.header h1 {
	display: block;
	background: url(../images/nagoyameshi01.png) no-repeat center top;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	list-style-type: none;
	width: 980px;
	height: 641px;
	margin: 0 auto;
}

}
