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

アクセス

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

#accessmap-wrap {
    padding-bottom: 50px;
}


#accessmap-wrap h2 {
    display: block;
    position: relative;
    text-align: center;
    background-color: rgba(0, 0, 0, 00);
    border-left: 0px solid #62bec9;
    font-size: 24px;
    font-family: "NotoSerifJP-VariableFont", serif;
    margin-bottom: 70px;
    padding: 12px;
}

#accessmap-wrap h2:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color: #62bec9;
}


.access_flex {
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
}

.gaikan img {
    width: 100%;
}

.btm-access-title {
    font-size: 24px;
    color: #3d99a3;
    font-family: "NotoSerifJP-VariableFont", serif;
    margin-bottom: 20px;
}

.row_textbox {
    display: flex;
    flex-direction: column;
    margin-left: 50px;
}

.access-annai {
    margin-bottom: 50px;
}

.access-annai li {
    list-style: square;
    margin-left: 20px;
}

.common-annnai {
    margin-bottom: 50px;
}

.common-annnai li {
    list-style: square;
    margin-left: 20px;
}

.row_flex1 {
    flex-grow: 1;
}

.google_map_area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}


.google_map_address {
    margin-top: 20px;
}

.google_map_btn {
    margin-top: 20px;
}

.google_map_btn .button_arrow03 {
    display: block;
    position: relative;
    background: #fff;
    color: #62bec9;
    border-radius: 50px;
    border: 1px solid #62bec9;
    padding: 1.4rem 10.5rem 1.4rem 1.0rem;
    transition: all 0.3s;
    text-decoration: none;
    margin: 0 auto;
    max-width: 300px;
    width: 100%;
}

.reserve_f_btn_area .button_arrow02 {
    padding: 1.4rem 1.5rem 1.4rem 2.0rem;
}

@media screen and (max-width:768px) {
    .gaikan {
        width: 40%;
    }

    .row_textbox {
        width: 60%;
        margin-left: 20px;
    }

    .access_flex {
        margin-bottom: 50px;
    }
}

@media screen and (max-width:767px) {
    .clinic_calendar_grid {
        padding: 0;
    }
}

@media screen and (max-width:560px) {
    /*.abz {
        margin-top: 0;
    }*/

    #accessmap-wrap h2 {
        font-size: 22px;
        padding: 0;
    }

    .access_flex {
        flex-wrap: wrap;
    }

    .gaikan {
        width: 100%;
    }

    .row_textbox {
        width: 100%;
        margin-top: 30px;
        margin-left: 0;
    }

    .btm-access-title {
        font-size: 22px;
    }

    .google_map_address h4 {
        margin-bottom: 10px;
        text-align: center;
    }

    .google_map_address p {
        text-align: center;
    }

    .google_map_btn {
        width: 100%;
    }

    .google_map_btn .button_arrow03 {
        padding: 1.4rem 6.5rem 1.4rem 1.0rem;
    }
}



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

よくある質問

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


.qa-1 {
    margin-bottom: 7px;
    border: 1px solid #d6dde3;
    border-radius: 5px;
    max-width: 1300px;
    padding: 0 20px;
    margin: 5px auto 0;
}

.qa-1 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.qa-1 .text-p{
    position: relative;
}

.qa-1 summary::before,.qa-1 .text-p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-1 summary::before {
    color: #75bbff;
    content: "Q";
}

.qa-1 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-1[open] summary::after {
    transform: rotate(225deg);
}

.qa-1 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-1[open] p {
    transform: none;
    opacity: 1;
}

.qa-1 .text-p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}