div.hotei-top{
    width: 100%;
    height:auto;
    margin: 0 auto 50px;
    padding 0;
    text-align: center;
}

div.hotei-top img{
    padding: 0;
    margin-top: -10px;
}


/* --------------------------
ここからスマートフォン用（700px以下）環境の設定
-------------------------- */
@media (max-width:700px) {
    #container{
        width: 100%;
        height: auto;
    }
    img{
        max-width: 100%;
        height: auto;}
}
