@charset "UTF-8";

/* ------------------------------
Utility Class
------------------------------ */
#contentsBEM__vStyle {
	background: #FFF;
	font-size: 13px;
	color: #212121;
}
#contentsBEM__vStyle .vStyle__container {
	box-sizing: border-box;
	max-width: 1024px;
	padding: 0 70px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	#contentsBEM__vStyle {}
	#contentsBEM__vStyle .vStyle__container {
		max-width: 100%;
		padding: 0 0;
	}
}

#contentsBEM__vStyle *,
#contentsBEM__vStyle *::before,
#contentsBEM__vStyle *::after {
	box-sizing: border-box;
}

#contentsBEM__vStyle .tL {text-align:left !important;}
#contentsBEM__vStyle .tR {text-align:right !important;}
#contentsBEM__vStyle .tC {text-align:center !important;}
#contentsBEM__vStyle .fL {float:left !important;}
#contentsBEM__vStyle .fR {float:right !important;}

#contentsBEM__vStyle .mbS {margin-bottom:8px !important;}
#contentsBEM__vStyle .mbM {margin-bottom:16px !important;}
#contentsBEM__vStyle .mbL {margin-bottom:24px !important;}

#contentsBEM__vStyle .mb00 {margin-bottom:0 !important;}
#contentsBEM__vStyle .mb05 {margin-bottom:5px !important;}
#contentsBEM__vStyle .mb10 {margin-bottom:10px !important;}
#contentsBEM__vStyle .mb15 {margin-bottom:15px !important;}
#contentsBEM__vStyle .mb20 {margin-bottom:20px !important;}
#contentsBEM__vStyle .mb30 {margin-bottom:30px !important;}
#contentsBEM__vStyle .mb40 {margin-bottom:40px !important;}

#contentsBEM__vStyle .fz10 {font-size:10px !important;}
#contentsBEM__vStyle .fz11 {font-size:11px !important;}
#contentsBEM__vStyle .fz12 {font-size:12px !important;}
#contentsBEM__vStyle .fz13 {font-size:13px !important;}
#contentsBEM__vStyle .fz14 {font-size:14px !important;}
#contentsBEM__vStyle .fz15 {font-size:15px !important;}
#contentsBEM__vStyle .fz16 {font-size:16px !important;}
#contentsBEM__vStyle .fz18 {font-size:18px !important;}
#contentsBEM__vStyle .fz20 {font-size:20px !important;}
#contentsBEM__vStyle .fz22 {font-size:20px !important;}
#contentsBEM__vStyle .fz24 {font-size:20px !important;}
#contentsBEM__vStyle .fwBold {font-weight:bold !important;}
#contentsBEM__vStyle .fwNormal {font-weight:normal !important;}
#contentsBEM__vStyle .red01 {color:#f44336 !important;}
#contentsBEM__vStyle .black01 {color:#212121 !important;}
#contentsBEM__vStyle .gray01 {color:#666 !important;}

#contentsBEM__vStyle img {
	max-width: 100%;
	display:inline;
	vertical-align: middle;
}

#contentsBEM__vStyle a:link,
#contentsBEM__vStyle a:visited,
#contentsBEM__vStyle a:hover,
#contentsBEM__vStyle a:active {
	color:#0074be;
}
#contentsBEM__vStyle a:hover {
	opacity: 0.8;
}

#contentsBEM__vStyle strong {
	font-weight: bold;
}

#contentsBEM__vStyle .underLine {
	text-decoration: underline;
}

#contentsBEM__vStyle .emphasis {
	font-size: 16px;
}

#contentsBEM__vStyle a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
}

@media screen and (max-width: 768px) {
	#contentsBEM__vStyle .emphasis {
		font-size: 13px;
	}
	#contentsBEM__vStyle a[href*="tel:"] {
		pointer-events: auto;
		cursor: auto;
	}
}


/* ------------------------------
ページタイトル
------------------------------ */
#contentsBEM__vStyle .head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 8px 0 0 0;
	margin: 0 0 32px 0;
}
#contentsBEM__vStyle .head h1 {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 12px 0;
}
#contentsBEM__vStyle .head .pdfLink {}
#contentsBEM__vStyle .head .pdfLink a {
	float: left;
	display: block;
	border: solid 2px #0074be;
	border-radius: 4px;
	width: 96px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	margin: 0 0 0 16px;
	color: #0074be;
	font-weight: bold;
}
#contentsBEM__vStyle .head .pdfLink a:first-of-type {
	margin: 0;
}

