@font-face {
	font-family: 'gothic';
	src: url("../font/Roboto-Light.ttf");
}

@font-face {
	font-family: 'mincho';
	src: url("../font/GenEiKoburiMin6-R.ttf");

}

body {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

div,
span {
	position: relative;
	margin: 0;
	padding: 0;
	font-family: mincho;
	line-height: 180%;
}

section {
	margin-top: 30vh;
	margin-left: 15%;
	margin-right: 15%;
}

p {
	font-size: 20px;
}

i {
	color: gray;
}

a {
	font-size: 18px;
	text-decoration: none;
	font-family: gothic;
	color: #3087d8;
}

h1 {
	font-size: 36px;
	font-weight: 100;
}

h1>span {
	font-family: gothic;
}

h2 {
	margin-bottom: 5vh;
	font-size: 32px;
	font-weight: 100;
	text-align: center;
	text-decoration: underline;
}

h2>span {
	font-family: gothic;
}

h3 {
	font-size: 32px;
	font-weight: 500;
}

img {
	width: 100%;
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
	padding: 0;
}

footer {
	margin-top: 20vh;
	margin-bottom: 10vh;
	text-align: center;
	color: #808080;
}

.linkImage {
	display: block;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	transition-duration: .5s;
}

.linkImage:hover {
	transform: scale(1.03);
}

.linkButton {
	width: 160px;
	margin: 2%;
	border: solid 2px #000;
	color: #000;
	background-color: #FFF;
	font-family: gothic;
	font-size: 20px;
	font-weight: 100;
	overflow: hidden;
	transition-duration: .2s;
}

.linkButton:hover {
	color: #FFF;
	background-color: #000;
}

.linkButtons {
	margin-top: 5vh;
	margin-bottom: 5vh;
	text-align: center;
	/*
    display: flex;
    justify-content: center;
    */
}

.space {
	width: 100%;
	height: 20vh;
}

#top {
	width: 100%;
	height: calc(100vw * 0.5625);
	overflow: hidden;
}

#mainImage00,
#mainImage01 {
	position: absolute;
}

#mainImage01 {
	display: none;
}

#pageName {
	width: 80%;
	left: 10%;
	top: 0%;
	height: 100%;
}

#pageNameText {
	position: absolute;
	top: 50%;
	left: 0%;
	padding: 0px 20px 0px 20px;
	border: solid 2px #000;
}

@media only screen and (max-width: 600px) {
	#top {
		height: calc(100vw * 1.777);
	}

	#mainImage00 {
		display: none;
	}

	#mainImage01 {
		display: inline;
	}

	.linkImage {
		width: 100%;
	}
}