@charset "utf-8";
/* CSS Document */

/*リンク*/
a:link {
	text-decoration: none;
	color: white;
}

a:visited {
	text-decoration: none;
	color: white;
}

a:hover {
	text-decoration: underline;
	color: white;
}

a:active {
	text-decoration: none;
	color: white;
}

a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	overscroll-behavior: none;
}

body {
	word-wrap: break-word;
	padding: 0;
	margin: 0 auto;
	font-family: 'メイリオ', 'Meiryo', sans-serif;
	color: #1b1b1b;
	background: url(../images/common/bg.jpg) center 762px repeat-y;
	line-height: 1.25;
}

header {
	width: 100%;
	height: 917px;
	background: url(../images/enter/enter-img.jpg) center top no-repeat;
}

header #header-wrapper {
	width: 1190px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

header #header-wrapper h1 {
	text-align: center;
	color: white;
	line-height: 30px;
	text-shadow: 1px 1px 3px black;
}

header #header-wrapper #logo {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 60px 0;
}

header #header-wrapper #entrance {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
}


header #header-wrapper #entrance p {
	margin: 25px 28px;
}

header #header-wrapper #guidance {
	width: 100%;
	height: auto;
	text-align: center;
	padding-top: 75px;
	margin-top: 40px;
	color: white;
	font-size: 15px;
	background: url(../images/enter/r18.png) center top no-repeat;
}

footer {
	width: 100%;
	height: 123px;
	background: url(../images/enter/footer-bg.jpg) center top repeat-x;
	position: relative;
	color: white;
}

footer #copyright {
	width: 100%;
	height: 100%;
	padding-top: 60px;
	text-align: center;
	font-size: 16px;
}
