.scroll_nav {
	/*position: fixed;*/
	color:#FFFFFF;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	border-bottom: none;
	background-color: #E73A21;
	box-shadow: 0 0 12px rgba(4, 0, 0, 0.4);
	text-align: left;
	font-weight:bold;
	line-height:60px;
	padding-left:1em;
}
.header_menu{
	width:100%;
	max-width:1024px;
	height:60px;
	margin:0 auto;
	background:#E73A21;
}
.header_menu a{
	width:113px;
	height:60px;
	float:left;
	text-indent:-9800px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.header_menu_home {
	background-color: #F9E467;
	background-image: url(./img/header_menu_home.png?v=2023);
}
.header_menu_info {
	background-color: #5EAAEF;
	background-image: url(./img/header_menu_info.png?v=2023);
}
.header_menu_guide {
	background-color: #56B7D1;
	background-image: url(./img/header_menu_guide.png?v=2024);
}
.header_menu_facebook {
	background-color: #A66CD8;
	background-image: url(./img/header_menu_facebook.png?v=2023);
}
.header_menu_seat {
	background-color: #56B7D1;
	background-image: url(./img/header_menu_seat.png?v=2023);
}
.header_menu_manners {
	background-color: #F473A4;
	background-image: url(./img/header_menu_manners.png?v=2023);
}
.header_menu_archive {
	background-color: #FFA14D;
	background-image: url(./img/header_menu_archive.png?v=2023);
}
.header_menu_access {
	background-color: #EB653F;
	background-image: url(./img/header_menu_access.png?v=2024);
}
.header_menu_contact {
	background-color: #4ACCA7;
	background-image: url(./img/header_menu_contact.png?v=2023);
}
.header_menu_movie {
	background-color: #EB653F;
	background-image: url(./img/header_menu_movie.png?v=2023);
}
.header_menu_ticket {
	background:  url(./img/header_menu_ticket.png) #E73A21;
	border-top:solid 2px #F3B71E;
	border-left:solid 1px #F3B71E;
	border-right:solid 1px #F3B71E;
	border-bottom:solid 1px #F3B71E;
}
@media screen and (min-width: 1201px){
	.header_menu a{
		/*width:11.11111%;
		width:12.45%;チケット購入非表示時*/
	}
}
@media screen and (min-width: 780px) and (max-width: 1200px), print{
	.header_menu{
		padding-left:0.5%;
	}
	.header_menu a{
		width:11.1%;
		/*width:12.45%;チケット購入非表示時*/
	}
}

	header #header_logo img {
		max-width: 80px;
	}
	.sp_menu_btn,
	.sp_menu {
		display: none;
	}

