@charset "UTF-8";

/* ========================================================================== */
.mainlogo {
	max-width: 180px;
    margin: 0 auto;
    padding-top: 10px;
}

#menu {
    width: 100%;
    background-image: url(../assets/imgs/menubg.jpg);
    background-position: top center;
    background-repeat: repeat-x;
    background-size: 670px;
    font-size: 14px;
    font-weight: bold;
    color: #40220f;
    box-shadow: 0 0px 5px 0px #000000 inset;
    z-index: 999;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 0 0 0;
}

#menu ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
#menu ul li {
	display: inline-block;
	text-align: center;
}
#menu ul li a {
	display: inline-block;
	padding: 10px 25px;
	letter-spacing: 0.05em;
}
#menu ul li::after {
	content: "｜";
}
#menu ul li:last-child::after {
	content: "";
	margin: 0;
}

.fixed{
    position: fixed;
    display: block!important;
    text-align: center;
    top: 0;
    left: 0;
    height: 105px!important;
}

#logonav {
    display: none;
}
#logonav img {
    width: 17%;
}
.disp {
    display: inline-block!important;
    margin-top: 10px;
}

.mv {
	text-align: center;
	background-image: url(../assets/imgs/contentsbg.jpg);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
	position: relative; }
.mv .image {
	z-index: 9;
	position: relative;
	max-width: 1000px;
    margin: 0 auto;
	box-shadow: 5px 0 10px rgba(0, 0, 0, 0.5),
              -5px 0 10px rgba(0, 0, 0, 0.5);
}

.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  margin: -1px; padding: 0; border: 0;
  overflow: hidden; clip: rect(0 0 0 0);
  clip-path: inset(50%); white-space: nowrap;
}

.indent {
    padding-left:1em;
	text-indent:-1em;
}

@media screen and (max-width: 754px) {
	.mv .wrap {
	  padding: 0;
	}
	.mainlogo {
        max-width: 100%;
        margin: 0;
        padding: .2rem .16rem 0;
	}
	#menu {
		font-size: calc(100vw * 12 / 1068);
		display: none!important;
	}
	#menu ul {
		padding: 20px 15px;
	}
}
@media screen and (max-width: 1000px) {
	#menu ul li a {
		padding: 10px 15px;
	}
	#menu {
		font-size: 13px;
	}
}

.sns_btn {
	position: absolute;
    bottom: 10px;
    right: 15px;
	z-index: 999;
	display: flex;
	gap: 5px;
}
.sns_btn a {
    display: inline-block;
    width: 25px;
    height: 25px;
    padding: 10px;
    background-color: #c90916;
    border-radius: 10px;
}

.sns_btn_f {
    text-align: center;
    width: 100%;
    font-size: initial;
    margin-top: 30px;
}
.sns_btn_f a {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 10px;
}
  @media screen and (max-width: 754px) {
	.sns_btn {
		top: inherit;
		bottom: 0;
		right: 0;
		text-align: left;
		font-size: initial;
	}
	.sns_btn a {
		margin: 10px;
        width: 20px;
        height: 20px;
	}
	.sns_btn_f {
		margin-top: 20px;
	} }
.obi {
	width: 100%;
	background-color: #331500;
}
.obi .obiimg {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
}
.obi p {
	max-width: 1000px;
	margin: 0 auto;
}
.obi p.icon {
	position: absolute;
	top: -50px;
	left: 45%;
	width: 270px;
	z-index: 99;
}
.obi p.icon img {
	max-width: 270px;
}
@media screen and (max-width: 1000px) {
	.obi p.icon {
		position: absolute;
		top: -0.7rem;
		left: 4.0rem;
		width: 3.5rem;
	}
	.obi p.icon img {
	max-width: inherit;
	}
}
@media screen and (max-width: 754px) {
	.obi p.icon {
		position: absolute;
		top: calc(100vw * -60 / 768);
		left: calc(100vw * 260 / 768);
		width: calc(100vw * 300 / 768);
		z-index: 99;
	}
}
.contents {
	width: 100%;
}
.cont-bg {
	width: 100%;
	text-align: center;
	background-image: url(../assets/imgs/mainbg.jpg);
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
}
.cont01 {
	width: 100%;
	text-align: center;
	padding: 30px 0 0 0;
}
.cont01 p {
	max-width: 920px;
	margin: 0 auto;
}
.cont02 {
	width: 100%;
	text-align: center;
	padding: 0;
}
.cont02 p {
	max-width: 900px;
	margin: 0 auto;
}
.cont02bg {
	width: 100%;
	padding: 0 0 15px 0;
}
.mainarea {
	background-image: url(../assets/imgs/bg.jpg);
    background-repeat: repeat;
    background-position: top center;
	background-size: 50%;
	padding: 50px 50px 50px 50px;
	border-top: 1px solid #000d4a;
    box-shadow: 0 0px 5px 0px #000000 inset;
}

