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

html{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", 'Noto Sans JP', sans-serif;
	font-weight: 600;
	font-feature-settings: "palt";
	font-size:14px;
	line-height:1.7;
	color:#333;
	}

body{
	margin:0;
	min-width:1000px;
	-webkit-text-size-adjust: none;
	}	

/*common
------------------------------------------*/
h1,h2,h3,h4,h5,ul,li,ol,dl,dt,dd,table,figure,address{
	border-collapse:collapse;
	list-style:none;
	font-style: normal;
	margin:0;
	padding:0;
	}

*{
	box-sizing:border-box;
	letter-spacing: 0.1em;
	}

img{
	border:none;
	vertical-align:middle;
	max-width:100%;
	transition: .3s;
	}

a{
	color:#c4932a;
	text-decoration:none;
	-webkit-transition:all .3s;
	transition:all .3s;
	}

a:hover{
	opacity: 0.6;
	}

a.btn01{
	display: inline-block;
	background-color: #c4932a;
	border-radius: 5px;
	color: #fff;
	padding: 10px 20px;
	}

.alignL{text-align:left;}
.alignR{text-align:right;}
.alignC{text-align:center;}
.inner{ width:960px; margin:0 auto; position:relative; }
.inner:after{ content:""; display:block; clear:both;}
.fr{ float:right;}
.fl{ float:left;}
img.fr,figure.fr{ width:40%; margin:0 0 20px 20px;}
img.fl,figure.fl{ width:40%; margin:0 20px 20px 0;}
.mt0{ margin-top: 0;}
.mt10{ margin-top: 10px;}
.mt20{ margin-top: 20px;}
.mt30{ margin-top: 30px;}
.mt40{ margin-top: 40px;}
.mt50{ margin-top: 50px;}
.fs80{ font-size: 80%;}

.clear{ clear:both;}

.cf:after{
	content:" ";
	display:block;
	clear:both;
	}

ul.x2 li{
	float:left;
	width:340px;
	margin-right:30px;
	}

ul.x2 li:nth-child(2n){
	margin-right:0;
	}

ul.x3 li{
	float:left;
	width:220px;
	margin-right:25px;
	}

ul.x3 li:nth-child(3n){
	margin-right:0;
	}

ul.x2::after,
ul.x3::after{
	content:" ";
	display:block;
	clear:both;
	}


/*header
------------------------------------------*/
header{
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
	display:flex;
	justify-content:space-between;
	}

header h1{
	font-size: 10px;
	color: #999;
	margin-bottom: 20px;
	}

header ul{
	text-align: right;
	margin-bottom: 20px;
	font-size: 10px;
	}

header ul li{
	display: inline-block;
	margin-left: 10px;
	}

header ul li a{
	color: #999;
	}

header p{
	color: #666;
	font-size: 12px;
	line-height: 1;
	text-align: right;
	margin: 0;
	}

header p span{
	display: block;
	font-size: 24px;
	color: #c4932a;
	background: url(../img/call.png) no-repeat left top;
	padding: 0 0 3px 30px;
	}


/*nav
------------------------------------------*/
nav{
	width: 960px;
	margin: 20px auto;
	}

nav ul{
	display: flex;
	}

nav ul li{
	flex-basis: 192px;
	}

nav ul li a{
	display: block;
	text-align: center;
	font-size: 15px;
	color: #333;
	}

nav ul li.ac a{
	color: #c4932a;
	}

nav ul li a span{
	display: block;
	border-right: 1px dotted #ccc;
	}

nav ul li:first-child a span{
	border-left: 1px dotted #ccc;
	}

.navBtn,
#open{
	display:none;
	}


/*footer
------------------------------------------*/
footer{
	color: #666;
	padding: 30px 0;
	}

footer ul{
	display: flex;
	flex-wrap: wrap;
	width: 540px;
	}

footer ul li{
	flex-basis: 135px;
	}

footer ul li a{
	background: url(../img/arr_02.gif) no-repeat left center;
	padding-left: 10px;
	color: #666;
	}

footer address{
	margin-top: 30px;
	font-size: 12px;
	}

footer address strong{
	font-size: 16px;
	}

footer p{
	margin: 0;
	position: absolute;
	right: 0;
	font-size: 12px;
	}

footer p.copyright{
	bottom: 0;
	}

footer p.pagetop{
	top: 0;
	}

footer p.pagetop a{
	display: inline-block;
	background: url(../img/arr_01.gif) no-repeat 20px center;
	background-color: #666;
	color: #fff;
	padding: 10px 20px 10px 35px;
	}


