@charset "utf-8";
html{
	scroll-behavior: smooth;
}
img{
	vertical-align: bottom;
}
a{
	text-decoration: none;
}
body{
	background: url(../images/bg.png) repeat;
	font-family: "Sawarabi Gothic", sans-serif;
	font-weight: 400;
	font-style: normal;
}
header{
	position:fixed;
	top:0;
	width: 100%;
}
.g-nav{
	position: relative;
	display: flex;
}
.g-nav li{
	width: 25%;
	height: 60px;
	background: #111;
	box-sizing: border-box;
	border-right: 1px solid #FFF;
	text-align: center;
	display: table;
}
.g-nav li:last-child{
	border-right: none;
}
.g-nav li a{
	display: block;
	padding: 0;
	color:#FFF;
	display: table-cell;
	vertical-align: middle;
}
.g-nav li a:hover{background: #999;}
#mainVisual{
	width: 100%;
	height: 100vh;
	background: url(../images/newyork.jpg) no-repeat;
	background-size: cover;
	display: table;
	margin-top:60px;
}
h1{
	text-align: center;
	color:#FFF;
	font-size: 100px;
	font-family: "Abril Fatface", serif;
	font-weight: 400;
	font-style: normal;
	display: table-cell;
	vertical-align: middle;
}
h2{
	text-align: center;
	color:#111;
	font-size: 80px;
	font-family: "Abril Fatface", serif;
	font-weight: 400;
	font-style: normal;
}
#wrapper{
	width: 980px;
	margin: 0 auto;
	text-align: center;
}
#contents{
	height: auto;
	background:#ccc;
}
.conts{
	height: 500px;
	border-bottom: 1px solid #111;
	text-align:center;
	padding: 60px;
}
.bg1{background: #f4b3c2;}
.bg2{background: #f8e58c;}
.bg3{background: #f9c89b;}
.bg4{background: #a59aca;}
.bg5{background: #bbc8e6;}
footer{
	width: 100%;
	height: 600px;
	display: table;
}
h6{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-family: "Abril Fatface", serif;
	font-weight: 400;
	font-style: normal;
}

@media screen and (max-width:1024px) {
    /*　画面サイズが1024pxからはここを読み込む　*/
	#wrapper{
		width: 96%;
	}
	h1{
	font-size: 40px;
	}
	h2{
		font-size: 30px;
	}
}
