/* Responsive Styles */

.spbr{
    display: none;
}
@media (max-width: 768px) {

    .hero p {
        font-size: 20px;
    }

    .section-title {
        font-size: 24px;
    }

    .clinic-info-text {
        flex: 1;
        margin-right: 30px;
        margin-bottom: 0;
    }

    .clinic-map {
        flex: 1;
    }    

    .opening-info {
        padding: 10px 18px;
    }
    .reservation_btn{
        position: fixed;
        top: auto;
        bottom: 0 !important;
        right: 0;
        width: 100%;
        padding: 10px;
        text-align: center;
    }
    .reservation_btn img{
        width: 70%;
    }
    .reservation_btn:hover{
        opacity: 0.9;
    }
     .characteristics-image{
        width: 100%;
    }
    .title{
        padding: 20px;
    }
    .title h1{
        font-size: 20px;
    }

}

@media (min-width: 1024px) {
    .hero p {
        font-size: 32px;
    }

    .section-title {
        font-size: 28px;
    }

    section {
        padding: 80px 40px;
    }
    
    /* Show desktop navigation and hide hamburger on PC */
    .desktop-nav {
        display: block;
        margin-right: 120px;
    }
    
    .hamburger {
        display: none;
    }

    .clinic-info {
        flex-direction: row;
    }
    
     

     
}


/* スマホ以下 */
@media (max-width: 640px) {

    .spbr{
        display: inline;
    }
    
    .hero p {
        font-size: 18px;
        letter-spacing: 1px;
    
    }

    .clinic-info-item span{
        display: block;
    }
 .service-list {
                flex-direction: column;
                align-items: center;
                text-align: center;
                gap: 20px;
            }

            .service-list h3 {
                width: 140px;
                height: 140px;
                font-size: 13px;
            }

            .service-list p {
                padding-top: 0;
                text-align: left;
            }
  
           .doctor{
            display: block;
        }
        .doctor-photo {
            width: 100%;
            margin-bottom: 1em;
        }
        .service-list:last-child h3 {
            font-size: 12px;
        }
        }