/*---------------------
共通
-----------------------*/

.sp_view{
	display:none !important;
}
.pc_view{
	display:block;
}

/*hover_opacity*/
.over_anim{
	transition:0.3s;
}
.over_anim:hover{
	opacity:0.8 !important;
}
/*hover_画像*/
.over_anim2 img{
	transition:0.3s;
}
.over_anim2 :hover{
	opacity:0 !important;
}


/*---------------------
navi
-----------------------*/
#navi{
	position: fixed;
    top: 60px;
    left: -300px;
    width: 300px;
    height: 100%;
    z-index: 10;
	background-color: #b02216;
    border-right: 2px solid #de1300;
    border-left: 2px solid #de1300;
	box-sizing: border-box;
}
.animation{
	transition: 0.5s;
}

#navi ul{
	margin-top: 89px;
}

.bt_home{
	width: 98px;
	margin: 0 auto;
}
.bt_introduction, .bt_gallery{
	width: 181px;
	margin: 0 auto;
}
.bt_about{
	width: 208px;
	margin: 0 auto;
}
.bt_comments{
	width: 143px;
	margin: 0 auto;
}
.bt_tickets{
	width: 118px;
	margin: 0 auto;
}
.bt_news{
	width: 91px;
	margin: 0 auto;
}


.menu_logo{
	position: absolute;
    top: 37px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 66px;
	display: block;
}
.open{
	position: fixed;
    top: 78px;
	cursor: pointer;
	z-index: 2;
	left: 26px;
}
.close{
	position: fixed;
    top: 78px;
	cursor: pointer;
	z-index: 1;
	left: 26px;
	display: none;
}

@media screen and (min-width: 0px) and (max-width: 800px) {
	/*---------------------
	共通
	-----------------------*/
	.sp_view{
		display:block !important;
	}
	.pc_view{
		display:none !important;
	}
	
	/*hover*/
	.over_anim{
		transition:0s;
	}
	.over_anim:hover{
		opacity:1;
	}

	/*---------------------
	header
	-----------------------*/
	.sp_title_link{
		position: absolute;
		width: 40%;
		height: 0;
		padding-bottom: 23%;
		top: 60px;
		right: 0;
		left: 0;
		margin: 0 auto;
		z-index: 1;
		/*background: rgba(0,0,0,0.8);*/
	}
	/*---------------------
	navi
	-----------------------*/
	#navi_sp{
		position: fixed;
		width: 100%;
		right: 0;
		top: -100%;
		z-index: 900;
		background: #b02216;
		height: 100%;
		overflow: auto;
	}
	.menu_title{
		margin-bottom: 13%!important;
	}
	.open_sp{
		position: fixed;
		top: 70px;
		left: 10px;
		height:0%;
		width: 10%;
		padding-bottom:15%;
	}
	.close_sp{
		position: absolute;
		top: 10px;
		left: 10px;
		height: 0%;
		width: 10%;
	}
	.menu_item_sp{
		position: absolute;
    	top: 710px;
		z-index: 10;
	}
	.menu_title_sp{
		margin: 40px 0;
	}
	#navi_sp li {
    	width: 100%!important;
		margin-bottom: 20px;
	}
	
}

