@charset "UTF-8";

    /* ヘッダーとナビゲーション */
    .another_nav {
      width: 100%;
      height: 100px;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index:10;
    }

    .another_nav {
      position: fixed;
      left: 0;
      top: -100px;
      color: #333;
      background-color: #fff;
      padding: 0 1rem;
    }

    .another_nav .site_name {
      padding-top: 20px;
    }

    .another_nav .sub_menu {

    }

    @media (min-width:768px) {
      .another_nav .site_name {
        padding-top: 43px;
      }
  
      .another_nav .sub_menu {
        padding-top: 68px;
      }
    }