@charset "UTF-8";

/*-----------------------------------------------------*/
/* PC用のCSS ！始まり！ */
/*-----------------------------------------------------*/
@media only screen and (min-width: 1000px) {





.container{
    width: 100%;
}

.header{
    width:100%;
    margin: 0 auto;
    margin-top: 50px;
    align-items: center;
    display: flex;
}
/* header1と2作る必要ない！
直接 header img や header ulについて書けばいい */
.header1{
    width: 10%;
    margin: 0 10%;
}
/* header1 img に対してはmarginきかない。
   paddingならきく。 */
.header1 img{
    width: 100%;
    align-items: center;
}

.header2{
    width: 60%;
    margin-right: 10%;
}

.header2 ul{
    display: flex
}

.header2 li{
    list-style: none;
    font-size: 20px;
}

.header2 a{
    text-decoration: none;
}
/* headeritem作る必要ない！
header li { padding : 100px 20px ; } */
.headeritem{
    margin-right: 20px
}

.sushi{
    width: 90%;
    margin: 0 auto;
    margin-top: 80px;
    display: flex
}

.sushi1{
    width: 60%;
}

.sushi1 img{
    width: 100%;
}

.sushi2{
    text-align: center;
    width: 40%;
}

.sushi2 h2{
    font-weight: 100;
    font-size: 54px
}

.sushi2 h3{
    font-weight: 100;
    font-size: 54px
}

.sushi2 p{
    font-size: 30px
}

.menu{
    width: 90%;
    margin: 0 auto;
    margin-top: 80px;
    display: flex
}

.menu1{
    text-align: center;
    width: 40%;
}

.menu1 h2{
    font-weight: 100;
    font-size: 54px
}

.menu1 h3{
    font-weight: 100;
    font-size: 54px
}

.menu1 p{
    font-size: 30px
}

.menu1-1{
    width: 100%;
    height: 90px;
    display: flex;
    padding-left: 10%;
}

.menu2{
    width: 60%;
}

.menu2 img{
    width: 100%;
}

.catering{
    width: 90%;
    margin: 0 auto;
    margin-top: 80px;
    display: flex
}

.catering1{
    width: 60%;
}

.catering1 img{
    width: 100%;
}

.catering2{
    text-align: center;
    width: 40%;
}

.catering2 h2{
    font-weight: 100;
    font-size: 54px
}

.catering2 h3{
    font-weight: 100;
    font-size: 54px
}

.catering2 p{
    font-size: 30px
}

.popularmenu{
    width: 70%;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
}

.popularmenu h2{
    font-size: 55px;
    font-weight: 100;
    /* フォント */
    font-family: 'Noto Serif JP', serif;
}

.popularmenu img{
    width: 100%; 
}

.shop{
    display: flex;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    margin-top: 30px
}

.shop1{
    width: 30%;
    margin-right: 15%;
}

.shop1 h2{
    /* フォント */
    font-family: 'Noto Serif JP', serif;

    font-weight: 100;
    font-size: 50px
}

.shop1 h3{
    /* フォント */
    font-family: 'Noto Serif JP', serif;
    
    font-weight: 100;
    font-size: 42px
}

.shop1 p{
    font-size: 12px;
    padding-top: 15px;
    line-height: 0.5;
}

.shop1 img{
    width: 40%;
    margin-top: 20px;
}

.shop1-iphone{
    display: none;
}

.shop2{
    width: 55%;
}

.shop2 iframe{
    width: 100%;
    height: 300px;
}

.footer{
    width: 40%;
    margin: 0 auto;
    margin-top: 160px;
    margin-bottom: 160px;
    text-align: center;
}

.footer img{
    width: 100%;
}

.footer p{
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
}





}
/*-----------------------------------------------------*/
/* PC用のCSS ！終わり！ */
/*-----------------------------------------------------*/





