@charset "UTF-8";
/*
	Theme Name: Architecture en Bois
*/
body {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
header {
	width: 100%;
	max-width: 647px;
	text-align: center;
	margin: 0 auto;
	padding-top: 25px;
}
header h1 {
	margin-bottom: 30px;
}
header h1 img {
	width: 312px;
	height: auto;
}
header h2 {
	margin-bottom: 60px;
}
header h2 img {
	width: 445px;
	height: auto;
}
.thumbnail ul {
	width: 90%;
	max-width: 647px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.thumbnail ul li {
	width: 189px;
	line-height: 0;
	margin-bottom: 34px;
}
.thumbnail ul li img {
	width: 100%;
	height: auto;
}
hr {
	border-color: #000;
	width: 90%;
	max-width: 530px;
	margin: 14px auto 40px;
}
.poster p {
	text-align: center;
	margin-bottom: 30px;
}
.poster ul {
	width: 90%;
	max-width: 632px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.poster ul li {
	width: 299px;
	line-height: 0;
	margin-bottom: 34px;
}
.poster ul li img {
	width: 100%;
	height: auto;
	border: 1px solid #000;
}
footer div {
	text-align: center;
	font-size: 12px;
	margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
	header h1 img {
		width: 240px;
		height: auto;
	}
	header h2 img {
		width: 300px;
		height: auto;
	}
	.thumbnail ul li {
		width: 45%;
		line-height: 0;
		margin-bottom: 34px;
	}
	.poster p {
		font-size: 13px;
	}
	.poster ul li {
		width: 45%;
		margin-bottom: 34px;
	}
	footer div {
		font-size: 10px;
	}
}