/* PC
================================================= */

@media only screen and (min-width: 768px){
    .sec_ttl{
        margin-bottom: 40px;
    }
    .sec_ttl h3{
        flex-direction: column;
    }
    .sec_ttl h3 .en{
        font-family: "Cardo", serif;
        color: #9F886E;
        font-size: 3.2rem;
        font-weight: 500;
        letter-spacing: 0.05em;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .sec_ttl h3 .ja{
        font-size: 3.6rem;
        font-weight: 500;
        letter-spacing: 0.05em;
        line-height: 1.4;
    }
    .sec_ttl h3 .ja .small{
        font-size: 2.8rem;
    }
    .txt p{
        font-size: 2rem;
        font-weight: 600;
        letter-spacing: 0.1em;
        line-height: 1.8;
    }
    .btn{
        width: 265px;
    }
    .btn a{
        justify-content: center;
        align-items: center;
        width: 100%;
        font-size: 1.5rem;
        font-weight: 600;
        letter-spacing: 0.1em;
        background: #9F886E;
        padding: 20px;
        box-sizing: border-box;
        border-radius: 8px;
    }
    .btn a span{
        color: #ffffff;
    }
    .btn a span:first-child{
        margin-right: 15px;
    }
}

/* SP
================================================= */

@media only screen and (max-width: 767px){
    .sec_ttl{
        margin-bottom: 30px;
    }
    .sec_ttl h3{
        flex-direction: column;
    }
    .sec_ttl h3 .en{
        font-family: "Cardo", serif;
        color: #9F886E;
        font-size: 1.8rem;
        font-weight: 500;
        letter-spacing: 0.05em;
        line-height: 1.5;
        margin-bottom: 10px;
    }
    .sec_ttl h3 .ja{
        font-size: 2.2rem;
        font-weight: 500;
        letter-spacing: 0.05em;
        line-height: 1.8;
    }
    .sec_ttl h3 .ja .small{
        font-size: 1.8rem;
    }
    .txt p{
        font-size: 1.8rem;
        font-weight: 600;
        letter-spacing: 0.1em;
        line-height: 2;
    }
    .btn{
        width: 80%;
    }
    .btn a{
        justify-content: center;
        align-items: center;
        width: 100%;
        font-size: 1.5rem;
        font-weight: 600;
        letter-spacing: 0.1em;
        background: #9F886E;
        padding: 20px;
        box-sizing: border-box;
        border-radius: 8px;
    }
    .btn a span{
        color: #ffffff;
    }
    .btn a span:first-child{
        margin-right: 15px;
    }
}