@media screen and (max-width: 768px) {
	#contentsBEM__vStyle .head {
		padding: 8px 24px 0 24px;
		margin: 0 0 24px 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#contentsBEM__vStyle .head h1 {
		font-size: 18px;
		margin: 0 0 8px 0;
	}
	#contentsBEM__vStyle .head .pdfLink a {
		font-size: 11px;
		border: solid 1px #0074be;
		width: 71px;
		height: 24px;
		line-height: 22px;
		margin: 0 0 0 16px;
	}
}


/* ------------------------------
ブロック
------------------------------ */
#contentsBEM__vStyle section {
	margin: 0 0 40px 0;
}
#contentsBEM__vStyle section h2 {
	background-color: #0074be;
	text-align: center;
	height: 47px;
	line-height: 47px;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 24px 0;
}

#contentsBEM__vStyle section .vStyle__inner {
	padding: 0 24px;
	margin: 0 0 24px 0;
}
#contentsBEM__vStyle section .vStyle__inner p {
	margin: 0 0 8px 0;
	letter-spacing: 0.4px;
}
#contentsBEM__vStyle section .vStyle__inner p.indent {
	text-indent: -1em;
	padding-left: 1em;
}

#contentsBEM__vStyle section .vStyle__inner h3 {
	margin: 0 0 8px 0;
	letter-spacing: 0.5px;
	font-size: 16px;
	font-weight: bold;
}

/* ------------------------------
キービジュアル
------------------------------ */
#contentsBEM__vStyle .keyVisual {
	margin: 0 0 24px 0;
}

/* ------------------------------
アンカーリンク
------------------------------ */
#contentsBEM__vStyle nav {
	margin: 0 auto 40px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#contentsBEM__vStyle nav a {
	display: block;
	border: solid 2px #0074be;
	border-radius: 16px;
	width: 214px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	color: #0074be;
	font-weight: bold;
	margin: 0 12px;
}

@media screen and (max-width: 768px) {
	#contentsBEM__vStyle nav a {
		width: 158px;
		margin: 0 6px;
	}
}

/* ------------------------------
ニュース・トピックス
------------------------------ */
#contentsBEM__vStyle ul.topics {
	max-width: 756px;
	margin: 0 auto;
}
#contentsBEM__vStyle ul.topics li {
	border: solid 1px #CCC;
	border-radius: 4px;
	margin: 0 0 16px 0;
}
#contentsBEM__vStyle ul.topics li dl dt {
	position: relative;
	padding: 16px 56px 16px 16px;
	font-weight: bold;
	cursor: pointer;
	letter-spacing: 0.4px;
}
#contentsBEM__vStyle ul.topics li dl dt:after {
	position: absolute;
	content: '\e315';
	color: #0074be;
	font-family: 'Material Icons';
	font-size: 26px;
	font-weight: normal;
	display: block;
	top: 50%;
	right: 16px;
	transform: translate(0, -50%) rotate(90deg);
}
#contentsBEM__vStyle ul.topics li dl dt.active:after {
	transform: translate(0, -50%) rotate(-90deg);
}

#contentsBEM__vStyle ul.topics li dl dt .date {
	color: #666;
	margin: 0 0 4px 0;
	font-weight: normal;
	display: block;
}
#contentsBEM__vStyle ul.topics li dl dd {
	padding: 0 16px 16px 16px;
	line-height: 1.7em;
	display: none;
}

@media screen and (max-width: 768px) {
	#contentsBEM__vStyle ul.topics {
		max-width: 100%;
		padding: 0 24px;
	}
	#contentsBEM__vStyle ul.topics li dl dt {
		padding: 8px 40px 8px 16px;
	}
	#contentsBEM__vStyle ul.topics li dl dt:after {
		right: 8px;
	}
	#contentsBEM__vStyle ul.topics li dl dt .date {
		font-size: 11px;
	}
}

/* ------------------------------
注釈 
------------------------------ */
#contentsBEM__vStyle section .vStyle__inner .notes {
	color: #666;
	margin: 0 0 16px 0;
}
#contentsBEM__vStyle section .vStyle__inner .notes li {
	text-indent: -1em;
	padding: 0 0 0 1em;
	margin: 0 0 8px 0;
	letter-spacing: 0.4px;
}

@media screen and (max-width: 768px) {
	#contentsBEM__vStyle section .vStyle__inner .notes {
		font-size: 11px;
	}	
}

/* ------------------------------
テーブル 
------------------------------ */
#contentsBEM__vStyle section .vStyle__inner table {
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #d5d5d5;
	margin: 0 0 16px 0;
}
#contentsBEM__vStyle section .vStyle__inner table th,
#contentsBEM__vStyle section .vStyle__inner table td {
	border: solid 1px #d5d5d5;
	padding: 16px 8px;
	text-align: center;
	letter-spacing: 0.5px;
}
#contentsBEM__vStyle section .vStyle__inner table th {
	background-color: #666;
	color: #FFF;
}
#contentsBEM__vStyle section .vStyle__inner table.schedule01 th,
#contentsBEM__vStyle section .vStyle__inner table.schedule01 td,
#contentsBEM__vStyle section .vStyle__inner table.reserve01 th {
	padding: 8px 8px;
}

