html {
	background: #efefef;
}

body {
	width: 1366px;
	margin: 0 auto;
	text-align: center;
	background: #fff;
}

a{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.sp {
	display: none;
}

.cta {
	padding: 50px 0 80px;
}

.cta > a {
	margin: 0 auto;
	display: block;
}

.cta > a:first-child {
	margin-bottom: 50px;
}

.map {
	position: relative;
}

.map iframe {
	width: 605px;
	height: 500px;
	position: absolute;
	top: 203px;
	left: 183px;
}

header {
	position: relative;
}

header li {
	position: fixed;
	top: 0;
	z-index: 9999;
}

header li:first-child {
	left: 650px;
}

header li:last-child {
	left: 930px;
}



footer {
	padding: 20px 0;
	font-size: 14px;
	color: #fff;
	background: #000;
}

footer ul {
	margin: 0 auto 20px;
	display: flex;
	align-items: center;
	justify-content: center;    
}
footer li {
	padding: 0 10px;
}
footer li a {
	color: #fff;
}


iframe {
	width: 100%;
}

section {
	position: relative;
}

section .btn_cv {
	width: 683px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

section .btn_cv.cv_01 {
	bottom: 200px;
}

section .btn_cv.cv_02 {
	bottom: 50px;
}

section .btn_cv.cv_03 {
	bottom: 180px;
}

section .btn_cv.cv_04 {
	top: 680px;
}

section .btn_cv.cv_05 {
	bottom: 170px;
}

section .btn_cv.cv_06 {
	bottom: 250px;
}