.main {
	max-width: 750px;
	margin: 0 auto;
	padding: 35px 50px 20px 50px;
	line-height: 30px;
	border-radius: 15px;
	background-color: #fff;
	box-shadow: 5px 0 10px rgba(0, 0, 0, 0.1), -5px 0 10px rgba(0, 0, 0, 0.1);
}
.qa {
	max-width: 750px;
	margin: 30px auto 0 auto;
	padding: 30px 50px 20px 50px;
	line-height: 28px;
	border-radius: 15px;
	background-color: #fff;
	box-shadow: 5px 0 10px rgba(0, 0, 0, 0.1), -5px 0 10px rgba(0, 0, 0, 0.1);
}
.vc {
	max-width: 760px;
	margin: 20px auto 0 auto;
	padding: 40px 50px 40px 50px;
	line-height: 28px;
	border-radius: 15px;
	background-color: #fff;
}

.copy {
	width: 100%;
	background-color: #000;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 18px;
}
#answer .wrap {
	max-width: 1200px;
	margin: 0 auto;
}

.main h2 {
	font-size: 22px;
    font-weight: bold;
    background-image: url(../assets/imgs/icon.svg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 30px;
    padding: 15px 0;
    text-indent: 1.8em;
    color: #331500;
}
.main h2.none {
	background: none;
	color: #000;
	text-indent: inherit;
	font-size: 16px;
	margin-bottom: 0px;
	padding: 0;
}
.main .defult {
	padding: 0;
}
.main .category {
    font-size: 18px;
    margin-bottom: 15px;
    padding: 0 0 5px 0;
}
	.main .category p {
		line-height: 26px;
		font-weight: bold;
	}
	.main .category p span {
		font-weight: normal;
	}
	.main .category p.name span {
		font-size: 12px;
		line-height: 20px;
		display: inline-block;
		margin: 3px 0 0 0;
	}
	.main .category p span.mail a {
		font-size: 14px;
	}
		.main .category p span.mail a::before {
			width: 15px;
			height: 10px;
			content: url(../assets/imgs/icon_mail.svg);
			display: inline-block;
			margin-right: 5px;
			color: #40220f;
		}
	.main p span.price {
		font-size: 26px;
		font-weight: bold;
	}

.main .closedday {
	margin-top: 10px;
    margin-bottom: 15px;
    padding: 15px 25px;
	border: 1px solid #331500;
	text-align: center
}
	.main .closedday h2 {
		font-size: 18px;
		font-weight: bold;
		background-image: none;
		padding: 0;
		margin-bottom: 5px;
		text-indent: inherit;
		color: #331500;
	}
	.main .closedday p {
    font-size: 14px;
		line-height: 26px;
		font-weight: bold;
	}
	.main .closedday p span {
		font-weight: normal;
    	font-size: 12px;
	}

.main .tickets {
/*	margin-bottom: 25px;*/
/*	padding: 5px 0;*/
}
	.main .tickets ul {
		margin-top: 5px;
	}
	.main .tickets ul li {
		font-size: 18px;
		line-height: 24px;
		font-weight: bold;
		padding-left: 0;
		text-indent: inherit;
		margin-bottom: 18px;
	}
	.main .tickets ul li:nth-child(1) p:nth-child(1) {
		color: #C2201F;
		display: flex;
		align-items: center;
		margin-bottom: 5px;
	}
		.main .tickets ul li:nth-child(1) p:nth-child(1)::before {
			width: 20px;
			height: 20px;
			content: url(../assets/imgs/icon_1.svg);
			display: inline-block;
			margin-right: 5px;
			/*padding: 10px 0 5px 0;*/
		}
	.main .tickets ul li:nth-child(2) p:nth-child(1) {
		color: #E2610E;
		display: flex;
		align-items: center;
		margin-bottom: 5px;
	}
		.main .tickets ul li:nth-child(2) p:nth-child(1)::before {
			width: 20px;
			height: 20px;
			content: url(../assets/imgs/icon_2.svg);
			display: inline-block;
			margin-right: 5px;
			/*padding: 10px 0 5px 0;*/
		}
	.main .tickets ul li:nth-child(3) p:nth-child(1) {
		color: #369855;
		display: flex;
		align-items: center;
		margin-bottom: 5px;
	}
		.main .tickets ul li:nth-child(3) p:nth-child(1)::before {
			width: 20px;
			height: 20px;
			content: url(../assets/imgs/icon_3.svg);
			display: inline-block;
			margin-right: 5px;
			/*padding: 10px 0 5px 0;*/
		}
	.main .tickets ul li:nth-child(1) p:nth-child(2),
	.main .tickets ul li:nth-child(2) p:nth-child(2),
	.main .tickets ul li:nth-child(3) p:nth-child(2) {
		font-size: 14px;
		font-weight: normal;
	}
	.main .tickets ul li:nth-child(1) p:nth-child(3),
	.main .tickets ul li:nth-child(2) p:nth-child(3),
	.main .tickets ul li:nth-child(3) p:nth-child(3) {
		font-size: 14px;
		font-weight: normal;
	}
	.main .tickets span {
		font-size: 14px;
		font-weight: normal;
	}

	.main .tickets .store {
		margin: .24rem 0 0 0;
	}
	.main .tickets .store ul {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: top;
	}
	.main .tickets .store ul li {
		width: 50%;
		line-height: 20px;
	}
		.main .tickets .store ul:nth-child(1) li:nth-child(1) p:nth-child(1)::before,
		.main .tickets .store ul:nth-child(1) li:nth-child(2) p:nth-child(1)::before,
		.main .tickets .store ul:nth-child(2) li:nth-child(1) p:nth-child(1)::before,
		.main .tickets .store ul:nth-child(2) li:nth-child(2) p:nth-child(1)::before,
		.main .tickets .store ul:nth-child(3) li:nth-child(1) p:nth-child(1)::before,
		.main .tickets .store ul:nth-child(3) li:nth-child(2) p:nth-child(1)::before{
			width: 18px;
			height: 18px;
			display: inline-block;
			margin-right: 5px;
		}
		.main .tickets .store ul:nth-child(1) li:nth-child(1) p:nth-child(1)::before {
			content: url(../assets/imgs/icon_4.svg);
		}
		.main .tickets .store ul:nth-child(1) li:nth-child(2) p:nth-child(1)::before {
			content: url(../assets/imgs/icon_5.svg);
		}
		.main .tickets .store ul:nth-child(2) li:nth-child(1) p:nth-child(1)::before {
			content: url(../assets/imgs/icon_6.svg);
		}
		.main .tickets .store ul:nth-child(2) li:nth-child(2) p:nth-child(1)::before {
			content: url(../assets/imgs/icon_7.svg);
		}
		.main .tickets .store ul:nth-child(3) li:nth-child(1) p:nth-child(1)::before {
			content: url(../assets/imgs/icon_8.svg);
		}
		.main .tickets .store ul:nth-child(3) li:nth-child(2) p:nth-child(1)::before {
			content: url(../assets/imgs/icon_9.svg);
		}
	.main .tickets .store ul li p:first-child {
		font-size: 15px;
		color: #326db5;
	}
	.main .tickets .store ul li p:nth-child(2) {
		font-size: 13px;
	}
	.main .tickets .store ul li p:nth-child(3) {
		font-size: 11px;
		line-height: 18px;
	}
	.main .tickets .store ul li p:nth-child(4) {
		font-size: 10px;
		line-height: 14px;
		font-weight: normal;
		margin-top: 3px;
		text-indent: -1em;
		padding-left: 1em;
	}

.main ul li {
	font-size: 13px;
	margin: 0;
	line-height: 26px;
	text-indent: -0.5em;
	padding-left: 1em;
}
.main ul.notes li::before {
	content: "・";
}
.main ul.notes li,
.main ul.notes li a {
	font-size: 13px;
}
.main span {
	font-size: 14px;
}
.main .access {
	font-size: 14px;
}
.main .access p {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 30px;
}
.main .access p.frame {
    border: 1px solid #bfbfbf;
    color: #2d2d2d;
    background-color: #f9f9f9;
    padding: 15px 25px;
    margin: 15px 0;
    display: block;
    border-radius: 5px;
}
.main .access span {
	font-size: 14px;
	line-height: 24px;
	display: inline-block;
	font-weight: normal;
	margin-bottom: 5px;
}
.main h3 {
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    padding: 0px 0;
    border-left: 3px solid #40220f;
    color: #40220f;
    text-align: left;
    padding-left: 10px;
    margin: 0 0 5px 0;
}
.main h3.mt {
    margin: 40px 0 10px 0;
}
	.main h3.mapname01 {
		font-size: 15px;
		line-height: 20px;
		color: #E2610E;
		border-left: 0;
	    padding-left: 0;
	}
	.main h3.mapname02 {
		font-size: 15px;
		line-height: 20px;
		color: #C2201F;
		border-left: 0;
	    padding-left: 0;
	}
	.main h3.mapname03 {
		font-size: 15px;
		line-height: 20px;
		color: #369855;
		border-left: 0;
	    padding-left: 0;
	}
	.main h3.mapname04,
	.main h3.mapname05,
	.main h3.mapname06,
	.main h3.mapname07,
	.main h3.mapname08,
	.main h3.mapname09 {
		font-size: 15px;
		line-height: 20px;
		color: #326db5;
		border-left: 0;
	    padding-left: 0;
	}
	.main a.maplink01,
	.main a.maplink02,
	.main a.maplink03,
	.main a.maplink04,
	.main a.maplink05,
	.main a.maplink06,
	.main a.maplink07,
	.main a.maplink08,
	.main a.maplink09 {
		font-size: 12px;
		text-decoration: none;
	}

.main h4 {
	border-bottom: 1px solid #fff;
	font-size: 18px;
	padding-bottom: 5px;
}
.main .time {
	border-radius: 5px;
	margin: 25px 0 5px 0;
	padding: 20px 30px;
	/*background-color: #46b5e2;*/
	background-color: #40220f;
	color: #fff;
    font-feature-settings: "palt";
}
.main .accessmap {
	margin: 30px 0 30px 0;
	text-align: center;
}
.main .time ul {
	margin-top: 15px;
	margin-bottom: 0;
	/* color: #fff; */
}
.main .time a {
	text-decoration: none;
	color: #fff;
}
.main .time a::before {
    content: "▶︎";
    font-size: 10px;
    margin-right: 5px;
    position: relative;
    bottom: 1px;
}
.main a {
	font-size: 16px;
	/* color: #40220f; */
	text-decoration: underline;
}
.main a:hover {
	text-decoration: none;
}
.main a.btnlink {
    font-size: 14px;
    line-height: 24px;
    background: linear-gradient(#fff3b9, #efc24f);
    border: 1px solid #efc24f;
    color: #40220f;
    text-decoration: none;
    padding: 10px 20px 10px 30px;
    margin: 10px 0 0px 0;
    display: inline-block;
    border-radius: 5px;
    transition: 0.5s;
}
	.main a.btnlink::before {
		content: "▶︎";
		font-size: 10px;
		margin: 0 7px 0 0;
		position: absolute;
		text-indent: -1.5em;
	}
	.main a.btnlink:hover {
		background-color: #fff100;
	}

.main a.ticketlink {
    font-size: 12px;
    /* line-height: 24px; */
    text-decoration: none;
    display: inline-block;
    font-weight: normal;
	text-indent: 1.2em;
}
	.main a.ticketlink::before {
		content: "▶︎";
		font-size: 10px;
		margin: 0 7px 0 0;
		position: absolute;
		text-indent: -1.5em;
	}
	.main a.ticketlink:hover {
	}

	.main .tickets ul li:nth-child(1) a.ticketlink { color: #C2201F; }
	.main .tickets ul li:nth-child(2) a.ticketlink { color: #E2610E; }
	.main .tickets ul li:nth-child(3) a.ticketlink { color: #369855; }

.ttlnazo {
	max-width: 960px;
	margin: 40px auto 30px auto;
	padding: 0 20px;
}
.qa h2 {
    font-size: 24px;
    font-weight: bold;
    padding: 20px 0 20px 105px;
    margin: 0 0 30px 0;
    color: #331500;
    background-image: url(../assets/imgs/icon_qa.svg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 90px;
    letter-spacing: 0.05em;
}
.qa .q {
font-size: 19px;
    line-height: 34px;
    font-weight: bold;
    background-image: url(../assets/imgs/icon_q.svg);
    background-repeat: no-repeat;
    background-position: top left;
    padding: 0px 0 0 45px;
    background-size: 34px;
    /* margin-left: 0px; */
    margin: 40px 0 0 0;
    /* display: block; */
    margin-block-start: 0.8em;
    margin-block-end: 0.2em;
    /* height: 0.3rem; */
}
.qa .a {
    font-size: 15px;
    line-height: 25px;
    background-image: url(../assets/imgs/icon_a.svg);
    background-repeat: no-repeat;
    background-position: top 4px left;
    padding: 5px 0 5px 45px;
    background-size: 34px;
    margin: 0 0 25px 0;
    /* margin-left: 5px; */
    margin-block-start: 0.2em;
    /* margin-block-end: 0.2em; */
}
.qa span {
	font-size: 12px;
}

.map {
	position: relative;
	width: 100%;
	height: 450px;
	margin-bottom: 10px;
	overflow: hidden;
	border-radius: 10px;
    border: 1px solid #e3e3e3;
}
.map iframe,
.map object,
.map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.annotation {
	max-width: 400px;
	margin-bottom: 10px;
}

.main span.stxt {
	font-size: 12px;
}
.access .accttl {
	font-weight: bold;
	font-size: 17px;
}
.access .bold {
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
}

@media screen and (max-width: 754px) {
	.main {
		padding: 10px 20px;
		border-radius: 15px;
	}
	.cont02 {
		width: 96%;
        padding: 0 2% 0px 2%;
	}
	.qa {
		margin-top: 20px;
		padding: 20px 20px;
		border-radius: 15px;
	}
	.vc {
		margin-top: 20px;
		padding: 20px 20px;
		border-radius: 15px;
	}
	.mainarea {
		padding: 20px 15px 20px 15px;
	}
	.main h2 {
        background-size: .3rem;
        text-indent: 1.8em;
        font-size: .2rem;
        padding: .10rem 0 .05rem 0;
        background-position-y: 60%;
	}
	.main p {
		font-size: 16px;
		line-height: 26px;
        padding: 2px;
	}
	.copy {
        padding: .1rem 0;
        font-size: .13rem;
        line-height: .2rem;
	}
	  
	.map {
		height: 4.2rem;
		margin-bottom: .1rem;
	}
	.annotation {
        max-width: 2rem;
        margin-bottom: .2rem;
	}
    .cont-bg {
        background-image: url("../assets/imgs/mainbg_sp.jpg");
    }
	.cont01{
		padding: 0;
	}
	.ttlnazo {
		width: 80%;
		margin: 30px auto 25px auto;
	}
    .main .time {
        padding: 15px 20px 5px 20px;
    }
    .main .time ul li {
        margin-bottom: 15px;
    }
    .main ul.notes li, .main ul.notes li a {
		font-size: .12rem;
        line-height: .22rem;
    }
    .main h3 {
        margin: 10px 0 10px 0;
    }
    .main .accessmap {
        margin: 20px 0 30px 0;
    }
    .main .access p {
        line-height: 28px;
    }
	.main .access span {
		font-size: 12px;
	}
    .main .category {
        margin-bottom: .05rem;
		font-size: inherit;
    }
	.main .tickets ul li {
		font-size: .18rem;
		line-height: .2rem;
		margin-bottom: .15rem;
	}
	.main .tickets ul li p {
		padding: 0 0 .01rem 0;
	}
	
	.main .tickets ul li:nth-child(1) p:nth-child(1)::before,
	.main .tickets ul li:nth-child(2) p:nth-child(1)::before,
	.main .tickets ul li:nth-child(3) p:nth-child(1)::before {
		width: .2rem;
		height: .2rem;
		margin-right: .05rem;
	}
		.main .tickets ul li:nth-child(1) p:nth-child(2),
		.main .tickets ul li:nth-child(2) p:nth-child(2),
		.main .tickets ul li:nth-child(3) p:nth-child(2) {
			font-size: .14rem;
		}
		.main .tickets ul li:nth-child(1) p:nth-child(3),
		.main .tickets ul li:nth-child(2) p:nth-child(3),
		.main .tickets ul li:nth-child(3) p:nth-child(3) {
			font-size: .14rem;
			line-height: .22rem;
		}
		.main .tickets span {
			font-size: .14rem;
		}
	.main .tickets .store ul:nth-child(1) li:nth-child(1) p:nth-child(1)::before, .main .tickets .store ul:nth-child(1) li:nth-child(2) p:nth-child(1)::before, .main .tickets .store ul:nth-child(2) li:nth-child(1) p:nth-child(1)::before, .main .tickets .store ul:nth-child(2) li:nth-child(2) p:nth-child(1)::before, .main .tickets .store ul:nth-child(3) li:nth-child(1) p:nth-child(1)::before, .main .tickets .store ul:nth-child(3) li:nth-child(2) p:nth-child(1)::before {
		width: .18rem;
		height: .18rem;
		margin-right: .05rem;
	}
	
	.main .tickets .store ul {
		display: block;
	}
	.main .tickets .store ul li {
		width: 100%;
		line-height: .02rem;
	}
	.main .tickets .store ul li p:first-child {
        font-size: .15rem;
        line-height: .18rem;
		align-items: flex-start;
	}
	.main .tickets .store ul:nth-child(1) li:nth-child(1) p:nth-child(2),
	.main .tickets .store ul:nth-child(1) li:nth-child(2) p:nth-child(2),
	.main .tickets .store ul:nth-child(2) li:nth-child(1) p:nth-child(2),
	.main .tickets .store ul:nth-child(2) li:nth-child(2) p:nth-child(2),
	.main .tickets .store ul:nth-child(3) li:nth-child(1) p:nth-child(2),
	.main .tickets .store ul:nth-child(3) li:nth-child(2) p:nth-child(2) {
        font-size: .14rem;
        line-height: .22rem;
	}
	.main .tickets .store ul li p:nth-child(3) {
        font-size: .12rem;
        line-height: .19rem;
	}
	.main .tickets .store ul li p:nth-child(4) {
		font-size: .10rem;
		line-height: .14rem;
		margin-top: .03rem;
	}
	
	.main .category p {
		line-height: .28rem;
		font-size: .18rem;
	}
	.main .category p span.price {
        font-size: .24rem;
        line-height: .24rem;
        display: inline-block;
    }
	.qa h2 {
        font-size: .20rem;
        padding: .12rem 0 .12rem .9rem;
        background-size: .8rem;
		margin: 0 0 .16rem 0;
	}
	.qa .q {
		font-size: .16rem;
        padding: .03rem 0 .06rem .40rem;
        margin-top: 0.2rem;
		background-size: .3rem;
		margin: 0 0 0 0;
		line-height: .24rem;
	}
    .qa .a {
        font-size: .14rem;
        padding: 0 0 .05rem .40rem;
        line-height: .22rem;
        margin-block-start: 0.05rem;
        background-size: .3rem;
        margin: 0 0 .12rem 0;
		background-position: top left;
    }
    .main a.btnlink {
        font-size: 13px;
        padding: 7px 10px 7px 25px;
        margin: 10px 0 0px 0;
        line-height: 22px;
    }
    .main a.btnlink::before {
        font-size: 10px;
        text-indent: -1.4em;
    }
	.main .tickets ul li:nth-child(1) p:nth-child(2), .main .tickets ul li:nth-child(2) p:nth-child(2), .main .tickets ul li:nth-child(3) p:nth-child(2) {
		font-size: .15rem;
		line-height: .24rem;
	}
	.main a.ticketlink {
		font-size: .12rem;
		line-height: .20rem;
		text-indent: 1.2em;
	}
    .main .category p span {
        font-size: .14rem;
        line-height: .24rem;
        display: inline-block;
    }
	.main span.stxt {
		font-size: .12rem;
		line-height: .18rem;
		margin-top: .04rem;
		display: inline-block;
	}
	.main h3 {
        margin: .14rem 0 .08rem 0;
        font-size: .17rem;
        line-height: 1em;
    }
	.main .category p span {
		font-size: .14rem;
		line-height: .24rem;
		display: inline-block;
	}
    .main .category p.defult {
        line-height: .24rem;
        font-size: .16rem;
    }
}

/* ========================================================================== */
@media screen and (max-width: 754px) {
  #main article {
    background: url("../imgs/bg-main_sp.png") 0 0/100% auto no-repeat; } }

.intro {
  padding: 60px 0;
  width: 100%;
  background: url("../assets/imgs/border.gif") top center repeat-x;
  color: #325873; }
  @media screen and (max-width: 754px) {
    .intro {
      padding: 4vw 0 0; } }
.intro .wrap {
  max-width: 980px;
  text-align: center;
	z-index: 999; }
  .intro .wrap h1 {
    margin: .2rem 0 0;
    font-weight: 600;
    font-size: .24rem;
	letter-spacing: 0.05em;
    line-height: 1.8; }
  .intro .wrap p {
    margin: .2rem 0 0;
    font-size: .17rem;
    font-weight: 500;
	letter-spacing: 0.08em;
    line-height: 2; }
    @media screen and (max-width: 754px) {
      .intro .wrap h1 {
    	font-size: .20rem;
		}
      .intro .wrap p {
        margin: 1.6470588235vw 0 0;
        font-size: 3.5vw;
        line-height: 2.0526315789; } }
  .intro .contact {
    background-color: #3b627e;
    color: #eee6d7;
	margin: 30px auto 0 auto;
    max-width: 550px;
	padding: 20px 50px 30px 50px;
    font-size: .16rem;
	letter-spacing: 0.06em;
    line-height: 1.8; }
	@media screen and (max-width: 754px) {
		.intro .contact {
			margin: 18px auto;
			padding: 20px 30px 20px 30px;
		}
	}
	@media screen and (max-width: 550px) {
		.intro .contact {
			margin: 18px;
		}
	}
  .intro .contact .ttl {
    font-size: .20rem;
	text-align: center;
    border-bottom: 1px solid #eee6d7;
	line-height: .50rem;
	margin-bottom: 25px;
	letter-spacing: 0.02em; }
	@media screen and (max-width: 754px) {
		.intro .contact .ttl {
    		font-size: .20rem;
			line-height: .35rem;
			padding-bottom: 15px;
			margin-bottom: 20px;
		}
		.intro .contact .small {
    		font-size: .14rem;
		}
	}

/* ========================================================================== */
.newsTwitter {
  width: 100%;
  padding: 30px 0 0 0; }
  @media screen and (max-width: 754px) {
    .newsTwitter {
        padding: .2rem 0 .06rem 0;
    
    } }
    @media screen and (max-width: 754px) {
      .newsTwitter .inner {
        display: block; } }
    .newsTwitter .inner section {
		max-width: 850px;
		margin: 0 auto;
    	border-radius: 20px;
    	background-color: #fff; }
      @media screen and (max-width: 754px) {
        .newsTwitter .inner section {
          width: auto; } }
      .newsTwitter .inner section .title {
		  text-align: center;
		  font-size: .24rem;
		  padding: 10px;
		  background-color: #331500;
		  border-radius: 18px 18px 0 0;
		  color: #fff;
		  border: 1px solid;
		}
        @media screen and (max-width: 754px) {
          .newsTwitter .inner section .title {
		  font-size: .20rem;
		  padding: 5px;
            height: inherit; } }

		.newsTwitter .inner section .title span {
			font-size: .16rem;
			font-weight: 400;
		}

      .newsTwitter .inner section .box {
        box-sizing: border-box;
		text-align: center;
		padding: 30px;
		font-size: initial;
        /*height: 3.5rem;*/ }
		.newsTwitter .inner section .box .boxInner p {
			font-size: 18px;
		}
		.newsTwitter .inner section .box .boxInner p span {
    font-size: 22px;
    margin: 5px auto 0px;
    display: block;

}
		.newsTwitter .inner section .box .boxInner a {
			font-size: 18px;
			font-weight: bold;
			/* border: solid 1px #7b1419; */
			outline: solid 2px #7b1419;
			outline-offset: 1px;
			margin: 30px 0 0 0;
			background-color: #E60012;
			color: #fff;
			padding: 20px 50px;
			display: inline-block;
			letter-spacing: 0.1em;
			background: -moz-linear-gradient(50% 100% 90deg,rgba(119, 23, 28, 1) 0%,rgba(196, 31, 35, 1) 100%);
			background: -webkit-linear-gradient(90deg, rgba(119, 23, 28, 1) 0%, rgba(196, 31, 35, 1) 100%);
			background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, rgba(119, 23, 28, 1)), color-stop(1, rgba(196, 31, 35, 1)));
			background: -o-linear-gradient(90deg, rgba(119, 23, 28, 1) 0%, rgba(196, 31, 35, 1) 100%);
			background: -ms-linear-gradient(90deg, rgba(119, 23, 28, 1) 0%, rgba(196, 31, 35, 1) 100%);
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#77171C', endColorstr='#C41F23' ,GradientType=0)";
			background: linear-gradient(0deg, rgba(119, 23, 28, 1) 0%, rgba(196, 31, 35, 1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C41F23',endColorstr='#77171C' , GradientType=0);
		}
		.newsTwitter .inner section .box .boxInner a:hover {
			opacity: 0.8
		}

        @media screen and (max-width: 754px) {
			.newsTwitter .inner section .box {
				padding: .2rem;
			}
			.newsTwitter .inner section .box .boxInner p {
				font-size: .16rem;
			}
			.newsTwitter .inner section .box .boxInner a {
				margin: .15rem 0 .06rem 0;
				padding: .14rem .2rem;
				font-size: .16rem;
				width: 80%;
			}
		}


.scrollbnr {
	display:block;
	position:fixed;
	width:13vw;
	height:auto;
	right: 10px;
	bottom:20%;
	transform:translateX(0);
	opacity:1;
	z-index: 9999;
	transition:transform .5s ease,opacity .3s ease;
}
.scrollbnr.disabled{
	transform:translateX(150%);
	opacity:0;
}
@media screen and (max-width: 754px) {
	.scrollbnr{
		bottom: 90px;
		width: 22vw;
	}
}

#nav-drawer {
    display: none;
}

.button_text {
    font-size: 9px;
    letter-spacing: 0.05em;
    font-family: Muli, "Noto Sans JP", "Original Yu Gothic", "Yu Gothic", YuGothic, 游ゴシック, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 0.53333rem;
    position: fixed;
    display: block;
    z-index: 99999;
    right: 10px;
    top: -20px;
}

@media only screen and (max-width:754px) {
    .menu {
        margin-left: auto;
        margin-right: auto;
        display: block;
        z-index: 9999;
        position: relative;
        font-size: 0;
    }
    #nav-drawer {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .nav-unshown {
        display: none;
    }

    #nav-open {
        display: inline-block;
        width: .22rem;
        height: .22rem;
        vertical-align: middle;
        position: fixed;
        z-index: 99999;
        right: .12rem;
        bottom: .3rem;
        border: 1px solid #331500;
        /* background-color: #ab881a; */
        background: rgba(256, 256, 256, 0.9);
        /* border-radius: 5px; */
        padding: .12rem;
        border-radius: .05rem;
    }

    #nav-open span,
    #nav-open:before,
    #nav-open:after {
        position: absolute;
        height: 2px;
        width: .24rem;
        bottom: .31rem;
        border-radius: 2px;
        background: #412011;
        display: block;
        content: '';
        cursor: pointer;
        z-index: 999999;
        transition: .2s;
    }
    #nav-open.white span,
    #nav-open.white:before,
    #nav-open.white:after {
        background: #40220f;
    }

    #nav-open:before {
        bottom: .36rem;
    }

    #nav-open:after {
        bottom: .26rem;
    }

    #nav-input:checked ~ #nav-open::before {
        transform: translate3D(0, -50%, 0) rotate(135deg);
        bottom: .29rem;
        background: #412011;
        width: .26rem;
        right: .11rem;
    }

    #nav-input:checked ~ #nav-open::after {
		transform: translate3D(0, -50%, 0) rotate(45deg);
        bottom: .29rem;
        background: #412011;
        width: .26rem;
        right: .11rem;
    }
    #nav-input:checked ~#nav-open span{
      opacity: 0;
    }


    /*閉じる用の薄黒カバー*/
    #nav-close {
        display: none;
        /*はじめは隠しておく*/
        position: fixed;
        z-index: 99;
        top: 0;
        /*全体に広がるように*/
        left: 0;
        width: 100%;
        height: 100%;
        background: black;
        opacity: 0;
        transition: .3s ease-in-out;
    }

    /*中身*/
    #nav-content {
        overflow: auto;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        /*最前面に*/
        width: 95%;
        /*右側に隙間を作る（閉じるカバーを表示）*/
        /*max-width: 330px;最大幅（調整してください）*/
        height: 100%;
        transition: .3s ease-in-out;
        /*滑らかに表示*/
        -webkit-transform: translateX(120%);
        transform: translateX(120%);
        /*左に隠しておく*/
        background: #f18f44;
    }

    /*チェックが入ったらもろもろ表示*/
    #nav-input:checked ~ #nav-close {
        display: block;
        /*カバーを表示*/
        opacity: .5;
    }

    #nav-input:checked ~ #nav-content {
        -webkit-transform: translateX(5%);
        transform: translateX(5%);
        /*中身を表示（右へスライド）*/
        box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
    }
	
	.button_text {
		font-size: .09rem;
		letter-spacing: 0.05em;
		right: .22rem;
		bottom: .36rem;
		top: inherit;
		color: #412011;
	}
    .menu02 ul.list {
        margin-top: 0;
        margin-bottom: 0px;
        margin-left: auto;
        margin-right: auto;
        /*height: 90%;*/
        list-style: none;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        z-index: 9999;
        /* width: 300px; */
        text-align: center;
    }

    .menu02 ul.list > li {
        display: block;
        border-style: none;
        text-align: left;
        padding: 0 .3rem;
        /*width: 100%;*/
    }

    .line-decorate {
        margin: 0 auto;
        width: 20%;
        border-top-style: solid;
        border-width: 1px;
        border-color: #999999;

    }
    .menu02 ul.list > li > a {
        /* color: #0a324f; */
        padding: .12rem 0;
        display: block;
        letter-spacing: 0.03em;
        font-size: .15rem;
		text-shadow: 0 0 5px #000;
    }

    .menu02 ul.list > li:last-of-type {
        border-right-style: none;
    }

    .menu02 {
        margin-left: auto;
        margin-right: auto;
        height: 100%;
        display: block;
        z-index: 9999;
        position: relative;
        width: 100%;
        color: #fff;
        font-weight: bold;
        background-image: url(../assets/imgs/contentsbg_sp.jpg);
        background-size: cover;
        background-position: left;
    }
    
    .menu02.active {
        transform: translateY(0);
    }

    .menu02 .logo_img {
        width: 100%;
        padding-top: 5px;
        text-align: center;
    }
	.menu02 .sns_btn {
		position: relative;
		margin: .1rem .15rem 0 .15rem;
	}

    #nav-drawer .logo {
        width: 100%;
        text-align: right;
        padding:15px 60px 14px;
        z-index: 99999;
    }

    #nav-drawer .logo img {
        width: 84px;
        text-align: center;
        z-index: 9999999;
        position: fixed;
        right:50px;
        top: 14px;
    }
}

