@media screen and (max-width: 899px){
#header_inner {
  position: fixed;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
}

#g_navi {
    position: fixed;
    top:0;
    left:0;
    right:0;
    z-index:1000;
    width:100%;
    background: url(../../../core_sys/images/main/assets/bg_nav.jpg);
    text-align: center;
}

.nav__logo img{
  height:57px;
    -webkit-transition:0.5s;
    transition:0.5s;
}

.nav__logo{
    padding:5px 0;
    cursor: pointer;
}

.nav__logo img:hover{
    opacity: 0.6;
}


.nav__list {
  background-color: #fff;
  background: 
  url(../../../core_sys/images/main/assets/line_stripe.jpg) top repeat-x,
  url(../../../core_sys/images/main/assets/bg_paper_white.jpg) center/100%;
  padding: 40px 0;
}

.nav__list ul {
  margin: 0;
}

.nav__list img {
  height: 19px;
}

.drawer_button {
  position: fixed;
  top: 5px;
  right: 5px;
  z-index: 1001;
}


.drawer_button>img{
  height: 55px;
}

.nav__list a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 17px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}


@media screen and (min-width: 900px){

.drawer_button {
  display: none;
}

  #g_navi {
    text-align: left;
    height:80px;
    -webkit-transition:0.5s;
    transition:0.5s;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
            box-shadow: 0 1px 4px rgba(0,0,0,0.3);
  }

  .nav__logo {
    position: absolute;
    top: 20px;
    left: 20px;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.4);
            box-shadow: 0 2px 5px rgba(0,0,0,0.4);
    padding: 0;
  background: #fff;
  }

  .nav__logo img {
    height:auto;
  }

  .nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    background: transparent;
    padding: 0;
  }


  .nav__list>ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .nav__list>ul>li:not(:last-child){
    border-right: 1px solid #af7595;
  }

.nav__list a {
  padding: 10px 19px;
}

  .nav__list a:hover{
    -webkit-filter: hue-rotate(263deg) saturate(71.42%) brightness(148.48%);
            filter: hue-rotate(263deg) saturate(71.42%) brightness(148.48%);
  }
}

@media screen and (min-width: 1024px){
  .nav__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}