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

body {
	position: relative;
	text-align: center;
	font-size: 16px;
	color: #333;
	background-image: url(../images/bg_01.png);
	background-position: center top;
	background-repeat: repeat-y;
	background-size: 100%;
}
.wrap_top {
	width: 95%;
	max-width: 1200px;
	margin: 40px auto 15px;
}
.ttl img {
	width: 95%;
	max-width: 640px;
	margin: 0 auto 25px;
}
.wrap_in {
	/* padding: 12% 0 5%; */
	/* background-color: #fff; */
	margin: 0 0 30px;
	position: relative;
	border-radius: 2%;
	/* box-shadow: 1px 2px 1px #ccc; */
}
.wrap_in img {
	margin:  0 auto;
}
.wrap_in a {
	width: 95%;
	max-width: 810px;
	margin: 0 auto 0;
	display: block;
	padding: 30px 0 0;
}
.wrap_in a:hover {
	opacity: 0.7;
}
footer {
	font-size: 13px;
}

.wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 80%;
	max-width: 600px;
	text-align: center;
}
h1 {
    margin: 0 0 28px;
}
.inner {
	background-size: contain;
	padding: 40px 0;
	background-color: #fff;
	margin: 0 0 20px;
	border-radius: 20px;
}
.txt {
	margin:  0 0 30px;
}
.txt img {
	margin: 0 auto;
}
.btn {
}
.enter {
	margin: 0 0 20px;
}
.enter a {
	display: block;
	background-color: #ff9393;
	color: #fff;
	padding: 15px 0;
	border-radius: 10px;
	/* box-shadow: 0 1px 5px 0 rgba(152, 152, 152, 0.5); */
	text-decoration: none;
	font-weight: bold;
	font-size: 29px;
	width: 80%;
	margin: 0 auto;
}
.enter a:hover {
	opacity: 0.7;
}
.exit a {
	display: block;
	padding:  15px 0;
	border-radius: 10px;
	text-decoration: none;
	font-weight: bold;
	font-size: 19px;
	width: 80%;
	margin: 0 auto;
	color: #333;
	text-decoration: underline;
}
.exit a {
	opacity: 0.7;
}
.flag_l {
	position: absolute;
	top: 0;
	width: 36%;
}
.flag_r {
	position: absolute;
	top: 0;
	right: 0;
	width: 36%;
}
.flag_l img {
	width: 100%;
}
.flag_r img {
	width: 100%;
}