/* =======================================================
 *   ページ全体
 * ======================================================= */
 body{
    margin: 0;
    color: #000;
    background-color: #816144;
    font: sans-serif;
    text-align: center;
}
main{
    text-align: center;
    margin: 7.5vh auto 7.5vh auto;
    height: 85vh;
    width: 42vh;
    background-color: #006543;
    border-radius: 10px;
    box-shadow: 4px 4px 4px #634B34;
}
.pictuires{
    display: none;
}

/* =======================================================
 *   メインコンテンツ
 * ======================================================= */
#picture{
    /* margin: auto; */
    padding-top: 8vh;
    /* background-color: #745030; */
    border-radius: 10px;

}
main img{
    /* margin-top: 7vh; */
    height: 20vh;
    border: 1px solid #FBF8E0;
    border-radius: 5vh;
}
#tag{
    margin-top: 10px;
    background-color: #006543;
    border: 1.5px solid #745030;
    border-right: none;
    border-radius: 5vh 0 0 5vh;
    width: 18vh;
    height: 10vh;
    float: right;
    box-shadow: 0px 4px 4px #004C32
}
#button{
    background: linear-gradient(to top right, #DBAB00, #F2D368 52%, #FFE794 77%, #F2D368 91%, #DBAB00);
    width: 7vh;
    height: 7vh;
    margin-top: 1.5vh;
    margin-left: 1.5vh;
    border-radius: 3.5vh;
}

/* =======================================================
 *   フッター
 * ======================================================= */
