.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%;
  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: 2px;
  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: 60px; /*58px*/
}

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

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

.luxbar-brand {
  /*font-size: 1.6em;*/
  padding: 0; /*18px 24px 18px 24px*/
	margin-left: 15px;

}
.luxbar-brand img{
	height: 38px;
	width: auto;
}


.luxbar-menu {
  min-height: 40px; /*58px*/
  transition: 0.6s ease;
  width: 100%;
}

.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 {
	position: relative;
  height: 44px; /*58px*/
}
.luxbar-item a {
	  line-height: 44px;
    padding: 0 10px; /*18px 24px 18px 24px*/
    display: block;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.2rem;
	font-size: 12px;
	text-align: center;
	color: #fff;
}
.luxbar-item.active a{
	color: #54c3f1;	
}
.luxbar-item.no-hover.active a,
.luxbar-item.no-hover a:hover{
	font-weight: 400;
}
.luxbar-item.no-hover a{
	color: #555; /*#9fa0a0*/
	cursor: default;
}


.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; /*58px*/
}
  .luxbar-checkbox:checked ~ .luxbar-menu {
    transition: height 0.6s ease;
    height: 100vh;
    overflow: auto;
	background-color: #000;
}

.dropdown {
  position: relative;
  height: auto;
  min-height: 58px; }
  .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 (max-width: 374px) {
.luxbar-item.map2 a {
	line-height: 50px;
	font-size: 1.0rem;
	font-size: 10px;
}
}

@media screen and (max-width: 767px) {
.luxbar-navigation{
	flex-flow: wrap;
}
.luxbar-header{
	width: 100%;
	border-bottom: 1px solid #333; /*#eee*/
	background-color: #000;
}
.luxbar-item{
	height: 50px;
	width: 50%;
	/*border-bottom: 1px solid #eee;*/
}
.luxbar-item a {
	line-height: 50px; /*44px;*/
	font-size: 1.2rem;
	font-size: 12px;
}

.luxbar-item.req,
.luxbar-item.res,
.luxbar-item.online{
	border-bottom: none;
	width: 80%;
	margin: 10px auto 0;
}
.luxbar-item.req a:before,
.luxbar-item.req a:after,
.luxbar-item.res a:before,
.luxbar-item.res a:after,
.luxbar-item.online a:before,
.luxbar-item.online a:after{
	background-color: transparent;
}
.luxbar-item.req a{
	color: #fff;
	background: #B8AA52;
background: linear-gradient(90deg, rgba(184, 170, 82, 1) 0%, rgba(105, 92, 57, 1) 100%);
}
}
.luxbar-item.res a{
	color: #fff;
	background: #C72431;
background: linear-gradient(90deg, rgba(199, 36, 49, 1) 0%, rgba(118, 40, 59, 1) 100%);
}
.luxbar-item.online a{
	color: #fff;
	background: #3071B7;
background: linear-gradient(90deg, rgba(48, 113, 183, 1) 0%, rgba(0, 22, 85, 1) 100%);
}


@media screen and (min-width: 768px) {
.luxbar-fixed {
  position:fixed; /*relative*/
}
  .luxbar-navigation {
    flex-flow: wrap;
    justify-content: left; /*flex-end → space-between*/
	background-color: #000;
}

  .luxbar-hamburger {
    display: none; }

  .luxbar-checkbox:not(:checked) ~ .luxbar-menu {
	  height: 80px; /*40px*/
    overflow: visible; 
}
  .luxbar-checkbox:checked ~ .luxbar-menu {
    height: 58px; }

  .luxbar-menu-right .luxbar-header {
    margin-right: auto; 
	  display: none;
}

.luxbar-item {
	position: relative;
	flex-basis: 16.6666667%; /*20%*/
	height: 40px;
}
.luxbar-item:before{
	content: "";
	position: absolute;
	top: 25%;
	left: 0;
	width: 1px;
	height: 50%;
	background-color: #555;
}
.luxbar-item.brand:after{
	content: "";
	position: absolute;
	top: 25%;
	right: -1px;
	width: 1px;
	height: 50%;
	background-color: #555;
}

.luxbar-item a {
	color: #fff;
	line-height: 40px;
    padding: 0 0px;
}
.luxbar-item.active a {
	color: #54c3f1;
}		
	
  .dropdown {
    height: 58px; }
    .dropdown:hover > ul {
      position: absolute;
      left: 0;
      top: 58px;
      padding: 0; }
    .dropdown > ul {
      display: none; }
      .dropdown > ul .luxbar-item {
        padding: 5px 10px; }
        .dropdown > ul .luxbar-item a {
          white-space: nowrap; }
	

.luxbar-item.only-sp{
	display: none;	
}

}


