.pageContent {
	color: #fff;
	background-image: url("/assets/img/body-bg_navy.gif");

}
@media only screen and (max-width: 750px) {
	.pageContent {
		background-image: url("/assets/img/body-bg_navy_sp.gif");
	}
}

.pageContent a {
	color: #fff;
}
.pageContent p {
	margin: 0;
}

.g-pagetop a::after {
	border-color: #fff;
}

.tpl-sec-ttl__en {
	color: #fff;
}

.pageContent .breadcrumb .breadcrumb__list > li:after{
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

.g-header .rang-nav {
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.note-list--disc {
	list-style-type: disc;
	margin-left: 1.5em;
}

.note-list--kome li {
	text-indent: -1em;
	padding-left: 1em;
}

/*************************************************************
/ tpl-page-kv
/************************************************************/
@media only screen and (max-width: 750px) {
	.tpl-page-kv {
		padding-top: 29.33333vw;
	}
}

.tpl-page-kv .tpl-inner-wrap {
	position: relative;
}

@media only screen and (max-width: 750px) {
	.tpl-page-kv__head-block .catch {
		font-size: 20px;
		font-size: 2.66667vw;
	}
}

@media only screen and (max-width: 750px) {
	.tpl-page-kv__head-block .ttl {
		width: 35.33333vw;
	}
}

@media only screen and (max-width: 750px) {
	.tpl-page-kv__head-block .ttl.en {
		font-size: 80px;
		font-size: 10.66667vw;
	}
}

/*************************************************************
/ page-nav
/************************************************************/
.ticket-reserve-btn {
	width: 60px;
	height: 240px;
	position: fixed;
	z-index: 10;
}

@media only screen and (min-width: 751px) {
	p.ticket-reserve-btn {
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
	}
}

@media only screen and (max-width: 750px) {
	.ticket-reserve-btn {
		width: 100%;
		height: 11.73333vw;
		bottom: 0;
	}
}

.ticket-reserve-btn a {
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #000;
	letter-spacing: 0.1em;
	background-color: #fff;
}

@media only screen and (min-width: 751px) {
	.ticket-reserve-btn a {
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
}

@media only screen and (max-width: 750px) {
	.ticket-reserve-btn a {
		font-size: 28px;
		font-size: 3.73333vw;
	}
}

.ticket-reserve-btn .tpl-hv-o {
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.page-nav {
	width: 100%;
	height: 70px;
	background-color: #a6a2b6;
	position: absolute;
	top: 640px;
	left: 0;
	z-index: 1;
}

@media only screen and (max-width: 750px) {
	.page-nav {
		top: 111.33333vw;
		height: 16vw;
	}
}

.page-nav ul {
	width: 1200px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	z-index: 3;
}

@media only screen and (max-width: 750px) {
	.page-nav ul {
		width: 100%;
	}
}

.page-nav ul li {
	height: 24px;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}

@media only screen and (max-width: 750px) {
	.page-nav ul li {
		width: 33.33333%;
		height: 10.66667vw;
	}
}

.page-nav ul li:nth-child(n+2)::before {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background-color: #bdb9cf;
	position: absolute;
	top: 0;
	left: 0;
}

.page-nav ul li a {
	height: 100%;
	padding: 0 20px;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	text-align: center;
	line-height: 1.2;
	position: relative;
}

@media only screen and (min-width: 751px) {
	.page-nav ul li a {
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media only screen and (max-width: 750px) {
	.page-nav ul li a {
		font-size: 24px;
		font-size: 3.2vw;
		padding: 0;
	}
}

.page-nav ul li a.gray {
	color: #d6d4dd;
	pointer-events: none;
}

@media only screen and (max-width: 750px) {
	.page-nav ul li a.line1 {
		padding-top: 1.73333vw;
	}
}

.page-nav ul li a.line2 {
	margin-top: -1px;
	line-height: 1;
}

@media only screen and (max-width: 750px) {
	.page-nav ul li a.line2 {
		margin-top: 0;
		font-size: 22px;
		font-size: 2.93333vw;
	}
}

.page-nav ul li a .fz {
	display: inline-block;
	font-size: 10px;
}

@media only screen and (max-width: 750px) {
	.page-nav ul li a .fz {
		font-size: 20px;
		font-size: 2.66667vw;
	}
}

.page-nav ul li .icn::after {
	content: '';
	display: block;
	width: 9px;
	height: 9px;
	border-right: solid 2px #fff;
	border-bottom: solid 2px #fff;
	box-sizing: border-box;
	transform: translateY(-1px) rotate(45deg);
	margin-left: 12px;
}

@media only screen and (max-width: 750px) {
	.page-nav ul li .icn::after {
		width: 1.73333vw;
		height: 1.73333vw;
		border-width: 1.5px;
		position: absolute;
		bottom: 0vw;
		left: 0;
		right: 0;
		margin: auto;
	}
}

/*************************************************************
/ sec-ticket-price
/************************************************************/
.sec-ticket-price {
	margin-top: 31px;
	background-color: #1f3847;
}

@media only screen and (max-width: 750px) {
	.sec-ticket-price {
		margin-top: 16vw;
	}
}

.sec-ticket-price .tpl-sec-ttl + .note-list--disc li:nth-child(n+2) {
	margin-top: 5px;
}

.sec-ticket-price .content-block {
	margin-top: 50px;
}

@media only screen and (max-width: 750px) {
	.sec-ticket-price .content-block {
		margin-top: 9.33333vw;
	}
}

.sec-ticket-price .sub-sec {
	margin-top: 70px;
}

@media only screen and (max-width: 750px) {
	.sec-ticket-price .sub-sec {
		margin-top: 13.33333vw;
	}
}

.sec-ticket-price .sub-sec__ttl {
	margin-bottom: 35px;
	font-size: 22px;
	text-align: center;
}

@media only screen and (max-width: 750px) {
	.sec-ticket-price .sub-sec__ttl {
		margin-bottom: 6vw;
		font-size: 32px;
		font-size: 4.26667vw;
		font-weight: 700;
	}
}

.sec-ticket-price .sub-sec.time p {
	text-align: center;
	font-size: 16px;
}

@media only screen and (max-width: 750px) {
	.sec-ticket-price .sub-sec.time p {
		font-size: 28px;
		font-size: 3.73333vw;
	}
}

.sec-ticket-price .sub-sec.price table.PC {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.sec-ticket-price .sub-sec.price table.PC th, .sec-ticket-price .sub-sec.price table.PC td {
	text-align: center;
	box-sizing: border-box;
}

.sec-ticket-price .sub-sec.price table.PC th {
	padding: 15px 0;
	border-right: solid 1px #1f3847;
	background-color: #b5b5b6;
	color: #333333;
}

.sec-ticket-price .sub-sec.price table.PC th:last-child {
	border-color: #b5b5b6;
}

.sec-ticket-price .sub-sec.price table.PC td {
	padding: 20px 0;
	border: solid 1px #b5b5b6;
}

.sec-ticket-price .sub-sec.price table.PC td:nth-child(1) {
	vertical-align: middle;
}

.sec-ticket-price .sub-sec.price table.PC .fz-l {
	font-size: 18px;
}

.sec-ticket-price .sub-sec.price table.PC .fz-s {
	font-size: 12px;
}

.sec-ticket-price .sub-sec.price table.SP {
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #b5b5b6;
}

.sec-ticket-price .sub-sec.price table.SP th, .sec-ticket-price .sub-sec.price table.SP td {
	display: block;
}

.sec-ticket-price .sub-sec.price table.SP th {
	padding: 2.66667vw;
	font-weight: 700;
	text-align: center;
	background-color: #b5b5b6;
	color: #333333;
}

.sec-ticket-price .sub-sec.price table.SP td {
	padding: 2.66667vw;
	border-top: solid 1px #b5b5b6;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.sec-ticket-price .sub-sec.price table.SP .td {
	text-align: center;
}

.sec-ticket-price .sub-sec.price table.SP .fz-l {
	font-size: 28px;
	font-size: 3.73333vw;
}

.sec-ticket-price .sub-sec.price table.SP .fz-s {
	font-size: 24px;
	font-size: 3.2vw;
}

.sec-ticket-price .sub-sec.price table + .note-list--kome {
	font-size: 12px;
	margin-top: 10px;
}

@media only screen and (max-width: 750px) {
	.sec-ticket-price .sub-sec.price table + .note-list--kome {
		font-size: 20px;
		font-size: 2.66667vw;
		margin-top: 2.66667vw;
	}
}

.sec-ticket-price .sub-sec.price .list-block {
	margin-top: 50px;
}

@media only screen and (max-width: 750px) {
	.sec-ticket-price .sub-sec.price .list-block {
		margin-top: 7.33333vw;
	}
}

.sec-ticket-price .sub-sec.price .list-block .note-sec:nth-child(n+2) {
	margin-top: 25px;
}

@media only screen and (max-width: 750px) {
	.sec-ticket-price .sub-sec.price .list-block .note-sec:nth-child(n+2) {
		margin-top: 6.66667vw;
	}
}

.sec-ticket-price .sub-sec.price .list-block .note-sec .ttl {
	margin-bottom: 10px;
	font-size: 18px;
}

@media only screen and (max-width: 750px) {
	.sec-ticket-price .sub-sec.price .list-block .note-sec .ttl {
		font-size: 28px;
		font-size: 3.73333vw;
		margin-bottom: 2.66667vw;
	}
}

.sec-ticket-price .sub-sec.price .list-block .note-sec .note-list--disc li + li, .sec-ticket-price .sub-sec.price .list-block .note-sec .note-list--kome li + li {
	margin-top: 2px;
}

.sec-ticket-price .sub-sec.price .list-block .note-sec .note-list--kome {
	margin-top: 2px;
	margin-left: 0.5em;
}

.sec-ticket-price .sub-sec.web-ticket .list-block {
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.sec-ticket-price .sub-sec.web-ticket .list-block li + li {
	margin-top: 10px;
}

.sec-ticket-price .sub-sec.web-ticket table {
	width: 100%;
	margin-top: 35px;
	border-collapse: collapse;
}

@media only screen and (max-width: 750px) {
	.sec-ticket-price .sub-sec.web-ticket table {
		border: solid 1px #b5b5b6;
	}
}

@media only screen and (min-width: 751px) {
	.sec-ticket-price .sub-sec.web-ticket table tr:last-child th {
		border-bottom: solid 1px #b5b5b6;
	}
}

@media only screen and (max-width: 750px) {
	.sec-ticket-price .sub-sec.web-ticket table th, .sec-ticket-price .sub-sec.web-ticket table td {
		width: 100%;
		display: block;
	}
}

.sec-ticket-price .sub-sec.web-ticket table th {
	width: 210px;
	text-align: center;
	vertical-align: middle;
	background-color: #b5b5b6;
	color: #333333;
}

@media only screen and (min-width: 751px) {
	.sec-ticket-price .sub-sec.web-ticket table th {
		border-bottom: solid 1px #1f3847;
	}
}

@media only screen and (max-width: 750px) {
	.sec-ticket-price .sub-sec.web-ticket table th {
		width: 100%;
		padding: 4vw;
		font-weight: 700;
	}
}

@media only screen and (min-width: 751px) {
	.sec-ticket-price .sub-sec.web-ticket table td {
		padding: 20px 0 20px 30px;
		border-top: solid 1px #b5b5b6;
		border-bottom: solid 1px #b5b5b6;
		border-right: solid 1px #b5b5b6;
	}
}

@media only screen and (max-width: 750px) {
	.sec-ticket-price .sub-sec.web-ticket table td {
		padding: 5.33333vw 4vw;
		border-top: solid 1px #b5b5b6;
	}
}

.sec-ticket-price .sub-sec.web-ticket table td .note-list--kome {
	font-size: 12px;
	margin-top: 12px;
}

@media only screen and (max-width: 750px) {
	.sec-ticket-price .sub-sec.web-ticket table td .note-list--kome {
		margin-top: 3.2vw;
		font-size: 22px;
		font-size: 2.93333vw;
	}
}

.sec-ticket-price .sub-sec.web-ticket table td .note-list--kome li + li {
	margin-top: 2px;
}

.sec-ticket-price .sub-sec.web-ticket table td .note-list--disc {
	margin-top: 25px;
}

@media only screen and (max-width: 750px) {
	.sec-ticket-price .sub-sec.web-ticket table td .note-list--disc {
		margin-top: 3.33333vw;
		margin-left: 0;
		text-indent: 0;
		list-style-position: inside;
	}
}

.sec-ticket-price .sub-sec.web-ticket table td .note-list--disc li + li {
	margin-top: 10px;
}

@media only screen and (max-width: 750px) {
	.sec-ticket-price .sub-sec.web-ticket table td .note-list--disc li .sp-bold {
		font-weight: 700;
	}
}

@media only screen and (min-width: 751px) {
	.sec-ticket-price .sub-sec.web-ticket .flow-list {
		margin-top: 80px;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: stretch;
		align-items: stretch;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media only screen and (max-width: 750px) {
	.sec-ticket-price .sub-sec.web-ticket .flow-list {
		padding: 0 2.66667vw;
		margin-top: 8vw;
	}
}

.sec-ticket-price .sub-sec.web-ticket .flow-list__item {
	width: 144px;
}

@media only screen and (max-width: 750px) {
	.sec-ticket-price .sub-sec.web-ticket .flow-list__item {
		width: 100%;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		align-items: center;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media only screen and (max-width: 750px) {
	.sec-ticket-price .sub-sec.web-ticket .flow-list__item:nth-child(n+2) {
		margin-top: 8vw;
	}
}

.sec-ticket-price .sub-sec.web-ticket .flow-list__item:nth-child(n+2) dt::after {
	content: '';
	display: block;
	width: 11px;
	height: 11px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	box-sizing: border-box;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	left: -20px;
	margin: auto 0;
}

@media only screen and (max-width: 750px) {
	.sec-ticket-price .sub-sec.web-ticket .flow-list__item:nth-child(n+2) dt::after {
		width: 2.66667vw;
		height: 2.66667vw;
		transform: rotate(135deg);
		left: 46.66667vw;
		top: -24.66667vw;
	}
}

.sec-ticket-price .sub-sec.web-ticket .flow-list__item dt {
	text-align: center;
	position: relative;
}

@media only screen and (max-width: 750px) {
	.sec-ticket-price .sub-sec.web-ticket .flow-list__item dt {
		width: 16vw;
	}
}

.sec-ticket-price .sub-sec.web-ticket .flow-list__item dt img {
	width: 80px;
}

@media only screen and (max-width: 750px) {
	.sec-ticket-price .sub-sec.web-ticket .flow-list__item dt img {
		width: 100%;
	}
}

@media only screen and (min-width: 751px) {
	.sec-ticket-price .sub-sec.web-ticket .flow-list__item dd {
		margin-top: 25px;
	}
}

@media only screen and (max-width: 750px) {
	.sec-ticket-price .sub-sec.web-ticket .flow-list__item dd {
		width: 66vw;
		line-height: 1.5;
	}
}

.sec-ticket-price .sub-sec.web-ticket .flow-list__item dd .note {
	font-size: 12px;
	margin-top: 10px;
}

@media only screen and (max-width: 750px) {
	.sec-ticket-price .sub-sec.web-ticket .flow-list__item dd .note {
		font-size: 20px;
		font-size: 2.66667vw;
		margin-top: 2vw;
	}
}

.sec-ticket-price .sub-sec.web-ticket .tpl-btn {
	width: 400px;
	height: 80px;
	margin: 90px auto 0;
}

@media only screen and (max-width: 750px) {
	.sec-ticket-price .sub-sec.web-ticket .tpl-btn {
		width: 53.33333vw;
		height: 10.66667vw;
		margin-top: 10vw;
	}
}

.sec-ticket-price .sub-sec.web-ticket .tpl-btn a {
	background-color: #fff;
	border-color: #fff;
	color: #000;
	font-size: 20px;
}

@media only screen and (max-width: 750px) {
	.sec-ticket-price .sub-sec.web-ticket .tpl-btn a {
		font-size: 28px;
		font-size: 3.73333vw;
	}
}

.sec-ticket-price .sub-sec.web-ticket .tpl-btn a::after {
	border-color: #000;
}

.sec-ticket-price .sub-sec.web-ticket .tpl-btn a:hover {
	background-color: #1f3847;
	color: #fff;
}

.sec-ticket-price .sub-sec.web-ticket .tpl-btn a:hover::after {
	border-color: #fff;
}

/*************************************************************
/ sec-note
/************************************************************/
.sec-note {
	background-color: #000;
}

.sec-note .dl-note-list {
	margin-top: 70px;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media only screen and (max-width: 750px) {
	.sec-note .dl-note-list {
		margin-top: 9.33333vw;
		justify-content: space-between;
	}
}

.sec-note .dl-note-list__item {
	width: 33.333%;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media only screen and (max-width: 750px) {
	.sec-note .dl-note-list__item {
		width: 44.66667vw;
		justify-content: space-between;
	}
}

@media only screen and (max-width: 750px) {
	.sec-note .dl-note-list__item dt {
		width: 12vw;
	}
}

.sec-note .dl-note-list__item dt img {
	width: 60px;
}

@media only screen and (max-width: 750px) {
	.sec-note .dl-note-list__item dt img {
		width: 100%;
	}
}

.sec-note .dl-note-list__item dd {
	margin-left: 10px;
	font-size: 13px;
	width: calc(100% - 70px);
}

@media only screen and (max-width: 750px) {
	.sec-note .dl-note-list__item dd {
		width: 30.66667vw;
		margin-left: 0;
		font-size: 20px;
		font-size: 2.66667vw;
		line-height: 1.3;
	}
}

.sec-note .dl-note-list__item dd .fz-s {
	font-size: 11px;
}

@media only screen and (max-width: 750px) {
	.sec-note .dl-note-list__item:nth-child(n+3) {
		margin-top: 4vw;
	}
}

@media only screen and (min-width: 751px) {
	.sec-note .dl-note-list__item:nth-child(n+4) {
		margin-top: 30px;
	}
}

.sec-note .txt-block {
	margin-top: 75px;
}

@media only screen and (max-width: 750px) {
	.sec-note .txt-block {
		margin-top: 10.66667vw;
	}
}

.sec-note .txt-block .ttl {
	margin-bottom: 10px;
	font-size: 18px;
}

@media only screen and (max-width: 750px) {
	.sec-note .txt-block .ttl {
		font-size: 28px;
		font-size: 3.73333vw;
		margin-bottom: 1.33333vw;
		font-weight: 700;
	}
}

.sec-note .txt-block .ttl.mt {
	margin-top: 25px;
}

@media only screen and (max-width: 750px) {
	.sec-note .txt-block .ttl.mt {
		margin-top: 3.33333vw;
	}
}

.sec-note .dl-note-list--komenum {
	margin-top: 40px;
}

.sec-note .dl-note-list--komenum__item {
	font-size: 12px;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	line-height: 1.8;
}

.sec-note .dl-note-list--komenum__item dt {
	width: 25px;
}

.sec-note .dl-note-list--komenum__item dd {
	width: calc(100% - 25px);
}

.sec-note .list-block {
	margin-top: 25px;
}

.sec-note .list-block .ttl {
	margin-bottom: 10px;
}

.sec-note .list-block .note-list--disc {
	font-size: 12px;
}

.sec-note .list-block .note-list--disc li + li {
	margin-top: 2px;
}

.sec-note .list-block .note {
	margin-top: 2px;
	font-size: 12px;
}

/*************************************************************
/ sec-faq
/************************************************************/
.sec-faq {
	background-color: #1f3847;
}

.sec-faq .tpl-sec-ttl__en {
	font-size: 24px;
}

.sec-faq .faq-list-block {
	margin-top: 100px;
}

@media only screen and (max-width: 750px) {
	.sec-faq .faq-list-block {
		margin-top: 10vw;
	}
}

.sec-faq .faq-list-block__item:nth-child(n+2) {
	margin-top: 20px;
}

@media only screen and (max-width: 750px) {
	.sec-faq .faq-list-block__item:nth-child(n+2) {
		margin-top: 4vw;
	}
}

.sec-faq .faq-list-block .cat-ttl {
	padding: 16px 20px;
	background-color: #fff;
	font-size: 18px;
	color: #000;
	cursor: pointer;
	position: relative;
}

@media only screen and (max-width: 750px) {
	.sec-faq .faq-list-block .cat-ttl {
		padding: 4vw 5.33333vw;
		font-size: 26px;
		font-size: 3.46667vw;
		font-weight: 700;
	}
}

.sec-faq .faq-list-block .cat-ttl .icn {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
}

@media only screen and (max-width: 750px) {
	.sec-faq .faq-list-block .cat-ttl .icn {
		width: 2.66667vw;
		height: 2.66667vw;
		right: 5.33333vw;
	}
}

.sec-faq .faq-list-block .cat-ttl .icn::before, .sec-faq .faq-list-block .cat-ttl .icn::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.sec-faq .faq-list-block .cat-ttl .icn::before {
	width: 2px;
}

@media only screen and (max-width: 750px) {
	.sec-faq .faq-list-block .cat-ttl .icn::before {
		width: 1px;
	}
}

.sec-faq .faq-list-block .cat-ttl .icn::after {
	height: 2px;
}

@media only screen and (max-width: 750px) {
	.sec-faq .faq-list-block .cat-ttl .icn::after {
		height: 1px;
	}
}

.sec-faq .faq-list-block .faq-list {
	display: none;
}

.sec-faq .faq-list-block .faq-list__item {
	padding: 25px 25px;
	background-color: #eeeeee;
	color: #222;
}

@media only screen and (max-width: 750px) {
	.sec-faq .faq-list-block .faq-list__item {
		padding: 4vw 5.33333vw;
	}
}

.sec-faq .faq-list-block .faq-list__item:nth-child(n+2) {
	border-top: solid 1px #dddddd;
}

.sec-faq .faq-list-block .faq-list__item .q-block, .sec-faq .faq-list-block .faq-list__item .a-block {
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.sec-faq .faq-list-block .faq-list__item .q-block .q, .sec-faq .faq-list-block .faq-list__item .q-block .a, .sec-faq .faq-list-block .faq-list__item .a-block .q, .sec-faq .faq-list-block .faq-list__item .a-block .a {
	width: 20px;
}

.sec-faq .faq-list-block .faq-list__item .q-block .txt, .sec-faq .faq-list-block .faq-list__item .a-block .txt {
	width: calc(100% - 20px);
}

.sec-faq .faq-list-block .faq-list__item .a-block {
	margin-top: 10px;
}

.sec-faq .faq-list-block .faq-list__item .a-block a {
	color: #000;
	text-decoration: underline;
}

.sec-faq .contact-block {
	padding-top: 80px;
}

@media only screen and (max-width: 750px) {
	.sec-faq .contact-block {
		padding-top: 8vw;
	}
}

.sec-faq .contact-block .ttl {
	width: 100%;
	margin-bottom: 10px;
}

@media only screen and (max-width: 750px) {
	.sec-faq .contact-block .ttl {
		font-size: 32px;
		font-size: 4.26667vw;
		text-align: center;
		font-weight: 700;
	}
}

.sec-faq .contact-block .contact-item {
	font-size: 12px;
	line-height: 1.7;
}

.sec-faq .contact-block .contact-item + .contact-item {
	margin-top: 20px;
}

@media only screen and (max-width: 750px) {
	.sec-faq .contact-block .contact-item + .contact-item {
		margin-top: 3.46667vw;
	}
}

@media only screen and (max-width: 750px) {
	.sec-faq .contact-block .contact-item .item-ttl {
		font-weight: 700;
	}
}

.sec-faq .contact-block .contact-item .item-ttl i {
	font-style: normal;
	font-size: 9px;
	vertical-align: 1px;
	padding-right: 2px;
}

@media only screen and (max-width: 750px) {
	.sec-faq .contact-block .contact-item .item-ttl i {
		font-size: 20px;
		font-size: 2.66667vw;
	}
}

@media only screen and (max-width: 750px) {
	.sec-faq .contact-block .contact-item .txt {
		padding-left: 2.93333vw;
	}
}

.sec-faq .contact-block .contact-item a:hover {
	text-decoration: underline;
}

.is-pc a[href^="tel"] {
	pointer-events: none;
}

/*************************************************************
/ animation
/************************************************************/
@media only screen and (min-width: 751px) {
	.ticket-reserve-btn {
		transform: translateX(100%);
	}
}

@media only screen and (max-width: 750px) {
	.ticket-reserve-btn {
		transform: translateY(100%);
	}
}

.page-nav ul {
	transition: margin .5s, width .5s;
}

.page-nav ul li a {
	transition: font .5s;
}

.page-nav ul li a.line1 {
	transition: padding .5s;
}

.page-nav.fixed {
	position: fixed;
	top: 0;
}

@media only screen and (max-width: 750px) {
	.page-nav.min ul {
		/* margin-right: 0;
		width: 78.66667vw; */
	}
}

@media only screen and (max-width: 750px) {
	.page-nav.min ul li a {
		font-size: 22px;
		font-size: 2.93333vw;
	}
}

@media only screen and (max-width: 750px) {
	.page-nav.min ul li a.line1 {
		padding-top: 2.66667vw;
	}
}

.cat-ttl .icn {
	transition: transform .5s;
}

.cat-ttl .icn::before {
	transition: opacity .5s;
}

.cat-ttl.is-open .icn {
	transform: rotate(180deg);
}

.cat-ttl.is-open .icn::before {
	opacity: 0;
}

/*# sourceMappingURL=style.css.map */
