
/*--PC------------------------------------------------------------*/

@charset "UTF-8";

@media screen and (min-width: 768px) {


/*-共通_TOPTITLEここから-*/
#contents_title {
    text-align: center;
    padding-top: 112px;
    padding-bottom: 4%;
    background-color: #f1f7fb;
    width: 100%;
}

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

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

#contents_title_text1 p{
    font-size: 2.6vw;
    letter-spacing: 0.5vw;
    }


hr {
    width: 10%;
    border: solid 3px #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/pc_page_title_05.png");
    width: 100%;
    height: 220px;
    align-items: center;
}

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

#guide_copy p {
    font-size: 2.0vw;
    color: white;
    padding-left: 20%;
    line-height:3.9vw;
    letter-spacing: 0.5vw;
    font-weight: 500;
}

/*-共通_タイトル画像ここまで-*/



    /*-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;
    width: 740px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 10px;
}

#icon_adress_box {
    margin: 0 30px;
}

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


#access_adress_box_text {
     line-height:43px;
     text-align:center;
}

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

/* 電話 */
#access_tell_box {
    display: flex;
    justify-content: flex-start;
    width: 740px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 50px;
}

#icon_tell_box {
    margin: 0 30px;
}

#icon_tell_box img {
    max-width: 43px;
}



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

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


/* mapと外観の画像はじまり */
#access_map_img_box{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-bottom: 50px;
}

#access_map_img_box img {

}

#access_photo_img_box{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-bottom: 100px;
}

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


    /*-contentsここまで-*/



