
#mainimg {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 1500px;
	height: 840px;
}

div.about {
	padding-left: 600px;
	position: relative;
}

div.about h1 {
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 46px;
	height: 450px;
	letter-spacing: 6px;
	line-height: 1.7em;
	padding-left: 90px;
	text-align: justify;
	writing-mode: vertical-rl;
}

div.about h1 em {
	display: inline-block;
	font-size: 58px;
	padding: 0 20px 36px 0;
	position: relative;
}

div.about h1 em ruby rt {
	font-size: 16px;
	padding-left: 3px;
}

div.about h1 em sup {
	bottom: 0;
	font-size: 28px;
	position: absolute;
	right: 26px;
}

div.about div.stamp {
	left: 600px;
	position: absolute;
	top: 3px;
}

div.about div.img {
	left: 0;
	position: absolute;
	top: 0;
}

div.about p {
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 16px;
	line-height: 2.2em;
}

div.merit,
div.sougyou {
	display: flex;
	justify-content: space-between;
}

div.merit {
	flex-direction: row-reverse;
}

div.merit div.text,
div.sougyou div.text {
	padding-top: 30px;
	width: 600px;
}

div.merit div.text ul {
	padding: 10px 0 0 80px;
}

div.merit div.text ul li {
	align-items: center;
	display: flex;
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 15px;
}

div.merit div.text ul li em {
	display: inline-block;
	font-size: 25px;
}

div.merit div.text ul li strong {
	border-left: 1px solid black;
	line-height: 1.4em;
	margin-left: 15px;
	padding-left: 15px;
}

div.sougyou div.text p {
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 16px;
	line-height: 2.2em;
}

div.sougyou div.text p strong {
	font-weight: 700;
}

div.tebori h2.subtitle {
	text-align: center;
}

div.tebori ul li {
	align-items: center;
	display: flex;
	justify-content: center;
	position: relative;
}

div.tebori ul li:after {
	background-color: #d6d6d6;
	bottom: 0;
	content: "";
	display: block;
	height: 100%;
	left: 50%;
	position: absolute;
	width: 50%;
}

div.tebori ul li:nth-child(even):after {
	left: 0;
}

div.tebori ul li:nth-child(even) {
	flex-direction: row-reverse;
}

div.tebori ul li div.img {
	z-index: 100;
}

div.tebori ul li:nth-child(odd) div.img {
	padding-right: 50px;
}

div.tebori ul li:nth-child(even) div.img {
	padding-left: 50px;
}

div.tebori ul li div.text {
	width: 300px;
	z-index: 100;
}

div.tebori ul li div.text h3 {
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 24px;
	font-weight: 700;
	text-align: justify;
}

div.top-blog {
	display: flex;
	justify-content: space-between;
	position: relative;
}

div.top-blog div.title {
	width: 430px;
}

div.top-blog div.title h2 {
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 65px;
	font-weight: 700;
	text-align: justify;
}

div.top-blog div.title h2 em {
	font-size: 20px;
	padding-left: 20px;
}

div.top-blog div.title p:nth-child(2) {
	font-size: 13px;
}

div.top-blog ul.bloglist {
	width: 730px;
}

div.top-blog ul.bloglist {
	justify-content: right;
}

div.top-blog ul.bloglist li {
	margin: 0 8px;
}

div.top-blog p.more {
	left: 0;
	position: absolute;
	top: 200px;
}

div.access {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

div.access div.title {
	position: relative;
	width: 440px;
}

div.access div.title h2 {
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 65px;
	font-weight: 700;
	text-align: justify;
}

div.access div.title h2 em {
	font-size: 20px;
	padding-left: 20px;
}

div.access div.title p:not(:last-child) {
	font-size: 14px;
	line-height: 1.6em;
}

div.access div.title table th {
	background-color: black;
	color: white;
	font-size: 12px;
	padding: 0 10px;
}

div.access div.title table td {
	padding: 0 15px;
}

div.access div.title p:last-child {
	bottom: 0;
	position: absolute;
}