/*fonts*/
@font-face {
	font-family: 'CenturyOldStyle';
	src: url('../fonts/ufonts.com_century-old-style-regular.ttf');
}

/* global */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
body {
	font-family: "游ゴシック体","YuGothic","Yu Gothic","ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-weight: 400;
}
h1, h3, h4, h5, h6 {
	margin: 0;
	font-weight: 400;
}
a,
a:hover,
a:focus {
	text-decoration: none;
}

.red{ color: #ee0000;}

figure {
	margin: 0;
}
figure img {
	width: 100%;
	max-width: 100%;
}
iframe,
img {
	vertical-align: top;
	max-width: 100%;
}

.text-center{
	text-align: center;
}
.btn{
	display: inline-block;
	padding: 0;
	margin: 0;
	text-align: center;
	vertical-align: middle;
}

.btn.contact-btn{
	width: 88px;
	height: 21px;
	line-height: 21px;
	font-size: 12px;
	background-color: #bbbbbb;
	color: #ffffff;
	border-radius: 2px
}

.btn-group:after{
	content: '';
	display: block;
	clear: both;
}

.btn.btn-ticket{
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	border-radius: 4px;

	width: 280px;
	height: 80px;
	background-color: #0077bb;

	display: table;

	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.btn.btn-ticket:hover{
	background-color: #333;
}

.btn.btn-ticket br.sp-only{
	display: none;
}
.btn.btn-ticket.disabled{
	background-color: #dddddd;
}

.btn.btn-ticket:last-child{
	margin-right: 0;
}
.btn.btn-ticket .inner{
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}

.btn.expand-schedule-btn{
	width: calc(100% - 20px);
	height: 100px;
	border: 1px solid #0077bb;
	color: #0077bb;
	border-radius: 4px;
	font-size: 22px;
	line-height: 31px;
	display: none;
}
.btn.expand-schedule-btn .inner{
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
.btn.burger-btn{
	display: block;
	width: 50px;
	height: 40px;
	background-color: transparent;
	border: 0;
	background-image: url('../img/burger_icon.png');
	background-position: 100% 0;
	position: fixed;
	top: 30px;
	left: 30px;
	z-index: 99;
	display: none;
}
.btn.burger-btn.active{
	background-position: 0 0;
}
.btn.burger-btn:focus{
	outline: none;
}
/*end global*/
/*lists*/
.list-inline{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.list-inline li{
	display: inline-block;
}
.list-unstyled{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.list-unstyled li{
	display: block;
}
body.menu-show{
	overflow: hidden
}
/*end list*/
#page-wrapper{
	width: 1220px;
	max-width: 100%;
	margin: 0 auto;
	position: relative;

	padding-left: 260px;
}

#header{
	padding-top: 81px;
	background-color: #fff;
}

#header h1 {
	margin-bottom: 40px;
}
#header h1 .md_header{
	display: none;
}
#header h1 .sm_header{
	display: none;
}

#main .head-img.sm{
	display: none;
}
#page-navigation{
	position: fixed;
	/*left: 0;*/
	top: 58px;
	text-align: right;
	width: 182px;
}
#page-navigation #side-nav li.back-to-top .pc{
	display: block;
}
#page-navigation #side-nav li.back-to-top .sp{
	display: none;
}
#sm-page-navigation{
	display: none;
}
#page-navigation a{
	color: #0077bb;
}
#page-navigation a.disabled{
	color: #ddd;
	cursor: default;
}
#page-navigation #side-nav >li{
	font-size: 24px;
	line-height: 68px;
	letter-spacing: 0.05em;
	font-family: 'CenturyOldStyle';
}
#page-navigation #nav-ticket-list li{
	font-size: 12px;
	line-height: 27px;
}

#main{

}


#main section h2{
	font-family: 'CenturyOldStyle';
	font-size: 33px;
	letter-spacing: 0.08em;
}

#main section{
	border-bottom: 1px solid #000;
}
#news-section{
	padding-bottom: 72px;
	padding-top: 71px;
}
#news-section h2{
	margin: 0 0 38px 0;
}

#news-section .news-list li{
	margin-bottom: 39px;
}