/*top
------------------------------------------*/
section:not(#title):not(#pankuzu){
	padding: 80px 0;
	}

#kv{
	width: 100%;
	height: 650px;
	background: url(../img/kv.jpg) no-repeat center;
	display: flex;
	align-items: center;
	justify-content: center;
	}

#kv p{
	font-size: 40px;
	font-family: "Sawarabi Mincho";
	font-weight: normal;
	line-height: 80px;
	letter-spacing: 4px;
	text-align: center;
	text-shadow:0px 0px 5px #000000;
	color: #fff;
	margin: 0;
	}

.cta{
	background: url(../img/bg_01.jpg) center;
	color: #fff;
	text-align: center;
	padding: 60px 0;
	}

.cta dl{
	line-height: 1;
	}

.cta dt{
	font-size: 25px;
	margin-bottom: 30px;
	}

.cta dt span{
	display: inline-block;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	}

.cta dd{
	display: inline-block;
	text-align: right;
	font-size: 20px;
	vertical-align: top;
	padding: 0 30px;
	}

.cta dd span{
	display: block;
	font-size: 45px;
	background: url(../img/call_02.png) no-repeat left top;
	padding: 0 0 5px 50px;
	}

.cta dd a{
	display: block;
	font-size: 28px;
	background-color: #c4932a;
	border-radius: 5px;
	color: #fff;
	padding: 20px 30px;
	}

.cta dd .call a{
	font-size: 18px;
	background: none;
	padding: 0;
	color: #fff;
	}

#home01 h2{
	text-align: center;
	font-size: 36px;
	}

#home01 h2 + p{
	margin: 20px 0 50px;
	}

#home01 ul.service01{
	display: flex;
	margin-bottom: 50px;
	}

#home01 ul.service01 li{
	flex-basis: 440px;
	}

#home01 ul.service01 li + li{
	flex-basis: 520px;
	}

#home01 ul.service01 li h3{
	font-size: 22px;
	border-bottom: 2px solid #c4932a;
	padding: 0 0 10px 40px;
	margin-bottom: 20px;
	}

#home01 ul.service01 li p{
	padding-left: 40px;
	}

#home01 ul.service02{
	display: flex;
	justify-content:space-between;
	width: 100%;
	flex-wrap:wrap;	
	}

#home01 ul.service02 li{
	flex-basis: 290px;
	}

#home01 ul.service02 li h3{
	font-size: 18px;
	text-align: center;
	margin-top: 15px;
	}

#home01 ul.service02 li .btn01{
	display: block;
	text-align: center;
	width: 200px;
	margin: 0 auto;
	}

#home02{
	background-color: #fbf8f4;
	}

#home02 ul{
	display: flex;
	}

#home02 ul li{
	flex-basis: 520px;
	}

#home02 ul li + li{
	flex-basis: 440px;
	}

#home02 ul li h3{
	font-size: 22px;
	border-bottom: 2px solid #c4932a;
	padding-bottom: 10px;
	margin-bottom: 20px;
	}

#home02 ol{
	counter-reset: item;
	}

#home02 ol li{
	line-height: 2.2;
	}

#home02 ol li:before {
	counter-increment: item;
	content: counter(item)'';
	color: #fff;
	background-color: #c4932a;
	margin-right: 10px;
	width: 20px;
	line-height: 20px;
	display: inline-block;
	text-align: center;
	}

#home03 h2{
	font-size: 24px;
	text-align: center;
	}

#home03 p{
	margin: 30px 0 0;
	}



/*sub
------------------------------------------*/
#title{
	background: url(../img/kv.jpg) no-repeat center;
	}

#title h2{
	background-color: rgba(0,0,0,0.6);
	text-align: center;
	color: #fff;
	font-size: 40px;
	padding: 30px;
	}

#pankuzu{
	background-color: #f7f7f7;
	color: #999;
	font-size: 12px;
	padding: 10px 0;
	}

#pankuzu ul{
	width: 960px;
	margin: 0 auto;
	}

#pankuzu ul li{
	display: table-cell;
	}

#pankuzu ul li a{
	color: #999;
	}

#pankuzu ul li:not(:first-child)::before{
	content: ">";
	margin: 0 10px;
	}

#main{
	width: 710px;
	float: left;
	}

#main h3{
	padding-left: 30px;
	font-size: 28px;
	line-height: 1;
	position: relative;
	margin-bottom: 30px;
	}

#main h3:not(:first-child){
	margin-top: 70px;
	}

