@charset "UTF-8";

body {
	font-family: 'BIZ UDGothic', 'Sawarabi Gothic','ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	letter-spacing: 0.1em;
	line-height: 1.5;
	color: #32432a;
	background: url('img/bg.jpg') repeat;
}

.container {
	width: 100%;
	min-width: 1200px;
	max-width: 1366px;
	margin: auto;
}

img {
	max-width: 100%;
}

a:link, a:visited, a:active {
	display: inline-block;
}

a.link:after {
	content: "";
	background: url('img/ico_link.png') no-repeat center bottom;
	background-size: contain;
	width: 0.7em;
	height: 0.7em;
	display: inline-block;
	margin-left: 0.25em;
}

#bg03, #goTopBt {
	display: none;
}

.inner {
	width: 100%;
	background: url('img/frame_body.png') repeat-y;
	background-size: 100% auto;
	padding: 60px 100px;
}
.inner_box {
	background: url('img/frame_body.png') repeat-y;
	background-size: 100% auto;
	padding: 0 6.3%;
}
/*nav*/
nav
{
    overflow: hidden;
    display: block;
	width: 87.4%;
    max-width: 1192px;
    margin: auto;
}
nav ul
{	
	height: auto;
}
nav ul li
{
	width: 25%;
    max-height: 317px;
    padding-right:0.1%;
	display: block;
	float: left;
	list-style: none;
    background-color: #8F8671;
}
nav ul li a:last-child{
    padding-right:0;
}
nav ul li a
{
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-top: 29.33%;
    padding-right:0%;
    padding-bottom: 0;
	background-size: cover;
    vertical-align: middle;
}
#nav_overview a
{
	background-image: url(images/nav_overview.png);
	background-repeat: no-repeat;
}
#nav_ticket a
{
	background-image: url(images/nav_ticket.png);
	background-repeat: no-repeat;
}
#nav_past_performances a
{
	background-image: url(images/nav_past_performances.png);
	background-repeat: no-repeat;
}
#nav_concert_goods a
{
	background-image: url(images/nav_concert_goods.png);
	background-repeat: no-repeat;
}



h2 {
	font-family: "BIZ UDMincho", "Sawarabi Mincho", 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', serif;
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 60px;
	color: #6d6127;
}

h2 span.sub_title {
	display: block;
	font-size: 45%;
	margin-top: -10px;
}

h2:before {
	content: "";
	background: url('img/h2_before.png') no-repeat center;
	background-size: contain;
	display: block;
	width: 100%;
	height: 49px;
	margin-bottom: 10px;
}

h2:after {
	content: "";
	background: url('img/h2_after.png') no-repeat center;
	background-size: contain;
	display: block;
	width: 100%;
	height: 49px;
	margin-top: 10px;
}

.pc {
	display: block;
    width: 100%;
}
.pc02 {
	display: block;
}
.sp {
	display: none;
}

.movie_wrap {
	margin: 60px auto 0;
	padding: 60px 8%;
	background: url('img/video1.png') no-repeat top left,
				url('img/video2.png') no-repeat top right,
				url('img/video3.png') no-repeat bottom left,
				url('img/video4.png') no-repeat bottom right;
}

.movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.btn02{
	margin: 10px auto!important;
}
.btn {
	width: 53%;
	margin: 60px auto;
	font-family: "BIZ UDMincho", "Sawarabi Mincho", 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	border-radius: 7px;
	background: #9a9058;
	background: -moz-linear-gradient(-45deg,  #9a9058 0%, #a3975b 9%, #898151 53%, #b3a970 94%);
	background: -webkit-linear-gradient(-45deg,  #9a9058 0%,#a3975b 9%,#898151 53%,#b3a970 94%);
	background: linear-gradient(135deg,  #9a9058 0%,#a3975b 9%,#898151 53%,#b3a970 94%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a9058', endColorstr='#b3a970',GradientType=1 );
}

.btn.more {
	width: 20%;
	margin: 30px 0 30px auto;
	font-size: 18px;
	background: #0f270e;
}

.btn a {
	color: #fff;
	display: block;
	width: 100%;
	padding: 10px 0;
	position: relative;
}

.btn a:after {
	content: ">";
	position: absolute;
	right: 15px;
}

#main_img h1 img {
	margin: auto;
}

#about:before {
	content: "";
	background: url('img/frame_head.png') no-repeat bottom center;
	background-size: contain;
	display: block;
	width: 100%;
	height: 130px;
	margin: -2% auto 0;
}

#about .inner {
	padding-top: 0;
    margin-top: 0px;
}

