@charset "utf-8";
/* CSS Document */
.contact{
clear: both;
margin:20px 20px 20px 20px;
padding:10px 10px 10px 10px;
background-color: white;
}

.contact-top{
background-image: url(../contact/img/contact_top.jpg) ;
height: 400px;
background-size: cover;
background-position:center;
position: relative;
margin-bottom: 20px;
}

.reservation th,td{
width:  200px; 
border-top: solid 1px;             
border-bottom: solid 1px;         
padding: 10px 20px 10px 20px;     
}

table {
    border-collapse:  collapse;     /* セルの線を重ねる */
}



.c-w{
background-color:white;
text-align: center;
}

.c-g{
background-color:rgba(224,224,224,0.39);
text-align: center;
}

.bold{
font-weight: bold;
}