*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }


  @media screen and (min-width:100px) and (max-width:320px) {
    .input-box{
        width: 280px;
    }

  }

  @media screen and (max-width:768px) {
    /*　画面サイズが768pxからはここを読み込む　*/



    .swiper-button-next, .swiper-button-prev{
      top: auto;
      bottom: auto;
    }
    

    .heading{
        padding: 30px 0px 24px 0px;
    }
    .sp-none{
        display: none;
    }

    header{
        height: 80px;
    }

    #Popular{
        padding-top: 0px;
    }
    #regular{
        padding-top: 0px;
    }

    #all-item{
        padding-top: 50px;
    }

    #menu{
        padding-top: 0px;
    }

    .container{
        margin-top: -80px;
        padding-top: 100px;
    }

    .header-container{
        height: auto;
    }

    .header-logo{
        height: 75px;
        padding-left: 34px;
        padding-top: 14px;
    }


    .header-sp-right{
        position: absolute;
        display: flex;
        justify-content:flex-end;
        align-items: center;
        right: 0px;
        width: 100%;
        top: 16px;
    }


    .r-icon{
        width:40px ;
        float: right;
    }

    .banner-container{
        padding-left: 30px;
        padding-right: 30px;

    }

    .menu-container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .menu-li {
        width: 50%;
        height: auto;
        padding: 4px 6px 4px 6px;
    }


    .about-container {
        padding: 30px 10px 80px 10px;
    }

    .btn{
        border-radius: 10px;
        padding: 8px 10px;
    }

    nav li{
        min-width: 145px;
    }

    .register-li {
        width: 100%;
        height: auto;
        padding: 1px 4px 1px 4px;
    }

    .abou-sp{
        text-align: center;
        padding: 10px 30px;
        margin-bottom: 20px;
    }

    .Btn{
        position: relative;
        margin-top: 16px; /*なくてもOK*/
        display: inline-block;
        width: 100%;
        padding: 10px 30px;/*上下余白指定*/
        text-align: center;/*テキスト中央寄せ*/
        color: #fff;
        background-color: #098A8F;
        font-size: 14px;
        text-align: center;
        font-weight: bold;
      }

      .Btn-menu{
        position: relative;
        display: inline-block;
        width: 100%;
        height: 65px;
        padding-left: 20px;
        text-align: center;/*テキスト中央寄せ*/
        color: #fff;
        background-color: #098A8F;
        font-size: 14px;
        text-align: center;
        font-weight: bold;
        line-height: 65px;
        text-align: left;
        font-size: 16px;
        border-top: 1px solid #dcd2d2;
      }

      .Btn-Icon{
        position: absolute;
        top: 50%;
        right: 20px;/*右からの距離*/
        width: 13px;/*アイコンの横幅指定*/
        transform: translateY(-50%);/*この指定で上下中央に*/
      }

      .Btn:hover {
        color: #098A8F;
        background: #fff;
        border: 1px #098A8F solid;
      }


      .menu-wrapper ul { list-style: none; }
      .menu-wrapper a { text-decoration: none; color: black;}
      .menu-wrapper body {
         font-family: 'Dosis', sans-serif;
         background: #FF5722;
      }

      #menu-wrapper {
          overflow: hidden;
          width: 100%;
          cursor: pointer;
      }


      #menu-wrapper #hamburger-menu {
          position: relative;
          width: 25px;
          height: 20px;
          margin: 15px;
      }

      #menu-wrapper #hamburger-menu span {
          opacity: 1;
          left: 0;
          display: block;
          width: 100%;
          height: 2px;
          border-radius: 10px;
          color: black;
          background-color:  #098A8F;
          position: absolute;
          transform: rotate(0deg);
          transition: .4s ease-in-out;
      }

      #menu-wrapper #hamburger-menu span:nth-child(1) {
          top: 0;
      }

      #menu-wrapper #hamburger-menu span:nth-child(2) {
          top: 9px;
      }

      #menu-wrapper #hamburger-menu span:nth-child(3) {
          top: 18px;
      }

      #menu-wrapper #hamburger-menu.open span:nth-child(1) {
          transform: translateY(9px) rotate(135deg);
      }

      #menu-wrapper #hamburger-menu.open span:nth-child(2) {
          opacity: 0;
          transform: translateX(-60px);
      }

      #menu-wrapper #hamburger-menu.open span:nth-child(3) {
          transform: translateY(-9px) rotate(-135deg);
      }

      /*この指定で上下中央に#menu-container .menu-list .menu-submenu {
          padding-top: 20px;
          padding-bottom: 20px;}*/

      #menu-container .menu-list {
          padding-left: 0;
          display: block;
          position: absolute;
          width: 100%;
          background: white;
          box-shadow: rgba(100,100,100,0.2) 6px 2px 10px;
          z-index: 999;
          overflow-y: auto;
          overflow-x: hidden;
          right: -100%;
          margin-top: 14px;
      }

      #menu-container .menu-list li.accordion-toggle, #menu-container .menu-list .menu-login {
          font-size: 16px;
          padding: 20px;
          text-transform: uppercase;
          border-top: 1px solid #dcd2d2;
      }

      #menu-container .menu-list li:first-of-type {
          border-top: 0;
      }

      .accordion-toggle, .accordion-content {
          cursor: pointer;
          font-size: 16px;
          position: relative;
          letter-spacing: 1px;
          background-color: #098A8F;
      }

        .accordion-content {
          display: none;
      }

      .accordion-toggle a:before, .accordion-toggle a:after {
          content: '';
          display: block;
          position: absolute;
          top: 50%;
          right: 30px;
          width: 15px;
          height: 2px;
          margin-top: -1px;
          background-color: #fff;
          transform-origin: 50% 50%;
          transition: all 0.3s ease-out;
      }

      .accordion-toggle a:before {
          transform: rotate(-90deg);
          opacity: 1;
          z-index: 2;
      }

      .accordion-toggle.active-tab {
        background: #098A8F;
        transition: all 0.3s ease;
      }
      .accordion-toggle a.active:before {
          transform: rotate(0deg);
          background: #fff !important;
      }

      .accordion-toggle a.active:after {
          transform: rotate(180deg);
          background: #fff !important;
          opacity: 0;
      }

      .menu-list{
        height: 90vh; /* 環境にあわせる */
        overflow-x: scroll;
      }

      .search-button{
          text-align: center;
      }

      .search button{
          margin-top: 1px;
      }



      .menu-link{
          color: #fff;
          font-weight: bold;
      }

      .pickup{
          text-align: center;
      }

      .pick-p{
          color: #098A8F;
          font-weight: bold;
          font-size: 20px;
      }

      .pick-ul{
          display: flex;
          width: 100%;
          list-style: none;
          flex-wrap: wrap;
          padding-left: 5px;
          padding-right: 5px;
      }

      .pick-li{
          width: 50%;
      }

      .pick-li img{
          width: 100%;
          padding: 10px;
      }

      .Btn-menu-wh{
        position: relative;
        display: inline-block;
        width: 100%;
        height: 65px;
        padding-left: 20px;
        text-align: center;/*テキスト中央寄せ*/
        color: #098A8F;
        background-color: #fff;
        font-size: 14px;
        text-align: center;
        font-weight: bold;
        line-height: 65px;
        text-align: left;
        font-size: 16px;
        border-top: 1px solid #098A8F;
      }

      .line-bottom{
          border-bottom: solid 1px #098A8F;
      }

      .logo-ul{
          width: 100%;
          padding: 30px;
          margin-bottom: 50px;
          text-align: center;
          list-style-type: none;
      }

      .logo-li{
          width: 100%;

      }

      .c-container{
        padding: 0;
      }
}

@media screen and (min-width:768px) and (max-width:1024px) {

    .pc-none{
        display: none;
    }


    .banner-container{
        padding-left: 100px;
        padding-right: 100px;

    }

    .menu-container {
        padding-left: 80px;
        padding-right: 80px;
    }


    .about-container {
        padding: 30px 10px 80px 10px;
    }

    .btn{

        border-radius: 10px;
        padding: 8px 10px;
    }

    nav li{
        min-width: 145px;
    }



}

@media screen and (min-width:1024px) and ( max-width:1500px) {
    .pc-none{
        display: none;

}

}

@media screen and (min-width:1500px)  and ( max-width:3000px) {
    /*　画面サイズが1500pxからはここを読み込む　*/

.banner-container{
    padding-left: 400px;
    padding-right: 400px;

}

.menu-container {
    padding-left: 350px;
    padding-right: 350px;
}


.about-container {
    padding: 30px 250px 80px 250px;
}

.pc-none{
    display: none;
}

}
