@charset "utf-8";

html {
	font-size: 62.5%;
}

body{
	width: 100%;
	font-size: 1.0rem;
	font-family: sans-serif;
}

html, body, div, span, object, iframe,
ul,dl,ol,li,dl,img,
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}

ul{
	list-style: none;
}

a {
	text-decoration: none;
}

.br_sp{
	display: none;
}

header{
	width: 928px;
	overflow: hidden;
	margin: 0 auto;
	padding: 28px 16px 8px;
}

header h1{
	position: absolute;
	top: 16px;
	z-index: 1;
}
header h1 img{
	width: 240px;
	height: auto;
}

header ul{
	float: right;
}
header ul li{
	padding: 27px 0 0;
}
header ul li:hover{
	opacity:.8;
}

header ul img{
	display: block;
	width: 24px;
	height: auto;
}

#main{
	overflow: hidden;
	height: 440px;
}

#main ul img{
	width: 960px;
	height: auto;
	position: relative;
	top: -30px;
}

#about{
	padding: 40px 32px 0px;
}

#about p{
	text-align: center;
	font-size: 12px;
	color: #333;
	line-height: 32px;
}

#movie{
	width: 960px;
	margin: 0 auto;
	padding: 48px 0 0;
}

#movie h2{
	width: 160px;
	margin: 0 auto;
	padding: 24px 0 20px;
	text-align: center;
	border-top: 4px solid #333 ;
}

#movie h2 img{
	width: auto;
	height: 48px;
}

#movie ul{
	overflow: hidden;
}

#movie ul li{
	width: 225px;
	float: left;
	margin: 0 0 4% 20px;
}
#movie ul li:first-child,
#movie ul li:nth-child(4n+1){
	margin-left: 0;
}
#movie ul li img{
	display: block;
	width: 100%;
	height: auto;
}
#movie ul li:hover{
	opacity:.8;
}

#movie .movie_title{
	margin: 8px 0 0;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

#movie .event{
	margin: 8px 0 0;
	text-align: center;
}

#contact{
	padding: 32px 0 88px;
}

#contact h2{
	width: 160px;
	margin: 0 auto;
	padding: 24px 0 20px;
	text-align: center;
	border-top: 4px solid #333 ;
}

#contact h2 img{
	width: auto;
	height: 48px;
}

#contact .btn a{
	width: 240px;
	display: block;
	margin: 0 auto;
	padding: 8px 0;
	text-align: center;
	color: #333;
	font-weight: bold;
	font-size: 16px;
	border: 2px solid #333;
	border-radius: 4px;
	transition: 0.4s ;
}
#contact .btn a:hover{
	background: #333;
	color: #fff;
}

footer{
	padding: 8px 0;
	background: #000;
}

footer p{
	text-align: center;
	color: #e5e5e5;
}