#news-section .news-list li time{
	font-family: 'Century';
	font-size: 14px;
	line-height: 80px;
	letter-spacing: 0.08em;
}

#news-section .news-list li h3{
	font-size: 18px;
	line-height: 28px;
	margin-top: -18px;
}
#news-section .news-list li p{
	font-size: 14px;
	line-height: 22px;
}
#news-section .news-list li p a{
	color: #0077BB;
	text-decoration: underline;
}

#news-section .news-list li p a:hover{
	color: #000;
}
#news-section .more-news{
	color: #0077BB;
	text-decoration: underline;
	display: block;
	position: relative;
	padding-left: 28px;

	font-size: 16px;
	line-height: 28px;
	margin-top: 68px;
}
#news-section .more-news:before{
	content: '';
	display: block;
	width: 17px;
	height: 17px;

	position: absolute;		
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;

	background-image: url('../img/icons.png');
}
#news-section .more-news:hover{
	color: #000;
}
#news-section .more-news:hover:before {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
#schedules-section{
	padding-top: 44px;
	padding-bottom: 69px;
}
#schedules-section h2{
	margin-bottom: 72px;
}
#schedules-section .schedule-list{
	margin-left: -5px;
}

#schedules-section .schedule-list:after{
	content: '';
	display: block;
	clear: both;
}
#schedules-section .schedule-list li{
	float: left;
	width: 50%;
	padding: 0 5px;
	margin-bottom: 10px;
}
#schedules-section .schedule-list li .schedule-card{
	border: 1px solid #dddddd;
	border-radius: 3px;
	padding-top: 19px;
	padding-left: 27px;
	padding-bottom: 19px;
}
#schedules-section .schedule-list li .schedule-card h3{
	font-size: 24px;
	margin-bottom: 8px;
}
#schedules-section .schedule-list li .schedule-card h3 small{
	font-size: 17px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 25px;
}
#schedules-section .schedule-list li .schedule-card time{
	font-size: 14px;
	display: block;
	margin-bottom: 13px;
}

#schedules-section .schedule-list li .schedule-card time span{
	display: inline-block;
	margin-left: 13px;
}
#schedules-section .schedule-list li .schedule-card .contact-us span{
	font-size: 14px;
}

#schedules-section .schedule-list li .schedule-card .external-link{
	font-size: 14px;
	line-height: 29px;
	color: #0077bb;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-left: 7px;
	font-weight: bold;
}

#schedules-section .schedule-list li .schedule-card .external-link:before{
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;

	background-image: url('../img/icons.png');
	background-position: 100% 0;

	margin-right: 4px;
}
#schedules-section .schedule-list li .schedule-card .external-link:after{
	content: '';
	display: block;
	height: 1px;
	background-color: #0077bb;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 8px;
}
#schedules-section .schedule-list li .schedule-card .external-link:hover {
	color: #000;
}
#schedules-section .schedule-list li .schedule-card .external-link:hover:before {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
#schedules-section .schedule-list li .schedule-card .external-link:hover:after {
	background-color: #000;
}
#schedules-section .schedule-list li .schedule-card .tel-no{
	display: block;
	font-size: 12px;
	line-height: 29px;
}


#main section#ticket-section{
	border-bottom: none;
	padding-top: 42px;
}
#ticket-section h2{
	margin-bottom: 65px;
}
#ticket-section h3 span{
	display: inline-block;
	vertical-align: baseline;
	font-size: 24px;
}
#ticket-section h3 span.right.sp{
	display: none;
}
#ticket-section >h3{
	margin-bottom: 61px;
}
#ticket-section h3 .left small{
	font-size: 14px;
	line-height: 22px;
	display: inline-block;
	vertical-align: baseline;
}
#ticket-section h3 .right small{
	font-size: 14px;
	line-height: 38px;
	display: inline-block;
	vertical-align: baseline;
}

