@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 {
  font-size: 1.9rem;
  transition: all 0.3s ease;
}

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

.luxbar-menu {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  min-height: 70px;
  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: 60px;
  }
}

.luxbar-item a {
  padding: 24px 24px 24px 24px;
  font-family: 'EB Garamond', serif;
  font-weight: 500;
  text-shadow: 0 0 1px #fff;
  transition: all 0.3s ease;
}

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

.luxbar-menu-material-bluegrey .active,
.luxbar-menu-material-bluegrey .luxbar-item:hover {
  background: rgba(0, 0, 0, 0.4);
}

.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: 768px) {
  .luxbar-brand {
    font-size: 1.6em;
    padding: 0 0 0 0;
  }
}

.luxbar-header {
  height: 70px;
}

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

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

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

.luxbar-fixed {
  box-shadow: none;
  transition: all 0.3s ease;
}

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

@media screen and (max-width: 640px) {
  .luxbar-fixed {
    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;
}

.luxbar-fixed {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 4px rgba(0, 0, 0, 0.1);
}

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

@media screen and (min-width: 768px) {
  .luxbar-fixed {
    box-shadow: none;
  }
}
