@charset "UTF-8";
/*
 *	global
 */
body {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
}

h1, h2 {
	margin: 0;
	padding: 0;
	text-align: center;
}

h1 {
	font-size: 3vh;
}

h2 {
	font-size: 2vh;
}

/*
 *	フッタ
 */
 footer {
 	width: 960px;
 	margin: 0 auto;
 	height: 10vh;
 }

#FooterInner{
	position: fixed;
	bottom: 0;
	width: 960px;
	height: 10vh;
	background-color: white;
}

#FooterContent{
	text-align: center;
}

/*
 *	ページ毎
 */
.page {
	position: relative;
	width: 960px;
	margin: 0 auto;
	min-height: 90vh;
	box-sizing: border-box;
	padding: 1vh 2em 2vh;
}

/* ページ差分 */
.page0 {
	height: 90vh;
	background-image: url('img/flower-back0612.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

.page1 {
	height: 80vh;
	background-image: url('img/flower-back0617.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

.page2 {
	height: 75vh;
	background-image: url('img/flower-back0613.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

.page3 {
	height: 70vh;
	background-image: url('img/flower-back0614.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

/* 2ページ目以降の上部スペース */
.spacer1 {
	height: 10vh;
}

.spacer2 {
	height: 15vh;
}

.spacer3 {
	height: 20vh;
}

/* ページ毎のヘッディング */
.headding-box {
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.8);
}

.headding1 {
	height: 9vh;
}

.headding2 {
	height: 4vh;
}

/* ページ毎のコンテンツ領域　*/
.content {
	position: relative;
	box-sizing: border-box;
	padding: 1em;
	background-color: rgba(255,255,255,0.8);
}

.content-box {
	position: relative;
}

.content0 {
	height: 78vh;
}

.content1 {
	height: 73vh;
}

.content2 {
	height: 68vh;
}

.content3 {
	height: 63vh;
}

/* ページ毎のフッタ */
.page-footer {
	position: absolute;
	width: calc(100% - 2em);
	bottom: 0;
}

.page-footer ul {
	margin: 0;
	padding: 0;
	display: flex;
}

.page-footer ul > li {
	list-style-type: none;
	text-align: center;
	flex: 1;
}

.page-footer ul > li:hover {
	background-color: rgba(0,0,0,0.5);
}

.page-footer ul > li:hover a {
	color: white;
}

.page-footer ul > li a {
	color: gray;
	text-decoration: none;
	font-family: sans-serif;
}

/*
 *	メディアクエリ
 */
@media screen and (max-width: 960px){
	footer {
		width: 100%;
		margin: 0 auto;
		height: 3vh;
	}

	#FooterInner{
		width: 100%;
		height: 3vh;
	}

	.page {
		width: 100%;
		box-sizing: border-box;
		padding: 1vh 2em 2vh;
	}

	.page0 {
		height: 97vh;
	}

	.page1 {
		height: 87vh;
	}

	.page2 {
		height: 82vh;
	}

	.page3 {
		height: 77vh;
	}

	.content0 {
		height: 85vh;
	}

	.content1 {
		height: 80vh;
	}

	.content2 {
		height: 75vh;
	}

	.content3 {
		height: 70vh;
	}
}