#ticket-section .ticket-criteria{
	font-size: 14px;
	line-height: 32px;
	color: #666666;
	margin-bottom: 69px;
}
#ticket-section .ticket-criteria ul li{
	overflow: hidden;
}
#ticket-section .ticket-criteria ul li span{
	display: block;
}
#ticket-section .ticket-criteria ul li .left{
	float: left;
	/*min-width: 84px;*/
}
#ticket-section .ticket-criteria ul li .right{
	/*padding-left: 84px;*/
	overflow: hidden;
	vertical-align: top;
}
.ticket-panel{
	background-color: #fff;
	border: 1px solid #cccccc;
	border-radius: 2px;
	margin-bottom: 10px;
}
.ticket-panel .panel-heading{
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	background-color: #f5f5f5;
	border-bottom: 1px solid #cccccc;
	padding: 0 17px;
}

.ticket-panel .pane-list li{
	border-bottom: 1px solid #cccccc;
	padding-left: 40px;
	padding-top: 24px;
	padding-bottom: 28px;
}
.ticket-panel .pane-list li:last-child{
	border-bottom: none
}
.ticket-panel .pane-list li h3{
	font-size: 20px;
	margin-bottom: 11px;
}
.ticket-panel .pane-list li time{
	color: #666666;
	font-size: 14px;
	line-height: 32px;
	display: block;
	margin-bottom: 20px;
}

.ticket-panel .pane-list li time .red{
	display: inline-block;
	color: #ee0000;
	margin-left: 12px;
}

.ticket-panel .pane-list table{
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	margin-right:20px;
	margin-bottom:20px;
	width: 80%;
}

.ticket-panel .pane-list table tr th{
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	padding:5px 10px;
	font-size:14px;
	line-height:1.4;
	text-align:center;
}

.ticket-panel .pane-list table tr td{
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	padding:5px 10px;
	font-size:14px;
	line-height:1.4;
	text-align:center;
}
.ticket-panel .pane-list table tr td.left{
	text-align:left;
	}




.ticket-panel .panel-body.type-long{
	padding: 36px 40px 20px;
}
.ticket-panel .panel-body.type-long h3{
	font-size: 20px;
	margin-bottom: 26px;
}

.ticket-panel .panel-body.type-long h3 small{
	font-size: 14px;
	display: inline-block;
}
.ticket-panel .panel-body.type-long h3 span{
	font-size: 14px;
	display: inline-block;
	margin-left: 6px;
}
.ticket-panel .panel-body.type-long .price-box{
	font-size: 24px;
	line-height: 40px;
	margin-bottom: 33px;
}
.ticket-panel .panel-body.type-long .price-box p{
	margin: 0;
}
.ticket-panel .panel-body.type-long .price-box p .name{
	display: inline-block;
	width: 144px;
}
.ticket-panel .panel-body.type-long .price-box p .price{
	margin-left: 7px;
}
.ticket-panel .panel-body.type-long .price-box p .price small{
	display: inline-block;
	font-size: 14px;
	line-height: 38px;
	vertical-align: middle;
	margin-left: 9px;
}
.ticket-panel .panel-body.type-long .btn-group{
	margin-bottom: 36px;
}

.ticket-panel .panel-body.type-long .info-paragraph{
	margin: 0;
	color: #666666;
	font-size: 14px;
	line-height: 27px;
	margin-top: 6px;
}
.ticket-panel .panel-body.type-long .info-paragraph.sp{
	display: none;
}
.ticket-panel .panel-body.type-long .voucher-list{
	margin-top: 28px;
}

.ticket-panel .panel-body.type-long .voucher-list li{
	overflow: hidden;
	border-top: 1px solid #cccccc;
	padding-top: 16px;
	padding-bottom: 15px;
	padding-left: 3px;
}
.ticket-panel .panel-body.type-long .voucher-list li .left{
	float: left;
}
.ticket-panel .panel-body.type-long .voucher-list li .left span{
	display: block;
}
.ticket-panel .panel-body.type-long .voucher-list li .left .place{
	font-size: 16px;
	font-weight: bold;
}
.ticket-panel .panel-body.type-long .voucher-list li .left .details{
	font-size: 14px;
}


.ticket-panel .panel-body.type-long .voucher-list li .left time{
	font-size: 14px;
	display: block;
}

.ticket-panel .panel-body.type-long .voucher-list li .right{
	padding-left: 280px;
}

.ticket-panel .panel-body.type-long .voucher-list li .right time{
	display: block;
	font-size: 14px;
}


