@charset "utf-8";
/* CSS Document */

#main .contents .btn {
    font-size: 1.125rem;
    display: inline-block;
    background: #a48b78;
    color: #fff;
    padding: 0.25em 0.5em;
    vertical-align: middle;
    margin-left: 1em;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#main .contents .btn:hover {
    background: #f4f4f4;
    color: #a48b78;
    border-radius: 80px;
    opacity: 1.0;
}

/*===========================================
IE
===========================================*/
@media all and (-ms-high-contrast: none){
}

/*===========================================
display
===========================================*/
@media all and (max-width: 738px) {
    
    #main .contents .btn {
        margin-left: 1.5em;
    }
}



















