@charset "utf-8";

/* 鎌新共通ヘッダー（PC） */
.ks-header {
  background: #60282f;
  color: #fff;  
  display: block;
  height: 40px;
}
.ks-header .ks-nav {
  display: flex;
  flex-flow: nowrap;
  font-size: 14px;
  height: 40px;
  justify-content: flex-start;
  line-height: 40px;
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}
.ks-header .ks-nav__txt {
  color: #fff;
  padding-right: 13px;
}
.ks-header .ks-nav__item > a {
  border-left: solid 1px #450c01;
  color: #fff;
  padding: 5px 13px;
  text-decoration: underline;
}
.ks-header .ks-nav__item > a.no-border {
  border-left: none;
}
.ks-header .ks-nav__item.active {
  background: #fff;
  color: #232b39;
  padding: 0 13px;
}

@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .ks-header .ks-nav {
    font-size: 1.3vw;
  }
  .ks-header .ks-nav__txt {
    padding-right: 10px;
  }
  .ks-header .ks-nav__item > a {
    padding: 5px 12px;
  }
  .ks-header .ks-nav__item.active {
    padding: 0 12px;
  }
}

/* 鎌新共通ヘッダー（SP非表示） */
@media only screen and (max-width: 768px) {
  .ks-header {
    display: none;
  }
}
