@charset "utf-8";

html{
	font-size: 100%;
}
.main-nav{
	font-family: "Avenir Next Condensed";
	font-weight: lighter;
	display: flex;
	font-size: 25px;
	text-transform: uppercase;
	margin-top: 40px;
	list-style: none;
}
.main-nav li{
	margin-left: 40px;
}
.main-nav a{
	color: #333;
	text-decoration: none;
}
.main-nav a:hover{
	color: goldenrod;
}
.page-header{
	display: flex;
	justify-content: space-between;
}
.wrapper{
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 0%;
}
	img{max-width: 100%;
}
h1{
	font-family: "クレー";
	font-weight: lighter;
	font-size: 40px;
	color: #333;
}
h2{
	font-family: "Avenir Next Condensed";
	font-weight: lighter;
	font-size: 30px;
	padding-left: 30px;
	text-transform: uppercase;
	color: #333;
}
p{
	font-family: "クレー";
	font-weight: lighter;
	font-size: 20px;
	color: #333;
	padding-left: 30px;
}
.scale-img {
	width: 200px;
	height:175px;
	transition-duration: 0.5s;
	padding-left: 20px;
}
.scale-img:hover {
	transform: scale(1.2,1.2);
}
body{
	margin-bottom: 150px;
}
