.undermaintain_h_filter {
	filter: brightness(50%);
}
.undermaintain_h_notice1 {
	display: block !important;
	position: absolute;
	top: 15%;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9;
	text-align: center;
	align-content: center;
	color: #fff;
	font-weight: bold;
	font-size: 1.5rem;
}
.undermaintain_h_notice1:hover {
	color: white;
	border-bottom: 0;
	text-decoration: none;
}
.undermaintain_h_notice2 {
	display: block !important;
	position: absolute;
	top: -15%;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9;
	text-align: center;
	align-content: center;
	color: #fff;
	font-weight: bold;
	font-size: 1.5rem;
}
.undermaintain_h_notice2:hover {
	color: white;
	border-bottom: 0;
	text-decoration: none;
}
.undermaintain_s_notice1 {
	display: block !important;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9;
	text-align: center;
	align-content: center;
	color: #fff;
	font-weight: bold;
	font-size: 1.5rem;
}
.undermaintain_s_notice1:hover {
	color: white;
	border-bottom: 0;
	text-decoration: none;
}
a {
	text-decoration: none;
}
.undermaintain_c_filter {
	filter: grayscale(100%);
}
.undermaintain_c_notice1 {
	display: block !important;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9;
	text-align: center;
	align-content: center;
	color: black;
	font-size: 1rem;padding-top: 75%;
	border-bottom: 1px solid transparent;
}
.undermaintain_c_notice1:hover {
	border-bottom: 1px solid transparent;
	text-decoration: none;
}
.undermaintain_c_notice2 {
	display: none;
}
.undermaintain_mobile {
	background: #00000061 !important;
}
@media screen and (max-width: 768px) {
	.undermaintain {
		font-size: 24px;
	}
}