#main h3::before,
#main h3::after{
	content: "";
	display: block;
	background-color: #e0bd7e;
	width: 3px;
	height: 26px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -13px;
	}

#main h3::after{
	background-color: #c4932a;
	width: 5px;
	left: 5px;
	}

#main h4{
	padding: 10px;
	font-size: 18px;
	background-color: #fbf8f4;
	border-bottom: 2px solid #c4932a;
	}

#main h4:not(:first-child){
	margin-top: 50px;
	}

#main h5{
	font-size: 16px;
	padding-bottom: 5px;
	margin-top: 30px;
	border-bottom: 3px double #ddd;
	}

#main u{
	background: linear-gradient(transparent 60%, #f1eed2 60%);
	text-decoration: none;
	}

#main ul + dl{ margin-top: 20px; }
#main h5 + dl{ margin-top: 20px; }

#main h3.about{
	line-height: 1.3;
	}

#main h3.about::before,
#main h3.about::after{
	height: 70px;
	top: 0;
	margin-top: 0;
	}

dl.column01{
	margin-bottom: 30px;
	}

dl.column01 dt{
	border: 1px solid #ddd;
	background-color: #fbf8f4;
	padding: 10px;
	margin-bottom: -1px;
	}

dl.column01 dd{
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #ddd;
	}

dl.column01 p{
	margin-bottom: 0;
	}

table{
	width: 100%;
	}

table td,
table th{
	border: 1px solid #ddd;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	}

table th{
	width: 27%;
	background-color: #fbf8f4;
	}

.access{
	width: 100%;
	height: 400px;
	}

ul.repair li{
	margin-bottom: 30px;
	}

ul.repair li a{
	display: block;
	padding: 20px;
    background-color: #fbf8f4;
	color: #333;
	position: relative;
	min-height: 240px;
	}

ul.repair li a h4{
	padding: 0 0 5px 0 !important;
	}

ul.repair li a figure{
	position: absolute;
	right: 20px;
	top: 20px;
	width: 290px;
	}

ul.repair li a span{
	display: inline-block;
	background-color: #c4932a;
	border-radius: 5px;
	color: #fff;
	padding: 5px 20px;
	margin-top: 15px;
	}

ul.repair li a p{
	width: 350px;
	}

ul.disc li{
	list-style: disc;
	margin-left: 20px;
	}

ul.works01{
	position: relative;
	}

ul.works01::before{
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	display: block;
	border-style: solid;
	border-width: 40px 0 40px 30px;
	border-color: transparent transparent transparent #c4932a;
	top: 50%;
	left: 50%;
	z-index: 2;
	margin: -40px 0 0 -15px;
	}

ul.works01 figure{
	position: relative;
	}

ul.works01 figure figcaption{
	position: absolute;
	top: 10px;
	left: 10px;
	display: inline-block;
	background-color: #fff;
	padding: 5px;
	}

ul.flow li{
	border: 2px solid #ddd;
	margin-bottom: 50px;
	position: relative;
	}

ul.flow li::after{
	content: "";
	border-style: solid;
	border-width: 20px 40px 0 40px;
	border-color: #c4932a transparent transparent transparent;
	position: absolute;
	bottom: -35px;
	left: 50%;
	margin-left: -40px;
	}

ul.flow li:last-child::after{
	content: none;
	}

ul.flow li h4 span{
	font-size: 14px;
	display: inline-block;
	background-color: #fff;
	border: 1px solid #c4932a;
	border-radius: 5px;
	color: #c4932a;
	padding: 3px 5px;
	margin-right: 10px;
	vertical-align: top;
	}

ul.flow li p{
	margin: 10px;
	}

dl.accordion > dt{
	cursor: pointer;
	border: 1px solid #ddd;
	padding: 15px;
	clear: both;
	color:#c4932a;
	}

dl.accordion > dt::before{
	content: "Q";
	background-color: #c4932a;
	color: #fff;
	display: inline-block;
	padding: 0 5px;
	margin-right: 10px;
	text-align: center;
	}

dl.accordion > dd{
	display: none;
	border: 1px solid #ddd;
	background-color: #fbf8f4;
	padding: 15px;
	}

.accordion_icon{	
	display: inline-block;
	transition: all .4s;
	margin:0;
	background-color: #fff;
	position: relative;
	width: 25px;
	height: 25px;
	float: right;
	}

.accordion_icon span {
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 7px;
	width: 50%;
	height: 2px;
	background-color: #c4932a;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	}

.accordion_icon span:nth-of-type(1) {
	top: 11px;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	}

.accordion_icon span:nth-of-type(2) {
	top:11px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	}

/*＋、－切り替え*/
.accordion_icon.active span:nth-of-type(1) {
	display:none;
	}

.accordion_icon.active span:nth-of-type(2) {
	top: 13px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	}

#side{
	width: 220px;
	float: right;
	}

#side .cta{
	background: none;
	border: 1px solid #c4932a;
	color: #333;
	padding: 10px;
	}

