
/*************** 基本設定 ***************/
*{
    margin:0px;
    padding:0px;
    font:normal normal normal 100%/1.3 ,sans-serif;
    color:dimgray;
    list-style:none;
}

dd{
    margin-bottom:10px;
}
h5.kaiseki{
    font-weight:bolder;
    
}

.under{
    text-decoration:underline;
    
}
.bold{
    font-weight:bold;
}
/*************** ヘッダー ***************/

.tel{
    text-align:right;
    margin-top:20px;
    margin-right:3px;
    color:#300303;
}


/*************** 料理 ***************/
.menu_title{
    background-image:url(img/midashi-back.png);
    background-repeat:no-repeat;
    background-position:left top;
    height:55px;
    text-indent:70px;
    line-height:58px;
    font-size:xx-large;
    border-bottom:gray 1px solid;
    
    
}
/*======== googlemapレスポンシブル化 ========*/

.google-maps {
    position: relative;
    padding-bottom: 75%;
    //これが縦横比
height: 0;
    overflow: hidden;
    width:100%;
    max-width:960px;
    margin:auto;
}

 .google-maps iframe {
 position: absolute;
 top: 0;
 left: 0;
 width: 100% !important;
 height: 100% !important;
 max-width:960px;
 margin:auto;
 }

/*************** フッター ***************/
#footer{
    background-color:gray;
    color:#ffffff;
}
#footer p{
    color:#ffffff;
    padding:5px 10px;
}