.jumbotron{
	background-color: #eeeeee;
	border-radius: 3px;
	padding: 31px 40px 50px;
	margin:50px 0 0;
}
.jumbotron h3{
	font-weight: bold;
	font-size: 20px;
	line-height: 36px;
	margin-bottom: 27px;
}
.jumbotron h4{
	font-weight: bold;
	font-size: 16px;
	margin-top: 36px;
	margin-bottom: 20px;
}
.jumbotron h5{
	font-weight: bold;
	font-size: 14px;
	line-height: 25px;
	margin-top: -19px;
	margin-bottom: -9px;
}

.jumbotron p{
	font-size: 14px;
	line-height: 1.8;
}

.jumbotron ul{
	font-size: 13px;
	line-height: 1.4;
}
.jumbotron ul li{
	
	margin-bottom: 9px;
}
.jumbotron .inside-box{
	border: 1px solid #999999;
	padding: 26px 22px 20px;
	margin-top: 40px;
	margin-bottom: 39px;
}
.jumbotron .inside-box h4{
	margin-bottom: 19px;
}
.jumbotron .inside-box .red{
	color: #e20000;
}
.jumbotron .inside-box ul{
	font-size: 15px;
	line-height: 30px;
}
.jumbotron .inside-box ul li p{
	font-size: 13px;
	line-height: 18px;
	margin: 0;
}
#footer{
	padding: 67px 0px 75px 0px;
}
#footer .footer-upper{
	margin-bottom: 73px;
}
#footer .footer-upper:after{
	content: '';
	display: block;
	clear: both;
}
.social-btns {
	float: left;
	line-height: 0;
}

.btn-social{
	line-height: 0;
}

#footer .official-links{
	font-family: 'CenturyOldStyle';
	color: #000;
	display: block;
	float: right;
	
}
#footer .official-links span{
	position: relative;
	display: inline-block;
	padding-right: 16px;
}
#footer .official-links span:before{
	content: '';
	display: block;
	width: 10px;
	height: 10px;

	background-image: url('../img/icons.png');
	background-position: -19px 40px;

	position: absolute;
	right: 0;
	top: 4px;
	bottom: 0;
	margin: auto 0;
}

#footer .official-links span{
	font-family: 'Century';
}
#footer .copyright{
	font-size: 11px;
	letter-spacing: 0.08em;
	color: #666666;
	font-family: 'Century';
}
#footer .copyright .sp{
	display: none;
}
@media (min-width: 1220px) {
	#nav-ticket-list {
		margin-top: -15px;
	}
}
@media (max-width: 1219px){
	#header {
		padding-top: 45px;
	}
	#header.fixed {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background-color: #fff;
		z-index: 1000;
	}
	#header h1 {
		text-align: center;
		margin-bottom: 6px;
	}
	#header h1 .lg_header{
		display: none;
	}
	#header h1 .md_header{
		display: inline;
		max-width: 100%
	}
	#page-wrapper{
		padding-left: 0;
		width: 960px;
	}
	#header .head-img{
		max-width: 100%;
	}

	#page-navigation{
		position: static;
		width: auto;
		margin-bottom: 32px;
	}
	#page-navigation #side-nav{
		text-align: center;
		
	}
	#page-navigation #side-nav li{
		display: inline-block;
		margin-right: 45px;
	}
	#page-navigation #side-nav li#ticket-menu{
		position: relative;
		margin-right: 60px;
	}
	#page-navigation #side-nav li#ticket-menu:before{
		content: '';
		display: block;
		width: 10px;
		height: 9px;
		position: absolute;
		top: 3px;
		bottom: 0;
		right: -18px;
		margin: auto 0;

		background-image: url('../img/icons.png');
		background-position: 0 -31px;
	}
	#page-navigation #side-nav #nav-ticket-list{
		border: 1px solid #0077bb;
		border-radius: 3px;
		width: 150px;
		display: none;
		text-align: left;
		position: absolute;
		background-color: #fff;
		top: 52px;
		padding: 11px 0 14px 16px;
		font-size: 12px;
		line-height: 28px;
	}

	#page-navigation #side-nav #nav-ticket-list li{
		display: block;
		margin: 0;
	}
	#footer{
		padding: 67px 0px 75px 0px;
	}
}