#contentsBEM__vStyle section .vStyle__inner table.ticket01 th {
	width: 23.3%;
}
#contentsBEM__vStyle section .vStyle__inner table.ticket01 th:first-of-type {
	width: 30%;
}
#contentsBEM__vStyle section .vStyle__inner table.ticket01 td {
	font-size: 15px;
}
#contentsBEM__vStyle section .vStyle__inner table.ticket01 td .price:before {
	content:"￥";
	font-size: 12px;
}

#contentsBEM__vStyle section .vStyle__inner table.schedule01 th {
	width: 50%;
}

#contentsBEM__vStyle section .vStyle__inner table.reserve01 th {
	width: 37%;
}
#contentsBEM__vStyle section .vStyle__inner table.reserve01 th:first-of-type {
	width: 26%;
}

@media screen and (max-width: 768px) {
	
	#contentsBEM__vStyle section .vStyle__inner table {
		margin: 0 0 8px 0;
	}
	#contentsBEM__vStyle section .vStyle__inner table.ticket01 th {
		padding: 4px 8px;
	}
	#contentsBEM__vStyle section .vStyle__inner table.ticket01 td {
		padding: 8px 16px;
	}
	#contentsBEM__vStyle section .vStyle__inner table.ticket01 th,
	#contentsBEM__vStyle section .vStyle__inner table.ticket01 td{
		white-space: nowrap;
	}
}

@media screen and (max-width: 480px) {
	#contentsBEM__vStyle section .tabelWrap {
		overflow-x: scroll;
		width: calc(100% + 24px);
	}
}
	
/* ------------------------------
購入方法 
------------------------------ */
#contentsBEM__vStyle .reserveTab {
	margin: 0 0 24px 0;
}
#contentsBEM__vStyle .reserveTab .tab01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#contentsBEM__vStyle .reserveTab .tab01 li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 34%;
	padding: 8px;
	background: #f1f1f1;
	font-size: 15px;
	font-weight: bold;
	border: solid 1px #979797;
	cursor: pointer;
}
#contentsBEM__vStyle .reserveTab .tab01 li:first-of-type {
	width: 33%;
	border-right: none;
}
#contentsBEM__vStyle .reserveTab .tab01 li:last-of-type {
	width: 33%;
	border-left: none;
}
#contentsBEM__vStyle .reserveTab .tab01 li.active {
	position: relative;
	background-color: #1374c4;
	color: #FFF;
	border-top: solid 1px #1374c4;
	border-bottom: solid 1px #1374c4;
	cursor: default;
}
#contentsBEM__vStyle .reserveTab .tab01 li.active:before {
	position: absolute;
	content: "";
	right: 0;
	bottom: -14px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #1374c4 transparent transparent transparent;
	border-width: 14px 11px 0 11px;
}
#contentsBEM__vStyle .reserveTab .tab01 li:first-of-type.active {
	border-left: solid 1px #1374c4;
}
#contentsBEM__vStyle .reserveTab .tab01 li .tabIco {
	width: 48px;
	height: 48px;
	margin: 0 8px 0 0;
}
#contentsBEM__vStyle .reserveTab .tab01 li .tabNmae {
	width: calc(100% - 56px);
}

#contentsBEM__vStyle .reserveTab .tabContents {
	display: none;
	padding: 32px 32px 0 32px;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
}
#contentsBEM__vStyle .reserveTab .tabContents.show {
	display: block;
}

/* ボタン */
#contentsBEM__vStyle section .vStyle__inner table a.buyBtn {
	display: inline-block;
	background: #d2156a;
	font-size: 12px;
	color: #FFF;
	width: 138px;
	height: 26px;
	line-height: 26px;
	border-radius: 13px;
	text-align: center;
}
#contentsBEM__vStyle section .vStyle__inner table a.buyBtn:hover {
	opacity: 0.8;
}

