/* 767px以下
@media screen and (max-width:767px){
@media screen and (max-width:1023px){
body header#gHeader {
  background: rgba(204,204,204,0.8);
  height: 60px;
}
.logo-white,
.logo-black {
  position: absolute;
  z-index: 999;
  top: 5px;
  left: 10px;
  width: 120px;
}
#text-logo {
  display: none;
  }
#text-logo02 {
  top: 5px;
  display: inline;
  position: absolute;
  z-index: 999;
  width: 155px;
  margin: -5px 0 0 120px;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}
body header#gHeader.is-animation {
  background: rgba(0,160,233,0.8);
}
.is-animation #text-logo {
  top: 5px;
  display: inline;
  position: absolute;
  z-index: 999;
  width: 155px;
  margin: -5px 0 0 110px;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}
.is-animation #text-logo02 {
  display: none;
}

メインメニュー

#menuBar-s {
  position: fixed;
  top: 60px;
  width: 100%;
  z-index: 102;
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
}
#menuBar-s > ul {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  margin: 0;
}
#menuBar-s li {
  width: 50%;レスポンシブの為のよう
  float: left;
  border-bottom: 1px solid #BFBFBF;
  background: rgb(89, 89, 89);
  letter-spacing: 0.1em;
  position: relative;
}
#menuBar-s li.aco-menu {
  width: 100%;
}
#menuBar-s a,
#menuBar-s li.aco-menu label {
  display: block;
  width: auto;
  padding: 2px 20px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none;
}
#menuBar-s li a:hover,
#menuBar-s li.aco-menu label:hover {
  background: #BFBFBF;
  color: #222;

}

#menuBar-s {
  display: block;
}
#menuBar {
  display: none;
}

.aco-menu input {
    display: none;
}
開いた状態のサブメニュー
.aco-menu input:checked + ul {
    display: block;
}


閉じた状態のサブメニュー
.aco-menu > ul {
    display: none;
    list-style: none;
    margin: 0 0 0 1em;
    padding: 0;
  }
#menuBar-s li ul li {
  border-top: 1px dotted #BFBFBF;
  border-bottom: none;
line-height: 28px;

}
#menuBar-s li ul li a {
  font-size: 0.9rem;
}


  /追加NAVI
#menuBar-s li.sub {
  background: #6d6d6d;
}
#menuBar-s .sub a {
  font-size: 1.0rem;
}


hamburger

#hamburger {
  background: #595959 none repeat scroll 0 0;
  color: #fff;
  display: table;
  height: 60px;
  position: fixed;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 0;
  width: 60px;
  z-index: 9999;
}

#hamburger span {
    display: table-cell;
    padding-top: 10%;
    vertical-align: top;
  position: relative;
}
#hamburger span::before {
    content: "MENU";
    font-size: 80%;
  position: absolute;
  top: 5px;
  left: 21%;
}

#hamburger i {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  position: absolute;
  left: 25%;
  width: 50%;
  height: 3px;
  background-color: #fff;
  border-radius: 3px;
}
#hamburger i:nth-of-type(1) {
  top: 26px;
}
#hamburger i:nth-of-type(2) {
  top: 34px;
}
#hamburger i:nth-of-type(3) {
  top: 42px;
}

#hamburger.open i:nth-of-type(1) {
  height: 4px;
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
#hamburger.open i:nth-of-type(2) {
  opacity: 0;
}
#hamburger.open i:nth-of-type(3) {
  height: 4px;
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}


.hidden-ss {
  display: none;
}
.visible-ss {
  display: block;
}

}


640px以下
@media screen and (max-width:640px){
@media screen and (max-width:767px){
メインメニュー

#menuBar-s li,
#menuBar-s li.aco-menu {
  width: 100%;
  float: none;
}

}
 */
