@charset "utf-8";
/* CSS Document */

#bon .under-main{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 55px 0;
    background-color: #b4b4b5;
}

#bon .under-main h1.page-title img{
    display: block;
    margin: 25px auto;
}

    #bon .under-main p{
        color: #231815;
        line-height: 1.8;
    }

    #bon .under-main p.caption{
        font-size: 21px;
        margin-top: 55px;
        @media screen and (max-width: 500px) {
            text-align:center;
        }
    }

#bon{
    .olive{
        padding-top: 60px;
        display: flex;
        justify-content: center;
        flex-direction: row-reverse;
        align-items: stretch;
        gap: 0 134px;
        
        @media screen and (max-width: 500px) {
            display:block;
        }
        
        .image{
            margin: 0;
        }
        .btn-caption{
            position: relative;
            > a{
                display: inline-block;
                text-decoration: none;
                color: #fff;
                font-size: 1.125rem;
                text-align: left;
                letter-spacing: 0.15em;
                transition: .3s;
                background: url("../img/plants/arrrow.png") 93% 73% no-repeat;
                background-size: 41px auto;
                min-width: 224px;
                padding-bottom: 9px;
                border-bottom: 1px solid #808080;
                
                &:hover{
                    background-position: 97% 73%;
                }
                
                .jp{
                    display: block;
                    font-size: 0.6875rem;
                    padding-left: 56px;
                    padding-top: 14px;
                    letter-spacing: 0em;
                }
            }
        }
    }
}