@media screen and (min-width: 960px) {
  .luxbar-navigation {
	flex-flow: row;
   justify-content: center;/*flex-end*/
}
  .luxbar-checkbox:not(:checked) ~ .luxbar-menu {
	  height: 40px;
	}
.luxbar-item{
	flex-basis: auto;	
}
.luxbar-item a{
	line-height: 40px;
    padding: 0 1.1em; /*0 1.2em*/
}
}




.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: #000; /*#e0e0e0 #fff*/
  color: #212121;
}

.luxbar-menu-light .active,
.luxbar-menu-light .luxbar-item:hover{
  /*background-color: #bdbdbd;*/
	position: relative;
}
.luxbar-menu-light .active a:before,
.luxbar-menu-light a:before,
.luxbar-menu-light .active a:after,
.luxbar-menu-light a:after{
	content: "";
	position: absolute;
	z-index: 100;
	/*left: 0;
	right: 0;*/
	bottom: 5px;
	width: 0;
	height: 2px;
	background-color: #54c3f1;
	margin: 0 auto;
}

.luxbar-menu-light a:before,
.luxbar-menu-light a:after{
  -webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.luxbar-menu-light a:before{
	right: 50%;
}
.luxbar-menu-light a:after{
	left: 50%;
}
.luxbar-menu-light .luxbar-item:hover a:before,
.luxbar-menu-light .luxbar-item:hover a:after {
	width: 20%;
}

.luxbar-menu-light .active a:before,
.luxbar-menu-light .active a:after{
	width: 20%;
}

.luxbar-menu-light .luxbar-item.no-hover a:before,
.luxbar-menu-light .luxbar-item.no-hover a:after{
	-webkit-transition: none;
	transition: none;
	background-color: transparent;
	border: none;
}


.luxbar-menu-light .luxbar-hamburger span,
.luxbar-menu-light .luxbar-hamburger span::before,
.luxbar-menu-light .luxbar-hamburger span::after {
  background-color: #fff; /*#212121*/
  }

/******* default material-red *******/
.luxbar-menu-material-red,
.luxbar-menu-material-red .dropdown ul {
  background-color: #b71c1c;
  color: #fff; }

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

/******* default material-indigo *******/
.luxbar-menu-material-indigo,
.luxbar-menu-material-indigo .dropdown ul {
  background-color: #1a237e;
  color: #fff; }

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

/******* default material-green *******/
.luxbar-menu-material-green,
.luxbar-menu-material-green .dropdown ul {
  background-color: #1b5e20;
  color: #fff; }

.luxbar-menu-material-green .active,
.luxbar-menu-material-green .luxbar-item:hover {
  background-color: #2e7d32; }
.luxbar-menu-material-green .luxbar-hamburger span,
.luxbar-menu-material-green .luxbar-hamburger span::before,
.luxbar-menu-material-green .luxbar-hamburger span::after {
  background-color: #fff; }

/******* default material-amber *******/
.luxbar-menu-material-amber,
.luxbar-menu-material-amber .dropdown ul {
  background-color: #ff6f00;
  color: #fff; }

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

/******* default material-brown *******/
.luxbar-menu-material-brown,
.luxbar-menu-material-brown .dropdown ul {
  background-color: #3e2723;
  color: #fff; }

.luxbar-menu-material-brown .active,
.luxbar-menu-material-brown .luxbar-item:hover {
  background-color: #4e342e; }
.luxbar-menu-material-brown .luxbar-hamburger span,
.luxbar-menu-material-brown .luxbar-hamburger span::before,
.luxbar-menu-material-brown .luxbar-hamburger span::after {
  background-color: #fff; }

/******* default material-bluegrey *******/
.luxbar-menu-material-bluegrey,
.luxbar-menu-material-bluegrey .dropdown ul {
  background-color: #263238;
  color: #fff; }

.luxbar-menu-material-bluegrey .active,
.luxbar-menu-material-bluegrey .luxbar-item:hover {
  background-color: #37474f; }
.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; }

/******* default material-cyan *******/
.luxbar-menu-material-cyan,
.luxbar-menu-material-cyan .dropdown ul {
  background-color: #006064;
  color: #fff; }

.luxbar-menu-material-cyan .active,
.luxbar-menu-material-cyan .luxbar-item:hover {
  background-color: #00838f; }
.luxbar-menu-material-cyan .luxbar-hamburger span,
.luxbar-menu-material-cyan .luxbar-hamburger span::before,
.luxbar-menu-material-cyan .luxbar-hamburger span::after {
  background-color: #fff; }

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



/*************************************************************************************
*************************************************************************************

print

*************************************************************************************
**************************************************************************************/

@media print {
.luxbar-fixed {
 	position:relative;
}
  .luxbar-navigation {
	flex-flow: row;
   justify-content: center/*flex-end*/
}
  .luxbar-checkbox:not(:checked) ~ .luxbar-menu {
	  height: 40px;
	}
	.luxbar-header{
		display: none;
	}

}