.message {
    padding: 50px 0;
    text-align: center;
}

.message_head {
    text-align: center;
}

.message_head_eng {
    color: #B4A07A;
}

.message_head_jp {
    margin-bottom: 0;
}

.message_head_underline {
    width: 50px;
    height: 10px;
}

.message_content {
    text-align: center;
    margin: 20px auto;
    margin-bottom: 60px;
    max-width: 80%;
}

.message_info {
    display: block;
    color: white;
    background-color: #B4A07A;
    text-decoration: none;
    max-width: 30%;
    margin: 0 auto;
}

@media screen and (max-width: 479px) {
    .message_info {
        display: block;
        max-width: 80%;
    }

    .message_info {
        padding: 5px 0;
    }
}