@charset "utf-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
ol, ul, li {
	list-style: none;
}
a img {
	border-style: none;
	margin: 0;
	padding: 0;
}
a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
	background-color: #f5f5f5;
}
#header {
	width: 100%;
	height: 59px;
	background-image: url(images/header_back.jpg);
	background-repeat: repeat-x;
	background-position: top;
	position: fixed;
	margin: 0px;
	padding: 0px;
	-webkit-box-shadow: 0px 0px 5px #000000;
	box-shadow: 0px 0px 5px #000000;
	z-index: 100;
	overflow: hidden;
}
#header ul {
	width: 950px;
	height: 45px;
	margin: 0 auto;
	padding: 4px 0;
	text-align: right;
}
#header ul li {
	display: inline;
	list-style: none;
}
#top {
	background: url(images/main2.jpg);
	background-repeat: no-repeat;
	width: 1080px;
	height: 832px;
	margin: 0 auto;
	overflow: hidden;
	}
#top img{
	padding:530px 0 0 400px;
}

#nakami {
	margin-top: 59px;
	width: 100%;
	position: absolute;
	text-align: center;
	z-index: 1;
	overflow: hidden;
}




@media (max-width: 999px) {
img {
	max-width: 100%;
	height: auto;
	width: auto;
　
}
#header ul {
	width: 100%;
}
#gawa-top, #gawa-menu, #gawa-privilege, #gawa-schedule, #gawa-access {
	display: none;
}
#bottan {
	width: 20%;
	margin-left:40%;
	margin-top: 5%;
}
}

@media screen and (max-width: 768px) {
#header ul li img {
	width: 15%;
}

}

@media screen and (max-width: 479px) {
#header {
	height: 35px;
}
#header ul li img {
	width: 18%;
}

}