/*
Theme Name: Dogcafe & run
Theme URI: https://code3.co.jp
Author: Code3
Author URI: 
Version: 1.0.0
*/

.animal_handling_innner{
    text-align: center;
}

.tel-number{
    text-align: center;
    margin-bottom: 45px;
    background: #f6f6f6;
    border-radius: 18px;
    padding: 30px 0 20px;
}

.tel-number h3{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.tel-number .number{
    margin-bottom: 10px;
}

.tel-number .number p{
    display: inline-block;
    padding-bottom: 5px;
    margin-right: 10px;
    font-weight: bold;
    color: #4f7b62;
    border-bottom: 1px dotted #4f7b62;
}

.tel-number .number a{
    margin-left: 12px;
    color: #3e3e3e;
}

.section-title{
    font-size: 22px;
    font-weight: bold;
    padding-left: 10px;
    margin-bottom: 10px;
    border-left: 4px solid #4f7b62;
}

@media (min-width: 768px) {
    .tel-number{
        margin-bottom: 60px;
    }
    .tel-number h3{
        font-size: 28px;
        margin-bottom: 15px;
    }
    .section-title{
        font-size: 30px;
        margin-bottom: 20px;
    }
}
