@charset "utf-8";

.col-01 {
	background-color: #0063c4;
}
.orchestra-title {
	text-align: center;
	padding: 100px 0 70px;
	color: #fff;
}
@media (min-width:768px) {
	.orchestra-title {
		padding: 120px 0;
	}
}
@media not (min-width:768px) {
	.orchestra-title {
		width: 90%;
		margin: auto;
	}
}
.orchestra-navi-list {
	display: flex;
	justify-content: center;
	margin: 40px 0;
}
.orchestra-navi-list li {
	border: #0063c4 1px solid;
	margin: 0 10px;
	max-width: 140px;
	width: 30%;
	text-align: center;
}
.orchestra-navi-list li a {
	font-size: 20px;
	display: inline-block;
	width: 100%;
	padding: 5px;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	text-decoration: unset;
}
.orchestra-navi-list li a:hover {
	text-decoration: none;
}
@media (min-width:768px) {
	.orchestra-navi-list li {
		border: #0063c4 2px solid;
		margin: 0 15px;
	}
	.orchestra-navi-list li a {
		font-size: 22px;
		padding: 10px;
	}
}

.orchestra-title .main-title {
	font-size: 25px;
	font-weight: bold;
	line-height: 1.2;
}
@media (min-width:768px) {
	.orchestra-title .main-title {
		font-size: 34px;
	}
}
.orchestra-title .sub-title {
	font-size: 18px;
	padding-bottom: 30px;
}
@media (min-width:768px) {
	.orchestra-title .sub-title {
		font-size: 30px;
		padding-bottom: 20px;
	}
}
.orchestra-txt {
	/* padding: 80px 0; */
	padding: 40px 0 80px;
	width: 90%;
	margin: auto;
}
@media (min-width:768px) {
	.orchestra-txt {
		/* padding: 150px 0; */
		padding: 80px 0 150px;
		width: 800px;
	}
}
.orchestra-title .txt {
	font-size: 16px;
	font-weight: bold;
}
@media (min-width:768px) {
	.orchestra-title .txt {
		font-size: 19px;
	}
}
.orchestra-contents {
	margin-top: 40px;
}
@media (min-width:768px) {
	.orchestra-contents {
		margin-top: 100px;
	}
}
.event .orchestra-contents h2 {
	text-align: center;
	color: #0063c4;
	font-size: 25px;
	margin-bottom: 10px;
	font-weight: 400;
}
@media (min-width:768px) {
	.event .orchestra-contents h2 {
		font-size: 36px;
		margin-bottom: 30px;
	}
}
.contents-box {
	margin: 15px 0;
	padding: 15px;
	border: 2px solid #0063c4;
}
@media (min-width:768px) {
	.contents-box {
		margin: 25px 0;
		padding: 40px 80px;
	}
}
.event .orchestra-contents h3 {
	text-align: center;
	padding: 10px 0;
	color: #fff;
}
.event .orchestra-contents h3 span {
	display: block;
	font-weight: 400;
}
.event .orchestra-contents h3 .main-title {
	line-height: 1;
	font-size: 22px;
}
@media (min-width:768px) {
	.event .orchestra-contents h3 .main-title {
		font-size: 24px;
	}
}
.event .orchestra-contents h3 .sub-title {
	font-size: 18px;
	line-height: 1.2;
}
@media (min-width:768px) {
	.event .orchestra-contents h3 .sub-title {
		font-size: 20px;
	}
}

.element-box {
	margin-bottom: 40px;
}
@media (min-width:768px) {
	.element-box {
		margin-bottom: 50px;
	}
}
.element-box .contents-data {
	margin: auto;
	width: 90%;
	font-size: 14px;
	color: #00002c;
	font-weight: 600;
}
@media (min-width:768px) {
	.element-box .contents-data {
		margin: 0 20px;
		font-size: 17px;
	}
}
.contents-data .main-txt {
	color: #0063c4;
	margin-top: 20px;
}
#info .element-box .place-title {
	width: 215px;
	font-size: 15px;
	background-color: #0063c4;
	font-weight: 500;
	padding: 3px 0 3px 10px;
	color: #fff;
}
@media (min-width:768px) {
	#info .element-box .place-title {
		padding: 3px 0 3px 20px;
	}
}
.element-box .place-title span {
	font-size: 22px;
	font-weight: 400;
	margin-right: 10px;
}
.event .contents-box .note {
	margin-top: 15px;
	margin-bottom: 20px;
	color: #00002c;
	margin-left: 1em;
	text-indent: -1em;
	font-size: 12px;
	line-height: 1.7;
}
@media (min-width:768px) {
	.event .contents-box .note {
		font-size: 14px;
	}
}
.coming {
	text-align: center;
	font-weight: bold;
}
@media (min-width:768px) {

}

@media not (min-width:768px) {

}





