@charset "utf-8";

/* スライダー 編集 *//* スライダー 編集 *//* スライダー 編集 *//* スライダー 編集 */

.slider{
    max-width: 1920px;
    margin: 0 auto;
}
.slider img{
    width: 100%;
    margin: 0 auto;
    height: auto;
}

.sp{
    display: none;
}


@media (max-width:480px){
    .slider{
        max-width: 480px;
    }
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
}

/* スライダー 編集 *//* スライダー 編集 *//* スライダー 編集 *//* スライダー 編集 */




/* ハンバーガーメニュー　編集 *//* ハンバーガーメニュー　編集 *//* ハンバーガーメニュー　編集 */
@media (max-width:480px){
    /* header {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: center;
        height: 60px;
        padding: 0 20px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 2;
        box-sizing: border-box;
      }
      .menu-trigger {
        display: inline-block;
        position: relative;
        width: 36px;
        height: 28px;
        vertical-align: middle;
        cursor: pointer;
        z-index: 999;
      }

      .menu-trigger h1{
          text-align: left;
      }
      .menu-trigger h1 img{
          width: auto;
          height: 60px;
          position: fixed;
          top: 0;
          left: 0;
      }


      .menu-trigger span {
        display: inline-block;
        box-sizing: border-box;
        position: absolute;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #000;
        transition: all .5s .2s;
      }
      .menu-trigger.active span {
        background-color: #fff;
      }
      .menu-trigger span:nth-of-type(1) {
        top: 0;
      }
      .menu-trigger.active span:nth-of-type(1) {
        transform: translateY(12px) rotate(-45deg);
      }
      .menu-trigger span:nth-of-type(2) {
        top: 12px;
      }
      .menu-trigger.active span:nth-of-type(2) {
        opacity: 0;
      }
      .menu-trigger span:nth-of-type(3) {
        bottom: 0;
      }
      .menu-trigger.active span:nth-of-type(3) {
        transform: translateY(-12px) rotate(45deg);
      }

      header nav ul{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
      }
      nav {
        width: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        color: #fff;
        text-align: center;
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1;
      }
      nav ul li {
        padding: 15px 0;
      }
      main p {
        margin-bottom: 50px;
      } */
}

/* ハンバーガーメニュー　編集 *//* ハンバーガーメニュー　編集 *//* ハンバーガーメニュー　編集 */