@media screen and (max-width: 768px) {
	#contentsBEM__vStyle .reserveTab {
		margin: 0 0 24px -10px;
		width: calc(100% + 20px);
	}
	#contentsBEM__vStyle .reserveTab .tab01 li {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#contentsBEM__vStyle .reserveTab .tab01 li .tabIco {
		width: 100%;
		height: 40px;
		margin: 0 0 4px 0;
		text-align: center;
	}
	#contentsBEM__vStyle .reserveTab .tab01 li .tabIco img {
		width: 40px;
		height: 40px;
	}
	#contentsBEM__vStyle .reserveTab .tab01 li .tabNmae {
		width: 100%;
		font-size: 12px;
		text-align: center;
		height: 36px;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	#contentsBEM__vStyle .reserveTab .tabContents {
		padding: 24px 16px 0 16px;
	}

	#contentsBEM__vStyle section .vStyle__inner table.reserve01 th,
	#contentsBEM__vStyle section .vStyle__inner table.reserve01 td {
		font-size: 11px;
	}
	#contentsBEM__vStyle section .vStyle__inner table.reserve01 td {
		padding: 8px 4px;
	}
	
	/* ボタン */
	#contentsBEM__vStyle section .vStyle__inner table a.buyBtn {
		font-size: 12px;
		width: 100%;
		max-width: 110px;
	}
}


/* ------------------------------
施設情報
------------------------------ */
#contentsBEM__vStyle section.about .vStyle__inner .col2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 24px 0;
}
#contentsBEM__vStyle section.about .vStyle__inner .col2 .image {
	width: 43%;
}
#contentsBEM__vStyle section.about .vStyle__inner .col2 .text {
	width: calc(100% - 43% - 24px);
}
#contentsBEM__vStyle section.about .vStyle__inner .flexColumn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#contentsBEM__vStyle a.officialLink {
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	height: 50px;
	line-height: 48px;
	border: solid 1px #0074be;
	border-radius: 25px;
}
#contentsBEM__vStyle section.about .vStyle__inner .information {
	border: solid 2px #0074be;
	border-radius: 4px;
	padding: 32px;
	margin: 0 0 24px 0;
	font-size: 16px;
	font-weight: bold;
}
#contentsBEM__vStyle section.about .vStyle__inner .information span {
	font-weight: normal;
}

@media screen and (max-width: 900px) {
	#contentsBEM__vStyle a.officialLink {
		font-size: 13px;
		font-size: 1.8vw;
	}
}

@media screen and (max-width: 768px) {
	#contentsBEM__vStyle section.about {
		margin: 0 0 30px 0;
	}
	#contentsBEM__vStyle section.about .vStyle__inner .col2 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 0 0 24px 0;
	}
	#contentsBEM__vStyle section.about .vStyle__inner .col2 .image,
	#contentsBEM__vStyle section.about .vStyle__inner .col2 .text {
		width: 100%;
	}
	#contentsBEM__vStyle section.about .vStyle__inner .col2 .image {
		margin: 0 0 8px 0;
		overflow: hidden;
	}
	#contentsBEM__vStyle a.officialLink {
		font-size: 15px;
		margin: 8px 0 16px 0;
	}
	#contentsBEM__vStyle section.about .vStyle__inner .information {
		padding: 24px 16px;
	}
	#contentsBEM__vStyle section.about .vStyle__inner .col2 .text.reverse {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}

@media screen and (max-width: 375px) {
	#contentsBEM__vStyle a.officialLink {
		font-size: 12px;
		font-size: 4.0vw;
	}
}


/* ------------------------------
バナーエリア
------------------------------ */
#contentsBEM__vStyle .bnrArea {
	padding: 40px 0;
	margin: 0 0 40px 0;
	text-align: center;
}
#contentsBEM__vStyle .bnrArea .pc {
	display: block;
}
#contentsBEM__vStyle .bnrArea .pc img {
	width: 706px;
}
#contentsBEM__vStyle .bnrArea .sp {
	display: none;
}

@media screen and (max-width: 768px) {
	#contentsBEM__vStyle .bnrArea {
		padding: 0 24px;
		text-align: center;
	}
	#contentsBEM__vStyle .bnrArea .pc {
		display: none;
	}
	#contentsBEM__vStyle .bnrArea .sp {
		display: block;
	}
	#contentsBEM__vStyle .bnrArea .sp img {
		width: 100%;
	}
}


/* ==============================
PC/SP 表示出し分け
============================== */
#contentsBEM__vStyle .inlBlock {
	display: inline-block;}

#contentsBEM__vStyle .pcBlock {
	display: block;
}
#contentsBEM__vStyle .pcInline {
	display: inline;
}
#contentsBEM__vStyle .pcInlBlock {
	display: inline-block;
}
#contentsBEM__vStyle .spInline,
#contentsBEM__vStyle .spBlock,
#contentsBEM__vStyle .spInlBlock {
	display: none;
}

@media screen and (max-width: 768px) {
	#contentsBEM__vStyle .pcBlock,
	#contentsBEM__vStyle .pcInline,
	#contentsBEM__vStyle .pcInlBlock {
		display: none;
	}
	#contentsBEM__vStyle .spBlock {
		display: block;
	}
	#contentsBEM__vStyle .spInline {
		display: inline;
	}
	#contentsBEM__vStyle .spInlBlock {
		display: inline-block;
	}
}