#about h2:before {
	background: url('img/h2_gold_before.png') no-repeat center;
	background-size: contain;
}

#about h2:after {
	background: url('img/h2_gold_after.png') no-repeat center;
	background-size: contain;
}

#about h2 span {
	background: #a3975b;
	background: -moz-linear-gradient(-45deg,  #a3975b 58%, #898151 70%, #b3a970 78%, #9a9058 100%);
	background: -webkit-linear-gradient(-45deg,  #a3975b 58%,#898151 70%,#b3a970 78%,#9a9058 100%);
	background: linear-gradient(135deg,  #a3975b 58%,#898151 70%,#b3a970 78%,#9a9058 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3975b', endColorstr='#9a9058',GradientType=1 );
	-webkit-background-clip: text;
	color: transparent;
	display: inline-block;
}

@media all and (-ms-high-contrast: none) {
	/** IEはべた塗り **/
	#about h2 span {
		background: none;
		color: #a3975b;
	}
}

#about .inner > dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 32px;
	font-weight: bold;
}
#about .inner > dl > dt {
	width: 28%;
	font-family: "BIZ UDMincho", "Sawarabi Mincho", 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', serif;
	padding: 25px 0;
	background: #e9e3cb;
	display: flex;
	align-items: center;
}

#about .inner > dl > dt > div {
	text-align: center;
	width: 100%;
}

#about .inner > dl span {
	font-size: 70%;
}

#about .inner > dl > dt:nth-of-type(2n) {
	background: #b9bbae;
}

#about .inner > dl > dt:nth-of-type(3n) {
	background: #b2cad6;
}

#about .inner > dl > dt:nth-of-type(4n) {
	background: #b0bec7;
}

#about .inner > dl > dd {
	width: 72%;
	padding: 25px 15px;
	background: #fff;
	border-left: 1px solid #b8b8b8;
	border-bottom: 1px solid #b8b8b8;
}

#about dl dl {
	display: flex;
	flex-wrap: wrap;
}

#about dl dt {
	width: 25%;
}

#about dl dd {
	width: 75%;
}    



#ticket {
	background: url('img/bg_beige.jpg') repeat;
	border-top: 10px solid #a1905c;
	box-shadow:0px 0px 4px 1px rgba(136,134,118,0.66);
    /*width: 100%;
    display:block;
    margin: 0 auto;*/
}

#ticket .inner {
	background: none;
    padding: 60px 50px;
    padding-bottom: 0;
}
#contact .inner {
    padding-top: 0;
    padding-bottom: 5%;
}
#ticket .wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#ticket .wrapper > div {
	border: 4px solid #948a55;
	background: #fff;
	padding: 8px;
	display: flex;
	align-items: center;
}

#ticket .wrapper > div > div {
	border: 1px solid #948a55;
	padding: 30px 0;
	width: 100%;
	height: 100%;
}

#ticket #price {
	width: 28%;
}

#ticket #date {
	width: 70%;
}

#ticket h3 {
	font-family: "BIZ UDMincho", "Sawarabi Mincho", 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', serif;
	font-size: 36px;
	font-weight: bold;
	padding-bottom: 20px;
	text-align: center;
}

#ticket h3:after {
	content: "";
	width: 2.5em;
	border-bottom: 2px solid #32432a;
	display: block;
	margin: 10px auto;
}

#ticket h3 span {
	font-size: 70%;
}

#ticket #price ul {
	text-align: center;
}
#ticket table {
	width: 84%;
	margin: auto;
	font-size: 20px;
}
#ticket table th{
    text-align: left;
    vertical-align: top;
    width: 32%;
}
#ticket table td{
        padding-left:1em;
        text-indent:-1em;
}
#ticket #date ul {
	width: 95%;
	margin: auto;
}

#ticket li {
	font-size: 20px;
}

#ticket li span {
	font-weight: bold;
}
.syuryou{
    color: #F46A3F;
}
#report {
	background: url('img/bg_white.jpg') repeat;
	border-top: 10px solid #9A9058;
	box-shadow:0px 0px 4px 1px rgba(136,134,118,0.66);
    /*max-width: 1190px;
    width: 100%;
    display:block;
    margin: 0 auto;*/
}

#report .inner {
	background: none;
}

#report h2 {
	color: #6d6127;
}

#report h2:before {
	background: url('img/h2_before.png') no-repeat center;
	background-size: contain;
}

#report h2:after {
	background: url('img/h2_after.png') no-repeat center;
	background-size: contain;
}

#report ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#report li {
	width: 32%;
	background: rgba(255, 255, 255, .9);
}