#side .cta dt{
	font-size: 16px;
	line-height: initial;
	margin-bottom: 15px;
	}

#side .cta dt span{
	border-color: #c4932a;
	}

#side .cta dd{
	display: block;
	text-align: center;
	font-size: 50%;
	padding: 0;
	}

#side .cta dd span{
	font-size: 23px;
	letter-spacing: 1px;
	color: #c4932a;
	background-image: url(../img/call.png);
	padding: 0 0 5px 20px;
	}

#side .cta dd a{
	font-size: 16px;
	padding: 10px;
	margin-top: 20px;
	}

#side .column{
	background: url(../img/home_02.jpg) no-repeat center;
	background-size: cover;
	border: 1px solid #ccc;
	margin-top: 20px;
	}

#side .column a{
	display: block;
	background-color: rgba(0,0,0,0.5);
	border: 2px solid #fff;
	color: #fff;
	padding: 15px;
	font-size: 20px;
	text-align: center;
	}

#side .column a span{
	display: block;
	font-size: 11px;
	}

#side ul{
	margin-bottom: 30px;
	}

#side ul li{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-bottom: -1px;
	}

#side ul li a{
	display: block;
	padding: 15px 15px 15px 25px;
	color: #333;
	position: relative;
	}

#side ul li a::before{
	content:"";
	display: block;
	width: 14px;
	height: 14px;
	background: url(../img/arr_01.gif) no-repeat center #c4932a;
	transform: rotate(90deg);
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -7px;
	}

#side ul li.ac a{
	background-color: #fbf8f4;
	}

ul.sitemap > li{
	border-bottom: 1px dashed #ddd;
	padding-bottom: 10px;
	margin-bottom: 10px;
	}

ul.sitemap > li > ul{
	}

ul.sitemap > li > ul li::before{
	content: "-";
	margin: 0 5px;
	}


/*form
------------------------------------------*/
form span{
	font-size:12px;
	color:#999;
	margin-left:10px;
	display: inline-block;
	}

form th span{
	margin: 0;
	padding: 3px;
	float: right;
	background-color: #ff3333;
	color: #fff;
	}

form th span.option{
	background-color: #57adef;
	}

form input:not([type="checkbox"]):not([type="submit"]):not([type="file"]):not([type="button"]){
	width:250px;
	padding: 7px;
	}

form textarea{
	width:100%;
	height:150px;
	padding: 7px;
	}

p input{
	width:150px;
	height:40px;
    background-color: #c4932a;
	border: none;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	}





/*SP
================================================================================================================================*/
@media screen and (max-width: 480px){

/*common
------------------------------------------*/
body{
	min-width:initial;
	}

.inner{ width:initial; }

ul.x2 li,
ul.x3 li{
	float:none;
	width:initial;
	margin:0 0 20px;
	}


/*header
------------------------------------------*/
header{
	width: initial;
	padding: 0;
	display:block;
	}

header h1{
	margin-bottom: 0;
	border-top: 2px solid #c4932a;
	background-color: #f5f5f5;
	padding: 5px;
	}

header figure{
	margin: 10px;
	}

header ul{
	display: none;
	}

header p{
	display: none;
	}


/*nav
------------------------------------------*/
nav{
	width: 100%;
	margin: 0;
	position: absolute;
	display: none;
	z-index: 9999;
	}

nav ul{
	display: block;
	background-color: rgba(0,0,0,0.8);
	}

nav ul li{
	border-top: 1px solid #ddd;
	}

nav ul li a{
	padding: 15px;
	color: #fff;
	}

nav ul li a span,
nav ul li:first-child a span{
	border: none;
	}


/*footer
------------------------------------------*/
footer{
	padding: 0 0 90px 0;
	text-align: center;
	}

footer ul{
	width: initial;
	margin-left: -1px;
	}

footer ul li{
	flex-basis: 50%;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	}

footer ul li:first-child{
	flex-basis: 100%;
	}

footer ul li a{
	background-position: 10px center;
	padding: 10px;
	display: block;
	}

footer address{
	margin-top: 0;
	padding: 15px;
	}

footer p{
	position: static;
	}

footer p.copyright{
	bottom: 0;
	padding-bottom: 15px;
	}

footer p.pagetop{
	top: 0;
	}

footer p.pagetop a{
	display: block;
	background-position: center 15px;
	padding: 30px 0 10px;
	}


/*top
------------------------------------------*/
section:not(#title):not(#pankuzu){
	padding: 15px;
	}

#kv{
	height: 200px;
	background-size: cover;
	}

