#luxbar {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px 4px #888;
  z-index: 9999999;
}

.luxbar-navigation {
  /*    width: 1320px;*/
  width: auto;
  margin-right: auto;
  margin-left: auto;
}

.luxbar-fixed {
  box-shadow: inherit;
}

.luxbar-brand {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.luxbar-brand img {
  padding-top: 5px;
}

.luxbar-menu-material-cyan, .luxbar-menu-material-cyan .dropdown ul {
  background: transparent;
  color: #000;
}

.luxbar-menu-material-cyan .active, .luxbar-menu-material-cyan .luxbar-item:hover {
  background: inherit;
}

.luxbar-header {
  height: 40px;
}

.luxbar-menu a:hover, .luxbar-item a:hover {
  color: #5ca06c;
}

.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: #5ca06c;
  width: 40px;
  height: 4px;
  border-radius: 2px;
}

.luxbar-hamburger span::before {
  margin-top: -12px;
}

.luxbar-hamburger span::after {
  margin-top: 12px;
}

.luxbar-item {
  position: relative;
  width: 140px;
  height: 50px;
}
.luxbar-item a {
  padding: 28px 0 0;
  text-align: center;
}
.luxbar-item a:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  height: 20px;
  background-repeat: no-repeat;
}
.luxbar-item.item02 a:before {
  background: url(../images/common/icon_nav01.png) no-repeat center;
  background-size: auto 100%;
}
.luxbar-item.item03 a:before {
  background: url(../images/common/icon_nav02.png) no-repeat center;
  background-size: auto 100%;
}
.luxbar-item.item04 a:before {
  background: url(../images/common/icon_nav03.png) no-repeat center;
  background-size: auto 100%;
}
.luxbar-item.item05 a:before {
  background: url(../images/common/icon_nav04.png) no-repeat center;
  background-size: auto 100%;
}
.luxbar-item.item07 a:before {
  background: url(../images/common/icon_nav05.png) no-repeat center;
  background-size: auto 100%;
}
.luxbar-item.item08 a:before {
  background: url(../images/common/icon_nav06.png) no-repeat center;
  background-size: auto 100%;
}
.luxbar-item.item09 a:before {
  background: url(../images/common/icon_nav07.png) no-repeat center;
  background-size: auto 100%;
}
.luxbar-item.item10 a:before {
  background: url(../images/common/icon_nav08.png) no-repeat center;
  background-size: auto 100%;
}
.luxbar-item.item11 a:before {
  background: url(../images/common/icon_nav09.png) no-repeat center;
  background-size: auto 100%;
}
.luxbar-item.nav-logo {
  width: 250px;
  border-left: solid 1px #fff;
}
.luxbar-item.nav-logo a {
  position: relative;
  padding: 0;
  height: 100%;
}
.luxbar-item.nav-logo a img {
  max-width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.luxbar-item.nav-logo + .luxbar-item {
  border-left: solid 1px #fff;
}

/*li.luxbar-item:not([class="luxbar-item nav-logo"]){
    border-left: solid 1px #707070;
}*/
li.luxbar-item {
  border-left: solid 1px #707070;
}

.luxbar-item:nth-of-type(2) {
  border-left: none;
}

.luxbar-checkbox:checked ~ .luxbar-menu {
  overflow: hidden;
}

.luxbar-checkbox:checked + .luxbar-menu .luxbar-hamburger-doublespin span::before,
.luxbar-checkbox:checked + .luxbar-menu .luxbar-hamburger-doublespin span::after {
  margin-top: 0;
}

.luxbar-checkbox:checked + .luxbar-menu .luxbar-hamburger-doublespin span {
  background-color: transparent;
}

@media screen and (max-width: 1023px) {
  #luxbar {
    background: transparent;
  }

  h1 {
    display: none;
  }

  .luxbar-header {
    height: 60px;
    background: rgba(255, 255, 255, 0.96);
  }

  .luxbar-brand img {
    width: auto;
    height: 60px;
    padding-bottom: 5px;
  }

  .luxbar-navigation {
    flex-direction: column;
    width: 100%;
    margin-top: 10px;
  }
  .luxbar-navigation .nav-logo {
    display: none;
  }
  .luxbar-navigation .luxbar-item {
    width: 90%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    border: none;
    border-top: dotted 1px #5ca06c;
  }
  .luxbar-navigation .luxbar-item a {
    padding: 10px 0;
  }
  .luxbar-navigation .luxbar-item a:before {
    display: none;
  }
  .luxbar-navigation .luxbar-item:nth-of-type(4), .luxbar-navigation .luxbar-item:nth-of-type(8) {
    border-right: none;
  }

  .luxbar-item.nav-logo + .luxbar-item {
    border-left: none;
  }

  .luxbar-item.nav-pc {
    display: none;
  }

  .luxbar-hamburger {
    display: block;
  }

  .luxbar-menu-right .luxbar-header {
    margin-right: 0;
  }

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

  .luxbar-checkbox:checked ~ .luxbar-menu .luxbar-header {
    background: transparent;
  }

  .luxbar-checkbox:checked ~ .luxbar-menu {
    height: 100vh;
    background: rgba(255, 251, 204, 0.96);
  }

  .luxbar-navigation .luxbar-item.nav-contact {
    text-align: center;
    margin-bottom: 10px;
  }
  .luxbar-navigation .luxbar-item.nav-contact a {
    display: inline-block;
    padding: 5px 40px;
    margin: 20px 0 10px;
    border: solid 1px #5ca06c;
  }
  .luxbar-navigation .luxbar-item.nav-contact a:first-child {
    margin-right: 5px;
  }

  .luxbar-item.nav-sns {
    border: none;
    text-align: center;
  }
  .luxbar-item.nav-sns .link_sns a {
    margin-left: 5px;
    display: inline;
  }
}
@media screen and (min-width: 1024px) {
  .luxbar-checkbox:not(:checked) ~ .luxbar-menu {
    height: 100px;
  }

  .luxbar-navigation {
    justify-content: center;
  }

  .luxbar-brand {
    display: none;
  }

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

  .luxbar-item:last-child, .luxbar-item:first-child {
    display: none;
  }

  .luxbar-checkbox:checked ~ .luxbar-menu {
    height: 130px;
    overflow: hidden;
  }
}
@media screen and (max-width: 480px) {
  .luxbar-brand {
    padding: 5px;
  }
  .luxbar-brand a img {
    /*            width: 100%;*/
    padding-left: 15px;
  }

  .luxbar-hamburger {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 320px) {
  .luxbar-navigation .luxbar-item a {
    padding: 8px 0;
  }
}
/* bxslider */
.bx-wrapper {
  margin: 0 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  background: none !important;
}
.bx-wrapper img {
  width: 100%;
}

.bx-wrapper .bx-pager.bx-default-pager a, .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #5ca06c;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #fbb03b;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  bottom: -20px;
}

