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

    .pc{
        display: none;
    }

    .sp{
        display: block;
    }

    .main-nav .head-logo img{
        width: 50%;
        margin-top: 20px;
    }

    .swiper-container{
        margin-top: 80px;
    }

    .offset-1,.offset-2{
        margin-left: 0;
    }

    .top-title,.top-pickup-content,.top-lineup-content,.foot-content,footer ul,.guide-6-text{
        flex-direction: column;
    }

    .top-title h2{
        font-size: 2rem;
    }

    .top-lineup .top-title{
        flex-direction: row;
    }

    .top-lineup .lineup-text{
        margin-bottom: 20px;
    }

    .shop-link{
        height: auto;
    }

    .shop-link .shop-text{
        font-size: 1.2rem;
    }

    .youtube{
        background-image: url(../img/index/slide-01.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        margin-top: 60px;
    }

    .youtube iframe{
        display: none;
    }

    .top-about{
        background-image: none;
    }

    p{
        font-size: 12px;
    }

    .top-news-content h4{
        font-size: 1rem;
    }

    footer ul li{
        margin: 5px 0;
        text-align: center;
    }

    .foot-content th,.foot-content td{
        width: 100%;
        display: block;
        font-size: 14px;
    }

    .top-etc a{
        width: 100%;
    }

    .top-bnr img{
        width: 98%;
    }

    .tp-bnr-link{
        width: 100%;
    }

    .tp-bnr-link a{
        width: 300px;
        font-size: 14px;
        margin: 0 10px;
    }

    /* shop */
    .shop-greeting-content{
        flex-direction: column-reverse;
    }

    .shop-info-content th,.shop-info-content td{
        width: 100%;
        display: block;
    }

    .shop-info-content h3{
        font-size: 1.2rem;
    }

    .shop-naikan .col-md-3{
        padding: 0 5px;
    }

    /* contact */
    .guide-6-text .col-md-6{
        margin-bottom: 20px;
    }

    /* tokutei */
    .tokutei-text th,.tokutei-text td{
        width: 100%;
        display: block;
    }

    .tokutei-text th{
        background-color: white;
    }

    .tokutei-text h4,.contact .tel h3,.contact .mail h3,.pripoli-text h4{
        font-size: 1.2rem;
    }

    /* order */
    .mail th,.mail td{
        width: 100%;
        display: block;
    }

    .order-item-1 h3{
        font-size: 1.2rem;
    }

    .order-item-2 td{
        padding: 0;
    }

}