@charset "UTF-8";




/* CSS STYLE */
body {
	padding: 100px 0 0 0;
	font-size: 16px;
	letter-spacing: 0.02em;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
	letter-spacing: 0.03em;
}


a:hover,
a:active {
	color: #000;
	text-decoration: none;
}

a,
a img,
a video {
	-webkit-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	transition: 0.1s linear;
}
a:hover img {
	opacity: 0.8;
}

img {
	max-width: 100%;
	height: auto;
}
video {
	width: 100%;
}




.fl { float: left; }
.fr { float: right; }

.pcnone {
	display: none;
}


/* HEADER */

header {
	position: fixed;
	top: 0;
	left: 0;
	background: #ffffff;
	width: 100%;
	height: 100px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-webkit-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	transition: 0.1s linear;
	z-index: 20000;
}

header.active {
	margin-top: -40px;
}

.header-top {
	position: relative;
	background: #eae3cc;
	width: 100%;
	height: 50px;
	z-index: 1;
}


.header-top .dvergr {
	width: 181px;
	height: 30px;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 0;
}
.header-top .dvergr img {
	width: 181px;
	height: 30px;
}



.header-btm {
	position: relative;
	background: #fff;
	width: 100%;
	height: 60px;
	z-index: 2;
}

.header-btm #menu-open {
	display: none;
}

#menu-area {
	display: inline !important;
}



.header-btm .menu-list {
	position: relative;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 60px;
	font-size: 0;
	line-height: 1;
	text-align: center;
	z-index: 2;
}

.header-btm .menu-list a {
	text-decoration: none;
	color: #000;
}
.header-btm .menu-list a:hover {
	color: #ff6e2d;
}
.header-btm .menu-list > li {
	display: inline-block;
	height: 60px;
	vertical-align: top;
}
.header-btm .menu-list > li > a {
	position: relative;
	display: inline-block;
	height: 60px;
	padding: 0 15px;
	line-height: 60px;
	font-size: 16px;
}



@media screen and (max-width:1520px) {
.header-btm .menu-list {
	padding: 0 190px;
}
}
@media screen and (max-width:1120px) {
.header-btm .menu-list {
	padding: 0 125px;
}
.header-btm .menu-list > li > a {
	padding: 0 10px;
	font-size: 13px;
}
}
@media screen and (max-width:950px) {
.header-btm .logo {
	left: 10px;
	width: 100px;
}
.header-btm .menu-list {
	padding: 0 120px;
}
.header-btm .menu-list > li > a {
	padding: 0 3px;
	font-size: 11px;
}
}


/* FOOTER */

footer {
	position: relative;
	background: #eae3cc;
	width: 100%;
	height: 40px;
	margin: 50px 0 0 0;
	z-index: 3;
}

footer a {
	text-decoration: none;
	color: #000;
}

footer a:hover {
	color: #00b5f0;
}


footer .copyright {
	margin: 0 auto;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	color: #000;
}


@media screen and (max-width:1000px) {
footer .copyright {
	font-size: 13px;
}
}





/* SITEPARTS */
#wrap {
	position: relative;
	width: 100%;
	padding: 20px;
	overflow-x: hidden;
	z-index: 2;
}

.outside {
	position: relative;
	width: 100%;
	max-width: 1320px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.inside {
	position: relative;
	width: 100%;
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}



