@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Pacifico);

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font-weight: normal;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	color: #595757;
	background: #fff;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro";
	font-size: 16px;
	line-height: 1.8;
}

a{
	color: #f39700;
	text-decoration: none;
}

a:hover, .active{
	text-decoration: none;
}

a:active, a:focus,input:active, input:focus{
	outline: 0;
	text-align: center;
}


/* ヘッダー
------------------------------------------------------------*/
#header{
	text-align: center;
}

#header h1{
	padding-top: 20px;
}

#mainnav a{
	color: #000;
}

#mainnav a:hover{
	color: #f39700;
	text-decoration: none;
	transition:0.3s;
}

#mainImg{
	position: relative;
	text-align:center;
}

#mainImg img{
	/*max-width: 100%;
	height:auto;*/
}

.header_ttl {
	font-family: 'Noto Sans JP', Arial, Verdana, "游ゴシック", YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', "メイリオ", Meiryo, sans-serif;
	background: #f39700;
	color: #fff;
	text-align: center;
	font-size: 3em;
	font-weight:600;
}
@media only screen and (max-width: 799px){
.header_ttl {
	font-size: 1.5em;
}
}



/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 12px;
}


/* 共通
------------------------------------------------------------*/

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

section{
	clear:both;
	padding-top: 30px;
}

section h2{
	width: 80%;
	font-size: 1.8em;
	font-weight: normal;
	text-align: center;
	background: url(../images/borderBlack.png) repeat-x 0 50%;
	background-size: 1px 1px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

section h2 span {
	background: #fff;
	padding-top: 0;
	padding-right: 20pt;
	padding-bottom: 0;
	padding-left: 20px;
}


/*.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 30px;
}*/

.innerS{
	width: 70%;
	margin: 0 auto;
	padding-bottom: 30px;
}


#footerimg{
	background-size: cover;
	-webkit-background-size: cover;
	text-align: center;
	padding: 220px 20px;
	background-attachment: fixed;
	background-image: url(../images/common/footer_imgbd.jpg);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

#footerimg img{
	width: auto;
}
@media (max-width: 640px) {
  #footerimg {
    background-attachment: scroll; /* スマホでは fixed 無効化 */
    background-position: center top; /* 背景の見切れ防止 */
    padding: 120px 15px; /* 余白も調整 */
  }
}


/***********************************************************************/

/*メニューをページ下部に固定*/
#sp-fixed-menu{
   position: fixed;
   width: 100%;
   bottom: 0px;
   font-size: 0;
   opacity: 0.9;
   z-index: 99;
}

/*メニューを横並びにする*/
#sp-fixed-menu ul{
   display: flex;
   list-style: none;
   padding:0;
   margin:0;
   width:100%;
}

#sp-fixed-menu li{
justify-content: center;
align-items: center;
width: 50%;
margin: 0;
font-size: 16px;
font-weight: 500;
border-right: 1px solid #fff;
background: #f39700;
line-height: 1.3;
}

/*右メニューのみ　区切り線なし*/
#sp-fixed-menu li:last-child{
   border-right: none;
}

/*ボタンを調整*/
#sp-fixed-menu li a{
   color: #fff;
   text-align: center;
   display:block;
   width: 100%;
   padding:10px 0;
}
/**/

/*追従するトップへボタン　*/
#page_top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 0;
	background-color: #ea5413;/*リンクカラーに変更*/
	z-index: 500;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f106';
  font-size: 30px;/*初期値25*/
  color: #fff;
  position: absolute;
  width: 25px;
  height: 50px;
  top: 0;
  bottom: 12px;/*アイコンセンター調整　初期値0*/
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/*追加設定*/
#page_top a:hover {
opacity: 0.6;
}


/*マウスオーバー　リンク透過*/
.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  transform:0.5s;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 640px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

/*改行指定 */
.br-sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: inline-block;
  }
}

