.greet-menu {
    background-color: #fff450;
    color: #505afe;
}

.greet-index {
    font-size: 1.0em;
    color:salmon;
}

.greet-inner {
    font-size: 1.2em;
    color:rgb(214, 99, 105);
}

.greet-main{
    display: flex;
    width: 90%;
    margin: 0 auto;
}

#greet-caption{
    padding: 8px;
}

#master-name{
    text-align: right;
    font-weight: 700;
}

#greet-illust{
    margin: 0 auto;
}

/*スマホ用スタイル*/
@media (max-width: 1050px) {
   .content #main-content{
        width: 100%;
    }

    .greet-main{
        flex-direction: column;
        max-width: 100%;
    }

    #greet-illust img{
        width: 100%;
        height: auto;
    }
 }
 /*スマホスタイルend*/