#kv p{
	font-size: 18px;
	line-height: 2;
	letter-spacing: 0;
	}

.cta{
	padding: 10px !important;
	position: fixed;
	bottom: 0;
	z-index: 9999;
	width: 100%;
	}

.cta dt{
	font-size: 13px;
	margin-bottom: 10px;
	}

.cta dt span{
	display: block;
	}

.cta dd{
	width: 48%;
	text-align: center;
	font-size: 50%;
	padding: 0;
	}

.cta dd span{
	display: block;
	font-size: 18px;
	background: none;
	padding: 0 0 5px 0;
	}

.cta dd a{
	font-size: 12px;
	padding: 10px 8px;
	display: inline-block;
	}

#home01 h2{
	font-size: 26px;
	}

#home01 h2 + p{
	margin: 15px 0;
	}

#home01 ul.service01{
	display: block;
	margin-bottom: 25px;
	}

#home01 ul.service01 li h3{
	padding: 0 0 5px 0;
	margin: 15px 0;
	text-align: center;
	}

#home01 ul.service01 li p{
	padding-left: 0;
	}

#home01 ul.service01 li p + p{
	text-align: center;
	}

#home01 ul.service02{
	display: block;
	}

#home01 ul.service02 li{
	margin-bottom: 20px;
	}

#home02{
	background-color: #fbf8f4;
	}

#home02 ul{
	display: block;
	}

#home02 ul li h3{
	font-size: 17px;
	margin-bottom: 15px;
	}

#home02 ul li h3 br{
	display: none;
	}

#home02 ol li{
	line-height: 1.5;
	margin-bottom: 10px;
	padding-left: 30px;
	position: relative;
	}

#home02 ol li:before {
	position: absolute;
	left: 0;
	top: 0;
	}

#home03 h2{
	font-size: 20px;
	text-align: left;
	}

#home03 p{
	margin: 15px 0 0;
	}



/*sub
------------------------------------------*/
#title{
	background: url(../img/kv.jpg) no-repeat center;
	}

#title h2{
	font-size: 30px;
	padding: 15px;
	}

#pankuzu{
	overflow-x: scroll;
	white-space: nowrap;
	}

#pankuzu ul{
	width: initial;
	margin-left: 10px;
	}

#main{
	width: initial;
	float: none;
	}

#main h3{
	padding-left: 20px;
	margin-bottom: 15px;
	font-size: 24px;
	line-height: 1.3;
	}

#main h3:not(:first-child){
	margin-top: 30px;
	}

#main h3.about{
	line-height: 1.3;
	font-size: 20px;
	padding-left: 0;
	}

#main h3.about::before,
#main h3.about::after{
	content: none;
	}

#main h4:not(:first-child){
	margin-top: 25px;
	}

dl.column01{
	margin-bottom: 30px;
	}

dl.column01 dt{
	border: 1px solid #ddd;
	background-color: #fbf8f4;
	padding: 10px;
	margin-bottom: -1px;
	}

dl.column01 dd{
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #ddd;
	}

dl.column01 p{
	margin-bottom: 0;
	}

table{
	width: 100%;
	}

table td,
table th{
	display: block;
	margin-bottom: -1px;
	}

table th{
	width: 100%;
	}

.access{
	height: 300px;
	}

ul.repair li{
	margin-bottom: 15px;
	}

ul.repair li a figure{
	position: static;
	width: 100%;
	}

ul.repair li a span{
	display: block;
	text-align: center;
	}

ul.repair li a p{
	width: initial;
	margin-bottom: 0;
	}

ul.works01::before{
	transform: rotate(90deg);
	}

dl.accordion > dt{
	padding: 10px;
	padding-left: 40px;
	position: relative;
	}

dl.accordion > dt::before{
	position: absolute;
	top: 10px;
	left: 10px;
	}

dl.accordion > dd{
	padding: 10px;
	}

#side{
	width: initial;
	float: none;
	}

#side .cta{
	display: none;
	}

