.luxbar-default {
  width: 100%;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.luxbar-static {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }
  .luxbar-static .luxbar-checkbox:checked ~ .luxbar-menu {
    position: absolute; }

.luxbar-fixed {
  width: 100%;
  height: 80px;
/*  height:100px;*/ /*h1がある場合*/
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
/*  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); */
}

.luxbar-fixed-bottom {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.luxbar-hamburger span, .luxbar-hamburger span::before, .luxbar-hamburger span::after {
  display: block;
  height: 3px;
  border-radius: 3px;
  width: 26px;
  transition: 0.6s ease; }

.luxbar-checkbox:checked ~ .luxbar-menu li .luxbar-hamburger span {
  background-color: transparent; }
  .luxbar-checkbox:checked ~ .luxbar-menu li .luxbar-hamburger span::before, .luxbar-checkbox:checked ~ .luxbar-menu li .luxbar-hamburger span::after {
    margin-top: 0; }
  
.luxbar-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
/*  height: 70px;*/
}
  
.luxbar-brand {
	width: calc(100% - 74px);
	text-align: center;
}
  
.luxbar-brand img {
/*	padding-left: 74px;*/
        height: 100px;
        padding-top: 5px;
        padding-bottom: 10px;
}

.luxbar-menu-left .luxbar-navigation, .luxbar-menu-left .luxbar-header {
	justify-content: flex-start;
}

.luxbar-menu-right .luxbar-hamburger {
  margin-left: auto; }

.luxbar-menu {
  min-height: 60px;
  transition: 0.6s ease;
  width: 100%; 
  display: flex;
  flex-wrap: wrap;
}
.luxbar-menu .logo{
    width: 40%;
    padding-top: 10px;
}

.luxbar-navigation {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-left: 0;
  margin: 0; }
  
.luxbar-menu a,
.luxbar-item a {
  text-decoration: none;
  color: inherit;
  cursor: pointer; }

.luxbar-item {
/*	height: 70px;*/
}
  .luxbar-item a {
    display: block;
    padding-right:20px;
    padding-left: 20px;
    text-align:center;
    color: #4D4D4D;
}

.luxbar-hamburger {
  padding: 18px 24px 18px 24px;
  position: relative;
  cursor: pointer; }
  .luxbar-hamburger span::before, .luxbar-hamburger span::after {
    content: '';
    position: absolute; }
  .luxbar-hamburger span::before {
    margin-top: -8px; }
  .luxbar-hamburger span::after {
    margin-top: 8px; }

.luxbar-checkbox {
  display: none; 
}
  .luxbar-checkbox:not(:checked) ~ .luxbar-menu {
    overflow: hidden;
    height: 60px;
    height: 70px; 
  }
  .luxbar-checkbox:checked ~ .luxbar-menu {
    transition: height 0.6s ease;
    height: 100vh;
    overflow: auto; 
  }

.dropdown {
  position: relative;
  height: auto;
  min-height: 60px; }
  .dropdown:hover > ul {
    position: relative;
    display: block;
    min-width: 100%; }
  .dropdown > a::after {
    position: absolute;
    content: '';
    right: 10px;
    top: 25px;
    border-width: 5px 5px 0;
    border-color: transparent;
    border-style: solid; }
  .dropdown > ul {
    display: block;
    overflow-x: hidden;
    list-style: none;
    padding: 0; }
    .dropdown > ul .luxbar-item {
      min-width: 100%;
      height: 29px;
      padding: 5px 10px 5px 40px; }
      .dropdown > ul .luxbar-item a {
        min-height: 29px;
        line-height: 29px;
        padding: 0; }
      
@media screen and (min-width: 1150px) {
  .luxbar-navigation {
/*      width: 1150px;*/
/*      margin:0 auto; */
  }
}
@media screen and (min-width: 1024px) {
  .luxbar-navigation {
    flex-flow: row;
  }
  .tel_icon {
    display: none; }
	
  .luxbar-hamburger {
    display: none; }
	
  .luxbar-brand img {
	padding-left: 0px;
        padding-top: 20px;
  }
	
  .nav-sp {
    display: none; }

  .luxbar-checkbox:not(:checked) ~ .luxbar-menu {
    overflow: visible; }
  .luxbar-checkbox:checked ~ .luxbar-menu {
    height: 60px; }

  .luxbar-menu .luxbar-item {
    border-top: 0;
/*	display:table; */
  }

  .luxbar-menu .luxbar-item a {
      display: table-cell;
      vertical-align: bottom;
      padding-bottom: 15px;
  }
  .luxbar-menu .luxbar-item a img{
      margin-bottom: -10px;
  }
  .luxbar-item a {
	line-height:1em;
}
.luxbar-item.hidden_item {
  display: none;
}
  .luxbar-menu-right .luxbar-header {
    margin-right: auto; }

  .dropdown {
    height: 60px; }
    .dropdown:hover > ul {
      position: absolute;
      left: 0;
      top: 60px;
      padding: 0; }
    .dropdown > ul {
      display: none; }
      .dropdown > ul .luxbar-item {
        padding: 5px 10px; }
        .dropdown > ul .luxbar-item a {
          white-space: nowrap; } 
}

.luxbar-checkbox:checked + .luxbar-menu .luxbar-hamburger-doublespin span::before {
  transform: rotate(225deg); }
.luxbar-checkbox:checked + .luxbar-menu .luxbar-hamburger-doublespin span::after {
  transform: rotate(-225deg); }

.luxbar-checkbox:checked + .luxbar-menu .luxbar-hamburger-spin span::before {
  transform: rotate(45deg); }
.luxbar-checkbox:checked + .luxbar-menu .luxbar-hamburger-spin span::after {
  transform: rotate(-45deg); }

/******* color variables *******/
/******* default dark *******/
.luxbar-menu-dark,
.luxbar-menu-dark .dropdown ul {
  background-color: #212121;
  color: #fff; }

.luxbar-menu-dark .active,
.luxbar-menu-dark .luxbar-item:hover {
  background-color: #424242; }
.luxbar-menu-dark .luxbar-hamburger span,
.luxbar-menu-dark .luxbar-hamburger span::before,
.luxbar-menu-dark .luxbar-hamburger span::after {
  background-color: #fff; }

/******* default light *******/
.luxbar-menu-light,
.luxbar-menu-light .dropdown ul {
  background-color: #e0e0e0;
  color: #212121; }

.luxbar-menu-light .active,
.luxbar-menu-light .luxbar-item:hover {
  background-color: #bdbdbd; }
.luxbar-menu-light .luxbar-hamburger span,
.luxbar-menu-light .luxbar-hamburger span::before,
.luxbar-menu-light .luxbar-hamburger span::after {
  background-color: #212121; }

/******* default material-white *******/
.luxbar-menu-material-white,
.luxbar-menu-material-white .dropdown ul {
  background-color: rgba(255,255,255,0.8);
  color: #808080; }

.luxbar-menu-material-white .active,
.luxbar-menu-material-white .luxbar-item:hover {
	color:#FAAF3B; }
.luxbar-menu-material-white .luxbar-hamburger span,
.luxbar-menu-material-white .luxbar-hamburger span::before,
.luxbar-menu-material-white .luxbar-hamburger span::after {
  background-color: #336699; }

/******* default material-blue *******/
.luxbar-fixed{
  background: rgba(255,255,255,.8);
  color: #808080; }

.luxbar-fixed .dropdown ul {
  background: rgba(63,128,188,.8);
  color: #808080; }

.luxbar-fixed .active,
.luxbar-fixed .luxbar-item a:hover {
	color:#1e52a3; }
.luxbar-fixed .luxbar-hamburger span,
.luxbar-fixed .luxbar-hamburger span::before,
.luxbar-fixed .luxbar-hamburger span::after {
  background-color: #003397; }

@media screen and (max-width: 1023px) {
    .luxbar-fixed{
        height: auto;
        background: transparent;
    }
    .luxbar-header{
        height: 60px;
        background: rgba(255,255,255,.8);
    }
    .luxbar-brand img{
        height: 60px;
        padding-top: 10px;
        padding-bottom: 0;
    }
    .luxbar-checkbox:not(:checked) ~ .luxbar-menu{
        height: 60px;
    }
    .luxbar-item {
	height: 60px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFF;
	line-height:60px;
	background-color: rgba(51,102,153,0.8);
	color:#FFF;
    }
    .luxbar-item img.icon_none {
      display:none;
    }
    .luxbar-fixed{
        background: transparent;
        
    }
    .luxbar-navigation{
    }
}
@media screen and (max-width: 425px) {
.luxbar-brand img {
/*	padding-left: 30px;*/
        height: 50px;
}
.luxbar-item {
	height: 60px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFF;
}
.luxbar-navigation .luxbar-item.hidden_item {
    display: inline-block;
}
.luxbar-navigation .tel_icon{
	display: flex;
	height: 60px;
	width: 60px;
	background:#003366;
}
.luxbar-navigation .tel_icon img{
	width:60px;
}

}
@media screen and (max-width: 768px) {
.luxbar-fixed{
	height:60px;}
	
.tel_icon {
    height: 60px;
}
li.pc_only {
    display: none; }
.luxbar-item .nav_sns_icon {
	display: flex;
	justify-content: center;
	align-items: center;
}
.luxbar-item .nav_sns_icon img {
	width:40px;
	height:40px;
	margin-top:10px;
}

}
/*# sourceMappingURL=luxbar.css.map */
