h1{
    font-size: 350%;
}
.eat{
    font-size: 60%;
}
body{
    background-color: crimson;
}
nav ul{
    list-style-type: none;
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro",
    "Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";;
    font-weight: bold;
    font-size: 130%;
    text-align: center;
    margin: 10px 0 10px 0;
}

nav li{
    display: inline;
    padding:0 20px 0 20px; 
}
nav a:hover{
    color: cadetblue;
}
.catch{
    position: absolute;
    top: 120px;
    left: 200px;
    color: rgb(238, 229, 230);
}
article{
    margin-left: auto;
    margin-right: auto;
    width: 1250px;
}
.kanban{
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}
.yoichi{
    font-size: 140px;
    position: absolute;
    top: 20px;
    left: 430px;
    color: rgb(244, 16, 43);
}
h2{
    border-left: 10px solid #808080;
    padding-left: 10px;
}
.migie{
    width: 800px;
    padding-left: 280px;
}
footer{
    text-align: center;
    font-size: 120%;
}
footer a{
    text-decoration: none;
    color: blue;
}

footer a:hover{
    color: cadetblue;
}

nav a{
    color: blue;
    text-decoration: none;
}