.scroll_nav {
	position: fixed;
	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: center;
}
@media print{
	.scroll_nav {
		position: absolute;
	}
}
.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%;チケット購入非表示時*/
	}
}
@media screen and (min-width: 780px), print {
	header #header_logo img {
		max-width: 80px;
	}
	.sp_menu_btn,
	.sp_menu {
		display: none;
	}
}
@media screen and (max-width:779px) {
	header #header_inner {
		padding: 0;
		padding-right: 60px;
		display: block;
		text-align: left;
	}
	header #header_logo {

	}
	header #header_logo a {
		display: block;
		padding: 10px;
		text-align: left;
	}
	header #header_logo img {
		max-width: 60px;
	}
	nav.gNavi {
		display: none;
	}
	/* sp_menu */
	.sp_menu_btn,
	.sp_menu_btn span {
		display: inline-block;
		box-sizing: border-box;
	}
	.sp_menu_btn {
		position: relative;
		width: 40px;
		height: 34px;
		padding:2px;
		background-color:rgba(255,255,255,0.5);
	}
	.sp_menu_btn.close{
		background-color:transparent;
	}
	.sp_menu_btn span {
		position: absolute;
		width: 36px;
		height: 4px;
		background-color: #750d14;
		border-radius: 4px;
		transition: transform .4s;
	}
	.sp_menu_btn span:nth-of-type(1) {
		top: 2px;
	}
	.sp_menu_btn span:nth-of-type(2) {
		top: 14px;
	}
	.sp_menu_btn span:nth-of-type(3) {
		bottom: 2px;
	}
	.sp_menu_btn.close span {
		background-color: #ffffff;
	}
	.sp_menu_btn.close span:nth-of-type(1) {
		-webkit-transform: translateY(14px) rotate(-45deg);
		transform: translateY(13px) rotate(-45deg);
	}
	.sp_menu_btn.close span:nth-of-type(2) {
		opacity: 0;
	}
	.sp_menu_btn.close span:nth-of-type(3) {
		-webkit-transform: translateY(-15px) rotate(45deg);
		transform: translateY(-13px) rotate(45deg);
	}
	.sp_menu_bg {
		position: fixed;
		left: 0;
		top: 0;
		z-index: 20;
		width: 100%;
		height: 100%;
		display: none;
	}
	.sp_menu_bg.bg_fixed {
		display: block;
		background-color: transparent;
	}
	.sp_menu_btn {
		position: fixed;
		top: 18px;
		right: 10px;
		z-index: 999999;
	}
	.sp_menu {
		position: fixed;
		z-index: 135;
		right: -100%;
		top: 0;
		width: 100%;
		max-width: 280px;
		height: 100%;
		padding: 60px 0px;
		background-color: #E73A21;
		box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.2);
		overflow-y: auto;
		opacity:0;
		transition: right 0.3s;
	}
	.sp_menu a {
		text-decoration: none;
	}
	.sp_menu_navi ul {
		list-style: none;
		padding: 0;
	}
	.sp_menu_navi ul li {
		width: 50%;
		display: inline-block;
	}
	.sp_menu_navi ul li.sp_menu_navi_100{
		width: 50%;
	}
	.sp_menu_navi ul li a {
		display: block;
		text-decoration: none;
		text-indent: -9800px;
		padding: 10px;
		color: #fff;
		height: 90px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
	.sp_menu.menu_fixed {
		right: 0;
		opacity: 10;
	}
}


/* 終了後作業

.header_menu_ticket,
.sp_menu_navi_100 .header_menu_ticket{
	display:none;
}
.header_menu a{
	width: 12.4%;
} */