#side .column{
	background: url(../img/home_02.jpg) no-repeat center;
	background-size: cover;
	border: 1px solid #ccc;
	margin-top: 20px;
	}

#side .column a{
	display: block;
	background-color: rgba(0,0,0,0.5);
	border: 2px solid #fff;
	color: #fff;
	padding: 15px;
	font-size: 20px;
	text-align: center;
	}

#side .column a span{
	display: block;
	font-size: 11px;
	}

#side ul{
	margin-bottom: 30px;
	}

#side ul li{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-bottom: -1px;
	}

#side ul li a{
	display: block;
	padding: 15px 15px 15px 25px;
	color: #333;
	position: relative;
	}

#side ul li a::before{
	content:"";
	display: block;
	width: 14px;
	height: 14px;
	background: url(../img/arr_01.gif) no-repeat center #c4932a;
	transform: rotate(90deg);
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -7px;
	}

#side ul li.ac a{
	background-color: #fbf8f4;
	}



/*form
------------------------------------------*/
form span{
	margin: 5px 0 0;
	display: block;
	}

form input:not([type="checkbox"]):not([type="submit"]){
	width:100%;
	}

form p input{
	-webkit-appearance: none;
	}

.navBtn{
	position:absolute;
	display:block;
	width:30px;
	height:20px;
	z-index:99999;
	top:50px;
	right:10px;
	}

.navBtn span{
	display:inline-block;
	position:absolute;
	left:0;
	width:100%;
	height:3px;
	background-color:#c4932a;
	}

.navBtn.active span{
	background-color:#c4932a;
	}

.navBtn	span:nth-of-type(1){
	top:-1px;
	}

.navBtn	span:nth-of-type(2){
	top:8px;
	}

.navBtn	span:nth-of-type(3){
	bottom:0;
	}

.navBtn	span:nth-of-type(1){
	-webkit-animation:menu-ber01 .75s forwards;
	animation:menu-ber01 .75s forwards;
	}
	
.navBtn	span:nth-of-type(2){
	transition:all .25s .25s;
	opacity:1;
	}

.navBtn	span:nth-of-type(3){
	-webkit-animation:menu-ber02 .75s forwards;
	animation:menu-ber02 .75s forwards;
	}

.active span:nth-of-type(1){
	-webkit-animation:active-menu-ber01 .75s forwards;
	animation:active-menu-ber01 .75s forwards;
	}

.active span:nth-of-type(2){
	opacity:0;
	}
.active span:nth-of-type(3){
	-webkit-animation:active-menu-ber03 .75s forwards;
	animation:active-menu-ber03 .75s forwards;
	}

@-webkit-keyframes menu-ber01{
	0%{-webkit-transform:translateY(8px) rotate(45deg);}
	50%{-webkit-transform:translateY(8px) rotate(0);}
	100%{-webkit-transform:translateY(0) rotate(0);}
	}

@keyframes menu-ber01{
	0%{transform:translateY(8px) rotate(45deg);}
	50%{transform:translateY(8px) rotate(0);}
	100%{transform:translateY(0) rotate(0);}
	}

@-webkit-keyframes menu-ber02{
	0%{-webkit-transform:translateY(-8px) rotate(-45deg);}
	50%{-webkit-transform:translateY(-8px) rotate(0);}
	100%{-webkit-transform:translateY(0) rotate(0);}
	}

@keyframes menu-ber02{
	0%{transform:translateY(-8px) rotate(-45deg);}
	50%{transform:translateY(-8px) rotate(0);}
	100%{transform:translateY(0) rotate(0);}
	}

@-webkit-keyframes active-menu-ber01{
	0%{-webkit-transform:translateY(0) rotate(0);}

	50%{-webkit-transform:translateY(10px) rotate(0);}
	100%{-webkit-transform:translateY(10px) rotate(45deg);}
	}

@keyframes active-menu-ber01{
	0%{transform:translateY(0) rotate(0);}
	50%{transform:translateY(10px) rotate(0);}
	100%{transform:translateY(10px) rotate(45deg);}
	}

@-webkit-keyframes active-menu-ber03{
	0%{-webkit-transform:translateY(0) rotate(0);}
	50%{-webkit-transform:translateY(-8px) rotate(0);}
	100%{-webkit-transform:translateY(-8px) rotate(-45deg);}
	}

@keyframes active-menu-ber03{
	0%{transform:translateY(0) rotate(0);}
	50%{transform:translateY(-8px) rotate(0);}
	100%{transform:translateY(-8px) rotate(-45deg);}
	}

#open{
	display:none;
	}

}