footer {
}
footer h2 {
    font-size: clamp(22px,2.5vw,28px);
    font-weight: bold;
    margin-bottom: 8px;
}
footer h2 span {
    font-size: 14px;
    font-weight: normal;
    display: block;
    margin-bottom: 5px;
}
footer h3 {
    font-size: clamp(16px, 2.5vw, 20px);
    line-height: 1.4em;
}
footer h3 span {
    display: block;
    font-weight: normal;
    font-size: clamp(13px,2.5vw,14px);
    margin-top: 5px;
    letter-spacing: normal;
}
footer .footer_wrapper {
    background-color: #f8f0e6;
}
footer .footer_access {
    background-color: #f8f0e6;
    padding: 70px 30px 50px;
    width: 100%;
    max-width: 990px;
    margin: 0 auto;
}
footer .footer_access .access {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.access .left,.access .right {
    width: calc(50% - 10px);
    object-fit: cover;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}
.footer_map{
    line-height: 0;
    padding: 0;
    margin: 0;
}
.links-banner {
    margin: 30px auto 0;
    min-height: 50px;
    width: 100%;
    max-width: 930px;
    background-color: #fff;
    display: inline-block;
}

.googleMap {
    padding: 10px 0;
    margin: 15px 0;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #007bb3;
    background: #fff;
    transition: 0.4s;
}
.googleMap:hover {
    color: #fff;
    background: #007bb3;
}
.footerTel {
    font-weight: bold;
    font-size: clamp(20px,2.5vw,26px);
}
/*診療時間テーブル*/
.biz-hour {
    display: flex;
    border-collapse: collapse;
    justify-content: center;
}
.table-header th {
    background-color: #e6f0f8;
    color: #036eb7;
    font-weight: bold !important;
}
.table-cell {
    background-color: #fff;
}
.biz-hour th {
    border-top: 1px solid #007bb3;
}
.biz-hour th, .biz-hour td {
    padding: 10px 20px;
    text-align: center;
    border: 1px solid #007bb3;
}

@media screen and (max-width: 559px) {
    .biz-hour th, .biz-hour td {
    padding: 10px 7px;
    }
    .biz-hour {
    display: block;
    }
    .biz-hour th,.biz-hour td {
    font-weight: normal;
    vertical-align: middle;
    line-height: initial;
    }
}

/*診療時間-予約ボタン*/
footer .timeTable .footer-reserve {
    display: flex;
    flex-wrap: wrap;
    width: calc(30% - 15px);
}
footer .timeTable .footer-reserve a {
    font-weight: bold;
    color: #fff;
    background: #825a32;
    padding: 0;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
    border-radius: 5px;
    transition: 0.4s;
    border: 1px solid #825a32;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px 0;
}
footer .timeTable .footer-reserve a:hover {
    color: #825a32;
    background: #fff;
}
footer .timeTable .footer-reserve a span{
    color: inherit;
    font-weight: normal;
    font-size: 90%;
    display: block;
    width: 100%;
    text-align: center;
}
/*SP版 診療時間テーブル周り*/
@media only screen and (max-width: 890px) {
    footer .footer_access{
        padding: 50px 20px 50px;
    }
    .access .left, .access .right{
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    .access .left{
        margin-bottom: 30px;
    }
    footer h2{
        width: 100%;
    }
    .footerTel{
        width: 100%;
    }
    .timeTable table{
        width: 100%;
        margin-bottom: 20px;
        display: flex;
    }
    footer .timeTable .footer-reserve{
        width: 100%;
    }
}

.br-pc { display:none; }
.br-sp { display:inline; }

@media only screen and (max-width: 890px) {
    .br-pc { display:inline; }
    .br-sp { display:none; }
}

/*お支払い方法*/
footer .payment {
    background: #efdeca;
    width: 100%;
    padding: 15px;
    border-radius: 15px;
}
footer .payment p {
    padding: 10px;
}
footer .payment .logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
footer .payment .logo img{
    width: 9.5%;
    margin: -3px 0;
}
@media only screen and (max-width: 890px) {
    footer .payment .logo img{
        width: 19.5%;
    }
}
/*フッターサイトマップ*/
footer ul.footer_sitemap {
    width: 100%;
    max-width: 890px;
    display: flex;
    align-content: flex-start;
    justify-content: space-between;
    margin: auto;
    padding: 50px 20px 40px 30px;
}
footer ul.footer_sitemap li{
    margin-right: 10px;
}
footer ul.footer_sitemap a{
    color: #fff;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-weight: bold;
    letter-spacing: 0.05em;
}
footer ul.footer_sitemap .sitemap-title h3 a{
    font-size: clamp(18px,2.5vw,22px);
}
footer ul.footer_sitemap a.links-child{
    font-size: 85%;
    font-weight: normal;
    line-height: 1.5em;
    margin-bottom: 8px;
    text-indent: -0.8em;
    padding-left: 0.8em;
}
footer ul.footer_sitemap a.links-child:before{
    content: "-";
    font-size: 100%;
    color: inherit;
    margin-right: 5px;
}
footer ul.footer_sitemap a.links-child:last-child{
    margin-bottom: 20px;
}
.sitemap-links > a:before{
    content: "●";
    font-size: 85%;
    margin-right: 4px;
    color: skyblue;
}
/*フッターSNSアイコン*/
footer .footer_sns {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 30px 30px;
}
footer .footer_sns a{
    font-size: 11px;
    color: #fff;
    text-align: center;
    white-space: nowrap
}
footer .footer_sns a img{
    width: 25px;
    height: auto;
    margin: 0 25px 5px;
}

/*著作権表記*/
footer ul.footer_copy {
    width: 100%;
    background-color: #222;
    padding: 30px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
footer ul.footer_copy li {
    height: 16px;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #fff;
    display: flex;
    align-items: center;
}
footer ul.footer_copy li:last-child {
    padding-right: none;
    margin-right: none;
    border-right: none;
}
footer ul.footer_copy li a,footer ul.footer_copy li p {
    font-size: clamp(11px,2.5vw,12px);
    color: #fff;
}

/* 採用バナー・コンパスメディカルバナー */
.recruit ul li {
    justify-content: center;
    display: flex;
}

/*SP版 サイトマップ*/
@media only screen and (max-width: 890px) {
    footer ul.footer_sitemap{
        flex-wrap: wrap;
        padding: 30px 20px;
    }
    li.sitemap-title:first-child{
        width: 100%;
    }
    .sitemap-links{
        width: calc(50% - 5px);
        margin: 0 !important;
        padding: 0;

    }
}
/*SP版 最下部コピーライト*/
@media only screen and (max-width: 890px) {
    footer ul.footer_copy {
        padding: 30px 0;
    }
    footer ul.footer_copy li {
        height: 25px;
        padding-right: 0;
        margin-right: 0;
        border-right: none;
        text-align: center;
        justify-content: center;
        width: 100%;
    }
}

/*表示・非表示*/
.SP{display: none;}
@media only screen and (max-width: 890px) {
.SP{display: block;}
}
.PC{display: block;}
@media only screen and (max-width: 890px) {
.PC{display: none;}
}