@charset "UTF-8";

@import 'https://fonts.googleapis.com/earlyaccess/notosansjapanese.css';

*,
*:before,
*:after {
 	box-sizing: border-box;
 }

ul,ol {
	list-style: none;
}
dl,dt,dd {
	margin: 0;
	padding: 0;
}

html {
	font-size: 10px;
}

body {
	background: #fff;
	color: #58382a;
	line-height: 2.0;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	-webkit-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
	font-size: 1.4rem;
	text-align: center;
}

a {
	text-decoration: underline;
	color: #58382a;
}

header h1 {
}
header h1 img {
	width: 160px;
	height: auto;
}
header h1 span {
	display: block;
	font-weight: 600;
	font-size: 2.0rem;
	line-height: 1.5;
	margin: 0 0 20px;
}

article > div {
	width: 100%;
	background: #c0ae72;
	text-align: center;
	padding: 50px 0;
}
article > div h2 {
	font-size: 2.4rem;
}
article > div p {
	margin: 0 0 20px;
	font-size: 1.6rem;
}




footer {
	padding: 20px 0;
}
footer dl {
	text-align: center;
}
footer dl dt {
	font-weight: bold;
}
footer dl dd:first-of-type {
	margin: 0 0 20px;
}