/* =======================================================
 *   ページ全体
 * ======================================================= */
body{
    margin: 0;
    color: #000;
    background-color: #006543;
    font: sans-serif;
    padding: 0;
}
#all{
    display: flex;
}
aside{
    display: none;
}
article{
    display: none;
}
main{
    margin:  0;
    /* margin: 1.2rem 0 1.2rem 0; */
    height: 100vh;
    /* background-color: #DBAB00; */
}
h1, h2, h3{
    margin: 0;
}
.pictures, #picture4{
    display: none;
}


/* =======================================================
 *   メインコンテンツ
 * ======================================================= */
main{
    text-align: center;
}
#picture{
    padding-top: 12vh;
}
main img{
    height: 25vh;
    border: 1px solid #FBF8E0;
    border-radius: 5vh;
}
#title{
    margin-top: 2vh;
}
h2{
    color: #F2CA8A;
    font-size: 22px;
    text-shadow: 1px 1px 2px #003D27;
}
#tag{
    margin-top: 10px;
    background-color: #006543;
    border: 1.5px solid #745030;
    border-right: none;
    border-radius: 11.5vw 0 0 11.5vw;
    width: 42vw;
    height: 23vw;
    float: right;
    box-shadow: 0px 4px 4px #004C32
}
#button{
    background: linear-gradient(to top right, #DBAB00, #F2D368 52%, #FFE794 77%, #F2D368 91%, #DBAB00);
    width: 16vw;
    height: 16vw;
    margin-top: 3.5vw;
    margin-left: 3.5vw;
    border-radius: 8vw;
}
#load{
    /* background-color: #fff; */
    margin-top: 50px;
}
footer{
    clear:  both;   
    text-align: center;
}
h1{
    /* clear:  both;    */
    margin-top: 125px;
    color: #fff;
    letter-spacing: 12px;
    /* padding: 20px; */
    /* text-align: center; */
    /* background-color: #000; */
}
