@charset "utf-8";
/* CSS header Document */
.header-area {
  box-shadow: 0 6px 12px -2px rgb(50 50 93/25%), 0 3px 7px -3px rgb(0 0 0/30%);
	z-index:99;
	position: relative;
}
.header-area{
  background: rgba(51, 51, 51, 0.5);
  box-shadow: none;
	border-bottom: 2px solid #41a1a9;
}

.header_regist {
  display: block;
  height: 50px;
  background: #41a1a9;
  border: solid 1px #41a1a9;
  border-radius: 5px;
  text-align: center;
  line-height: 50px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  box-shadow: 0 0.124vw 0.248vw rgba(65, 161, 169, 0.2);
  padding: 0 2.585vw;
}
.header_regist:hover{
  color: #fff;
  opacity: 0.8;
}
.region-header-group{
  display: flex;
  gap:15px;
}
#block-onerise-front-shop-access-area-info .area-icon{

  color:#fff;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  font-size:14px;
}


/* sticky */
body.sticked .layout-container {
	/* padding-top: 125px;*/
}

body.sticked .header-area.sticky-header {
   position: fixed;
    top: 0;
    left: 0;
    right: 0;
    animation: sticky 1s;
    background: rgb(0 0 0 /75%);
    box-shadow: rgb(50 50 93/25%) 0px 6px 12px -2px, rgb(0 0 0/30%) 0px 3px 7px -3px;
    z-index: 999;
}

body.sticked.path-frontpage .header-area .navigation .navbar .navbar-nav .nav-item a, body.path-node.page-node-type-column.sticked .header-area .navigation .navbar .navbar-nav .nav-item a {
    filter: none;
}
@-webkit-keyframes sticky {
	0% {
		top: -200px;
  	}
  	100% {
    	top: 0;
  	}
}

@keyframes sticky {
  	0% {
    	top: -200px;
  	}
  	100% {
    	top: 0;
  	}
}
#block-vwork-front-breadcrumbs{
	font-size:1.2rem;
}
@media screen and (max-width: 767.9px) {
	#block-vwork-front-breadcrumbs{
		font-size:1.1rem;
	}
}
/* toggle */
body .navigation .navbar .navbar-toggler .toggler-icon {
  background-color: #fff;
}

body.sticked .navigation .navbar .navbar-toggler .toggler-icon {
  background-color: #fff;
}

#header_lower{
  background:#949494;
  border-top:1px solid #41a1a9;
}
#header_lower .view-content{
  display: flex;
}
#header_lower .view-content .item-list{
  flex:1;
  position: relative;
}
#header_lower .view-content .item-list h3{
  cursor: pointer;
  font-size:13px;
  font-weight: 500;
  text-align: center;
  border-right: 1px solid #41a1a9;
  border-left: 1px solid #fff;
  margin-top:0px;
  margin-bottom:0px;
  height:40px;
  line-height: 40px;
    -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
#header_lower .view-content .item-list h3:first-child{
  border-left: 1px solid #41a1a9;
}
#header_lower .view-content .item-list h3:hover,
#header_lower .view-content .item-list.open h3{
  background:#41a1a9;
  color:#fff;
}
#header_lower .view-content .item-list ul{
  display: none;
}
#header_lower .view-content .item-list.open ul{
  display: block;
  background:#fff;
  position: absolute;
  top:40px;
  z-index: 3;
  margin:0px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  width:100%;
}
#header_lower .view-content .item-list.open ul li a{
  display: block;
  height:40px;
  line-height: 40px;
  width:100%;
  padding:0px 15px;
  border-bottom:1px solid #2e8a92;
  border-top:1px solid #b2ebf2;
  font-size:13px;
  background:#41a1a9;
  color:#fff;
}
#header_lower .view-content .item-list.open ul li a:hover{
  background:#2e8a92;
  color:#fff;
}
.sp-menu{
  display: none;
}
.header-area .site-logo img{
  height:30px;
}

@media screen and (max-width: 991.9px) {
	.path-frontpage .header-area .navigation .navbar .navbar-nav .nav-item a, body.path-node.page-node-type-column .header-area .navigation .navbar .navbar-nav .nav-item a {
		filter: brightness(1) invert(0);
	}
  .header_regist{
    height:40px;
    line-height: 40px;
  }
  #header_lower{
    display: none;
  }
  .sp-menu{
    display: block;
  }
  .sp-menu  .item-list h3 {
        padding: 15px;
        background: #41a1a9;
        margin-bottom: 0px;
        border-bottom: 1px solid #2e8a92;
        border-top: 1px solid #80deea;
        cursor: pointer;
        margin-top: 0px;
    }
    .sp-menu .item-list h3:hover {
        background: #2e8a92;
        color: #fff;
    }

    .sp-menu .item-list ul {
        display: none;
    }
    .sp-menu .is-open.item-list ul {
        display: block;
        margin:0px;
    }
    .sp-menu .is-open.item-list ul li a {
      display: block;
      width: 100%;
      padding: 15px 10px 15px 25px;
      background: #F4F6F6;
      border-bottom: 1px solid #D5DBDB;
      border-top: 1px solid #fff;
    }
}
@media screen and (max-width: 767.9px) {
	.header-area .site-logo img{
		height: 30px;
    width: auto;
    margin-left: -10px;
	}
  #block-onerise-front-shop-access-area-info .area-icon{
    margin-top:3px;
  }

}
