@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: #fff;
  }
  .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: "Cinzel", serif;
  font-weight: 400;
  text-shadow: 0 0 1px #111;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 0.05em;
  color: #dcdcdc;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1;
}

.luxbar-item a span {
  color: #fff;
  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: #d71718;
}

.luxbar-item a span:hover {
  color: #d71718;
  -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: #d71718;
  bottom: 5px;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transition: 0.5s all;
  transition: 0.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: 18px 18px 18px 18px;
}

@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(0, 0, 0, 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: #fff;
}

@media screen and (max-width: 1023px) {
  .luxbar-fixed {
    padding: 18px;
  }
}
/* jsで制御しているがheaderが100px以内だと背景が無くなってしまうためimportantで背景を強制表示*/
@media screen and (max-width: 768px) {
  .luxbar-fixed {
    background: rgba(0, 0, 0, 0.9) !important;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0px;
    padding: 10px 10px 10px 10px !important;
  }
  .luxbar-item a {
    color: #dcdcdc;
  }
  .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: #fff;
  }
}
@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: 18px;
  }
}
.luxbar-menu-light,
.luxbar-menu-light .dropdown ul {
  background-color: #000;
  color: #212121;
}

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

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