@charset "utf-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5em;
}
ol, ul {
	list-style: none;
	list-style-position:inside;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

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

/* 書式*/
.mincho{font-family: 'Alex Brush','Hiragino Mincho Pro','ＭＳ Ｐ明朝',cursive;}
.bold{	font-weight:bold;}
.small{font-size:0.8em;}
.medium{font-size:1.3em; line-height:1.5em;}
.large{font-size:1.5em!important;line-height:1.6em;}
.large2{font-size:1.8em!important;line-height:1.6em;}
.large3{font-size:2.0em!important;line-height:1.6em;}
.tel{font-size:3.0em;line-height:1.6em; letter-spacing:-0.03em;}
.red{color:#FF5454;}
.center{text-align:center !important;}
.a_left{text-align:left !important;}
.a_right{text-align:right !important;}

.honbun{padding:0 15px;}

.mb_5 {
  margin-bottom: 5px !important; }

.mb_10 {
  margin-bottom: 10px !important; }

.mb_20 {
  margin-bottom: 20px !important; }

.mb_30 {
  margin-bottom: 30px !important; }

.mb_35 {
  margin-bottom: 35px !important; }

.mb_40 {
  margin-bottom: 40px !important; }

.mb_50 {
  margin-bottom: 50px !important; }

.mb_60 {
  margin-bottom: 60px !important; }

.mb_70 {
  margin-bottom: 70px !important; }

.mb_80 {
  margin-bottom: 80px !important; }

.mb_90 {
  margin-bottom: 90px !important; }

.mb_100 {
  margin-bottom: 100px !important; }

.ml_10 {
  margin-left: 10px; }

.pad_5 {
  padding: 5px; }

.pad_10 {
  padding: 10px; }

.pad_20 {
  padding: 20px; }

.pad_area {
  padding-top: 50px;
  padding-bottom: 50px; }

@media screen and (max-width: 767px) {
  .pad_area {
    padding-top: 30px;
    padding-bottom: 30px; } }

.clear {
  clear: both; }

.c_black {
  color: #000; }

.w_center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; 
}


.f_left{
	text-align: center;
	display: block;
	float:left;
	border: #555 1px solid;
    padding: 8px;
    margin: 10px;
}
.f_right{
	text-align: center;
	display: block;
	float:right;
	border: #555 1px solid;
    padding: 8px;
    margin: 10px;
}
@media screen and (max-width: 767px) {
	.f_left{
		float: none;
		margin:0px auto;
		text-align: center;
	}
	.f_right{
		float:none;
		margin:0px auto;
		text-align: center;
	}
}

.clear{clear:both;}

.res_block{display: none;}
.res_none{display:block;}
.res_center{text-align:left;}
@media screen and (max-width: 767px) {
	.res_block{display: block;}
	.res_none{display:none;}
}

.column_2_50_50{width:100%;}
.column_2_50_50 .left{width:50%; float:left; padding:10px;}
.column_2_50_50 .right{width:50%; float:right; text-align:left;	padding:10px;}
@media screen and (max-width: 767px) {
	.column_2_50_50 .left{width:100%; float:none;}
	.column_2_50_50 .right{width:100%; float:none;}
}

.column_2_30_70{width:100%;}
.column_2_30_70 .left{width:30%; float:left; padding:5px;}
.column_2_30_70 .right{width:70%; float:right; text-align:left;	padding:5px;}
@media screen and (max-width: 767px) {
	.column_2_30_70 .left{width:100%; float:none;}
	.column_2_30_70 .right{width:100%; float:none;}
}

.column_2_70_30{width:100%;}
.column_2_70_30 .left{width:70%; float:left; padding:5px;}
.column_2_70_30 .right{	width:30%; float:right; text-align:left; padding:5px;}
@media screen and (max-width: 767px) {
	.column_2_70_30 .left{width:100%; float:none;}
	.column_2_70_30 .right{width:100%; float:none;}
}

.column_2_60_40{width:100%;}
.column_2_60_40 .left{width:60%; float:left; padding:5px;}
.column_2_60_40 .right{width:40%; float:right; text-align:left;	padding:5px;}
@media screen and (max-width: 767px) {
	.column_2_60_40 .left{width:100%; float:none;}
	.column_2_60_40 .right{width:100%; float:none;}
}

.column_2_40_60{width:100%;}
.column_2_40_60 .left{width:40%; float:left; padding:5px;}
.column_2_40_60 .right{width:60%; float:right; text-align:left;	padding:5px;}
@media screen and (max-width: 767px) {
	.column_2_40_60 .left{width:100%; float:none;}
	.column_2_40_60 .right{width:100%; float:none;}
}

.column_3 > div{
	width : 33.33333% ; 
	width : -webkit-calc(100% / 3) ;
	width : calc(100% / 3) ;
	float:left;
	padding:20px;
	height: auto;
}
@media screen and (max-width: 767px) {
	.column_3 > div{width :100%; float:none; min-height: 100px;}
}

.column_5 > div{
	width : 20% ; 
	width : -webkit-calc(100% / 5) ;
	width : calc(100% / 5) ;
	float:left;
	padding:10px;
}
@media screen and (max-width: 767px) {
	.column_5 > div{width :100%; float:none;}
}





/*リンク設定*/
a:link,
a:visited {
	text-decoration:none;
	color:#ccc;
}

a:hover,
a:active {
	color:#c2ac7a;
	text-decoration:underline;
}

a img {
	border:none;
}
  

body {
background-color:#000;
background-image:url(../img/bg_image.png);
background-repeat:repeat;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #333333;
	letter-spacing: 0.1em;
}
/*骨組み*/
#wrap{
	width:100%;
	max-width:920px;
	margin:0px auto;
	background-image:url(../img/bg_wrap.png);
	background-repeat:repeat-y;
	background-position: center;
}

/*ヘッダー*/
#header{
	width:100%;
	max-width:900px;
	height:124px;
	margin:0 auto;
	background-color:#000;
	background-image:url(../img/bg_header.png);
	background-position: right;

}

