@charset "UTF-8";

/* ========================================================= */
/* 固定ボタン */
/* ========================================================= */
.teaserFixBtn {
    position: fixed;
    top: 8px;
    right: 32px;
}

.teaserFixBtn a {
    background: #FF9300;
    font-size: 2.0rem;
    padding: 5em 1.3em .5em;
    color: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-sizing: border-box;
}

.teaserFixBtn a:hover {
    background: #e48808;
}

@media screen and (max-width: 767px) {
    .teaserFixBtn {
        right: 16px;
    }

    .teaserFixBtn a {
        font-size: 1.5rem;
    }
}



/* ========================================================= */
/* 診察時間 */
/* ========================================================= */
.teaser-preview-2__tit img {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
}

.teaser-preview-2__tit__sub {
    text-align: center;
    font-size: 1.6rem;
    margin-top: 1.3em;
}

.teaser-preview-2__table img {
    margin: 32px auto 0;
    width: 100%;
    max-width: 440px;
}

.teaser-preview-2__table span {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 1em;
    font-size: 1.3rem;
}

.teaser-preview-2__reserve {
    text-align: center;
    margin-top: 48px;
}

.teaser-preview-2__reserve a {
    font-size: 1.6rem;
    padding: 1.2em 1.7em 1em;
    letter-spacing: .12em;
    border: solid 1px #493E44;
    display: inline-block;
    margin: 0 auto;
}

.teaser-preview-2__reserve a:hover {
    background: #e7e6e7;
}