@charset "UTF-8";

.clinic_tour {
    padding-top: 105px;
    margin-bottom: -51px;
}

.clinic_tour .sec01 {
    margin-bottom: 78px;
}
.clinic_tour .sec01 .headLine02 {
    margin-bottom: 57px;
}
.clinic_tour .sec01 .pTxt {
    text-align: center;
}


.clinic_tour .sec02 {
    padding: 59px 0 205px;
    background: #fcfbfa;
}
.clinic_tour .sec02 .headLine02 {
    margin-bottom: 57px;
}
.clinic_tour .sec02 .flexBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    width: 720px;
    margin: 0 auto 27px;
}
.clinic_tour .sec02 .flexBox .planWrap {
    width: 347px;
    margin-bottom: 33px;
    background: #fff;
    border: 1px solid #02ba9b;
    border-radius: 20px;
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
    line-height: 1.6;
}
.clinic_tour .sec02 .flexBox .planWrap .plan {
    display: block;
    width: 100%;
    padding: 10px 0;
    background: #02ba9b;
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
}
.clinic_tour .sec02 .flexBox .planWrap .ttl {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    font-size: 1.6rem;
    font-weight: 600;
}
.clinic_tour .sec02 .flexBox .planWrap .ttl:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 70%;
    height: 1px;
    background: #02ba9b;
    transform: translateX(-50%);
}
.clinic_tour .sec02 .flexBox .planWrap .planTable {
    width: 100%;
}
.clinic_tour .sec02 .flexBox .planWrap .planTable tr {
}
.clinic_tour .sec02 .flexBox .planWrap .planTable th {
    height: 98px;
    background: #f7f7f7;
    border-right: 2px solid #fff;
    font-size: 1.6rem;
    vertical-align: middle;
    font-weight: 600;
}
.clinic_tour .sec02 .flexBox .planWrap .planTable tr:nth-child(2n) th {
    background: #fff;
    border-right: 2px solid #f7f7f7;
}
.clinic_tour .sec02 .flexBox .planWrap .planTable td {
    background: #f7f7f7;
    font-size: 1.6rem;
    vertical-align: middle;
    padding-left: 24px;
    box-sizing: border-box;
    text-align: left;
    line-height: 1.3;
}
.clinic_tour .sec02 .flexBox .planWrap .planTable tr:nth-child(2n) td {
    background: #fff;
}
.clinic_tour .sec02 .flexBox .planWrap .planTable td .min {
    font-size: 1.4rem;
}

.clinic_tour .sec02 .lastTxt {
    margin-bottom: 29px;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.7;
}

.clinic_tour .sec02 .telBox {
    width: 719px;
    margin: 0 auto;
    background: #02ba9b;
    border-radius: 20px;
    text-align: center;
}
.clinic_tour .sec02 .telBox .telWrap {
    padding: 32px 0 39px;
}
.clinic_tour .sec02 .telBox .telTxt {
    position: relative;
    width: 394px;
    margin: 0 auto 11px;
    z-index: 1;
}
.clinic_tour .sec02 .telBox .telTxt:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 20px;
    background: #ffba00;
    z-index: -1;
}
.clinic_tour .sec02 .telBox .telTxt img {
}
.clinic_tour .sec02 .telBox .name {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
}
.clinic_tour .sec02 .telBox .pTxt {
    margin-bottom: 0;
    color: #fff;
    text-align: center;
    line-height: 1.6;
}





@media all and (max-width: 750px) {
    
    
    .clinic_tour {
        padding-top: 40px;
        margin-bottom: -51px;
    }

    .clinic_tour .sec01 {
        margin-bottom: 48px;
    }
    .clinic_tour .sec01 .headLine02 {
        margin-bottom: 20px;
    }
    .clinic_tour .sec01 .pTxt {
        width: 88%;
        margin: 0 auto;
        text-align: justify;
    }


    .clinic_tour .sec02 {
        padding: 45px 0 168px;
    }
    .clinic_tour .sec02 .headLine02 {
        margin-bottom: 20px;
    }
    .clinic_tour .sec02 .flexBox {
        flex-flow: column;
        justify-content: center;
        align-items: center;
        width: 88%;
        margin: 0 auto 27px;
    }
    .clinic_tour .sec02 .flexBox .planWrap {
        width: 100%;
        margin-bottom: 24px;
    }
    .clinic_tour .sec02 .flexBox .planWrap .plan {
        padding: 10px 0;
        font-size: 2rem;
    }
    .clinic_tour .sec02 .flexBox .planWrap .ttl {
        height: 65px;
    }
    .clinic_tour .sec02 .flexBox .planWrap .planTable th {
        height: 98px;
    }
    .clinic_tour .sec02 .flexBox .planWrap .planTable td {
        font-size: 1.6rem;
        padding-left: 24px;
    }
    .clinic_tour .sec02 .lastTxt {
        margin-bottom: 31px;
        font-size: 1.6rem;
    }

    .clinic_tour .sec02 .telBox {
        width: 88%;
    }
    .clinic_tour .sec02 .telBox .telWrap {
        padding: 30px 0 34px;
    }
    .clinic_tour .sec02 .telBox .telTxt {
        width: 90%;
        margin: 0 auto 11px;
    }
    .clinic_tour .sec02 .telBox .name {
        font-size: 1.7rem;
    }
    
    
}