.section_style {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
    position: relative;
}


/* mv */

.mv_wrap {
    margin-bottom: 40px;
}

.mv_visual {
    position: relative;
    padding-top: 30%;
}

.page_mv {
    position: absolute;
    top: 1px;
    width: 100%;
}

.page_titile {
    position: absolute;
    bottom: -6%;
    left: 50%;
    transform: translate(-50%,0);
}


/* breadcrumbs */

.breadcrumbs {
    display: flex;
    font-size: 16px;
}

.breadcrumbs li {
    margin-right: 20px;
}

.breadcrumbs a {
    transition: all 0.2s ease-in-out;
}

.breadcrumbs a:hover {
    color: #EF9191;
}

.breadcrumbs a::after{
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: solid 2px #EF9191;
    border-right: solid 2px #EF9191;
    transform: rotate(45deg);
    margin-left: 20px;
    margin-bottom: 2px;
}


/* info */

.info_list {
    width: 430px;
}

.info_item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #707070;
    padding-bottom: 15px;
    margin-bottom: 15px;
    line-height: 32px;
}

.info_item:last-child {
    border: none;
}

.info_item dt {
    font-weight: 600;
    color: #EF9191;
}

.info_item dd {
    width: 75%;
}

.info_img {
    width: 350px;
}


/* schedule */

.schedule_section {
    background: #F8F2E2;
    padding: 70px 0;
    margin-top: 100px;
    position: relative;
}

.schedule_img {
    margin: 30px auto;
    width: 700px;
}

.schedule_teeth {
    position: absolute;
    bottom: -15%;
    right: 10%;
}


/* access */

.anchor {
    padding-top: 50px;
    margin-top: -50px;
}

.access_address_box {
    order: 1;
    width: 400px;
}

.access_address {
    text-align: center;
    margin-top: 80px;
}

.access_route_section {
    margin-top: 80px;
}

.access_route_wrap {
    display: flex;
    justify-content: space-between;
    width: 700px;
    margin: 50px auto 0;
}

.access_route {
    width: 195px;
}

.access_route {
    position: relative;
}

.access_route::after {
    content: url(../img/clinic/arrow.svg);
    position: absolute;
    top: 110px;
    right: -47px;
}

.access_route:last-child::after {
    display: none;
}

.route_text {
    font-size: 17px;
    letter-spacing: normal;
    text-align: center;
    margin-top: 20px;
}

.route_text span {
    display: block;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 32px;
    line-height: 45px;
    color: #EF9191;
    text-align: center;
}


/* facilities */

.section_text {
    text-align: center;
    margin-top: 20px;
}

.facilities_list {
    display: flex;
    justify-content: space-between;
    margin-top: 65px;
}

.facilities_item {
    width: 260px;
}

.facilities_name {
    text-align: center;
    background: #EF9191;
    color: #fff;
    padding: 5px;
    border-radius: 100px;
    margin-top: 20px;
}

.facilities_text {
    line-height: 28px;
    letter-spacing: 0.05em;
    font-size: 16px;
    margin-top: 20px;
    text-align: justify;
}


/* promise_detail */

.detail_list {
    width: 750px;
}

.detail_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px dashed #EF9191;
    padding-bottom: 60px;
    margin-bottom: 40px;
}

.detail_item:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.detail_icon img {
    width: 125px;
}

.detail_text_box {
    width: 610px;
}

.detail_title {
    font-size: 24px;
    font-weight: 600;
}

.detail_title span {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 40px;
    color: #EF9191;
    margin-right: 10px;
}

.detail_text {
    margin-top: 10px;
}



/* スマホ */

@media screen and (max-width: 570px) {
    
    .page_titile {
        width: 150px;
    }

    .section_style {
        flex-direction: column;
        margin-top: 30px;
    }

    .mv_visual {
    padding-top: 60%;
    }
    
    .breadcrumbs {
    font-size: 14px;
    }

    .breadcrumbs li {
        margin-right: 20px;
    }


    /* info */

    .message_teeth {
        top: 80px;
        left: 8%;
    }

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

    .info_item {
        line-height: 24px;
    }

    .info_img {
        width: 100%;
        margin-top: 20px;
    }


    /* schedule */

    .schedule_section {
        margin-top: 50px;
        padding: 40px 0 30px;
    }

    .schedule_img {
        width: 100%;
    }

    .schedule_teeth {
        width: 18%;
    }


    /* access */

    .access_address_box {
        width: 100%;
        order: 0;
    }

    .access_address {
        margin-top: 10px;
    }

    .google-map {
        margin-top: 30px;
    }

    .google-map iframe {
        width: 100%;
    }

    .access_route_section {
        margin-top: 30px;
    }

    .access_route_wrap {
        width: 100%;
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
    }

    .access_route {
        width: 100%;
        margin-bottom: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .access_route::after {
        top: initial;
        bottom: -35px;
        right: 20%;
        transform: rotate(90deg);
    }

    .access_route:last-child {
        margin-bottom: 0;
    }

    .route_img {
        width: 45%;
    }

    .route_text {
        margin-top: 0;
        font-size: 14px;
        width: 50%;
    }

    .route_text span {
        font-size: 28px;
    }


    /* facilities */

    .facilities_list {
        flex-direction: column;
        align-items: center;
        margin-top: 0;
    }

    .facilities_list:nth-of-type(1) {
        margin-top: 30px;
    }

    .facilities_item {
        margin-bottom: 30px;
    }

    .facilities_name {
        margin-top: 15px;
    }

    .facilities_text {
        margin-top: 15px;
        font-size: 14px;
        line-height: 24px;
    }


    /* promise_detai */

    .detail_list {
        width: 100%;
        margin-top: -10px;
    }

    .detail_item {
        flex-direction: column;
        padding-bottom: 30px;
        margin-bottom: 20px;
    }

    .detail_text_box {
        width: 100%;
        margin-top: -20px;
    }

    .detail_title {
        font-size: 18px;
        line-height: 32px;
    }

    .detail_title span {
        display: block;
        font-size: 32px;
        line-height: 40px;
    }

}