@charset "UTF-8";
/* CSS Document */

header {
	width: 100%;
	position: fixed;
}
.top {
	display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
	padding: 10px 0;
	width: 70%;
	font-family: "Didot";
	font-size: 18px;
}
.top a {
	color: #000000;
}
nav ul {
	display: flex;
	align-items: center;
}
nav a {
    font-size: 15px;
    font-weight: bold;
    font-family:"Didot";
    color: #000;
    margin-left: 30px;
}
h2 {
	font-size: 50px;
	padding-top: 80px;
	font-family:"游明朝体";
}
.graphic {
	height: 150px;
	background: #FDFDFD;
	text-align: center;
}
.main {
	height: 1200px;
	text-align: center;
	background: #FDFDFD;
}
img {
	padding-top: 105px;
}
.detail {
	background: #BBCF9D;
	height: 770px;
}
.detail .btn {
	text-align: center;
}
.hako1 {
	display: flex;
	justify-content:center;
}
.hako1 ul {
	margin: 40px 0 0 40px;
}
.hako1 li {
	margin-bottom: 60px;
}
.hako1 dl {
	display: flex;
}
.hako1 dt {
	font-size: 20px;
	font-family: "游明朝体";
	font-weight: bold;
    letter-spacing: 0.1em;
    color: #7A944B;
    width: 110px;
}
.hako1 db {
	width: 420px;
}
.hako1 p{
    font-size: 20px;
	font-family: "游明朝体";
    line-height: 1.6em;
    padding-left: 80px;
    
}

.contact {
	height: 300px;
	text-align: center;
	background-color: #FDFDFD;
}
.contact p {
	font-size: 20px;
	padding: 20px 0 30px 0;
	font-family: "游明朝体";
}
.btn a{
	display: inline-block;
	background:#7A944B;
	padding: 10px 30px;
	border-radius: 30px;
	font-size: 20px;
	color: #000000;
	text-decoration: none;
	transition: .3s;
	font-family: "Didot";
	
}
.btn a:hover {
	transform: scale(1.1);
}
h3 {
	font-size: 50px;
	padding-top: 50px;
	font-family:"Didot";
}
footer {
	text-align: center;
	height: 80px;
	background-color: #BBCF9D;
	padding: 30px 0;
	color: #000000;
}