/* 767px以下に適用されるCSS（SP用） */

@media screen and (max-width: 767px) {


/*-診療内容共通_TOPTITLE-*/
#contents_title {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 8%;
    background-color: #f1f7fb;
    width: 100%;
}

#contents_title_text {
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 10px;
    }

#contents_title_text_box{
    display: flex;
    justify-content: center;
    height: 5vw;
    align-items: center;
    color: #142e7a;
    font-weight: 600;
    }

#contents_title_text1 p{
    font-size: 5vw;
    }

#contents_title_text2 p{
    font-size: 4vw;
    }

hr {
    width: 16%;
    border: solid 2px #009dff;
    text-align: center;
    margin: auto;
}


/*-診療内容共通_TOPTITLEここまで-*/

    /*-診療内容共通_タイトル画像ここから-*/
#clinicgide_img {
    display: flex;
    align-items: flex-start;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../img/sp_page_title_05.png");
    width: 100%;
    height: 130px;
    align-items: center;
}

    #guide_copy {
        background-color: #90c3e0;
        height: 50%;
        padding-left: 10px;
        width: 60%;
        display: flex;
        align-items: center;
    }

    #guide_copy p {
        font-size: 3.0vw;
        color: white;
        padding-left: 4%;
        line-height: 4.7vw;
        letter-spacing: 0.2vw;
        font-weight: 500;
        white-space: nowrap;
    }

    /*-診療内容共通_タイトル画像ここまで-*/


    /*-contents-*/


    #access_contents_box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    color:#142e7a;
    background-color:#eaf7ff;
}




/* 住所 */
#access_adress_box {
    display: flex;
    justify-content: flex-start;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 10px;
    width: 94%;
}

#icon_adress_box {
    margin: 0 5px;
}

#icon_adress_box img {
    max-width: 20px;
}

#access_adress_box_text {
     line-height:20px;

}

#access_adress_box_text p{
    font-size: 1.3rem;
    font-family: "Noto Sans JP";
    font-weight:500;
}

/* 電話 */
    
#access_tell_box {
    display: flex;
    justify-content: flex-start;
    margin: 0 auto;
    padding-top: 4px;
    padding-bottom: 25px;
    width: 94%;
}

#icon_tell_box {
    margin: 0 5px;
}
#icon_tell_box img {
    max-width: 20px;
}


#access_tell_box_text {
     line-height:20px;
     text-align:center;
}

#access_tell_box_text p{
    font-size: 1.6rem;
    font-family: "Noto Sans JP";
    font-weight:500;
}


/* mapと外観の画像はじまり */
#access_map_img_box{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-bottom: 20px;
    width: 94%;
    margin: 0 auto;
}

#access_map_img_box img {

}

#access_photo_img_box{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-bottom: 40px;
    width: 92%;
    margin: 0 auto;
}

#access_photo_img_box img {
}
/* mapと外観の画像おわり */



    /*-contentsここまで-*/


