@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}

body {
	font-family: "dnp-shuei-nmincho-std", sans-serif;
	font-weight: 400;
	font-style: normal;
	width: 100%;
	background: url("../images/main_bg.jpg") repeat-x;
	background-position: center;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

ul {
	list-style-type: none;
}

ul li {
	list-style-type: none;
}


/**********************************
						見出し
**********************************/

h2 {
	display: block;
	font-weight: 500;
	font-size: 2.8rem;
	color: #614a23;
	line-height: 1.8;
	text-align: center;
}




@media screen and (max-width: 640px) {
	h2 {
		font-size: 1.8rem;
	}
}