/*luxbar_overwrite*/
#luxbar {
  background: rgba(255,255,255,.9);
  height: 115px;
  padding-top: 10px;
  /*no_h1*/
}

.luxbar-fixed {
  box-shadow: inherit;
  z-index: 99999;
}

.luxbar-menu {
  width: 1360px;
  margin-left: auto;
  margin-right: auto;
  min-height: auto;
  height: 42px;
  display: flex;
  position: relative;
}

.luxbar-header {
  height: auto;
  width: 30%;
}

.luxbar-header-box {
  width: 1360px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.luxbar-contact {
  font-size: 30px;
  text-align: right;
}
.luxbar-contact a {
  display: inline-block;
}
.luxbar-contact.icon_sns{
    padding-left: 5px;
}
.luxbar-contact.icon_sns a{
    display: inline;
    height: 30px;

}
.luxbar-contact.icon_sns a img{
    padding: 0;
    height: 30px;
}

.luxbar-navigation-box {
  width: 70%;
  text-align: right;
  display: flex;
  flex-direction: column;
}

.luxbar-navigation {
  margin-top: 20px;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 16px;
}

.luxbar-brand {
  padding: 0;
}
.luxbar-brand a img {
  display: inline-block;
  margin-bottom: -45px;
  width: 80%;
  width: 85%;
}
.luxbar-brand a img.top_logo_sp {
  display: none;
}

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

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

.luxbar-menu a, .luxbar-item a {
  color: #000;
}

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

.luxbar-hamburger {
  padding: 0 0 0 0;
  padding: 20px 20px 0 20px;
  color: #e4007f;
}
.luxbar-hamburger span {
  margin-bottom: 10px;
}
.luxbar-hamburger span::before {
  margin-top: -12px;
}
.luxbar-hamburger span::after {
  margin-top: 12px;
}

.luxbar-item {
  position: relative;
  height: auto;
  margin-left: 2.2vw;
}
.luxbar-item a {
  padding: 0;
  text-align: center;
}
.luxbar-item a span{
  padding: 0;
  display: block;
  position: relative;
  line-height: 1.2em;
}
.luxbar-item a span:before{
    content: "";
    background: url(../images/icon_navi01.png) no-repeat;
    background-size: 100% auto;
    width: 20px;
    height: 25px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -1.3em;
}
.luxbar-item.item02 a span:before{background: url(../images/icon_navi02.png) no-repeat;background-size: 100% auto;}
.luxbar-item.item03 a span:before{background: url(../images/icon_navi03.png) no-repeat;background-size: 100% auto;}
.luxbar-item.item04 a span:before{background: url(../images/icon_navi04.png) no-repeat;background-size: 100% auto;}
.luxbar-item.item05 a span:before{background: url(../images/icon_navi05.png) no-repeat;background-size: 100% auto;}
.luxbar-item.item06 a span:before{background: url(../images/icon_navi06.png) no-repeat;background-size: 100% auto;}
.luxbar-item.item07 a span:before{background: url(../images/icon_navi07.png) no-repeat;background-size: 100% auto;}
.luxbar-item.item08 a span:before{background: url(../images/icon_navi08.png) no-repeat;background-size: 100% auto;}
.luxbar-item.item09 a span:before{background: none;}

.luxbar-item a:hover {
  opacity: .8;
}
.luxbar-item.hidden_item {
  display: none;
}

.luxbar-item.sp_nav_cont {
  text-align: center;
}
.luxbar-item.sp_nav_cont a {
  display: inline-block;
  padding: 3px 20px;
}

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

  .luxbar-checkbox:checked ~ .luxbar-menu {
    height: 95px;
  }

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

.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;
}

.luxbar-navigation .luxbar-item.contact span a {
  width: auto;
  border: none;
  padding: 0;
  margin: 0;
}

.gtranslate{
    margin-left: 10px;
    margin-right: 10px;
}

