/* your styles go here */

/*iOS のデフォルトスタイルを適用させない*/
body{
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
}

/* top logoのメディアクエリ */
.top-logo {
    width: 200px;
    height: auto;
}

.halal-certified img{
        width:10px;
        height:auto;
}

@media screen and(max-width:600px){
    .top-logo {
        width: 300px;
        height: auto;
    }
    .halal-certified img{
        width:10px;
        height:auto;
    }
}

@media screen and (min-width:1024px) {
    .top-logo {
        width: 400px;
        height: auto;
    }
    .halal-certified img{
        width:150px;
        height:auto;
    }
}

@media screen and (min-width:1440px) {
    .top-logo {
        width: 450px;
        height: auto;
    }
    .halal-certified img{
        width:150px;
        height:auto;
    }
}
