.header-top,
.header-bottom {
  padding: 1.0em 0;
}

.site-logo {
  display: inline-block;
  margin: 1.5em 0 0.5em 0;
  width: 8em;
}

.region-content-header ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25em;
  margin-top: 0;
  justify-content: flex-end;
  font-size: 0.9em;
  text-transform: uppercase;
}

.region-content-header li {
  line-height: 0.25em;
}

.region-content-header li:first-of-type {
  list-style: none;
}



/*************************** 
      up - 1024px   
****************************/

@media screen and (min-width: 1024px) {

  header {
    z-index: 99;
  }

  .main-navi {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

}