/*リンクボタン　角丸*/
.btn-radius {
	display: inline-block;
	border-radius: 10px;
	text-decoration: none;
	color: #FFF;
	background-color: #f39700;
	border: thin solid #f39700;
	text-align: center;
	margin-top: 10px;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 20px;
}
.btn-radius:hover {
	background-color: #fff;/*サイトカラーに変更*/
	color: #f39700;
	border: thin solid #f39700;
	transition:0.5s;
}



/*///////フォント関係///////*/


/*行間調整*/
.p_top{
	padding-top:20px;
}

.p_bottom{
	padding-bottom:20px;
}

/*文字揃え位置*/
.txt-center{
	text-align: center;
}
.txt-right{
	text-align: right;
}
.txt-left{
	text-align: left;
}


/*文字サイズ*/
.ftsz-s{
	font-size:0.8em;
}
.ftsz-m{
	font-size:1.2em;
}
.ftsz-l{
	font-size:1.5em;
}
.ftsz-2l{
	font-size:2em;
}
@media only screen and (max-width: 640px){
.ftsz-m{
	font-size:1.1em;
}
.ftsz-l{
	font-size:1.2em;
}
.ftsz-2l{
	font-size:1.3em;
	line-height:1.4;
}
}

/*文字太さ*/

.ftw-500{
	font-weight:500;
}


/*///////col共通///////*/
.common_col1 img{
	display: block;
	margin: 0 auto 5px;
}

.common_col1 li{
	line-height: 2.0;
}

.common_col2 img{
	display: block;
	margin: 0 auto 5px;
	width:100%;
}

.common_col2 li{
	line-height: 2.0;
}

.common_col3 img{
	display: block;
	margin: 0 auto 5px;
}

.common_col3 li{
	line-height: 2.0;
}

@media only screen and (min-width: 800px){
.common_col1{
		text-align: center;
}

.common_col1 li{
	display: inline-block;
	width: 97%;
	padding: 0 0.2% 10px;
	margin-bottom: 0;
	vertical-align: top;
	text-align: left;
}
.common_col2{
	text-align: center;
}

.common_col2 li{
	display: inline-block;
	width: 48%;
	padding: 0 0.5% 10px;
	margin-bottom: 0;
	vertical-align: top;
	text-align: left;
}

.common_col3{
	text-align: center;
}
.common_col3 li{
	display: inline-block;
	width: 29%;
	margin-bottom: 0;
	vertical-align: top;
	text-align: left;
	padding-top: 0;
	padding-right: 1.5%;
	padding-bottom: 20px;
	padding-left: 1.5%;
}
}
@media only screen and (max-width: 799px){
	.common_col2 li{
		margin: 10px auto 0 auto;
		display: block;
	}
	
	.common_col3 li{
		margin: 10px auto 0 auto;
		display: block;
	}
}
@media only screen and (max-width: 640px){
	.common_col2 li{
		line-height: 1.7;
	}
	.common_col2 img{
		margin: 0 auto;
	}
	
	.common_col3 li{
		line-height: 1.7;
	}
	.common_col3 img{
		margin: 0 auto;
	}
}


/*リストあり　下部余白あり*/
.ul02_mon {
	list-style-type: circle;
	margin-left: 20px;
	margin-bottom:20px;
}
/*リストあり　下余白なし*/
.ul02_mnot {
	list-style-type: circle;
	margin-left: 20px;
}


/* 点滅 */
.blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}





/*HOME（index.html)
------------------------------------------------------------*/

.line {
	border-top-width: 10px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #00a65a;
	text-align: center;
	padding-bottom: 40px;
}
.line_ber{
	background: #00a65a;
	color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.ttl {
	font-size: 1.5em;
	padding-top: 20px;
	border-bottom-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #595757;
	margin-bottom: 10px;
	padding: 0 auto;
}

#instagram li{
	float: left;
	width: calc(100%/3);
	line-height: 0;
}

#instagram img{
	width: 100%;
	height: auto;
}

/*ポップアップここから*/
.popup_wrap input {
  display: none;
}

.popup_overlay {
	display: flex;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	transition: opacity 0.5s, transform 0s 0.5s;
	transform: scale(0);
}