#main_header{
	margin:50px 20px 20px 50px;
	float:left;
	width:100%;
	max-width:312px;
	height:50px;
}
@media screen and (max-width: 767px) {
	#main_header{
		margin:0 auto;
		padding: 10px;
		float: none;
		height: auto;
	}
}

#tel{
	margin:70px auto 0px 240px;
	float:left;
	width:100%;
	max-width:255px;
	height:40px;
}
@media screen and (max-width: 767px) {
	#tel{margin:10px auto;
	float:none;
	}
}

/*変化する画面を調整*/
#main_title{
	width:100%;
	max-width:700px;
	height:calc(100vw * 0.5571);
	max-height:390px;
	margin:0 auto;
/*以下closs_fade_image.jsに付随して*/
	text-align: left; 
    overflow: hidden; 
    position:relative; 
	background-color:#000;
}

#main_title img { 
    top: 0; 
    left: 0; 
    position: absolute; 
} 


#main_title_bg{
	width:100%;
	max-width:900px;
	background-color:#111;
	margin:0px auto;
	padding:10px 0;
}

#top_top{
	width:100%;
	max-width:900px;
	background-image:url(../img/bg_h1_address.png);
	background-repeat:repeat-x;
	margin:0 auto;
}

#top_top h1{
	padding:5px;
	font-style:normal;
	font-size:0.8em;
	color:#111;

}

/*ナビゲーションバー*/	
#navi_bar{
	width:900px;
	height:56px;
	clear:both;
	margin:0 auto;
	background-image:url(../img/navi_bar.png);
	background-repeat:no-repeat;
	background-color:#fff;
}

#navi_bar ul {
}

/*#navi_bar li {
	width:135.5px;
	height:56px;
	float:left;
	list-style-type:none;
	text-align:center;
}*/

/*#navi_bar a {
	display:block;
	width:135.5px;
	height:49.5px;
	background:url(../img/navi_bar.png) no-repeat;
	color:#00f;
	text-decoration:none;
	text-indent:-5000px;
	text-align:center;
}
*/

