@charset "utf-8";
html {
	background: url(../images/top_photo01.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	min-height:100%;/* an4 */
}
body {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 62.5%;
	text-align: center;
	color: #000;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
}

/* ========================================================================== */
/* header                                                             																											 */
/* ========================================================================== */



/* ========================================================================== */
/* logo                                                             																											 */
/* ========================================================================== */
#logo {
	position:absolute;
	top:38%;/*20171230戻す top:50%; */
	left:50%;
	width:119px;
	height:216px;
	margin-left: -59px;
	margin-top:  -108px;
	overflow: hidden;
}
/* 日本の20世紀遺産20選のお知らせ */
.top-info{
	position:absolute;bottom:23%;left:50%;right:50%;display:block;width:362px;margin-left:-181px;line-height:0;
	box-shadow: 0 0 5px 5px #FFF;-webkit-box-shadow: 0 0 5px 5px #FFF;-moz-box-shadow: 0 0 5px 5px #FFF;z-index:50;
}
/* 日本の20世紀遺産20選のお知らせ ここまで */

/*2017年末年始のお知らせ
.top-info{
	position:absolute;bottom:23%;left:50%;right:50%;display:block;width:240px;margin-left:-130px;border:#000 2px solid;border-radius:4px;
	background:#E1EB98;box-shadow: 0 0 5px 5px #FFF;-webkit-box-shadow: 0 0 5px 5px #FFF;-moz-box-shadow: 0 0 5px 5px #FFF;z-index:50;
}
.top-info-inner{position:relative;}
.top-info h2{font-weight:bold;font-size:140%;padding:5px 0;background:#000;color:#C3D731;}
.top-info p{padding:10px;font-size:120%;text-align:left;}
.top-info span{margin:0 2px;padding:1px 5px;background:#c53640;border-radius:4px;color:#FFF;}
.top-info a{color:#000;}
2017年末年始のお知らせ ここまで*/
/* ========================================================================== */
/* footer                                                             																											 */
/* ========================================================================== */
footer {
	overflow: hidden;
	_zoom: 1;
	width: 100%;
	height:120px;
	margin: 0 auto;
	position: fixed;
	bottom: 0px;
	background-image: url(../images/footer_bg.png);
	background-position: left bottom;
	background-repeat: repeat-x;
}
#top #footer_menu-wap address{display: none;}
#footer_menu-wap {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 1.3em;
	padding-top:60px;
}
#footer_menu ul {
	float: left;
}
#footer_menu li {
	float:left;
	margin:1px 10px;
}
#footer_menu li a {
	color:#FFF;
}
#footer_menu li a:hover {
    color: #B2C32E;
}
.copyright {
	float:right;
	color:#FFF;
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 640px) {
	#footer_menu-wap {
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
		font-size: 1.3em;
		padding-top:60px;
	}
	/* SP 日本の20世紀遺産20選 */
	.top-info{
		position:relative;
		left:auto;
		right:auto;
		display:block;width:250px;margin:400px auto 0 auto;line-height:0;
	}
	.top-info img{width:100%;height:auto;}
}