/*-----------------------------------------------------*/
/* タブレット用のCSS ！始まり！ */
/*-----------------------------------------------------*/
@media only screen and (min-width:480px) and (max-width:999px) {

 



    body{
      min-width: 480px;
      max-width: 999px;
    }
    
    
    
    
    
    }
    /*-----------------------------------------------------*/
    /* タブレット用のCSS ！終わり！ */
    /*-----------------------------------------------------*/
    




    /*-----------------------------------------------------*/
    /* スマホ用のCSS ！始まり！ */
    /*-----------------------------------------------------*/
    @media only screen and (max-width: 479px) {
    
    
    
    
    
    body{
      max-width: 479px;
    }





    .container{
        width: 100%;
    }
    
    .header{
        width:100%;
    }
    /* header1と2作る必要ない！
    直接 header img や header ulについて書けばいい */
    .header1{
        width: 20%;
    }
    /* header1 img に対してはmarginきかない。
       paddingならきく。 */
    .header1 img{
        width: 100%;
        padding-top: 20px;
        padding-left: 20px;
    }
    
    .header2{
        width: 100%;
        margin-top: 10px;
        margin-left: 10%;
    }
    
    .header2 ul{
        display: flex
    }
    
    .header2 li{
        list-style: none;
        font-size: 12px;
    }
    
    .header2 a{
        text-decoration: none;
    }
    /* headeritem作る必要ない！
    header li { padding : 100px 20px ; } */
    .headeritem{
        margin-right: 10px
    }
    
    .sushi{
        width: 90%;
        margin: 0 auto;
        margin-top: 40px;
        display: flex
    }
    
    .sushi1{
        width: 60%;
    }
    
    .sushi1 img{
        width: 100%;
    }
    
    .sushi2{
        text-align: center;
        width: 40%;
    }
    
    .sushi2 h2{
        font-weight: 100;
        font-size: 20px
    }
    
    .sushi2 h3{
        font-weight: 100;
        font-size: 20px
    }
    
    .sushi2 p{
        font-size: 13px
    }
    
    .menu{
        width: 90%;
        margin: 0 auto;
        margin-top: 40px;
        display: flex
    }
    
    .menu1{
        text-align: center;
        width: 40%;
    }
    
    .menu1 h2{
        font-weight: 100;
        font-size: 20px
    }
    
    .menu1 h3{
        font-weight: 100;
        font-size: 20px
    }
    
    .menu1 p{
        font-size: 13px
    }
    
    .menu1-1{
        width: 100%;
        height: 35px;
        display: flex;
        padding-left: 10%;
    }
    
    .menu2{
        width: 60%;
    }
    
    .menu2 img{
        width: 100%;
    }
    
    .catering{
        width: 90%;
        margin: 0 auto;
        margin-top: 40px;
        display: flex
    }
    
    .catering1{
        width: 60%;
    }
    
    .catering1 img{
        width: 100%;
    }
    
    .catering2{
        text-align: center;
        width: 40%;
    }
    
    .catering2 h2{
        font-weight: 100;
        font-size: 20px
    }
    
    .catering2 h3{
        font-weight: 100;
        font-size: 20px
    }
    
    .catering2 p{
        font-size: 13px
    }
    
    .popularmenu{
        width: 70%;
        margin: 0 auto;
        margin-top: 40px;
        text-align: center;
    }
    
    .popularmenu h2{
        font-size: 30px;
        font-weight: 100;
        /* フォント */
        font-family: 'Noto Serif JP', serif;
    }
    
    .popularmenu img{
        width: 100%; 
    }
    
    .shop{
        display: flex;
        text-align: center;
        width: 80%;
        margin: 0 auto;
        margin-top: 30px
    }

    .shop1{
        display: none;
    }
    
    .shop1-iphone{
        width: 50%;
    }
    
    .shop1-iphone h2{
        /* フォント */
        font-family: 'Noto Serif JP', serif;
    
        font-weight: 100;
        font-size: 25px
    }
    
    .shop1-iphone h3{
        /* フォント */
        font-family: 'Noto Serif JP', serif;
        font-weight: 100;
        font-size: 20px
    }
    
    .shop1-iphone p{
        font-size: 12px;
        padding-top: 15px;
        line-height: 1.0;
    }
    
    .shop1 img{
        width: 40%;
        margin-top: 20px;
    }
    
    .shop2{
        width: 50%;
    }
    
    .shop2 iframe{
        width: 100%;
        height: 200px;
    }
    
    .footer{
        width: 40%;
        margin: 0 auto;
        margin-top: 80px;
        margin-bottom: 80px;
        text-align: center;
    }
    
    .footer img{
        width: 100%;
    }
    
    .footer p{
        text-align: center;
        margin-top: 10px;
        font-size: 13px;
    }
    
    
    
    
    
    }
    /*-----------------------------------------------------*/
    /* スマホ用のCSS ！終わり！ */
    /*-----------------------------------------------------*/