.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.popup_content {
	position: relative;
	align-self: top;/*初期値center*/
	width: 90%;
	max-width: 750px;
	box-sizing: border-box;
	background: #fff;
	line-height: 1.4em;
	transition: 0.5s;
	overflow: scroll;
	padding-top: 80px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
}

.close_btn {
	position: absolute;
	top: 30px;
	right: 30px;
	font-size: 40px;
	font-weight: 500;
	cursor: pointer;
}

.popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.open_btn {
	display: inline-block;
	border-radius: 10px;
	text-decoration: none;
	color: #FFF;
	border: 1px solid #f39700;
	margin-left: auto;
	background-color: #f39700;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	padding-top: 3px;
	padding-right: 25px;
	padding-bottom: 3px;
	padding-left: 25px;
}
.open_btn:hover{
    color: #f39700;
	border: 1px solid #f39700;
	transition: 0.5s;
	background:none;
}

.ol_popup {
	padding-left: 30px;
}

.price {
	font-weight: bold;
	color: #f39700;
}

.category {
	font-size: 1.2em;
	font-weight: 600;
	color: #F39700;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
}


.readmore{
	clear: both;
	margin-top: 5px;
	text-align: right;
	font-size: 0.9em;
	margin-bottom: 30px;
}

.readmore a{
	border-radius: 3px;
	color: #fff;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color: #f39700;
	text-decoration: none;
	border: thin solid #f39700;
}

.readmore a:hover{
	color: #f39700;
	background-color: #FFF;
	border: thin solid #f39700;
	transition:0.5s;
}


div.vid_contents {
width: 100%;/*背景色を横幅いっぱいに広げる*/
text-align: center;
margin: auto;
padding: 1% 0% 2%;/*ここで動画の周りの余白を調整*/
}
video.vid_main {
width: 100%;
max-width: 1000px;/*PC版での最大幅*/
}


/*施工事例*/
#case li{
	float: left;
	width: calc(100%/3);
	line-height: 0;
}

#case img{
	width: 100%;
	height: auto;
}


/*よくあるご質問
ページ別に記載*/


/*会社概要*/
/*.box_company {
	position: relative;
	border: 1px solid #000;
	border-radius: 8px;
	margin-top: 1.2em;
	margin-right: 0;
	margin-bottom: 2em;
	margin-left: 0;
	padding-top: 1.2em;
	padding-right: 1em;
	padding-bottom: 0em;
	padding-left: 1em;
}
.box_company .box-title {
	position: absolute;
	display: inline-block;
	top: -13px;
	left: 10px;
	line-height: 1.5;
	background: #FFF;
	padding-top: 0px;
	padding-right: 9px;
	padding-bottom: 0;
	padding-left: 9px;
}*/
.box_company p {
    margin: 0; 
    padding: 0;
}



.company_col2 li{
	display: inline-block;
	width: 100%;
	margin: 20px 0;
}
/* タブレット 以上は必ず横並び */
@media only screen and (min-width: 640px){
  .company_col2 {
    display: flex;
    gap: 2%;
  }

  .company_col2 li {
    margin: 0;
  }

  .company_col2 li:first-child {
    width: 55%;
  }

  .company_col2 li:last-child {
    width: 40%;
  }
}

/*#map {
    position: relative;
    height: 100%; 
    min-height: 300px;
}

#map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
    border: 0;
}*/


/**/
/* 親 UL を flex に */
.company_col2 {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}

/* 左右カラム幅 */
.company_col2 .company-info {
  flex: 0 0 55%;
  box-sizing: border-box;
}

.company_col2 .company-map {
  flex: 0 0 43%;
  box-sizing: border-box;
  display: flex;       /* iframe を縦いっぱいに */
  align-items: stretch;
}

/* map の div と iframe */
#map {
  width: 100%;
  height: 100%;
}

#map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* ボックス会社情報のスタイル */
.box_company {
  border: 1px solid #000;
  border-radius: 8px;
  padding: 1em;
  margin-top: 1em;
  position: relative;
}

