h1{
color:rgb(250, 2, 2);
font-size:300%;
}
div{
    max-width: 640px;
    margin-right: auto;
    margin-left: auto;
}
h1,h2,li,footer{
    text-align: center;
}
li{
    list-style: none;
    width: 25%;
    float: left;
}
ul:after{

    content: "";
    display:block;
    clear:both;
}
ul{
padding: 0;

}
table{
    width: 100%;
}
th{
    text-align: left;
}
.price{
    text-align: right;
}
li a{
    color: #000;
}
li a:hover{
    text-decoration: none;
}

h2{
    background-image: url(../images/oyakata_h22.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 300px 50px;
}
h3{
    color:rgb(47, 0, 255);
    font: size 100px;
    }
h4{
    color:rgb(255, 5, 5);
    font: size 100px;
    }
section{
    box-shadow:0 0 10px 0 #ccc;
    margin-top: 40px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
}
th img{
    border-radius: 10px;
}
img{
    max-width: 100%;
}
iframe{
    max-width: 100%;
}

