@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Bad+Script|Kosugi+Maru|Noto+Sans+JP:400,700|Noto+Serif+JP:400,700|Quicksand:400,700&display=swap&subset=japanese");

.top.open #header .nav li a, .open #header .nav li a {
  color: #fff; }

  .top.open #header .nav li.btn_entry > a > span.entry, .open #header .nav li.btn_entry > a > span.entry {
  font-family: "Quicksand";
  text-align: center;
  font-weight: bold; }

@media only screen and (max-width: 768px) {
  .top.open #header, .open #header {
    background: #273280;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    visibility: visible;
    opacity: 1;
    display: block;
    z-index: 9999;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding-top: 60px;
    padding-bottom: calc(20px + env(safe-area-inset-bottom));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }

    .open #header .nav li.logo_box{
    margin-top: 30px;
    }
    
    .open #header .nav li.logo_box a {
    border-bottom: none;
    }

  .top.open #header .nav, .open #header .nav {
    visibility: visible;
    opacity: 1;
    position: absolute;
    top: 80px;
    left: 6%;
    right: 6%;
    bottom: 6%;
    width: auto;
    display: block;
    height: 100%;
    overflow-y: scroll; }
    .top #header h1, #header h1 {
    margin-right: auto;
    display: none;
    }
  .top.open #header h1, .open #header h1 {
    display: block;
    position: absolute;
    top: 3.8333%;
    left: 6%;
    height: auto;
    color: #fff;
      flex-flow: row;
      margin: 0;
      justify-content: flex-start;
      display: flex !important;
      width: 75%;
      padding-right: 10px;
      font-size: 14px; }
  .top.open #header h1, .open #header h1 a{
    width: 75%;
    padding-right: 10px;
  }
  .top.open #header h1 img, .open #header h1 img {
    width: 100%;
    height: auto; }
  .top.open #header .nav li a, .open #header .nav li a {
    color: #fff;
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #fff;
    display: block;
    width: 100%;
    font-size: 18px; }
  .top.open #header .nav li.btn_entry > a, .open #header .nav li.btn_entry > a {
    border-bottom: 0;
    font-size: 14px;
    padding: 20px 0; }
    .top.open #header .nav li.btn_entry > a > span.entry, .open #header .nav li.btn_entry > a > span.entry {
    font-family: "Quicksand";
    text-align: center;
    font-weight: bold;
    display: block;
    font-size: 28px; }
.top #header .nav .logo_box a{
  border-bottom: none;
  padding: 15px 0;
}
.top #header .nav .logo_box .logo_kurasute{
  height: 23px;
}

.top #header .nav .logo_box .logo_cocoe{
  height: 30px;
}

.top #header .nav .logo_box .logo_shirakabe{
  height: 40px;
}

  }

@media print, screen and (min-width: 769px) {
  .top.open #header .nav li a, .open #header .nav li a {
    color: #fff; }
    .top.open #header .nav li.btn_entry > a > span.entry, .open #header .nav li.btn_entry > a > span.entry {
    font-family: "Quicksand";
    text-align: center;
    font-weight: bold;
    display: block;
    font-size: 34px; }
  }