#navi_01{
	float:left;
	list-style-type:none;
	width:91px;
	height:56px;
	margin-left:37px;

}

#navi_02{
	float:left;
	list-style-type:none;
	width:127px;
	height:56px;
}

#navi_03{
	float:left;
	list-style-type:none;
	width:102px;
	height:56px;
}


#navi_04{
	float:left;
	list-style-type:none;
	width:127px;
	height:56px;
}


#navi_05{
	float:left;
	list-style-type:none;
	width:88px;
	height:56px;
}

#navi_06{
	float:left;
	list-style-type:none;
	width:143px;
	height:56px;
}

#navi_07{
	float:left;
	list-style-type:none;
	width:145px;
	height:56px;
}



#navi_01 a{
	display:block;
	width:91px;
	height:56px;
	background:url(../img/navi_bar.png) no-repeat;
	color:#00f;
	text-decoration:none;
	text-indent:-5000px;
	text-align:center;
	background-position:-37px 0px;
	}
	
#navi_02 a{
	display:block;
	width:127px;
	height:56px;
	background:url(../img/navi_bar.png) no-repeat;
	color:#00f;
	text-decoration:none;
	text-indent:-5000px;
	text-align:center;
	}
	
#navi_03 a{
	display:block;
	width:102px;
	height:56px;
	background:url(../img/navi_bar.png) no-repeat;
	color:#00f;
	text-decoration:none;
	text-indent:-5000px;
	text-align:center;
	}
	
#navi_04 a{
	display:block;
	width:127px;
	height:56px;
	background:url(../img/navi_bar.png) no-repeat;
	color:#00f;
	text-decoration:none;
	text-indent:-5000px;
	text-align:center;
	}
	
#navi_05 a{
	display:block;
	width:88px;
	height:56px;
	background:url(../img/navi_bar.png) no-repeat;
	color:#00f;
	text-decoration:none;
	text-indent:-5000px;
	text-align:center;
	}

#navi_06 a{
	display:block;
	width:143px;
	height:56px;
	background:url(../img/navi_bar.png) no-repeat;
	color:#00f;
	text-decoration:none;
	text-indent:-5000px;
	text-align:center;
	}

#navi_07 a{
	display:block;
	width:145px;
	height:56px;
	background:url(../img/navi_bar.png) no-repeat;
	color:#00f;
	text-decoration:none;
	text-indent:-5000px;
	text-align:center;
	}



#navi_01 a:hover,
#contents_01 #navi_01 a {
	background-position:-37px -56px;
}
#navi_02 a {
	background-position:-128px 0;
}
#navi_03 a {
	background-position:-255px 0;
}
#navi_04 a {
	background-position:-357px 0;
}
#navi_05 a {
	background-position:-484px 0;
}
#navi_06 a {
	background-position:-572px 0;
}

#navi_07 a {
	background-position:-715px 0;
}


#navi_02 a:hover,#contents_02 #navi_02 a{
	background-position:-128px -56px;
}
#navi_03 a:hover,#contents_03 #navi_03 a{
	background-position:-255px -56px;
}
#navi_04 a:hover,#contents_04 #navi_04 a{
	background-position:-357px -56px;
}
#navi_05 a:hover,#contents_05 #navi_05 a{
	background-position:-484px -56px;
}

#navi_06 a:hover,#contents_06 #navi_06 a{
	background-position:-572px -56px;
}

#navi_07 a:hover,#contents_07 #navi_07 a{
	background-position:-715px -56px;
}



#navi_bar a:hover{
	color:#fff;
	text-decoration:none;
}


/*コンテンツ*/
#container{
	width:100%;
	max-width:900px;
	position:relative;
	margin:0 auto;
	background-color:#000;

}


#main_area {
	padding-top:10px;
	width:100%;
	max-width:690px;
	float:right;
	background-color:#000;
/*	min-height:500px;
	height:auto !important;
	height:500px;
**/
}