@media (max-width: 767px){
	.btn.contact-btn{
		width: 120px;
		height: 30px;
		line-height: 30px;
		font-size: 16px;
	}
	#page-wrapper{
		width: 100%;
	}
	#header{
		text-align: center;
		padding-top: 59px;
		padding-left: 40px;
		padding-right: 40px;
		padding-bottom: 64px;
	}
	#header h1{
		margin-bottom: 0;
		padding-top: 0;
	}
	#header h1 .lg_header{
		display: none;
	}
	#header h1 .md_header{
		display: none;
	}
	#header h1 .sm_header{
		display: inline;
	}
	#main .head-img.lg{
		display: none;
	}
	#main .head-img.sm{
		display: inline;
		width: 100%;
	}
	#page-navigation{
		position: fixed;
		top: 0;
		left: 0;

		width: 100%;
		height: 100vh;

		overflow: auto;
		display: none;

		background-color: rgba(255,255,255,0.8);
		z-index: 98;
		margin-bottom: 0;
	}
	#page-navigation .nav-wrap{
		display: table;
		width: 100%;
		height: 100%;
	}
	#page-navigation #side-nav{
		display: table-cell;
		vertical-align: middle;
	}
	#page-navigation #side-nav li{
		display: block;
		margin: 0;
		font-size: 40px;
		line-height: 110px;
		position: relative;
	}
	#page-navigation #side-nav >li:before{
		content: '';
		display: block;
		width: 6px;
		height: 6px;
		background-image: url('../img/icons.png');
		background-position: -14px 6px;

		position: absolute;
		right: 0;
		left: 0;
		bottom: 0;
		margin: 0 auto;
	}
	#page-navigation #side-nav >li:last-child:before{
		content: none;
	}
	#page-navigation #side-nav li#ticket-menu{
		margin: 0;
	}
	#page-navigation #side-nav li.back-to-top .pc{
		display: none;
	}
	#page-navigation #side-nav li.back-to-top .sp{
		display: block;
	}
	#page-navigation #side-nav li#ticket-menu:before{
		content: none;
	}
	#page-navigation #side-nav #nav-ticket-list{
		border: none;
		width: auto;
		text-align: center;
		border-radius: 0;
		position: static;
		padding: 0;
		background-color: transparent;
	}
	#page-navigation #side-nav #nav-ticket-list li{
		font-size: 20px;
		line-height: 35px;
	}
	#sm-page-navigation{
		display: block;
		margin-top: 62px;
		text-align: center;
		border-bottom: 1px solid #000;
		padding-bottom: 64px;
		margin-bottom: 72px;
	}
	#sm-page-navigation #sm-side-nav li a{
		color: #0077bb;
	}
	#sm-page-navigation #sm-side-nav li a.disabled {
		color: #ddd;
		cursor: default;
	}
	#sm-page-navigation #sm-side-nav >li{
		font-family: 'CenturyOldStyle';
		font-size: 38px;
		line-height: 100px;
		letter-spacing: 0.1em;
		position: relative;
	}
	#sm-page-navigation #sm-side-nav >li:before{
		content: '';
		display: block;
		width: 6px;
		height: 6px;
		background-image: url('../img/icons.png');
		background-position: -14px 6px;

		position: absolute;
		right: 0;
		left: 0;
		bottom: 0;
		margin: 0 auto;
	}
	#sm-page-navigation #sm-side-nav >li:last-child:before{
		content: none;
	}
	#sm-page-navigation #sm-nav-ticket-list >li{
		font-size: 18px;
		line-height: 35px;
	}
	#sm-nav-ticket-list{
		margin-top: -14px;
		padding-bottom: 26px;
	}
	#main section{
		padding-left: 40px;
		padding-right: 40px;
	}
	#main section h2{
		font-size: 46px;
		text-align: center;
		margin-bottom: 55px;
	}
	#news-section{
		padding-bottom: 72px;
		padding-top: 71px;
	}
	#news-section .news-list li{
		margin-bottom: 56px;
	}
	#news-section .news-list li time{
		font-size: 20px;
	}
	#news-section .news-list li h3{
		font-size: 26px;
		line-height: 36px;
	}
	#news-section .news-list li p{
		font-size: 22px;
		line-height: 36px;
		margin-top: 10px;
	}
	#news-section .more-news{
		font-size: 22px;
		line-height: 36px;
		margin-top: 85px;
	}

	#schedules-section{
		padding-top: 50px;
		padding-bottom: 88px;
	}
	#main section#schedules-section h2{
		margin-bottom: 88px;
	}
	#schedules-section .schedule-list li{
		width: 100%;
	}
	#schedules-section .schedule-list li .schedule-card{
		padding-top: 16px;
		padding-bottom: 20px;
	}
	#schedules-section .schedule-list li .schedule-card h3{
		font-size: 28px;
	}
	#schedules-section .schedule-list li .schedule-card h3 small{
		font-size: 22px;
	}
	#schedules-section .schedule-list li .schedule-card time{
		font-size: 20px;
	}
	#schedules-section .schedule-list li .schedule-card .external-link{
		font-size: 20px;
		line-height: 29px;
	}
	#schedules-section .schedule-list li .schedule-card .external-link:before{
		vertical-align: 3px;
	}
	#schedules-section .schedule-list li .schedule-card .external-link:after{
		bottom: 0;
	}
	#schedules-section .schedule-list li .schedule-card .tel-no{
		font-size: 18px;
		line-height: 29px;
	}
	#main section#ticket-section{
		padding-top: 48px;
	}
	#main section#ticket-section h2{
		margin-bottom: 81px;
	}
	#ticket-section h3 span{
		font-size: 30px;
	}
	#ticket-section h3 .left small{
		font-size: 14px;
		line-height: 22px;
	}
	#ticket-section h3 span.right.pc{
		display: none;
	}
	#ticket-section h3 span.right.sp{
		display: block;
		font-size: 24px;
		line-height: 46px;
	}
	#ticket-section h3 span.right.sp small{
		font-size: 19px;
		line-height: 38px;
		vertical-align: baseline;
	}
	#ticket-section .ticket-criteria{
		font-size: 18px;
		line-height: 32px;
	}
	#ticket-section .ticket-criteria ul li .left{
		min-width: 119px
	}
	.ticket-panel .panel-heading{
		font-size: 24px;
		height: 60px;
		line-height: 60px;
		padding: 0 18px;
	}
	.ticket-panel .pane-list li{
		padding-left: 20px;
		padding-bottom: 0;
	}
	.ticket-panel .pane-list li h3{
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 8px;
	}
	.ticket-panel .pane-list li time{
		font-size: 18px;
		margin-bottom: 11px;
	}
	.btn.btn-ticket{
		font-size: 16px;
		width: calc(50% - 20px);
		height: 100px;
		line-height: 24px;
		margin-right: 20px;
		margin-bottom: 20px;
	}
	.btn.btn-ticket br.sp-only{
		display: block;
	}
	.ticket-panel .panel-body.type-long{
		padding: 21px 20px 20px 20px;
	}
	.ticket-panel .panel-body.type-long h3{
		font-size: 24px;
		line-height: 28.8px;
		margin-bottom: 5px;
	}

	.ticket-panel .panel-body.type-long h3 small{
		font-size: 14px;
		line-height: 22px;
	}
	#ticket-section .ticket-panel .panel-body.type-long h3 span{
		font-size: 14px;
		line-height: 22px;
	}
	.ticket-panel .panel-body.type-long .price-box{
		font-size: 24px;
		line-height: 46px;
		margin-bottom: 21px;
	}
	.ticket-panel .panel-body.type-long .price-box p .price small{
		font-size: 14px;
		line-height: 38px;
	}
	.ticket-panel .panel-body.type-long .btn-group{
		margin-bottom: 31px;
	}
	.btn.expand-schedule-btn{
		display: table;
	}
	.ticket-panel .panel-body.type-long .voucher-list{
		display: none;
	}
	.ticket-panel .panel-body.type-long .info-paragraph.pc{
		display: none;
	}
	.ticket-panel .panel-body.type-long .info-paragraph.sp{
		display: block;
	}
	.jumbotron h3{
		font-size: 26px;
		line-height: 41px;
	}
	.jumbotron ul{
		font-size: 18px;
		line-height: 26px;
	}
	.jumbotron h4{
		font-size: 22px;
		line-height: 26.4px;
	}
	.jumbotron h5{
		font-size: 20px;
		line-height: 34px;
	}
	.jumbotron p{
		font-size: 18px;
		line-height: 21px;
	}
	.jumbotron .inside-box .red{
	}
	.jumbotron .inside-box ul{
		font-size: 20px;
		line-height: 38px;
	}
	.jumbotron .inside-box ol li p{
		font-size: 18px;
		line-height: 24px;
	}
	.social-btns{
		float: none;
		display: block;
		text-align: center;
		margin-bottom: 92px;
	}
	#footer{
		padding: 86px 0 98px 0;
	}
	#footer .footer-upper{
		margin-bottom: 92px;
	}
	#footer .official-link-wrapper{
		float: none;
		display: block;
		text-align: center;
	}
	#footer .official-link-wrapper .official-links{
		float: none;
		display: inline-block;
	}
	#footer .official-links span{
		display: block;
	}
	#footer .copyright{
		text-align: center;
	}
	#footer .copyright .pc{
		display: none;
	}
	#footer .copyright .sp{
		display: block;
	}

	.btn.burger-btn{
		display: block;
	}

}

