@charset "utf-8";


/* header
------------------------------------------- */

header {
	width:100%;
	margin:0 auto;
	position:relative;
}

.headerNavWrap,
.headerNav  {
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;*/
  margin: 0 auto 0;
  position:relative;
}
.headerNavWrap {
  padding:0;
}
.header__logo {
}

.header__logo img {
	width:118px;
	height:60px;
}

.headerNav {
  max-width: none;
}
.headerNav li {
	/*height:118px;*/
	font-size:16px;
}
.headerNav li:first-child {
  margin-left: 0;
}
.headerNav li a {
  display: block;
}
#js-menuBk {
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.6);
}
#js-closeBtnWrap {
  display: none;
}
#js-openBtn {
  display: none;
}
.menuClose {
  /*display: inline-block;
  padding: 15px;*/
}
.menuClose img {
  width: 50px;
  display:block;
  margin:0 auto;
}

@media screen and (min-width:768px), print{
	
}


@media screen and (max-width: 767px) {
  #header {
	  height:50px;
    position: relative;
  }
  .headerNavWrap {
	  background:#FFF;
    display: block;
    position: relative;
	height:50px;
	margin: 0 auto;
    /*padding: 6px 17px;*/
  }
  .headerNav {
    display: block;
  }
  .headerNav li a {
	color:#333;
}
  .header__logo {
	  padding:5px 10px;
  }
  .header__logo img.logo {
	  width:80px;
	  height:40px;
  }
  #js-closeBtnWrap {
    display: block;
    background:#FF9999;
  }
  #js-openBtn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    /*height: 18px;*/
    margin: auto;
    /*padding: 20px 17px;*/
  }
  #js-openBtn img {
    width: 50px;
	height: 50px;
  }
  #js-spNav {
    position: absolute;
    z-index: 1000;
    top: 0;
    right: 0;
    width: 78%;
    background: #f1f1f1;
    transform: translateX(100%);
    transition: all .3s;
  }
  #js-spNav.isOpen {
    transform: translateX(0);
  }
  .headerNav li {
    margin-left: 0;
    background: #f7f7f7;
    border-bottom: 1px solid #dbdbdb;
  }
  .headerNav li:first-child {
    /*border-top: 1px solid #dbdbdb;*/
  }
  .headerNav li a {
    position: relative;
    padding: 0 15px;
    font-weight: normal;
    line-height: 50px;
  }
  .headerNav li a::after {
    position: absolute;
    top: 0;
    right: 17px;
    bottom: 0;
    width: 7px;
    height: 7px;
    margin: auto;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(-45deg);
    content: "";
  }
}