/*サブエリア*/
#sub_area {
	margin:0;
	width:100%;
	max-width:190px;
	padding:10px;
	float:left;
	background-color:#000;
}
@media screen and (max-width: 767px) {
	#sub_area{
		width:100%;
		max-width: 768px;
	}
}
#sub_area ul{
	list-style-type:none;
}

#sub_area ul li{
	margin-bottom:2px;
}


/*トピックス*/
#topics{
	width:100%;
	max-width:600px;
	height:240px;
	margin:15px auto;
	color:#000;
	background-color:#fffff0;
	overflow-y:scroll;
}

#topics li{
	line-height: 1.6em;
	margin:3px 0 5px 3px;
	list-style-position: inside;
	list-style-image: url(../img/text022_02.png);
}



#sub{
	width:100%;
	max-width:640px;
	text-align:center;
}

#sub img{
	margin:50px auto;
	background-color:#c8e7ee;
}

#main_area h3{
	font-weight:bold;
	font-size:14px;
}

#greeting h2{
	border-left:#005AA0 solid 10px;
	border-bottom:#005AA0 solid 1px;
	font-weight:bold;
	font-size:14px;
	padding:0 5px 0 15px;
	margin-bottom:5px;
}

#greeting dt{
	border-left:#005AA0 solid 10px;
	border-bottom:#005AA0 solid 1px;
	font-weight:bold;
	font-size:14px;
	padding:0 5px 0 15px;
	margin-bottom:5px;
}

#greeting dd{
	margin:0 0 30px 10px;
}

#greeting .right{
	text-align:right;
}


/*Ｑ＆Ａ*/

ul.navi{
	width:100%;
	max-width:600px;
	margin:0px;
}

ul.navi,ul.menu{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

div.category{
	margin-top:5px;
	padding-left:40px;
	height:40px;
	line-height:40px;
	background-color:#B9DDE8;
	cursor:pointer;
	background-image:url(../img/q_a/q.png);
	background-repeat:no-repeat;
	background-position:10px 10px;
	font-weight:bold;
}

ul.menu{
	display:block;
	line-height:24px;
	padding:10px 10px 0 40px;
	border:#ccc solid 1px;
	color:#164158;
	background-image:url(../img/q_a/a.png);
	background-repeat:no-repeat;
	background-position:10px 10px;
}


#sub_area h2 {
	height:30px;
	padding:5px 0 0 20px;
	line-height:1.5em;
	background:url(../img/sub_bg_title_200x30.png) no-repeat;
	font-size:14px;
	font-weight:bold;
	color:#000;
	overflow:hidden;
}

#sub_area #sub_menu ul {
	margin:0px auto 10px 0px;
}

#sub_area #sub_menu li {
	width:100%;
	max-width:237px;
	height:30px;
	list-style-type:none;
/*	padding:9px 0px 9px 17px;
*/	border-bottom:#999 dotted 1px;
	color:#fff;
}

#sub_area #sub_menu li a {
	display:block;
	width:100%;
	max-width:220px;
	height:12px;
	color:#00f;
	text-decoration:none;
	padding:9px 0px 9px 17px;
}

#sub_area #sub_menu li a:link,
#sub_area #sub_menu li a:visited {
	text-decoration:none;
	color:#fff;
	background-color:#005AA0;
}



#sub_area #sub_menu li a:hover,
#sub_area #sub_menu li a:active {
	color:#111;
	background-color:#c8e7ee;
}


#telephone{
	background-color:#005aa0;
	color:#fff;
	padding:8px;
}

#footer_navi{
	list-style-type:none;
	width:100%;
	max-width:950px;
	padding:5px 0 25px 0;
	margin:0 auto;
	background-color:#FFF;
	border-top:#cccccc solid 1px;
}

#footer_navi .right{
	float:right;
	padding:0 30px 0 20px;
	height:30px;
	color:#fff;
}

#footer_navi .right a:link,
#footer_navi .right a:visited{
	text-decoration:none;
	color:#aaa;
}



