@charset "UTF-8";
/* CSS Document */

*{
    text-decoration: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

body{
    background-color: #FAF8F1;
}

h1{
    font-family: "M PLUS 1", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

div.title{
    height: 300px;
    text-align: center;
    padding-top: 150px;
}

div.row div{
    padding: 0;
    margin: 25px;
    max-width: 250px;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
    text-align: center;
    background-color: #80A1BA;
    transition-duration: 0.4s;
}

div.row div a{
    text-decoration: none;
}

div.row div:hover {
    transform: scale(1.1);
}

div.row div a li{
    height: 50px;
    line-height: 50px;
}

div.row div a li{
    color: #fff;
}
/*サムネイル画像*/
img.thumbnail{
    width: 100%;
}
