@charset "utf-8";

/* Eric Meyer窶冱 窶彝eset CSS窶鴀 2.0
----------------------------------------------------------- */
/* header
------------------------------------------- */
.header__leadWrap {
  background: #0285c1;
  color: #000;
  font-size: 11px;
}
.headerNavWrap,
.headerNav  {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}
.headerNavWrap {
  padding: 20px 0 15px;
}
.header__logo {
  width: 171px;
  line-height: 50px;
}

#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: 10px;
}
.menuClose img {
  width: 17px;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .headerNavWrap {
    display: block;
    position: relative;
    padding: 6px 17px;
  }
  .headerNav {
    display: block;
  }
  .header__logo img {
    width: 124px;
  }
  #js-closeBtnWrap {
    display: block;
    background: #fff;
  }
  #js-openBtn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width:100%;
    height: auto;
    margin: auto;
    padding: 0;
  }
  #js-openBtn img {
    width: 100%;
  }
  #js-spNav {
    position: fixed;
    z-index: 3;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,1);
    transform: translateX(100%);
    transition: all .3s;
  }
  #js-spNav.isOpen {
    transform: translateX(0);
  }
  .headerNav li {
    background:#f7f7f7;
    margin-left: 0;
    border-bottom: 1px solid #dbdbdb;
    z-index: 3;
  }
  .headerNav li:first-child {
    border-top: 1px solid #dbdbdb;
  }
  .headerNav li a {
    position: relative;
    padding: 0 3%;
    font-size:1.6em;
    font-weight: normal;
    line-height: 2.4em;
    color:#000 !important;
  }
	.headerNav li a span{
		font-size:1em;
		color:#000;
		margin-left:1%;
	}
  
  .headerNav li a::after {
    position: absolute;
    top: 0;
    right: 17px;
    bottom: 0;
    width: 7px;
    height: 7px;
    margin: auto;
    border-right: 1px solid #b57400;
    border-bottom: 1px solid #b57400;
    transform: rotate(-45deg);
    content: "";
  }
}
@media screen and (max-width: 599px) {
  .headerNavWrap {
    display: block;
    position: relative;
    padding: 6px 17px;
  }
  .headerNav {
    display: block;
  }
  .header__logo img {
    width: 124px;
  }
  #js-closeBtnWrap {
    display: block;
    background: #fff;
  }
  #js-openBtn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: auto;
    margin: auto;
    padding: 0;
  }
  #js-openBtn img {
    width: 100%;
  }
  #js-spNav {
    position: fixed;
    z-index: 3;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,1);
    transform: translateX(100%);
    transition: all .3s;
  }
  #js-spNav.isOpen {
    transform: translateX(0);
  }
  .headerNav li {
    margin-left: 0;
    background-color: #f7f7f7;
    border-bottom: 1px solid #dbdbdb;
  }
  .headerNav li:first-child {
    border-top: 1px solid #dbdbdb;
  }
  .headerNav li a {
    position: relative;
    padding: 0 15px;
    font-size:4vw;
    font-weight: normal;
    line-height: 50px;
    color:#000;
  }
	.headerNav li a span{
		font-size:3vw;
		color:#000;
		margin-left:1%;
	}
  
  .headerNav li a::after {
    position: absolute;
    top: 0;
    right: 17px;
    bottom: 0;
    width: 7px;
    height: 7px;
    margin: auto;
    border-right: 1px solid #b57400;
    border-bottom: 1px solid #b57400;
    transform: rotate(-45deg);
    content: "";
  }
}