.bxslider li {
  display: none;
}

.bx-viewport .bxslider li {
  display: block !important;
}

/* mailform */
form#mailformpro dl dt {
  width: 190px;
  font-size: 18px;
  line-height: 1em;
  padding-right: 10px;
  border: none;
}
form#mailformpro dl dt .confirm {
  font-size: .8em;
  color: #c1272d;
}

form#mailformpro dl dd {
  border: none;
  font-size: 18px;
  padding-top: 5px;
}

form#mailformpro button {
  background: #5ca06c;
  color: #fff;
  border: none;
  padding: 2px 40px;
  border-radius: 4px;
  font-size: 18px;
}
form#mailformpro button:hover {
  cursor: pointer;
  opacity: .9;
}

.mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_textarea, .mfp_element_date, .mfp_element_password {
  font-size: 16px;
}

.mfp_element_submit, .mfp_element_reset, .mfp_element_button, button.mfp_next, button.mfp_prev {
  text-shadow: none;
}

.mfp_colored {
  background-color: transparent;
}

@media screen and (max-width: 480px) {
  form#mailformpro {
    padding-top: 0;
  }
  form#mailformpro dl dt {
    font-size: 16px;
  }
  form#mailformpro dl dd {
    font-size: 16px;
    padding-bottom: 20px;
  }
  form#mailformpro .mfp_element_all {
    max-width: 100%;
  }
}

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