@charset "UTF-8";
body{
    font-family: 'Hiragino Kaku Gothic Pro','Meiryo','sans-seif';
    font-size: 16px;
}

a{
    text-decoration: none;
}

#header {
    text-align: center;
}
#header img {
    display: inline-block;
    margin-bottom: 1%;
}
#gnav {
    width:90%;
    height: 25px;
    margin: 0 auto;
    padding: 0;
    background-color: #00BF63;
}

#gnav li{
    list-style: none;
    width: 25%;
    float: left;
    border-right: 1px solid white;
}


#gnav li a{
    display: block;
    color: white;
    text-align: center;

}

#blog1-title{
    margin-left: 5%;
    margin-top: 5%;
    padding-top: 1%;
    padding-bottom: 1%;
    font-size: 3vw;
    background-color: antiquewhite;
    width: 90%;
    text-align: center;
}

#blogimg{
    aspect-ratio: 1/1;
    width: 30%;
    margin-bottom: 5%;
    margin-top: 3%;
    display: inline-block;
    text-align: center;
}

#blogtxt{
    margin-bottom: 5%;
    font-size: 4vw;
    text-align: center;
}

/*bottommenu*/
#bottom-menu {
    width:100%;
    height: auto;
    bottom: 0;
    margin-bottom: 0;
    padding: 0;
    position: fixed;
}

#bottom-menu li{
    list-style: none;
    width: 50%;
    float: left;
    padding-top: 2%;
    padding-bottom: 2%;
    font-size: x-large;
    border-right: 1px solid white;
}

#bottom-menu li:first-child{
    background-color: #C1FF72;
    color: black;
}
#bottom-menu li:last-child{
    background-color: #97AFED;
    color: black;
}

#bottom-menu li a{
    display: block;
    text-align: center;

}

@media (min-width:768px){
    #bottom-menu{
        display: none;
    }
}