.page-header {
	padding: 15px;
	background-color: #ec6c00;
}

.page-wrap {
	padding: 0 0 80px 0;
	background-color: #ec6c00;
}

.page-logo {
	width: 245px;
}

.nav-box {
	width: calc(100% - 245px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-line-pack: center;
	    align-content: center;
}

.nav {
	padding: 0;
}

.nav__item {
	margin: 0 8px;
}

.yellow {
	color: #f6ab00;
}

.orange {
	color: #ec6c00;
}

.green {
	color: #6eb92b;
}

.blue {
	color: #00192b;
}

.menu {
	width: 100%;
	max-width: 90%;
	margin: 0 auto 20px auto;
	padding: 15px 0;
	border-radius: 999px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.menu__item {
	margin: 0 15px 15px 15px;
	padding-bottom: 15px;
	display: block;
	text-align: center;
	position: relative;
	color: #00192b;
}

.menu__item i, .menu__item span {
	display: inline;
	vertical-align: middle;
}

.menu__item .menu__line {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: fill .3s ease-out;
	-o-transition: fill .3s ease-out;
	transition: fill .3s ease-out;
}

.menu__item span {
	font-size: 23px;
	font-size: 1.278rem;
	line-height: 1.944rem;
	padding: 0 10px;
}

.menu__item:hover, .menu__item.active {
	color: #00ff00;
}

.menu__item:hover .menu__line, .menu__item.active .menu__line {
	fill: #00ff00;
}

.page-content {
	padding: 0 20px;
	max-width:1500px;
	margin:0 auto;
}

.page-center {
	text-align: center;
}

.page-image {
	width: 100%;
	height: auto;
	display: block;
}

.show__title {
	width: 100%;
	padding: 20px 0;
	font-size: 27px;
	font-size: 1.5rem;
	line-height: 2rem;
	cursor: pointer;
	position: relative;
}

.show__title .num {
	width: 36px;
	height: 36px;
	display: inline-block;
	background-color: #00192b;
	border-radius: 999px;
	text-align: center;
	vertical-align: middle;
}

.show__title .text {
	max-width: calc(100% - 100px);
	display: inline-block;
	padding: 0 10px;
	vertical-align: middle;
}

.show__title .icon {
	display: inline-block;
	position: absolute;
	bottom: 25px;
}

.show__title .icon::before {
	padding: 2px 5px;
	border-radius: 99px;
	content: 'Open';
	font-style: normal;
	font-size: 18px;
	font-size: 1rem;
	line-height: 1.5rem;
	background-color: #497b1d;
	font-weight: 700;
}

.show__title.open .icon::before {
	display: none;
}

.show__box {
	padding: 20px;
	border-bottom: 1px solid #00192b;
}

.show__box:last-child {
	border-bottom: none;
}

.orange-bg {
	display: inline-block;
	padding: 5px;
	background-color: #00192b;
}

.show-table-box {
	width: 100%;
	overflow-x: auto;
}

.show-table {
	max-width: 100%;
	min-width: 1400px;
	margin: 10px 0;
	border: 1px solid rgba(255, 255, 255, 0.8);
}

.show-table tr td {
	min-width: 130px;
	padding: 15px 10px;
	border: 1px solid rgba(255, 255, 255, 0.8);
}

.idol {
	width: 100%;
	padding: 20px 0;
}

.idol__item {
	width: calc(25% - 22.5px);
	margin-bottom: 20px;
	margin-right: 30px;
}

.idol__item img {
	width: 100%;
	height: auto;
	display: block;
}

.idol__item p {
	text-align: center;
	padding-top: 10px;
}

.idol__item:nth-child(4n) {
	margin-right: 0;
}

.form__field {
	padding-left: 25px;
}

.q-wrap {
	max-width: 960px;
	margin: auto;
}

@media only screen and (max-width: 960px) {
	.q-wrap {
		padding: 0 15px;
	}
}

.news-title {
	width: 100%;
	margin-bottom: 30px;
	padding: 20px 10px;
	border-bottom: 1px solid #ec6c00;
	font-size: 38px;
	font-size: 2.111rem;
	line-height: 3.167rem;
}

.news-title__date {
	width: 220px;
	color: #f6ab00;
}

.news-title__text {
	width: calc(100% - 220px);
	padding: 0 10px;
}

.location-title {
	margin-bottom: 10px;
	padding: 10px;
	font-size: 25px;
	font-size: 1.389rem;
	line-height: 2.111rem;
}

.location-item {
	width: 100%;
	padding: 20px;
	border-bottom: 1px solid #333;
}

.location-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.location-transport {
	font-size: 25px;
	font-size: 1.389rem;
	line-height: 2.111rem;
	font-weight: bold;
}

.location-icon {
	margin-right: 10px;
	display: inline-block;
	vertical-align: text-bottom;
	font-size: 30px;
}

.location-map {
	width: 100%;
	border: 3px solid #ec6c00;
	margin-bottom: 20px;
	padding-bottom: 50%;
	position: relative;
}

.location-map iframe {
	width: 100%;
	height: 100%;
	position: absolute;
}

.show-img {
	padding: 20px 0;
}

.show-img__item {
	width: 50%;
	padding: 0 10px 20px 10px;
}

.show-img__item img {
	width: 100%;
	display: block;
}
.video-wrap {
	max-width: 1500px;
	margin: auto;
}

.video-area {
	width: 100%;
}

.video-nav {
	width: 100%;
	padding: 10px 0 20px 0;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.video-nav li {
	display: inline-block;
	margin: 0 5px 10px 5px;
}

.video-nav li a {
	text-align: center;
	padding: 5px 15px;
	display: block;
	font-size: 25px;
	font-size: 1.389rem;
	line-height: 2.111rem;
	border-radius: 30px;
	background-color: #00192b;
}

.video-nav li a:hover, .video-nav li a.current {
	background-color: #6eb92b;
	color: #fff;
}

.video-wrap {
	width: 100%;
}

.video {
	width: 100%;
	padding: 5px 0;
}

.video-iframe {
	width: 100%;
	padding-bottom: 50%;
	position: relative;
}

.video-iframe iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
@media only screen and (max-width: 1080px) {
	.news-title {
		font-size: 30px;
		font-size: 1.667rem;
		line-height: 2.5rem;
	}
	.news-title__date {
		width: 168px;
	}
	.news-title__text {
		width: calc(100% - 168px);
	}
	.show-img__item {
		width: 50%;
	}
}

@media only screen and (max-width: 990px) {
	.page-header {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.page-logo {
		width: 100%;
		max-width: 245px;
	}
	.nav-box {
		width: 100%;
	}
	.video-iframe {
		padding-bottom: 60%;
	}
}

@media only screen and (max-width: 768px) {
	.menu {
		margin-bottom: 0;
	}
	.menu__item span {
		font-size: 20px;
		font-size: 1.111rem;
		line-height: 1.667rem;
	}
	.idol__item {
		width: calc(50% - 8px);
		margin-right: 16px;
	}
	.idol__item:nth-child(2n) {
		margin-right: 0;
	}
	.news-title {
		font-size: 25px;
		font-size: 1.389rem;
		line-height: 2.111rem;
	}
	.news-title__date {
		width: 100%;
	}
	.news-title__text {
		width: 100%;
		padding-left: 0;
	}
	.location-map {
		padding-bottom: 70%;
	}
	.show__box {
		padding: 20px 0;
	}
	.show-img__item {
		width: 100%;
		padding: 0 0 20px 0;
	}
	.video-nav li {
		width: calc(50% - 10px);
	}
	.video-nav li a {
		padding: 10px;
		font-size: 20px;
		font-size: 1.111rem;
		line-height: 1.667rem;
	}
	.video-iframe {
		padding-bottom: 70%;
	}
}

@media only screen and (max-width: 480px) {
	.menu__item img {
		width: 20px;
	}
	.menu__item span {
		font-size: 25px;
		font-size: 1.389rem;
		line-height: 2.111rem;
	}
	.menu__item:last-child {
		border-bottom: none;
	}
	.title {
		margin-bottom: 10px;
		font-size: 30px;
		font-size: 1.667rem;
		line-height: 2.5rem;
		letter-spacing: 0em;
	}
	.location-title {
		width: 100%;
		text-align: center;
	}
	.location-map {
		padding-bottom: 100%;
	}
	.video-iframe {
		padding-bottom: 100%;
	}
}

@media only screen and (max-width: 360px) {
	.title {
		padding: 45px 0 20px 0;
		font-size: 25px;
		font-size: 1.389rem;
		line-height: 2.111rem;
	}
}