#footer_navi .left{
	float:left;
	margin-left:30px;
	font-size:0.8em;
}



address{
	font-style:normal;
	font-size:0.8em;
	color:#111;
	width:100%;
	max-width:900px;
	background-image:url(../img/bg_h1_address.png);
	background-repeat:repeat;
	text-align:center;
	margin:0 auto;
	padding:5px 0;
}

.arrow {
	width:100%;
	max-width: 550px;
	color: #c8e7ee;
	font-size: 360%;
	margin:0px 0px 0px 0px;
	text-align:center;
}

/*書式*/
.asta{
	color:#FF6666;
	font-size:0.8em;
}

.api{
	color:#FF6666;
}

.bold{
	font-weight:bold
}

.text{
	padding-left:15px;
}

/*テーブル設定*/
table.contact{
	width:100%;
	margin:0 auto;
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#222;
    empty-cells:show;
}
.contact th{
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
    background-color:#222;
	color:#df9879;
/*    background-image:url(../img/table-back.gif);*/
    background-position:left top;
    padding:0.3em 1em;
    text-align:center;
	vertical-align: middle;
}
.contact td{
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
    padding:0.5em 1em;
}

table.contact_2{
	margin:0 auto;
    border-spacing:0;
    background-color:#222;
    empty-cells:show;
}
.contact_2 td{
    padding:0.5em 1em;
	width:70px;
	text-align:center;
}

.red_bold{
	font-weight:bold;
	color:#CC0000;
}
/*フォーム設定*/
input,select{
	border:#bbb 1px solid;
	height:1.5em;
}

textarea{
	border:#bbb 1px solid;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center; 
	
	width:95%;
}



a:hover img{
opacity:0.80;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
-moz-opacity:0.80;
}

#topics dl{
	clear: both;
	list-style-type: none;
	margin:0;
}

#topics dl dt {
	padding: 5px 0 0 5px;
	line-height: 1.5em;
	color: #888;
	font-size:0.8em;
	font-weight:bold;
}

#topics dl dd {
	border-bottom:dotted 1px #BBBBBB;
	padding:0 0 5px 20px;
	line-height:1.6em;
}

#topics a:link,
#topics a:visited {
	text-decoration:underline;
	color:#888;
}

#topics a:hover,
#topics a:active {
	color:#c2ac7a;
	text-decoration:underline;
}

a img {
	border:none;
}


#honbun{
	margin:0px auto;
	width:100%;
	max-width:650px;
	padding:10px;
	color:#ddd;
}

textarea.privacy{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center; 
	
	margin:15px;
	width:95%;
	height:150px;
	padding:10px;
}

#footer{
	color:#eee;
	width:100%;
	max-width:900px;
	margin:0 auto;
	padding:10px;
	background-image:url(../img/bg_top_img.png);
}

#footer dl{
	font-size:0.8em;
	float: left;
	background-position: left bottom;

}

#footer dt{
	width:60px;
	float:left;
	background-position: left top;
	padding:1px;
}

#footer dd{
	background-position: left top;
	padding: 1px;
	float: left;
	width:100%;
	max-width: 500px;
}
#footer img{
	margin:0 20px 20px;
}

.concept{
	color:#c2ac7a;
	font-weight:bold;
	font-size:1.3em;
	text-align:center;
}

.mise{
	color:#c2ac7a;
	font-weight:bold;
	font-size:1.1em;
}
	

.syoukai{
	color:#aaa;
	font-size:0.9em;
}

.syoukai_right{
	color:#aaa;
	font-size:0.9em;
	text-align:right;
}
#footer_syoukai{
	margin:0 auto 10px auto;
}

#footer_link{
	font-size:0.8em;
	padding:10px auto;
	text-align:center;
}

#goannai h2{
	border-left:7px solid #df9879;
	padding-top:3px;
	padding-left:10px;
	font-size:1.1em;
	font-weight:bold;
	color:#fff;
	margin-bottom: 15px;
}

#goannai .left{
	border:#555 1px solid;
	padding:8px;
	margin:5px;
	float:left;
	font-size:0.8em;
	text-align:center;
}

