@charset "utf-8";

.luxbar-hamburger {
    padding: 18px 24px 18px 24px;
}

.luxbar-menu {
    min-height: 50px;
    transition: 0.6s ease;
    width: 100%;
}
.luxbar-checkbox:not(:checked) ~ .luxbar-menu {
    overflow: hidden;
    height: 80px;
}
.luxbar-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}
.luxbar-hamburger span, .luxbar-hamburger span::before, .luxbar-hamburger span::after {
    display: block;
    height: 3px;
    width: 60px;
}
.luxbar-hamburger span::before {
    margin-top: -15px;
}
.luxbar-hamburger span::after {
    margin-top: 15px;
}

.luxbar-item {
  font-size: 50px;
  height: auto;
}



.luxbar-item a {
    padding: 13px 13px 13px 13px;
    display: block;
    text-align: center;
  color: #fff;
}


.luxbar-item .btn_img {
  padding-top: 0;
}
.luxbar-item a img {
    display: inline;
}
.sns_icon1 a {
    padding: 7px 5px 7px 5px;
}
.sns_icon2 a {
    padding: 7px 5px 7px 5px;
}
.luxbar-menu-dark, .luxbar-menu-dark .dropdown ul {
    background-color: #68070c;
    color: #fff;
}
.luxbar-menu-dark .luxbar-item:hover {
    transition: all 0.3s ease;
    background-color: #9f0d14;
    color: #fff;
}

.luxbar-menu-dark .luxbar-hamburger span, .luxbar-menu-dark .luxbar-hamburger span::before, .luxbar-menu-dark .luxbar-hamburger span::after {
    background-color: #fff;
}
.luxbar-menu-left .luxbar-navigation, .luxbar-menu-left .luxbar-header {
    justify-content: center;
}




@media screen and (max-width: 980px) {
  .sp_hide {
    display: none;
  }
  .lr15_logo {
  margin-top: 30px;
  }
  .luxbar-item:nth-child(2) {
    padding-top: 60px;
  }
}

@media screen and (min-width: 981px) {
  .sns_icon2 {
    margin-left: 20px;
  }
  .luxbar-navigation li:first-child {
    margin-left: 30px;
  }
  .luxbar-item {
    height: 50px;
    font-size: 17px;
  }
  .pc_hide {
    display: none;
  }
  .luxbar-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 50px;
  }
  .luxbar-checkbox:not(:checked) ~ .luxbar-menu {
    overflow: hidden;
    height: 50px;
  }
  .luxbar-menu .luxbar-item {
    margin-top: 0;
}

}
