@charset "utf-8";

/*================================
下層ページ共通設定
================================*/

.lower_mv {
    background-image: url(./img/lower_mv_bg.jpg);
}
.access_googlmap {
    border-radius: 150px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    padding-top: 700px;
}


.access_googlmap  iframe {
    position: absolute;
    top: -150px;
    height: calc(100% + 150px + 150px);
    }

.access_pic_flex {
    display: flex;
    gap: 18px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.access_section .slash_txt{
    display: block;
    border-bottom: solid 1px #50b0d6;
    width: 100%;
    font-size: 18px;
    font-family: "Zen Maru Gothic";
    color: #50b0d6;
    font-weight: bold;
    line-height: 1.2;
    padding-bottom: 8px;
}

.access_section a.ft_tel_txt {
    font-size: 36px;
    align-items: baseline;
}

.access_section .ft_clinicinfo_list li{
    display: block;
}


/*================================

　ここからPC適用

================================*/
@media(min-width: 897px) {


}

/*================================
TABLET縦 1024px～0px
================================*/
@media (max-width: 1024px) {

}

/*================================

　ここからTABLET・SP適用

================================*/
@media(max-width: 896px) {
}

/*================================

　ここからSP適用

================================*/
@media(max-width: 700px) {
    .lower_inner {
        width: 94%;
    }
    .access_googlmap {
        border-radius: 50px;
        padding-top: 300px;
        
    }

}

/*================================

　ここからSP適用

================================*/
@media(max-width: 480px) {

}