.box_company .box-title {
  position: absolute;
  top: -13px;
  left: 10px;
  background: #fff;
  padding: 0 9px;
}

/* レスポンシブ */
@media (max-width: 799px) {
  .company_col2 {
    flex-direction: column;
  }

  .company_col2 .company-info,
  .company_col2 .company-map {
    flex: 0 0 100%;
  }

  #map iframe {
    height: 300px; /* スマホ用に固定高さ */
  }
}




/*0サポ（zerosapo.html)
------------------------------------------------------------*/
#zerosapo_bgc {
	background: #fffcda;
	padding-bottom: 20px;
	padding-top: 0px;
}

#zerosapo_bgc h2 span {
	background: #fffcda;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

#zerosapo_bgc .ttlber {
	background: #f39700;
	color: #fff;
	text-align: center;
	font-size: 1.8em;
	margin-bottom: 20px;
}
@media only screen and (max-width: 799px){
#zerosapo_bgc .ttlber {
	font-size: 1.4em;
}
}



/*スマート電化生活（smart_electrification_life.html)
　太陽光パネル施工・管理（solar.html)
　蓄電システム（energy_storage_system.html)
　販売（items.html）かぶり
　FIT（fit.html）
　ほぼ下層共通
------------------------------------------------------------*/
.ttlber {
	background: #f39700;
	color: #fff;
	text-align: center;
	font-size: 1.5em;
	margin-bottom: 10px;
}
@media only screen and (max-width: 799px){
.ttlber {
	font-size: 1.2em;
}
}


/* point吹き出し */
.point_ttl
{
	position: relative;
	border-top: solid 2px #f39700;
	border-bottom: solid 2px #f39700;
	background: #f4f4f4;
	line-height: 1.7;
	margin-top: 40px;
	margin-right: 0;
	margin-bottom: 40px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.point_ttl:after {
	/*タブ*/
  position: absolute;
	font-family: "Font Awesome 5 Free", 'Quicksand', 'Avenir', 'Arial', sans-serif;
	content: '\f0a7\ POINT';
	background: #f39700;
	color: #fff;
	left: 0px;
	bottom: 100%;
	border-radius: 5px 5px 0 0;
	padding: 5px 7px 3px;
	line-height: 1;
	letter-spacing: 0.05em;
}


/*会社概要（company.html)
------------------------------------------------------------*/
#company .table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  color: #000;
}

#company .table th {
  padding: 15px 0;
  border-right: 1px solid #bbb;
}

#company .table tr {
  background-color: #fff;
  padding: 30px;
  border-bottom: 1px solid #bbb;
}

#company .table tr:last-child{
   border-bottom: none
}

#company .table td {
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #bbb;
}

#company .table th:last-child,
#company .table td:last-child{
  border: none;
}

#company .table .td_right {
	text-align: center;
	width: 30%;
}



/*販売の安心（items.html)
------------------------------------------------------------*/
#items_bccl{
	background: #fffcda;
	padding-top: 20px;
}

.items_name {
	font-size: 1.2em;
	text-align: center;
}

.items_ex {
	line-height:1.5;
}

.items_price {
	font-size:1.3em;
	text-align:center;
	margin-top:10px;
}

.items_price span {
	font-size:0.8em;
}

.items_subttl{
	border-bottom-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #F39700;
	font-size: 1.2em;
	color: #F39700;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
	line-height: 1.3em;
	padding-bottom: 10px;
}
.items_indent{
	margin-top: 40px;
}


/**/
.items_col1 img{
	display: block;
	margin: 0 auto 5px;
}

.items_col1 li{
	line-height: 2.0;
}

.items_col2 img{
	display: block;
	margin: 0 auto 5px;
	width:100%;
}

.items_col2 li{
	line-height: 2.0;
}