.link {
	width: 100%;
	text-align: center;
	padding: 30px 0 10px 0;
}
.link p {
	margin: 30px auto 0 auto;
}
.link p img {
	border-radius: 10px;
}

@media only screen and (max-width:754px) {
	.link {
		/*padding: 10px 0 0px 0;*/
		padding: 0 3%;
		width: 94%;
	}
}


/* footer
  ############################################################################################# */
/* line 542, common.scss */
#footer {
  position: relative;
  color: #fff;
/*  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;*/
  font-size: .12rem;
  line-height: 1;
  text-align: center;
  padding: .20rem 0;
	background-color: #331500;
}
@media screen and (max-width: 754px) {
  /* line 542, common.scss */
  #footer {
    padding: 0;
  }
}

.bnr {
	width: 100%;
	text-align: center;
	font-size: 0;
}
.bnr ul {
	/*margin: 40px 0 40px 0;*/
	margin: 20px 0 20px 0;
}
.bnr ul li {
	display: inline;
	margin: 20px;
}
@media screen and (max-width: 754px) {
	.bnr ul {
		/*margin: 10px 0 10px 0;*/
		margin: 0;
	}
	.bnr ul li {
		display: inline-block;
		margin: 10px 30px;
	}
}

#footer .copyright {
}
#footer .btPagetop {
  display: block;
  position: fixed;
  z-index: 99;
  right: .24rem;
  bottom: 20px;
  max-width: 75px;
  transition: opacity .3s;
}
#footer .btPagetop img {
  transition: opacity .3s;
}
#footer .btPagetop:hover img {
  opacity: .8;
}
#footer .btPagetop.off {
  opacity: 0;
  pointer-events: none;
}
a.anchor {
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}

