@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;
}
.works {
	background: #FDFDFD;
	height: 500px;
	text-align: center;
}
.works p {
	font-size: 20px;
	font-family: "游明朝体";
	color: #000000;
	padding-top: 30px;
}
.works a {
	color: #7A944B;
	font-weight: bold;
}
h2 {
	font-size: 50px;
	padding-top: 80px;
	font-family:"Didot";
}
h3 {
	font-size: 50px;
	padding-top: 50px;
	font-family:"Didot";
}
.web {
	background: #BBCF9D;
	height: 500px;
	text-align: center;
}
.contents {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
.img2 {
	margin-right: 30px;
}
.img2 a {
	display: inline-block;
	transition: .3s;
}
.img2 a:hover {
	transform: scale(1.1);
}
.img2 p {
	font-size: 20px;
	color: #000000;
	padding-top: 10px;
	font-family: "游明朝体";
	font-weight: bold;
}
.img3 {
	margin-left: 30px;
}
.img3 a {
	display: inline-block;
	transition: .3s;
}
.img3 a:hover {
	transform: scale(1.1);
}
.img3 p {
	font-size: 20px;
	color: #000000;
	padding-top: 10px;
	font-family: "游明朝体";
	font-weight: bold;
}
.graphic {
	background: #BBCF9D;
	height: 500px;
	text-align: center;
}
.banner {
	background: #BBCF9D;
	height: 500px;
	text-align: center;
}
.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);
}
footer {
	text-align: center;
	height: 80px;
	background-color: #BBCF9D;
	padding: 30px 0;
	color: #000000;
}