@media only screen and (min-width: 800px){
.items_col1{
		text-align: center;
}

.items_col1 li{
	display: inline-block;
	width: 90%;
	padding: 0 2% 0;
	margin-bottom: 0;
	vertical-align: top;
	text-align: left;
}
.items_col2{
	text-align: center;
}

.items_col2 li{
	display: inline-block;
	width: 43%;
	padding: 0 2% 40px;
	margin-bottom: 0;
	vertical-align: top;
	text-align: left;
}
}
@media only screen and (max-width: 799px){
	.items_col2 li{
		margin: 10px auto 0 auto;
		display: block;
	}
}
@media only screen and (max-width: 640px){
	.items_col2 li{
		line-height: 1.7;
		margin-bottom:30px;
	}
	.items_col2 img{
		margin: 0 auto;
	}
}


.btn-contact {
	display: inline-block;
	text-decoration: none;
	color: #FFF;
	background-color: #f39700;
	border: thin solid #f39700;
	text-align: center;
	margin-top: 10px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom:5px;
	padding-left: 20px;
}
.btn-contact:hover {
	background-color: #fffcda;/*サイトカラーに変更*/
	color: #f39700;
	border: thin solid #f39700;
	transition:0.5s;
}


/*FIT（fit.html)
------------------------------------------------------------*/

.subttl_box {
    margin: 1em 0;
    background: #fffcda;
	line-height:1.5;
}
.subttl_box .box-title {
    background: #f39700;
    padding: 4px;
    text-align: center;
    color: #FFF;
    letter-spacing: 0.05em;
}
.subttl_box p {
    padding: 15px 20px;
    margin: 0;
}

.subttl_box p span{
	color:#f39700;
}


.ema {
  padding: 0.2em 0.5em;/*上下 左右の余白*/
  color: #f39700;/*文字色*/
  border-left: solid 5px #f39700;/*左線*/
  margin-top:20px;
}


/*よくあるご質問（faq.html）
------------------------------------------------------------*/

.circle_q{
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align:center;
	line-height: 50px;
	color: #FFFFFF;
	margin-right: 10px;
	background-color: #f39700;
}
.circle_a{
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align:center;
	line-height: 50px;
	color: #f39700;
	margin-right: 10px;
	border: thin solid #f39700;
}

.faq_table {
	margin-bottom: 30px;
	line-height: 1.7em;
}

.faq_table_last {
	margin-bottom: 0;
	line-height: 1.7em;
}

.faq_table td {
	margin:10px;
}






/* RESPONSIVE 設定
------------------------------------------------------------*/

/*@media only screen and (min-width: 1200px){
	.inner{
		width: 1024px;
	}
}*/

@media only screen and (min-width: 800px){
	body{
		font-size:16px;
	}
	
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}

	#mainnav li{
		display: inline-block;
		padding: 25px 25px;
		font-size: 20px;
	}
	
	
	
	
  #footer{
		padding: 30px 10px 70px 0;
	}
}




@media only screen and (max-width: 640px){
	/*.inner{
		width: 94%;
		padding-bottom: 30px;
	}*/
	.innerS{
		width: 94%;
		padding-bottom: 30px;
	}
	
	/*#map iframe{
		width: 96% !important;
		left: 2%;
	}*/
}

@media only screen and (max-width: 799px){
	#header{
		position: fixed;
		width: 100%;
		z-index: 500;
	}
	
	#headerWrap{
		position: relative;
		width: 100%;
		height: 70px;
		background: #fff;
		border-bottom: 1px solid #ccc;
	}
	
	#header h1{
		padding-top: 10px;
	}
	
	#header h1 img{
		margin-top: 3px;
		max-height: 45px;
		width: auto !important;
	}

  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 60%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #000;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #000;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		width: 100%;
		text-align: right;
		z-index:500;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #fff;
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display:block;
		padding:15px 25px;
		border-bottom: 1px solid #ccc;
		color: #000;
		font-weight: 400;
	}

	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#mainImg{
		padding-top: 70px;
		z-index: -100;
	}
	
	section{
		padding-top: 30px;
	}
	section h2{
		font-size:20px;
		margin: 0 auto 20px;
		width:95%;
	}
	section h2 span {
		padding: 0 5px;
	}
}
