/*
  Theme Name: arkhe-child
  Template: arkhe
  Description: arkheの子テーマです。
  Version: 1.0
*/

[data-btns=rr-rl] .l-header__body {
  grid-template-columns: auto 1fr auto min-content min-content;
}

.l-header__logo {
  justify-content: flex-start;
}

.l-header__bar {
  display: none;
}

.l-header__right {
  display: block;
}

@media not all and (min-width: 1000px) {
  .c-gnavWrap {
      display: none;
  }
}