#report li figcaption {
	/*background: rgba(255, 255, 255, .9);*/
	color: #000;
	text-align: left;
	padding: 15px 10px 30px;
	position: relative;
}

#report li a {
	display: block;
	width: 100%;
}
#report li a figure {
	display: block;
	width: 100%;
}
#report li figcaption span {
	display: block;
	margin-bottom: 10px;
    width: 100%;
    word-break: break-all;
}

/*#report li figcaption:after {
	content: "";
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	margin: auto;
	width: 12px;
	height: 12px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(135deg);
}*/

#report .btn.more {
	background: #3f3f19;
}

.coming_soon{
    display: block;
    max-width: 1010px;
    width: 98%;
    padding: 15% 20%;
    margin: auto;
	background-image: url(images/coming_soon.png);
    background-position: 50% 50%;
	background-repeat: no-repeat;
    background-size: contain;
}
.coming_soon p{
    color: #6d6127;
    font-family: "BIZ UDMincho", "Sawarabi Mincho", 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', serif;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
}

#goods {
	background: url('img/bg_beige02.jpg') ,url('img/frame_body.png') repeat;
	border-top: 10px solid #9A9058;
	box-shadow:0px 0px 4px 1px rgba(136,134,118,0.66);
    /*max-width: 1190px;
    width: 100%;
    display:block;
    margin: 0 auto;*/
}
#inr_fot:after {
	content: "";
	background: url('img/frame_foot.png') no-repeat top center;
	background-size: contain;
	display: block;
	width: 100%;
	height: 130px;
	margin: auto;
}

#goods .inner {
	background: none;
}

#goods h2 {
	color: #6d6127;
}

#goods h2:before {
	background: url('img/h2_before.png') no-repeat center;
	background-size: contain;
}

#goods h2:after {
	background: url('img/h2_after.png') no-repeat center;
	background-size: contain;
}

#goods ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#goods li {
	width: 31%;
}

#goods li a {
	display: block;
}

#goods li figcaption {
	padding: 15px;
	color: #112a2f;
}

#goods li figcaption span {
	display: block;
	text-align: right;
}

#goods .btn.more {
	background: #112a2f;
}

#contact {
	text-align: center;
}

/*
#contact:after {
	content: "";
	background: url('img/frame_foot.png') no-repeat top center;
	background-size: contain;
	display: block;
	width: 100%;
	height: 130px;
	margin: auto;
}
*/
#contact h4 {
	font-size: 22px;
	font-weight: bold;
	color: #7a7143;
}

#contact p {
	font-size: 20px;
}

#contact p span {
	font-weight: bold;
}

/*#tail:after {
	content: "";
	background: url('img/bg_foot.png') no-repeat bottom center;
	background-size: 100% auto;
	width: 100%;
	height: 200px;
	margin-top: -150px;
	display: block;
}*/

#tail .inner {
	background: none;
	padding-top: 0;
}

#tail .btn {
    /*box-shadow:0px 0px 5px 3px rgba(225,235,235,0.70);*/
    background-image: -moz-linear-gradient( 112deg, rgb(179,169,112) 6%, rgb(137,129,81) 47%, rgb(163,151,91) 91%, rgb(159,148,90) 96%, rgb(154,144,88) 100%);
    background-image: -webkit-linear-gradient( 112deg, rgb(179,169,112) 6%, rgb(137,129,81) 47%, rgb(163,151,91) 91%, rgb(159,148,90) 96%, rgb(154,144,88) 100%);
    background-image: -ms-linear-gradient( 112deg, rgb(179,169,112) 6%, rgb(137,129,81) 47%, rgb(163,151,91) 91%, rgb(159,148,90) 96%, rgb(154,144,88) 100%);
}

