@charset "utf-8";
/* CSS Document */

/* ==========================
   SP Header
========================== */

    .sp-header {
      display: none;
    }

    @media screen and (max-width: 900px) {

      .sp-header {
        display: flex;
        align-items: center;
        height: 64px;
        padding: 0 16px;
        background: #ffffff;
        border-bottom: 1px solid #e6e6e6;
        justify-content: space-between;
        box-sizing: border-box;

      }

      .sp-header__logo {
        display: inline-flex;
        align-items: center;
        text-decoration: none;
      }

      .sp-header__logo img {
        display: block;
        height: auto;
        width: 100%;
        max-width:220px;
      }

    }