@media screen and (max-width: 754px) {
  #footer .copyright {
	padding: .1rem 0;
	line-height: .16rem;
  }
  #footer .btPagetop {
	width: inherit;
	bottom: .8rem;
	right: .026rem;
	max-width: .65rem;
  }
    a.anchor {
        display: block;
        padding-top: 0!important;
        margin-top: 0!important;
    }
}

/* ROLL-OVER */
.alphaOver a:hover img { opacity:0.8; filter:alpha(opacity=80); -moz-opacity:0.8; }

/* InfoWindow全体の内部余白をリセット */
.gm-style-iw {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* コンテンツ内部のマージンを調整 */
.gm-style-iw-d {
  padding-top: 0 !important;
}

/* タイトル要素やカスタムh3にも適用する */
.gm-style-iw h3 {
  margin-top: 0 !important;
  margin-bottom: 2px;
}
.gm-style-iw-chr button {
	width: 30px !important;
    height: 30px !important;
}
	.gm-style-iw-chr button span {
		width: 20px !important;
		height: 20px !important;
		margin: 6px !important;
	}

.gm-style .gm-style-iw-c {
	max-width: inherit !important;
}
.gm-style .gm-style-iw-d {
    margin: .02rem 0 0 0;
}

@media screen and (max-width: 754px) {
	.gm-style .gm-style-iw-d {
		margin: .02rem 0 .1rem 0;
	}
}