#tail .btn a {
	color: #ffffff;
}
.pc_table{
    display: block;
}
.pc_table02{
    display: block;
}
.sp_table{
    display: none;
}
.sp_table02{
    display: none;
}
@media screen and (max-width: 767px){
	body {
		min-width: auto;
	}
	nav
    {
        width: 100%;
    }
	.pc {
		display: none;
	}
    .pc02 {
		display: none;
    }
    .sp {
		display: block;
	}
	
	.container {
		min-width: auto;
		max-width: 750px;
	}
	
	.inner {
		background: url('img/frame_sp_body.png') repeat-y;
		background-size: contain;
		padding: 30px 10.6%;
	}
	.inner_box {
        background: url('img/frame_sp_body.png') repeat-y;
		background-size: contain;
		padding: 0 2.9% 0 3.6%;
    }
    nav ul li a{
        font-size: 1.8rem!important;
    }
    #nav_overview a
    {
        background-image: url(images/nav_overview_sp.png);
        background-repeat: no-repeat;
    }
    #nav_ticket a
    {
        background-image: url(images/nav_ticket_sp.png);
        background-repeat: no-repeat;
    }
    #nav_past_performances a
    {
        background-image: url(images/nav_past_performances_sp.png);
        background-repeat: no-repeat;
    }
    #nav_concert_goods a
    {
        background-image: url(images/nav_concert_goods_sp.png);
        background-repeat: no-repeat;
    }    
	#ticket .inner,
	#report .inner,
	#goods .inner{
		padding-left: 20px;
		padding-right: 20px;
	}
	#ticket .inner {
    padding-top: 20px;
    padding-bottom: 10px;
    }
	h2 {
		font-size: 28px;
		margin-bottom: 20px;
	}
	
	h2:before, h2:after {
		height: 25px;
	}
	
	h2 span.sub_title {
		margin-top: 0;
	}
	
	.movie_wrap {
		margin-top: 30px;
		background-size: 15% auto;
		padding-top: 25px;
		padding-bottom: 25px;
	}
	
	.btn {
		font-size: 18px;
		width: 100%;
		margin: 2% auto 4%;
	}
	#contact .inner {
        padding-top: 0;
        padding-bottom: 20px;
    }
	.btn.more {
		font-size: 14px;
		width: 40%;
	}
	
	#about:before {
		background: url('img/frame_sp_head.png') no-repeat bottom center;
		background-size: contain;
		height: 73px;
	    margin: -2% auto 0;
	}
    #inr_fot:after {
		background: url('img/frame_sp_foot.png') no-repeat top center;
		background-size: contain;
		height: 73px;
	}

	#about .inner > dl > dt {
		font-size: 22px;
		width: 100%;
		padding: 10px 0;
	}
	
	#about .inner > dl > dd {
		width: 100%;
		font-size: 14px;
		padding: 10px 0;
		border: none;
		text-align: center;
	}
	
	#about dl dt {
		text-align: right;
	}
	
	#about dl dl {
		justify-content: center;
	}
	
	#about dl dd {
		width: 67%;
		text-align: left;
		padding-left: 1em;
	}
	
	#about .inner > dl span {
		font-size: 85%;
	}
	
	#ticket .wrapper > div {
		width: 100%!important;
		margin-bottom: 20px;
	}
	
	#ticket h3 {
		font-size: 24px;
	}
	#ticket table {
        width: 95%;
        margin: auto;
        font-size: 18px;
    }
    #ticket table th{
        text-align: left;
        font-size: 20px;
        vertical-align: top;
        width: 32%;
    }
	#ticket #date ul {
		width: 96%;
	}
	#ticket #date li {
		text-align: center;
		margin-bottom: 15px;
	}
	#ticket #date li:last-of-type {
		margin-bottom: 0;
	}
	#ticket #date li span {
		display: block;
	}
	#report li {
		width: 100%;
		margin-bottom: 20px;
	}
	#report li:nth-child(n+3) {
		margin-bottom: 0;
	}
    /*#report li:nth-of-type(n+3) {
		display: none;
	}*/
	
	#report li figcaption {
		padding: 10px 10px 30px;
	}
	#report li img {
		width: 100%;
        margin: 0 auto 2%;
	}
    .coming_soon p{
        font-size: 20px;
    }
    #goods li {
		width: 48%;
		margin-bottom: 20px;
	}
	
	#goods li:nth-of-type(n+3) {
		display: none;
	}
	
	#goods li figcaption {
		padding: 10px;
	}
	
	/*#contact:after {
		background: url(img/frame_sp_foot.png) no-repeat top center;
		background-size: contain;
		height: 71px;
	}*/
	
	#contact h4 {
		font-size: 18px;
	}
	
	#contact p {
		font-size: 14px;
	}
	
	/*#tail:after {
		background: url(img/bg_foot_sp.png) no-repeat bottom center;
		background-size: 100% auto;
		height: 126px;
		margin-top: -90px;
	}*/
    
.pc_table{
    display: none;
}
.pc_table02{
    display: none;
}
.sp_table{
    display: block;
}
.sp_table02{
    display: block;
}
.pc02 {
	display: none;
}
}
@media screen and (min-width: 1000px) and (max-width: 1279px){
      #about:before {
        content: "";
        background: url('img/frame_head.png') no-repeat bottom center;
        background-size: contain;
        display: block;
        width: 100%;
        height: 130px;
        margin: -4% auto 0;
    } 
    #ticket table {
        width: 61%;
        margin: auto;
        font-size: 18px;
        
    }
    #ticket table th{
        font-size: 18px;
        vertical-align: top;
        width: 36%;
    }
