footer .top .cBox.n_3 .map{
    overflow: hidden;
}
@media screen and (max-width: 1024px) {
    footer .top .cBox.n_2 dl dt {
        width: auto;
        font-size: 20px;
        margin: 0;
    }

    footer .top .cBox.n_2 dl.call {
        flex-direction: column;
    }

    footer .top .cBox.n_2 dl.time {
        background: rgba(0,0,0,0.2);
        padding: 20px;
    }

    footer .top .cBox.n_2 dl.time dt {
        width: 100%;
        text-align: center;
        margin-right: 0;
        margin-bottom: 15px;
    }

    footer .top .cBox.n_2 .time .depth_2 dl {
        display: flex;
        justify-content: space-between;
    }


}

.map-box {
    height: 300px;
    overflow: hidden;
}

.doc_wrap .cBox .img{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 490px;
    height: 735px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 20px rgba(0 0 0 / 10%);
    margin-right: 100px;
    overflow: hidden;
}

.doc_wrap .cBox .tbox .his {
    height: 400px;
}

.sub1_1 .sec_1 .imgbox {
}

.sub1_1 .sec_1 .imgbox .img {
    height: 735px;
    overflow: hidden;
}

footer .info > div strong {
    width: 70px;
}

footer .info > div dt {
    width: 60px;
}

footer .info > div dt,
footer .info > div dd {
    font-size: 18px;
}

.sub1_4 .inner {
    width: 100%;
    max-width: 1100px;
}

@media screen and (max-width: 768px) {
    .inr_wrap .cBox .tbox .map {
        flex-direction: column;
        gap: 10px;
    }
    footer .copy {
        font-size: 12px;
    }
    footer .info > div:not(:last-child) {
        flex-direction: column;
    }
    .doc_wrap .cBox .img {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 0 20px;
        padding-top: calc(5472/3648 * 100%);
        img {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
        }
    }

    .doc_wrap .cBox .tbox .name span {
        display: block;
    }

    .sub1_4 h3 {
        font-size: 23px;
    }

    .sub1_4 .top {
        flex-direction: column;
        background: #fff;
        box-shadow: 1px 1px 30px rgba(126, 239, 245, 0.5);
    }

    .sub1_4 .time dl dt {
        width: 64px;
        margin-right: 20px;
    }

    .sub1_4 .inner .box {
        padding: 30px;
        padding-bottom: 0;
        box-shadow: none;
        & + .box {
            padding-top: 10px;
            padding-bottom: 30px;
        }
    }

    .sub1_4 .call {
        flex: 1;
        width: 100%;;
    }

    .sub1_4 .time > div {
        margin: 20px 0 0 0;
        width: 100%;;
    }

    .sub1_4 .loc .btn_wrap {
        margin-top: 20px;
    }

    .map-box {
        margin: 0;
    }

    .sub1_4 .loc .info {
        width: 100%;;
        margin: 0;
    }
    .sub1_4 .inner .box {
        flex-direction: column;

        .map-box {
            margin-top: 30px;
            width: 100%;;
        }
    }

    footer .adr .map {
        max-width: 100%;
        > div {
            width: 100% !important;
        }
    }

    .sub1_1 .sec_1 .imgbox .img {
        height: 440px;
    }

    #sub_container .s_visual_area {
        height: 260px;
    }

    #sub_wrap.clinic .top .img {
        img {
            width: 100%;
        }
    }

    #mobile-nav li a.nochilds {
        background-image: none;
    }
}