@media screen and (max-width :500px) {
    .swiper-slide{
        width: 100%;
        height: 100px;
    }
    .swiper-slide > img{
        width: 100%;
        height: 250px;
    }   
    header{
        width: 100%;
        height: 100%;
    }
    .header{
        display: none;
    }
    .logo,.shop{
        width: 25px;
        height: 25px;
    }
    /*Topic*/
    .Topic-pictuer > img{
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 15px;
    padding: 10px;
    }
    /*Commitment*/
    .Commitment-contents{
    margin: auto;
    width: 100px;
    padding: 30px;
    display: flex;
    justify-content: center;
    position: relative;
    }

    
    #Commitment > div > img{
    width: 300px;
    height: 200px;
    }

    .img{
        background-color: #1c1c1ccc;
    }

    .Commitment-text{
    background-color: rgba(0,0,0,0); 
    color: #f5f5f5;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    }

    /*Notice&Blog*/
    #Notice-Blog{
    background-color: #1c1c1c;
    display: flex;
    flex-direction: column;
    align-items: center;
    }
    .Notice-Blog-bar{
    width: 200px;
    height: 25px;
    text-align: center;
    background-color: #f5f5f5;
    color: #1c1c1c;
    border-radius: 15px;
    }
    .Notice,.Blog{
        padding: 0;
    }
    /*Service*/
    .Service-content{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    }
    .Service-box > img{
    width: 100px;
    height: 100px;
    }
    .Service-box > p{
        margin-bottom: 0;
    }

    .Service-box{
    margin:30px;
    max-width: 100px;
    max-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    }

    .map{
        flex-wrap: wrap;
    }

    #Menupic{
        display: flex;
        justify-content: left;
        flex-wrap: wrap;
    }
}