header{
  font-family: 'ヒラギノ角ゴ Pro W6','Hiragino Kaku Gothic Pro', '小塚ゴシック Pro','Kozuka Gothic Pro', sans-serif;
}

/* CSS */
@media (min-width: 600px) {
  #sample label{
    display: none;
  }
  #sample input{
    display: none;
  }
  .nav__wrapper {
    display: flex;
    position:absolute;
    top: 0rem;
    right: 2rem
  }

  .nav__wrapper li{
  }

  .site-header__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    width: 95%;
    margin: 0 auto;
  }
  .brand {
  font-weight: bold;
  font-size: 20px; }

  .site-header {
    position: relative;
    background-color: #def7ff; }

  .site-header__wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem; }
    @media (min-width: 600px) {
      .site-header__wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 0;
        padding-bottom: 0; } }
  @media (min-width: 600px) {
    .nav__wrapper {
      display: flex; } }

  .nav__item a {
    display: block;
    padding: 1.5rem 1rem; }

  .nav__toggle {
    display: none;
  }
  .brand img{
    height: 40px;
  }
}

@media (max-width: 599px) {
  #sample label{
    cursor: pointer;
    display: block;
    position: absolute;
    right: 1rem;
    top: 1rem;
  }
  #sample label img {
    width: 50px;
  }
  #sample input{
    display: none;
  }
  #sample input+ul{
    display: none;
  }
  #sample input:checked+ul{
    display: block;
    position: absolute;
    z-index: 300;
  }

  .nav__wrapper{
    width: 100%;
    background-color: #FFF;
    text-align: center;
  }

  .nav__wrapper li {
    font-size: 14pt;
    margin: 25px auto;
    padding-bottom: 40px;
    width: 80%;
    height: 30px;
    border-bottom: 2px solid #333;
  }
  .brand img{
    height: 35px;
  }
  .brand{
    margin: 10px 0 0 10px;
  }

}

ul{
  list-style: none;
  padding-left: 0rem;
}

a{
  text-decoration: none !important;
  color: #000;
}




.twoline{
  padding: 0.8rem 1rem !important;
}

.site-header {
  position: relative;
  background-color: #ffffff;
}

.site-header__wrapper {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
