@charset "utf-8";

html,body {
	font-family: 'STHeitiSC-Light';
	/* font-family: 'DFKaiShu-SB-Estd-BF'; */
	height: 100%;
	background-color: #8ad2ff;
}


.top {
	max-width: 100%;
	text-align: center;
	height: 100%;
	background-image: url(img/bg_0.png);
 	animation: bgscroll 10s linear infinite;
}

.logo {
	height: 96%;
	display: flex;
    justify-content: center;
    align-items: center;
}

.main {
	text-align: center;
	font-size: 100px;
	margin-top: -90px;
	color: #FF0000;
	line-height: 150%;
}

.day {
	font-family: "HelveticaNeue-Ultralight","didot","sans-serif-thin";
}

.small {
	font-size: 50%;
}

.web_image {
	margin-top: 50px;
	text-align: center;
}

.web_image img {
	width: 80%;
}

.data {
	font-size: 90%;
}

.text {
	margin: 50px 30px 0px 50px;
	text-align: center;
	font-size: 16px;
	line-height: 70px;
}

.japan {
	margin-top: 50px;
}

.plof {
	margin-top: 50px;
}

.plof img {
	width: 42%;
	display: inline-block;
	margin-right: 20px;
	float: left;
	border: 16px solid #FE006F;
}



.left {text-align: left;}

.map {
	margin-top: 50px;
}

.map iframe {
	display: block;
	margin: 0 auto;
	width: 80%;
}

.bth {
	text-align: center;
}

.bth:hover {
	opacity: 0.5;
}

@keyframes bgscroll {
 0% {background-position: 0 0;}
 100% {background-position: 2800px 657px;}
}

.clearfix::after {
	content: "";
	display: table;
	clear: both;
}

@media all and (min-device-width: 800px) and (min-width: 800px) {
	.top {animation: bgscroll 20s linear infinite;}
	.main {
		font-size: 50px;
		margin-top: -55px;
	}
	.day {
		margin-bottom: 30px;
	}
	.data_wrap {
		text-align: center;
	}
	.data {
		font-size: 100%;
		display: inline-block;
	}
	.text {
		width: 840px;
		line-height: 170%;
		margin: 50px auto 0 auto;
	}
	.plof img {
		width: 200px;
	}
	.bth:hover {opacity: 1;}
	.bth img {
		width: 500px;
	}
	.bth img:hover {
		opacity: 0.6;
	}
}