@charset "utf-8";
@import "destyle.css";
@import "import-font.css";
body {
	font-family: "TsukuhouMincho";
	background-color: #ebeeeb;
}

.top {
	width: 100%;
	height: 120px;
	background-size: cover;
	background-position: center;
	text-align: center;
	position: relative;
}

.title {
	color: rgb(0, 0, 0);
	display: inline-block;
	font-weight: bold;
	font-size: 48px;
	letter-spacing: 0.5vw;
	position: absolute;
	bottom: 10px;
	left: 4vw;
	white-space: nowrap;
}

.main {
	margin: 50px 4vw 20px 4vw;
	font-size: 28px;
	text-align: left;
	letter-spacing: 0.2vw;
	h2 {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 700px) {
	.main {
		font-size: 20px;
	}
}