#goannai .right{
	border:#555 1px solid;
	padding:8px;
	margin:5px;
	float:right;
	font-size:0.8em;
	text-align:center
}

#q_a .navi{
	padding:8px;
	border:1px #555 solid;
	background-color:#eee;
	color:#000;
}

#q_a dl{
}

#q_a dt{
	background-image:url(../img/q.png);
	background-repeat:no-repeat;
	font-weight:bold;
	font-size:1.1em;
	width:100%;
	max-width:600px;
	border-bottom:solid 1px #c2ac7a;
	padding-left:36px;
	padding-top:3px;
}

#q_a dd{
	background-image:url(../img/a.png);
	background-repeat:no-repeat;
	width:100%;
	max-width:580px;
	padding-left:36px;
	margin:20px;
}

/*サイトマップ*/
#sitemap_left{
	margin: 0px 0pc 0px 10px;
	padding-left:10px;
	width:100%;
	max-width:250px;
	float: left;
	text-align: left;
	border-left:#CCCCCC solid 2px;
}


#sitemap_right{
	margin: 0px 0px 0px 20px;
	padding-left:10px;
	width:100%;
	max-width:250px;
	float: left;
	border-left:#CCCCCC solid 2px;}
	

.midashi{
	background-image:url(../img/midashi.png);
	background-repeat:no-repeat;
	font-size:1.1em;
	height:31px;
	padding-left:80px;
	padding-top:2px;
	font-weight:bold;
	color:#c2ac7a;
}

#ryouri{
	padding:10px;
}

h5{
	background-image:url(../img/f_04d.png);
	background-repeat:no-repeat;
	padding-left:25px;
	font-weight:bold;
}

.bg_1{
	background-color:#FFFFCC;
	color:#333;
	padding:5px;
}

.bg_2{
	background-color:#FFFFFF;
	color:#333;
	width:100%;
	max-width:390px;
	padding:5px;
}
.bg_3{
	background-color:#FFFFFF;
	color:#333;
	padding:5px;
	text-align:center;
}

.jspPane,.jspScrollable{
	width:95%!important;
	margin:10px auto;
}

.btn-nav {
    position: fixed;
    top: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    padding: 10px;
    border:2px solid #fff;;
	z-index: 999;
	border-radius: 3px;
}



@media screen and (max-width: 768px) {
  .pc {
    display: none !important; }



.header-menu {
    display: none;
    position: fixed;
    top: 122px;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: rgba(194,172,122,.90); }

.header-menu ul li {
    display: block;
    margin: 0;
    text-align: left;
	
    border-bottom: 1px dotted #fff;
    padding: 10px; }

.header-menu ul li a {
    padding: 10px 0;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    line-height: 1.3; }

.header-menu ul li a:hover {
    color: #fff; }

.header-menu ul li a:hover:after {
    width: 100%;
    height: 0; }

.header-menu ul li a span {
    margin-left: 1em;
    font-size: 13px; }

.header-menu ul li ul {
    position: relative;
    display: block;
    background: rgba(255, 255, 255, 0); }

.header-menu ul li ul li {
    width: 100%;
    padding-left: 15px; }

.header-menu ul li ul li a {
    font-weight: normal;
    padding: 5px; }

.header-menu ul li ul li a br {
    display: none; }
}

 .btn-nav a,.btn-nav span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box; }

 .btn-nav a {
    position: relative;
    width: 30px;
    height: 70px;
    text-align: center;
    cursor: pointer; }

 .btn-nav span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 10px; }

 .btn-nav span:nth-of-type(2) {
    top: 10px; }

 .btn-nav span:nth-of-type(3) {
    top: 20px; }

 .btn-nav.active a span:nth-of-type(1) {
    -webkit-transform: translateY(18px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg); }

 .btn-nav.active a span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    -webkit-animation: active-menu-bar02 .8s;
    animation: active-menu-bar02 .8s; }

 .btn-nav.active a span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg); }

	