#ticket table td{
    font-size: 18px;
}
}
@media screen and (min-width: 768px) and (max-width: 999px){
       #about:before {
        content: "";
        background: url('img/frame_head.png') no-repeat bottom center;
        background-size: contain;
        display: block;
        width: 100%;
        height: 130px;
        margin: -6% auto 0;
    }
    #ticket table {
        width: 74%;
        margin: auto;
        font-size: 18px;
    }
    #ticket table th{
        font-size: 2.0vw;
        vertical-align: top;
        width: 36%;
    }
    /*#report li {
        width: 48%;
        margin-bottom: 20px;
    }*/
#ticket table td{
    font-size: 16px;
}    
}
@media screen and (min-width: 1190px) and (max-width: 1189px){
.pc_table02{
    display: none;
}
.sp_table02{
    display: block;
}
}
@media screen and (min-width: 768px) and (max-width: 1189px){
	#about .inner > dl > dd {
		font-size: 30px;
		padding: 10px 0;
	}
.pc_table02{
    display: none;
}
.sp_table02{
    display: block;
}
}
@media screen and (min-width: 768px) and (max-width: 1279px){
	html, body, #wrapper {
		overflow-x: auto;
	}

	body {
		min-width: auto;
	}

	.inner {
		padding-left: 90px;
		padding-right: 90px;
        padding-top: 35px;
        padding-bottom: 35px;
	}
	.container {
		min-width: auto;
		max-width: 100%;
	}
		.inner_box {
		padding: 0 6.4%;
}
	#ticket .wrapper > div {
		width: 100%!important;
		margin-bottom: 30px;
	}
    h2{
        margin-bottom: 30px;
    }
    #ticket .inner{
        padding-top: 30px;
        padding-bottom: 30px;
    }
	.btn {
		width: 80%;
		margin: 2% auto 0;
	}
    #contact .inner {
        padding-top: 0;
        padding-bottom: 5%;
    }
    /*#contact:after {
	content: "";
	background: url('img/frame_foot.png') no-repeat top center;
	background-size: contain;
	display: block;
	width: 100%;
	height: 130px;
	margin: auto;
}*/    
.pc_table{
    display: block;
}

.sp_table{
    display: none;
}

.rei{
        letter-spacing:0.1em;
}
.pc02 {
	display: block;
}
}
@media screen and (max-width: 460px){
	#about:before {
		background: url('img/frame_sp_head.png') no-repeat bottom center;
		background-size: contain;
		height: 50px;
	    margin: -4% auto 0;
	}
    #inr_fot:after {
		background: url('img/frame_sp_foot.png') no-repeat top center;
		background-size: contain;
		height: 50px;
	}
    #ticket table {
        width: 95%;
        margin: auto;
        font-size: 13px;
    }
    #ticket table th{
        text-align: left;
        font-size: 12px;
        vertical-align: top;
        /*width: 40%;*/
        padding: 2% 0;
    }
    #ticket table td{
        padding: 2% 0;
        padding-left:0.5em;
        text-indent:-0.45em;
    }
    .rei:last-child{
        padding-bottom: 0!important;
    }
    .rei{
        letter-spacing:0.1em;
    }
	#report li {
		width: 100%;
		margin-bottom: 20px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1354px){
#ticket table {
	width: 90%;
	margin: auto;
	font-size: 20px;
}
#ticket table th{
    text-align: left;
    vertical-align: top;
    width: 30%;
}
.sp_table02{
	font-size: 16px;
}
}
@media screen and (min-width: 1201px) and (max-width: 1279px){
#ticket table {
	width: 64%;
	margin: auto;
	font-size: 20px;
}
    
    
    /********************/
	#about .inner > dl > dd {
		font-size: 30px;
		padding: 10px 0;
	}
    /********************/
    
    
}
@media screen and (min-width: 900px) and (max-width: 1200px){
#ticket table {
	width: 75%;
	margin: auto;
	font-size: 20px;
}
#ticket table th{
    text-align: left;
    vertical-align: top;
    width: 30%;
}
#about .inner > dl > dd {
		font-size: 28px;
		padding: 10px 0;
	}
    
}
@media screen and (min-width: 768px) and (max-width: 899px){
#ticket table {
	width: 88%;
	margin: auto;
	font-size: 18px;
}
#ticket table th{
    text-align: left;
    vertical-align: top;
    width: 28%;
}
}