@charset: 'utf-8';

body {
	background-image: none;
}

body::before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
	background-image: url(img/bg_line.png), url(img/bg.jpg);
	background-position: center top, center top;
	-webkit-background-size: cover, cover;/*Android4*/
}

img {
	width: 100%;
	height: auto;
}

#wrap {
	min-width: 100%;
}

#header {
	width: 100%;
	padding: 54px 0 40px;
}

#header h1 {
	width: 310px;
	height: 201px;
	background-size: contain;
	margin: 0 auto 30px;
}

#header .header-date {
	width: 300px;
	height: 82px;
}

#nav-button-wrap {
	display: block;
	position: fixed;
	top: 4px;
	right: 10px;
	width: 46px;
	height: 46px;
	z-index: 100;
	background-color: rgba(0,0,0, 0.85);
}

#nav-button {
	position: relative;
	display: block;
	width: 46px;
	height: 46px;
	overflow: hidden;
}

#nav-button::before,
#nav-button::after,
.nav-line {
	position: absolute;
	left: 6px;
	top: 22px;
	width: 34px;
	height: 2px;
	background-color: #fff;
}

#nav-button::before {
	content: "";
	top: 10px;
}
#nav-button::after {
	content: "";
	top: inherit;
	bottom: 10px;
}

#nav-wrap,
.fixed #nav-wrap {
	position: fixed;
	top: 50px;
	left: 0;
	display: none;
	min-width: inherit;
	font-size: 24px;
	text-align: left;
	padding: 0 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#nav-wrap.opened {
	display: block;
}

#nav-wrap ul {
	background-color: rgba(0,0,0, 0.85);
	padding: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#nav-wrap li {
	display: block;
	margin: 0;
	padding: 0;
	line-height: 36px;
}

#nav-wrap span {
	display: none;
}

#nav-wrap li a {
	display: block;
}

#main {
	width: 100%;
	padding: 0 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#main .contents {
	padding: 100px 0 0;
}

#main h2 {
	font-size: 24px;
	margin: 0 auto 50px;
}

#main h2::before {
	top: 12px;
	width: 20%;
}

#main h2::after {
	top: 12px;
	width: 20%;
}

#news ul {
	padding: 20px 10px;
}

#news ul li {
	margin: 0 0 20px;
	overflow: hidden;
}

#news ul li .news-date {
	float: none;
	width: 100%;
	margin: 0;
	font-size: 14px;
	line-height: 1;
}

#news ul li a {
	text-decoration: underline;
}

#news ul li h3 {
	margin: 0;
	font-size: 14px;
	line-height: 28px;
}

#news ul li .news-text {
	margin: 0;
	font-size: 12px;
	line-height: 16px;
}

#news ul li .news-text p {
	margin: 1em 0 0;
}

#about h3 {
	font-size: 28px;
	text-align: center;
}

#about h4 {
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 20px;
}

#about dl {
	font-size: 14px;
	line-height: 21px;
}

#about dl dt {
	float: none;
	width: 100%;
	text-align: left;
	margin: 10px 0 0;
}

#about dl dd {
	margin: 0;
	width: 100%;
}
/*
#artists ul {
	text-align: center;
}

#artists ul li {
	width: 140px;
	margin:0 5px 10px;
	vertical-align: top;
}

#artists ul li:nth-child(3n) {
	margin: 0 5px 10px;
}
*/

#artists ul {
	width: 100%;
	text-align: center;
}

#artists ul li {
	width: 49%;
	margin:0 2% 20px 0;
	vertical-align: top;
}

#artists ul li:nth-child(3n) {
	margin: 0 2% 20px 0;
}

#artists ul li:nth-child(2n) {
	margin: 0 0 20px;
}

#artists ul li.andmore {
	margin: 0 0 40px;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
}

#artists ul li h3 {
	font-size: 14px;
	line-height: 18px;
	margin: 5px 0 0;
}

#artists  > p {
	font-size: 11px;
	line-height: 1.2;
}

#timetable div {
	height: 200px;
}

#timetable div p {
	padding: 93px 0 0;
	font-size: 14px;
}

#tickets p {
	font-size: 14px;
	line-height: 1.5;
}

#tickets p.price {
	display: block;
	margin: 0;
}

#tickets p.price span {
	font-size: 11px;
}

#tickets p.ticket-notice {
	font-size: 11px;
	line-height: 1.2;
	margin: 18px 0 0;
}

#tickets .ticket-link {
	margin: 20px 0 0;
	padding: 30px 0;
	text-align: center;
}

#tickets .ticket-link a {
	display: block;
	width: 160px;
	height: 33px;
	margin: 0 auto 30px;
}

#tickets .ticket-link a:last-child {
	margin: 0 auto;
}

#notice ul {
	font-size: 12px;
	line-height: 18px;
}

.access-map {
	width: 100%;
	height: 300px;
}

.access-place {
	margin: 30px 0 0;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
}

.access-place dt {
	float: none;
	width: 100%;
	text-align: left;
}

.access-place dd {
	margin: 0;
	width: 100%;
}

#footer {
	margin: 100px 0 0;
	padding: 30px 0;
	font-size: 14px;
	line-height: 24px;
}

#footer p {
	margin: 1em 0 0;
	padding: 0;
}

#footer p.footer-large {
	font-size: 18px;
	line-height: 28px;
}