/*	lightbox
============================== */
div.tbs-lb-overlay {
	opacity:0;
	background-color:hsla(38,100%,48%,0.9);
	background-color:hsla(317,100%,50%,0.95) !important;
}
div.lbox-done {
	-webkit-animation: fadeIn 800ms;
	animation: fadeIn 800ms;
}
div.lb-outer {
	font-family: source-han-sans-japanese, sans-serif;
	font-weight:500;
}
div.lb-outer div.lb-inner {
	text-align:left;
}
div.lb-outer div.lb-inner > section > h2,
div.lb-outer div.lb-inner > section p.oa,
div.lb-outer div.lb-inner > section p.oa-sub {
	text-align:center;
	line-height:1.5;
}
div.lb-outer div.lb-inner > section > h2 {
	color:#fff;
}
div.lb-outer div.lb-inner > section p.oa,
div.lb-outer div.lb-inner > section p.oa-sub {
	font-weight:800;
	margin-bottom:0.25em;
}
div.lb-outer div.lb-inner > section p.oa,
div.lb-outer div.lb-inner > section p.oa-sub {
	margin-bottom:1.5em;
}
div.lb-outer div.lb-inner > section p.oa-sub {
	color:#fff;
}
div.lb-outer div.lb-inner > section p.oa:not(:last-child),
div.lb-outer div.lb-inner > section p.oa-sub:not(:last-child) {
	margin-bottom:0.25em;
}
@media all and (min-width: 992px) {
div.lb-outer {
	width:90%;
	max-width:800px;
	margin:40px auto;
}
div.lb-outer div.lb-inner {
	margin-bottom:40px;
}
div.lb-outer div.lb-inner > section > h2 {
	font-size:450%;
}
div.lb-outer div.lb-inner > section p.oa {
	font-size:350%;
}
div.lb-outer div.lb-inner > section p.oa-sub {
	font-size:275%;
}
}
@media all and (max-width: 991.98px) {
div.lb-outer {
	width:94%;
	margin:20px auto;
}
div.lb-outer div.lb-inner {
	margin-bottom:20px;
}
div.lb-outer div.lb-inner > section > h2 {
	font-size:8vw;
}
div.lb-outer div.lb-inner > section p.oa {
	font-size:max(5.25vw, 150%);
}
div.lb-outer div.lb-inner > section p.oa-sub {
	font-size:max(4.5vw, 125%);
}
}
body.timetable div.lb-outer {
	margin:0 auto;
}


/*	.lb-btn
============================== */
div.lb-btn a {
	display:flex;
	align-items:center;
	justify-content:center;
	/**/
	text-decoration:none;
	color:#fff;
}
div.lb-btn a > span {
	display: inline-block;
	position: relative;
}
div.lb-btn a > span::before,
div.lb-btn a > span::after {
	content: "";
	background-color:#fff;
	position: absolute;
	left:0;
	width:100%;
	top: 50%;
	left: 50%;
}
div.lb-btn a > span::before {
	transform: translate(-50%,-50%) rotate(-45deg);
}
div.lb-btn a > span::after {
	transform: translate(-50%,-50%) rotate(45deg);
}
@media all and (min-width: 992px) {
div.lb-btn a {
	font-size:112.5%;
}
div.lb-btn a > span {
	width:32px;
	height:32px;
	margin-right:16px;
}
div.lb-btn a > span::before,
div.lb-btn a > span::after {
	height:3px;
}
}
@media all and (max-width: 991.98px) {
div.lb-btn a {
	font-size:87.5%;
}
div.lb-btn a > span {
	width:16px;
	height:16px;
	margin-right:8px;
}
div.lb-btn a > span::before,
div.lb-btn a > span::after {
	height:2px;
}
}

body.timetable div.lb-btn,
body.timetable div.lb-inner section > h2 {
	display:none;
}


@media print {
div.lbox-done, div.tbs-lb-lightbox, div.tbs-lb-overlay {
	display:none;
}
}