@media screen and (max-width: 1360px) {
  .luxbar-menu {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  #luxbar {
    height: auto;
    padding-top: 0;
  }

  .luxbar-menu {
    flex-direction: column;
  }

  .luxbar-header {
    border: none;
    width: 100%;
  }
  .luxbar-header .tel_icon {
    height: 60px;
  }
  .luxbar-header .tel_icon a img {
    width: 60px;
    height: 60px;
  }
  .luxbar-header .luxbar-header-box {
    width: 100%;
    margin: 0;
    display: inline;
  }
  .luxbar-header .luxbar-header-box .luxbar-brand a img {
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0;
    height: 60px;
    width: auto;
  }

  .luxbar-navigation-box {
      padding-top: 30px;
    border: none;
    background: transparent;
    width: 100%;
  }
  .luxbar-navigation-box .luxbar-contact {
    display: none;
  }

  .luxbar-navigation {
      margin-top: 0;
    flex-direction: column;
    width: 100%;
  }
  .luxbar-navigation .luxbar-item {
    padding: 0;
    width: 80%;
    margin: 0 auto;
    border-bottom: dashed 1px #555;
    text-align: center;
  }
  .luxbar-navigation .luxbar-item.hidden_item {
    display: inline-block;
  }
  .luxbar-navigation .luxbar-item a {
    text-align: left;
    padding: 20px 0 15px;
  }
  .luxbar-navigation .luxbar-item a span{
    width: 150px;
    margin: 0 auto;
      padding-left: 3em;
  }
  .luxbar-navigation .luxbar-item a span:before {
    top: 3px;
    margin: 0;
    left: 1em;
  }
  .luxbar-item.item01 a span:before,.luxbar-item.item03 a span:before,.luxbar-item.item04 a span:before,.luxbar-item.item08 a span:before{
      top: 0;
  }
  .luxbar-navigation .luxbar-item.sp_nav_cont a{
      padding-left: 10px;
      padding-right: 10px;
  }
  .luxbar-navigation .luxbar-item.contact {
    text-align: center;
    margin-top: 20px;
  }
  .luxbar-navigation .luxbar-item.contact a {
    width: 40%;
    display: inline-block;
    padding: 5px 25px;
    border: solid 1px #C2AD94;
    transition: all .3s;
  }
  .luxbar-navigation .luxbar-item.contact a:hover {
    background: #C2AD94;
    color: #534741;
  }
  .luxbar-navigation .luxbar-item.contact span {
    font-size: 26px;
  }
  
    .gtranslate{
        position: absolute;
        top: 70px;
        right: 5px;
    }

  .luxbar-hamburger {
    display: block;
  }

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

  .luxbar-menu-right .luxbar-hamburger {
    font-size: 10px;
  }

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

  .luxbar-checkbox:checked ~ .luxbar-menu {
    height: 100vh;
  }
}
@media screen and (min-width: 1360px) {
  .luxbar-checkbox:checked ~ .luxbar-menu {
    height: 164px;
    overflow: hidden;
  }
}
@media screen and (max-width: 800px) {
  #luxbar {
    /*background: transparent;*/
    
    margin-top: 0;
  }
  
  .luxbar-header {
    max-height: 60px;
    min-height: 60px;
    height: auto;
  }
  .luxbar-header .luxbar-header-box .luxbar-brand a img {
    width: auto;
    height: 50px;
    margin: 0 auto;
    padding: 0;
  }

  .luxbar-brand a img {
    height: 50px;
    padding: 5px 0;
  }

  .luxbar-menu-material-cyan .luxbar-hamburger span, .luxbar-menu-material-cyan .luxbar-hamburger span::before, .luxbar-menu-material-cyan .luxbar-hamburger span::after {
    width: 32px;
    height: 4px;
    border-radius: 2px;
  }

  .luxbar-hamburger {
    width: 60px;
    padding: 0;
    margin: 20px 10px 10px;
    text-align: center;
    line-height: 1em;
  }
  .luxbar-hamburger span {
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .luxbar-hamburger span::before {
    margin-top: -10px;
  }
  .luxbar-hamburger span::after {
    margin-top: 10px;
  }

  .luxbar-navigation .luxbar-item.contact {
    text-align: center;
    margin-top: 20px;
  }
  .luxbar-navigation .luxbar-item.contact a {
    width: 60%;
  }

}

  .luxbar-contact {
    padding-right: 10px;
  }

  .luxbar-navigation {
    padding-right: 10px;
  }

  .luxbar-checkbox:checked ~ .luxbar-menu .luxbar-brand a img {
    margin-bottom: 0;
  }
  
