@charset "utf-8";

html, body{
    height: 100%;
}

#wrap{
    width:100%;
    margin: 0 auto;
}


/*banner s*/
#banner{
    height:350px;
    background:url(../images/reservation/banner.jpg) no-repeat center 0/cover;
}


/*cont1 s*/
#cont1 .inner .ttl{
    text-align:center;
    padding:50px 0 60px 0;
}


/*cont2 s*/
#cont2 .inner img{
    margin:0 0 60px 0;
}