@charset "UTF-8";
/* CSS Document */
.luxbar-navigation {
  overflow-y: hidden;
}

.luxbar-menu-material-bluegrey {
  position: relative;
  background: transparent;
  background-color: none;
  z-index: 9999;
}

.luxbar-item {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  .luxbar-item {
    /*background-color: #222;*/
    color: #222;
  }
  .luxbar-item a {
    text-align: center;
  }
}

.luxbar-menu {
  width: 100%;
  margin: 0 auto;
  min-height: 70px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.luxbar-item {
  height: 70px;
}

@media screen and (max-width: 768px) {
  .luxbar-menu {
    max-width: 100%;
    min-height: 60px;
  }
  .luxbar-item {
    height: 70px;
  }
}

.luxbar-item a {
  font-family: 'Bebas Neue', cursive;
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 0.05em;
  color: #222;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1;
}

.luxbar-item a span {
  color: #222;
  font-size: 2.2rem;
  display: block;
}

.luxbar-item a span::after {
  display: block;
  bottom: 5px;
  content: '';
  display: block;
  height: 1px;
}

.luxbar-item a:hover {
  color: #ed778e;
}

.luxbar-item a span:hover {
  color: #ed778e;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 979px) {
  .luxbar-item a {
    padding: 15px 15px 15px 15px;
  }
}

@media screen and (max-width: 767px) {
  .luxbar-item a {
    padding: 15px 15px 15px 15px;
  }
}

.luxbar-item a {
  display: block;
  position: relative;
}

.luxbar-item a::after {
  background-color: #ed778e;
  bottom: 5px;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transition: .5s all;
  transition: .5s all;
  width: 0;
  z-index: 999;
}

@media screen and (max-width: 767px) {
  .luxbar-item a::after {
    display: none;
  }
}

.luxbar-item a:hover::after {
  width: 100%;
}

.luxbar-menu-material-bluegrey .active,
.luxbar-menu-material-bluegrey .luxbar-item:hover {
  background: none;
}

.luxbar-hamburger,
.luxbar-hamburger-spin {
  mix-blend-mode: difference;
}

.luxbar-brand {
  font-size: 1.6em;
  padding: 24px 24px 24px 24px;
}

@media screen and (max-width: 979px) {
  .luxbar-brand {
    padding: 0 0 0 0;
  }
}

@media screen and (max-width: 768px) {
  .luxbar-brand {
    padding: 0 0 0 0;
  }
}

.luxbar-header {
  height: 70px;
}

@media screen and (max-width: 768px) {
  .luxbar-header {
    height: 60px;
  }
}

.luxbar-default {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .luxbar-default {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 10px;
  }
}

.luxbar-fixed {
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.fixedHeadNavi .luxbar-menu-material-bluegrey .luxbar-hamburger span,
.fixedHeadNavi .luxbar-menu-material-bluegrey .luxbar-hamburger span::before,
.fixedHeadNavi .luxbar-menu-material-bluegrey .luxbar-hamburger span::after {
  background-color: #222;
}

/* jsで制御しているがheaderが100px以内だと背景が無くなってしまうためimportantで背景を強制表示*/
@media screen and (max-width: 768px) {
  .luxbar-fixed {
    background: rgba(255, 255, 255, 0.9) !important;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0px;
    padding: 10px 10px 10px 10px !important;
  }
  .luxbar-item a {
    color: #222;
  }
  .luxbar-menu-material-bluegrey .luxbar-hamburger span,
  .luxbar-menu-material-bluegrey .luxbar-hamburger span::before,
  .luxbar-menu-material-bluegrey .luxbar-hamburger span::after {
    background-color: #222;
  }
}

@media screen and (max-width: 640px) {
  .luxbar-fixed {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 10px 10px 10px 10px !important;
  }
}

@media screen and (min-width: 1024px) {
  .luxbar-fixed {
    padding: 24px;
  }
}

.luxbar-menu-light,
.luxbar-menu-light .dropdown ul {
  background-color: #fff;
  color: #212121;
}

.luxbar-menu-light .active,
.luxbar-menu-light .luxbar-item:hover {
  background-color: #f0f0f0;
}

@media screen and (max-width: 767px) {
  .luxbar-fixed {
    background: rgba(255, 255, 255, 0.7);
  }
}

@media screen and (min-width: 768px) {
  .luxbar-fixed {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
/*# sourceMappingURL=navi.css.map */