@charset "UTF-8";
/*
 * 再診予約 CSS
 * -- Airリザーブ利用を想定
*/

.breadcrumbs {
    top: 150px;
}
div.appointment {
    width: 96%;
    max-width: 1000px;
    padding: .5rem 2% 4rem 2%;
    margin: 0 auto;
    font-size: 14px;
}

.other-contact-links {
    margin: 0 auto 20px auto;
    list-style-type: none;
}

.other-contact-links li {
    margin: 10px 0;
    text-align: right;
}

.other-contact-links li a {
    font-weight: bold;
}

.other-contact-links li a.emergency {
    color: #ff0000;
}

.other-contact-links li a i,
.other-contact-links li a svg {
    margin-right: 5px;
}

div.comment1 {
    margin: 2.5em 1em 2em 1em;
    font-size: 1.15em;
    line-height: 140%
}

div.comment2 {
    margin: 1em 1em 1em 1em;
    padding: 1.25em;
    background-color: #fff;
    border: 1px dashed #83ccd2;
    border-radius: 8px;
    line-height: 140%
}

div.comment2 ul {
    margin: 1em 0 0 1.5em;
}

.reservation {
    width: 92%;
    margin: 2rem auto;
}
.reservation .title {
    padding-top: 2rem;
    font-size: 1.25em;
    font-weight: bold;
    text-align: center;
}

@media screen and (min-width: 768px) {
    h2.pg-title {
        position: relative;
        top: 0;
        background-color: #23274F;
    }

    div.comment1 {
        margin: 2.5em auto 1em auto;
        max-width: 950px;
        text-align: center;
        font-size: 1.20em;
    }

    div.comment2 {
        margin: 1em auto 1em auto;
        max-width: 920px;
    }
    /*パンくずリスト*/
    .breadcrumbs {
        top: 180px;
    }
    div.appointment {
        width: 90%;
        padding-top: 10px;
    }

}

@media screen and (min-width: 1025px) {
    h2.pg-title {
        background-color: #23274F;
    }
    /*パンくずリスト*/
    .breadcrumbs {
        top: 174px;
    }
    div.appointment {
        padding-top: 20px;
    }
}