@media screen and (min-width: 1200px) {
    .luxbar-item {
      margin-left: 40px;
    }
}
@media screen and (max-width: 480px) {
  .luxbar-header .luxbar-header-box .luxbar-brand {
    width: 86%;
    margin: 0 auto;
  }
  .luxbar-header .luxbar-header-box .luxbar-brand a img {
    vertical-align: middle;
    padding: 8px 0;
    padding-left: 10px;
    width: 80%;
    height: auto;
  }

  .luxbar-menu-material-cyan .luxbar-hamburger span, .luxbar-menu-material-cyan .luxbar-hamburger span::before, .luxbar-menu-material-cyan .luxbar-hamburger span::after {
    width: 30px;
  }

  .luxbar-hamburger {
    width: 90px;
    margin-top: 23px;
  }
  .luxbar-hamburger span {
    margin-bottom: 15px;
  }
  .luxbar-hamburger span::before {
    margin-top: -10px;
  }
  .luxbar-hamburger span::after {
    margin-top: 10px;
  }
  .luxbar-navigation .luxbar-item a{
      padding-top: 10px;
      padding-bottom: 5px;
  }
}

/* swiper */
.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
}

.swiper-container {
  width: 90%;
  height: auto;
  overflow: visible;
  z-index: 1;
  position: relative;
  padding-bottom: 30px;
}
.swiper-button-prev,
.swiper-button-next {
    width: 40px;
    height: 40px;
    background: url(../images/arrow.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: -20px;
    z-index: 1000;
}
.swiper-button-next{
    transform:rotateY(180deg);
    left: auto;
    right: -20px;
}

.swiper-pagination-bullet-active {
  background: #E4007F;
}

.swiper-slide img{
    width: 100%;
}
@media (max-width: 800px) {
    .swiper-container{
       max-width: 100%;
       width: 100%;
    }
    .swiper-slide{
        width: 100%!important;
    }
    .swiper-button-prev,
    .swiper-button-next {
        width: 35px;
        height: 35px;
        left: 10px;
    }
    .swiper-button-next{
        left: auto;
        right: 10px;
    }
}
@media (max-width: 480px) {
    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }
}

/* translate */
.skiptranslate ~ nav#luxbar.luxbar-fixed{
    margin-top: 30px;
}
.skiptranslate[style="display: none;"]  ~ nav#luxbar.luxbar-fixed{
    margin-top: 0;
}
@media (max-width: 800px) {
    .skiptranslate ~ nav#luxbar.luxbar-fixed{
        margin-top: 40px;
    }
}
@media (max-width: 800px) {
    html:lang(auto) .skiptranslate ~ nav#luxbar.luxbar-fixed.nav_class,
    html:lang(ja) .skiptranslate ~ nav#luxbar.luxbar-fixed.nav_class,
    html:lang(en) .skiptranslate ~ nav#luxbar.luxbar-fixed.nav_class,
    html:lang(ko) .skiptranslate ~ nav#luxbar.luxbar-fixed.nav_class{
/*        margin-top: 60px;*/
        padding-top: 20px;
    }
    html:lang(auto)[class=""] .skiptranslate ~ nav#luxbar.luxbar-fixed.nav_class{
/*        margin-top: 40px;*/
        padding-top: 0;
    }
    html:lang(auto) .skiptranslate[style="display: none;"]  ~ nav#luxbar.luxbar-fixed.nav_class{
/*        margin-top: 0;*/
        padding-top: 0;
    }
}

/* lightbox */
.lb-outerContainer{
    margin-top: 250px;
}
@media (max-width: 800px) {
   .lb-outerContainer{
        margin-top: 100px;
    } 
}
/*# sourceMappingURL=overwrite.css.map */
