@charset "utf-8";

header {
	padding: 52px 0 22px;
}

.logo img {
	width: 100%;
	max-width: 427px;
}

.hWrap {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.gNav ul {
	display: flex;
	justify-content: space-between;
}
.gNav ul li {
	width: 121px;
	text-align: center;
}
.gNav ul li a {
	font-size: 16px;
	color: #333;
}
.gNav ul li a:hover {
	color: #F35913;
}

/* Slider */

.slider img {
	width: 100%;
}

/* Items */

.items {
	display: flex;
	justify-content: space-between;
}

/* title */

.box-tlt {
	text-align: center;
	font-size: 14px;
	color: #333;
}
.box-tlt p {
	text-align: center;
	font-size: 33px;
	color: #F25913;
	font-weight: bold;
	padding-bottom: 25px;
	font-family: 'Kozuka Gothic Pr6N';
}

/* Button */
.tBtn {
	display: block;
	width: 360px;
	padding: 15px 0;
	text-align: center;
	margin: 0 auto;
	color: #fff !important;
	background-color: #00A200;
}
.tBtn:hover {
	opacity: 0.7;
}

/* Footer
-------------------------------------------------*/

footer {
	background-color: #FFF5E5;
	padding: 80px 0 200px;
}
.copyright {
	margin-top: 80px;
	text-align: center;
	font-size: 16px;
}