@media (max-width: 639px){
	.btn.contact-btn{
		width: 60px;
		height: 15px;
		line-height: 15px;
		font-size: 8px;
	}
	#header{
		padding:20px 20px 0px;
	}
	#sm-page-navigation{
		margin-top: 0;
		padding-bottom: 32px;
		margin-bottom: 36px;
	}

	#sm-page-navigation #sm-side-nav >li{
		font-size: 19px;
		line-height: 50px;
	}


	#sm-page-navigation #sm-nav-ticket-list >li{
		font-size: 9px;
		line-height: 20px;
	}
	#sm-nav-ticket-list{
		margin-top: -7px;
		padding-bottom: 13px;
	}
	#main section{
		padding-left: 20px;
		padding-right: 20px;
	}
	#main section h2{
		font-size: 23px;
		margin-bottom: 27.5px;
	}
	#news-section{
		padding-top: 8px;
		padding-bottom: 46px;
	}
	#news-section .news-list li{
		margin-bottom: 28px;
	}
	#news-section .news-list li time{
		font-size: 10px;
		line-height: 45px;
	}
	#news-section .news-list li h3{
		font-size: 13px;
		line-height: 18px;
	}
	#news-section .news-list li p{
		font-size: 11px;
		line-height: 18px;
		margin-top: 5px;
	}
	#news-section .more-news{
		font-size: 11px;
		line-height: 18px;
		margin-top: 42.5px;
	}
	#schedules-section{
		padding-top: 25px;
		padding-bottom: 44px;
	}
	#main section#schedules-section h2{
		margin-bottom: 44px;
	}

	#schedules-section .schedule-list li .schedule-card{
		padding-top: 8px;
		padding-bottom: 10px;
	}
	#schedules-section .schedule-list li .schedule-card h3{
		font-size: 14px;
	}
	#schedules-section .schedule-list li .schedule-card h3 small{
		font-size: 11px;
	}
	#schedules-section .schedule-list li .schedule-card time{
		font-size: 10px;
	}
	#schedules-section .schedule-list li .schedule-card .external-link{
		font-size: 10px;
		line-height: 14.5px;
	}
	#schedules-section .schedule-list li .schedule-card .external-link:before{
		vertical-align: 1.5px;
	}

	#schedules-section .schedule-list li .schedule-card .tel-no{
		font-size: 9px;
		line-height: 14.5px;
	}
	#main section#ticket-section{
		padding-top: 24px;
	}
	#main section#ticket-section h2{
		margin-bottom: 40.5px;
	}
	#ticket-section h3 span{
		font-size: 15px;
	}
	#ticket-section h3 .left small{
		font-size: 7px;
		line-height: 11px;
	}
	#ticket-section h3{
		
		}
	#ticket-section h3 span.right.sp{
		font-size: 12px;
		line-height: 23px;
	}
	#ticket-section h3 span.right.sp small{
		font-size: 9.5px;
		line-height: 19px;
	}
	#ticket-section .ticket-criteria{
		font-size: 9px;
		line-height: 16px;
	}
	#ticket-section .ticket-criteria ul li .left{
		min-width: 59.5px
	}
	.ticket-panel .panel-heading{
		font-size: 12px;
		height: 30px;
		line-height: 30px;
		padding: 0 9px;
	}
	.ticket-panel .pane-list li{
		padding-left: 10px;
	}
	.ticket-panel .pane-list li h3{
		font-size: 10px;
		line-height: 12px;
		margin-bottom: 4px;
	}
	.ticket-panel .pane-list li time{
		font-size: 9px;
		margin-bottom: 5.5px;
	}
	.btn.btn-ticket{
		font-size: 8px;
		width: calc(50% - 10px);
		height: 50px;
		line-height: 12px;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.ticket-panel .panel-body.type-long{
		padding: 10.5px 10px 10px 10px;
	}
	.ticket-panel .panel-body.type-long h3{
		font-size: 12px;
		line-height: 14.4px;
		margin-bottom: 2.5px;
	}

	.ticket-panel .panel-body.type-long h3 small{
		font-size: 7px;
		line-height: 11px;
	}
	#ticket-section .ticket-panel .panel-body.type-long h3 span{
		font-size: 7px;
		line-height: 11px;
	}
	.ticket-panel .panel-body.type-long .price-box{
		font-size: 12px;
		line-height: 23px;
		margin-bottom: 15.5px;
	}
	.ticket-panel .panel-body.type-long .price-box p .price small{
		font-size: 7px;
		line-height: 19px;
	}
	.ticket-panel .panel-body.type-long .btn-group{
		margin-bottom: 15.5px;
	}
	.jumbotron{
		padding: 10.5px 11px 30px;
		font-size:12px;
		line-height:1.6;
	}
	.jumbotron h3{
		font-size: 13px;
		line-height: 20.5px;
		margin:0 0 20px;
	}
	.jumbotron ul{
		font-size:11px;
		line-height:1.6;
	}
	.jumbotron h4{
		font-size: 13px;
		margin:20px 0 10px;
	}
	.jumbotron h5{
		font-size: 13px;
		margin:10px 0;
		line-height: 1.6;
	}
	.jumbotron p{
		font-size:13px;
		line-height:1.6;
	}
	.jumbotron .inside-box{
		margin: 20px 0;
		padding:16px 12px 10px;
		}
	.jumbotron .inside-box .red{
		font-size: 13px;
	}
	.jumbotron .inside-box ul{
		font-size: 13px;
		line-height: 1.4;
	}
	.jumbotron .inside-box ul li p{
		font-size: 11px;
		line-height: 1.4;
	}

	#header h1 .sm_header{
		width: 205.5px;
		height: 51.5px;
	}

	.btn.burger-btn{
		top: 15px;
		left: 15px;
		width: 25px;
		height: 20px;
		-webkit-background-size: 50px;
		background-size: 50px;
	}
	#page-navigation #side-nav li{
		font-size: 20px;
		line-height: 55px;
	}
	#page-navigation #side-nav #nav-ticket-list li{
		font-size: 10px;
		line-height: 20px;
	}
	.btn.expand-schedule-btn{
		width: calc(100%-10px);
		height: 50px;
		font-size: 11px;
		line-height: 15.5px;
	}
	.ticket-panel .panel-body.type-long .voucher-list li .left{
		font-size: 8px;
		float: none;
	}
	
	.ticket-panel .panel-body.type-long .voucher-list li .right{
		padding-left: 0px;

	}
	.ticket-panel .panel-body.type-long .voucher-list li{
		padding-top: 8px;
		padding-bottom: 7.5px;
		padding-left: 1.5px;
	}
	.social-btns{
		margin-bottom: 46px;
	}
	#footer .footer-upper{
		margin-bottom: 46px;
	}
	#footer{
		padding: 43px 0 49px 0;
	}
	
.ticket-panel .pane-list table{
	width: 97%;
}

.ticket-panel .pane-list table tr th{
	padding:3px 5px;
	font-size:11px;
	line-height:1.4;
}

.ticket-panel .pane-list table tr td{
	padding:3px 5px;
	font-size:11px;
	line-height:1.4;
}
.ticket-panel .pane-list table tr td span{
	display:block;
	}

}















