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

#container_top {
	width: 100%;
	height: auto;
	text-align:center;
	background-image: url(../images/top_sp.jpg) ;
	background-size: 100%;
	background-repeat: no-repeat;
	padding-top: 70%;
}
#board {
	display: none;
}
#info_board {
	display: none;
}
#top_menu{
/*	position: absolute;*/
/*	top: 140px;*/
	display:flex;
	margin:0px 6px;
	padding-top:0px;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;	
}
#top_menu div{
	cursor: pointer;
	width:50%;
	margin-top:15px;
	margin-bottom:15px;
	text-align:center;
}
#address{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	text-align: center;
	width:100%;
}
.movie_btn,.member_btn{
	width:50%;
}
/*Tablet View*/
@media (min-width: 768px){
	#container_top {
		width: 1200px;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		background-image: url(../images/top.jpg);
		height: 840px;
		position: relative;
		padding-top: 0px;
	}
	#board {
		display: block;
	}
	#info_board {
		display: block;
	}
	#top_menu{
		position: absolute;
		width: 96%;
		top: 140px;
		display:flex;
		margin:0px 2%;
/*		padding-top:150px;*/
		/*justify-content:space-between;*/
		justify-content:flex-end;
		align-items:center;
		/*flex-wrap:nowrap;*/	
		flex-wrap:wrap;	
	}
	#top_menu div{
		cursor: pointer;
		width: 160px;
	}
	#top_menu div:hover{
	  opacity: 0.7;
	  filter: alpha(opacity=70);
	  -ms-filter: "alpha(opacity=70)";

		-webkit-filter: saturate(500%);
		-moz-filter: saturate(500%);
		-o-filter: saturate(500%);
		-ms-filter: saturate(500%);
		filter: saturate(500%);
	}
	.movie_btn{
		width:100%;
	}
	#info_board{
		position: absolute;
		left: 69px;
		top: 317px;
		width: 295px;
		height: 172px;
	}
	#board{
		position: absolute;
		left: 44px;
		top: 469px;
	}
	#board_btn {
		display: none;
	}
	#address{
		position: absolute;
		left: 884px;
		top: 779px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size: 14px;
		width: 300px;
		padding: 5px;
		text-align: center;
		background-color: #FFF;
		border-radius: 10px;
		background: rgba(255,255,255,0.3);
		line-height: 150%;
	}
	footer{
		width: 1200px;
	}
}

/*Desktop View*/
@media (min-width: 1024px){

}