@charset "utf-8";

.notoserif {
	font-family: "Noto Serif JP", serif;
}

#wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.maintenance {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 80px 20px 60px;
	text-align: center;
	box-sizing: border-box;
}

.maintenance__logo {
	width: 100%;
	text-align: center;
	margin: 0;
}

.maintenance__logo img {
	display: block;
	max-width: 320px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.maintenance__title {
	font-size: 36px;
	line-height: 1.4;
	color: #333;
	margin: 48px 0 24px;
	font-weight: 500;
}

.maintenance__lead {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	line-height: 2;
	color: #555;
}

@media (max-width: 767px) {
	.maintenance {
		padding: 60px 20px 40px;
	}

	.maintenance__logo img {
		max-width: 240px;
	}

	.maintenance__title {
		font-size: 26px;
		margin-top: 36px;
	}

	.maintenance__lead {
		font-size: 14px;
	}
}
