@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

a {
	text-decoration: none;
}


img{
	vertical-align:bottom;
	max-width: 100%;
}

ul {
	list-style: none;
}


body {
	width: 100%;
}

h1 img {
	width: 100%;
}

nav ul li {
	float: left;
	width: 20%;
	aspect-ratio: 283/160;
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.nav1 {
	background-image: url(images/nav1.jpg);
}

.nav2 {
	background-image: url(images/nav2.jpg);
}

.nav3 {
	background-image: url(images/nav3.jpg);
}

.nav4 {
	background-image: url(images/nav4.jpg);
}

.nav5 {
	background-image: url(images/nav5.jpg);
}

nav ul li:hover {
	background-position-y: calc(50% - 0.9%);
}

nav ul li:active {
	background-position-y: calc(100% - 1.8%);
}

main p img {
	width: 100%;
}

footer {
	padding: 20px;
	font-size: 20px;
	text-align: center;
	color: white;
	background-color: #ffcdcc;
}

.foot_nav {
	width: 800px;
	margin: 0 auto;
	padding: 20px 0 40px;
}

.foot_nav li {
	float: left;
	width: 159px;
	padding: 5px 0;
	border-right: 1px solid white;
}

.foot_nav li:nth-child(5) {
	border-right: none;
}

.copy {
	font-size: 14px;
}

