footer {
    background-color: #324784;
}
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_map {
    line-height: 0;
}
footer .footer_access {
    background-color: #f8f0e6;
    padding: 70px 30px 50px;
    width: 100%;
    max-width: 860px;
    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);
    max-width: 400px;
    height: 300px;
    object-fit: cover;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}
.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);
}
/*診療時間テーブル*/
.timeTable {
    width: 100%;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.timeTable table {
    width: calc(70% - 15px);
}
.timeTable table th,.timeTable table td{
    font-size: clamp(15px,2.5vw,18px);
    font-weight: bold;
    text-align: center;
    line-height: 1;
    color: #825a32;
    border-color: #2e2e2e;
    border-style: solid;
    border-width: 1px 0;
    padding: 8px 0;
    vertical-align: middle;
}
.timeTable table th {
    width: 25%;
}
.timeTable table td {
    color: #f5877d;
    line-height: 0;
}
.timeTable table tr:first-child td {
    font-size: clamp(15px,2.5vw,18px);
    color: #825a32;
}
.timeTable table th.time {
    font-size: clamp(14px,2.5vw,15px);
    font-weight: normal;
    color: #2e2e2e;
}
.timeTable table td small {
    font-size: clamp(12px,2.5vw,13px);
    font-weight: normal;
    text-align: left;
    color: #2e2e2e;
    width: 100%;
    display: block;
}

/*診療時間-予約ボタン*/
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;
    }
    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;
}
/*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 100px;
    }
    footer ul.footer_copy li {
        height: 25px;
        padding-right: 0;
        margin-right: 0;
        border-right: none;
        text-align: center;
        justify-content: center;
        width: 100%;
    }
}