/*
 Theme Name:   CBS (SDP-Base Child)
 Description:  SDPベースの子テーマ（CBS用）
 Template:     sdp-base
 Version:      1.0.0
 Text Domain:  sdp-base-child-cbs
*/
/* PC用 */
:target {
  scroll-margin-top: 158px;
}
@media screen and (min-width:768px) and (max-width:1024px) {
  :target {
    scroll-margin-top: 204px;
  }
}
@media (max-width: 768px) {
  :target {
    scroll-margin-top: 85px;
  }
}
.sp-only {
  display: none;
}

.pc-only {
  display: block;
}
.pc-inline-only {
  display: inline-block;
}

@media screen and (max-width: 850px) {
.sp-only {
    display: block;
}

.pc-only {
    display: none;
}
.pc-inline-only {
    display: none;
}
}
/* ヘッダーロゴの余白 */
.c-header__logo {
    padding: 2rem 1rem;
}


/* PCフローティングメニュー */
.pc-floating-menu {
    display: flex;
    flex-direction: row;
    max-width: 1000px;
    margin: 0 auto;
    align-items: center;
}

.c-footer__bottom {
    padding: 0 20px 130px;
}

.pc-floating-menu-left {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.pc-floating-menu-right {
    width: 50%;
}

.pc-floating-menu-left-upper {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.pc-floating-menu-left-lower {
    display: flex;
    justify-content: center;
}

.c-left-reserve .bg-opposite-color {
    color: var(--color_text);
}

.c-right-schedule .bg-opposite-color {
    color: var(--color_text);
}

.phone-image-box {
    width: 7rem;
    max-width: 6rem;
    display: flex;
    justify-content: center;
    padding: 0 1rem 0 0;
}

.phone-number-box-link {
    text-decoration: none;
    color: var(--color_text);
}

.phone-number-box {
    font-size: 5rem;
    margin-left: 2rem;
}

.pc-floating-menu-left-lower-inner {
    background-color: white;
    width: 90%;
    text-align: center;
}

.pc-floating-menu-right {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.pc-floating-menu-right a {
    line-height: 0;
}

/* PCフローティング左 */
.c-left-reserve {
    padding: 1.8rem;
    text-decoration: none;
    color: black;
    background-color: var(--color_theme_emphasis);
    width: 40%;
    margin-right: 2rem;
    text-align: center;
    font-size: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border-radius: 10px;
    color: var(--color_text);
    transition: 0.3s;
    box-shadow: 0 5px 0 #c5840c;
}

.c-left-reserve:hover {
    transform: translate3d(0, 5px, 0);
    transition: .3s;
}

/* PCフローティング右 */
.c-right-schedule {
    background-color: #aeebffff;
    width: 40%;
    text-align: center;
    font-size: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border-radius: 10px;
    color: var(--color_text);
    box-shadow: 0 5px 0 var(--color_theme_sub);
    transition: .3s;
}

.c-right-schedule:hover {
    transform: translate3d(0, 5px, 0);
    transition: .3s;
}

.c-right-schedule-link {
    text-decoration: none;
    color: black;
    line-height: 1.2;
    padding: 1rem;
}

a.c-right-schedule-link {
    display: flex;
    align-items: center;
    justify-content: center;
}
.lp-hip-ver .landing-footer-floating-menu-button-logo {
    line-height: 0;
}
.lp-hip-ver .landing-footer-floating-menu-button-logo img {
    max-height: 80px;
}
@media screen and (max-width: 500px) {
    .lp-hip-ver .landing-footer-floating-menu-button-logo img {
        max-width: 50vw;
    }
}
/* タブレット開始 */
@media screen and (min-width:768px) and (max-width:1024px) {
    .phone-number-box {
        font-size: 4rem;
    }
    .c-left-reserve-link {
        font-size: 2rem;
    }
    .c-right-schedule-link {
        font-size: 2rem;
    }
    .c-footer__bottom {
        padding: 0 20px 140px;
    }

}

/* タブレット終了 */


@media screen and (min-width: 768px) {
    .s-sp {
        display: none !important;
    }
    .c-floating-menu {
        position: fixed;
        bottom: 0;
        background-color: white;
        width: 100%;
        z-index: 99;
        padding: 15px 0;
        box-sizing: border-box;
        margin-bottom: -99px;
        box-shadow: 1px 2px 5px 2px #666;
    }
}

@media screen and (max-width: 767px) {
    .s-pc {
        display: none !important;
    }
}



@media screen and (max-width: 767px) {
    .c-floating-menu {
        background-color: rgba(239, 239, 239, 0.9);
        padding: 10px;
    }

    /* SPヘッダー初診予約ボタン変更 開始 */
    .c-header__sp .c-header__inner .c-glonav__sp .c-reserve__sp {
        text-decoration: none;
    }

    .c-header__sp .c-header__inner .c-glonav__sp .c-reserve__sp .c-reserve__button {
        color: var(--color_text);
        font-weight: bold;
    }

    .c-floating-menu__link__inner {
    align-items: center;
    }
    .pc-floating-menu-left-lower-inner {
    text-align: center;
    }
    .c-floating-menu__link__inner_icon {
    display: flex;
    width: 30px;
    align-items: center;
    }
    .pc-floating-menu .c-left-reserve {
    color: #3D2505;
    border: 5px solid #F5BA07;
    background: linear-gradient(#FFE800,20%, #F5BA07);
    }
    .pc-floating-menu .c-right-schedule{
    border: 5px solid #00A0DF;
    color: #151C51;
    box-shadow: 0 5px 0 var(--color_theme_main);
    background: linear-gradient(#80CDE8,20%, #00A0DF);
    }

    /* SPヘッダー初診予約ボタン変更 終了 */

    /* SPハンバーガーメニュー初診予約ボタン変更 開始 */
    .c-drawer__main .c-drawer__area {
        margin: 2rem 2rem 2rem;
    }

    .c-drawer__btn-link-arrow {
        position: relative;
        display: inline-block;
        padding: 0 0 0 16px;
        color: #000;
        vertical-align: middle;
        text-decoration: none;
        font-size: 20px;
    }
    .c-drawer__btn-link-arrow::before,
    .c-drawer__btn-link-arrow::after{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 250px;
        margin: auto;
        content: "";
        vertical-align: middle;
    }

    .c-drawer__main .c-drawer__btn {
        color: white;
        background-color: #004C97;
        text-align: center;
        margin: 2rem;
        font-weight: bold;
        border-radius: 8px;
        box-shadow:  1px 2px rgb(0 0 0 / 15%), 0 3px 3px rgb(0 0 0 / 30%), 0 5px 6px rgb(0 0 0 / 35%);
    }

    a.c-drawer__btn-link {
        width: 100%;
        padding: 2rem;
        text-decoration: none;
        color: white;
        position: relative;
    }
    .c-drawer__btn-link::before{
        right: 80px;
        width: 7px;
        height: 7px;
        border-top: 2px solid white;
        border-right: 2px solid white;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    /* SPハンバーガーメニュー初診予約ボタン変更 終了 */




    /* SPフローティングメニュー変更 開始 */
    /* SPフローティング共通 */
    .sp-floating-menu {
        display: flex;
        flex-direction: row;
        gap: 10px;
    }

    .sp-floating-menu .bg-opposite-color {
        color: var(--color_text);

    }

    .sp-floating-menu .c-floating-menu__link {
        border-radius: 0px;
        color: var(--color_text);
        padding: 1rem 0;
        box-shadow:none;
        padding: 5px;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: end;
        box-shadow: 0px 3px 3px 2px rgba(0, 0, 0, 0.3);
    }

    /* SPフローティング左*/
    .sp-floating-menu .c-floating-menu__link.reservation {
        background-color: #EE7800;
        transition: 0.3s;
        font-weight: bold;
        font-size: 18px;
        overflow: hidden;
        position: relative;
        z-index: 1;
    }
    .sp-floating-menu .c-floating-menu__link.reservation::before {
        position: absolute;
        content: "";
        width: 150px;
        max-width: 90%;
        height: 110px;
        border-radius: 50%;
        background-color: #F2C81C;
        z-index: 2;
    }
    .sp-floating-menu .c-floating-menu__link.reservation .c-floating-menu__link__inner_title {
        font-size: 2.5rem;
        font-weight: bold;
        position: relative;
        z-index: 3;
        color: #3D2505;
    }
    @media screen and (max-width: 400px) {
        .sp-floating-menu .c-floating-menu__link.reservation .c-floating-menu__link__inner_title {
            font-size: 2.3rem;
        }
    }
    .sp-floating-menu .c-floating-menu__link.reservation:hover {
        box-shadow: none;
        transition: .3s;
    }
    .c-floating-menu__link__inner {
        flex-direction: column;
        align-items: center;
    }
    /* SPフローティング中*/
    .sp-floating-menu .c-floating-menu__link__tel {
        background-color: #004C97;
        font-size: 18px;
        overflow: hidden;
        position: relative;
        z-index: 1;
        margin: 0;
    }
    .sp-floating-menu .c-floating-menu__link__tel::before {
        position: absolute;
        content: "";
        width: 150px;
        max-width: 90%;
        height: 110px;
        border-radius: 50%;
        background-color: #036EB8;
        z-index: 2;
    }
    .sp-floating-menu .c-floating-menu__link__inner_icon {
        margin: 0;
        width: 30%;
        z-index: 3;
    }
    .sp-floating-menu .c-floating-menu__link__inner_icon img {
        object-fit: contain;
        width: 100%;
        height: 100%;
        min-height: 35px;
    }
    .sp-floating-menu .tel-link-sp .c-floating-menu__link__inner_icon img {
        min-height: 35px;
        min-width: 35px;
    }
    .sp-floating-menu .c-floating-menu__link__tel .c-floating-menu__link__inner.tel-link-sp .c-floating-menu__link__inner_title {
        font-size: 2.5rem;
        font-weight: bold;
        position: relative;
        z-index: 3;
        color: #ffffff;
    }
    @media screen and (max-width: 400px) {
        .sp-floating-menu .c-floating-menu__link__tel .c-floating-menu__link__inner.tel-link-sp .c-floating-menu__link__inner_title {
            font-size: 2.3rem;
        }
    }
    /* SPフローティング右*/
    .sp-floating-menu .c-floating-menu__link.calendar {
        background-color: #004C97;
        font-size: 18px;
        overflow: hidden;
        position: relative;
        z-index: 1;
    }
    .sp-floating-menu .c-floating-menu__link.calendar::before {
        position: absolute;
        content: "";
        width: 150px;
        max-width: 90%;
        height: 110px;
        border-radius: 50%;
        background-color: #2f7ac4;
        z-index: 2;
    }
    .sp-floating-menu .c-floating-menu__link.calendar:hover {
        top:5px;
        box-shadow: none;
        transition: 0.3s;
    }


    .sp-floating-menu .c-floating-menu__link.calendar .c-floating-menu__link__inner_title.right {
        font-size: 2.5rem;
        font-weight: bold;
        color: #ffffff;
        z-index: 3;
    }
    @media screen and (max-width: 400px) {
        .sp-floating-menu .c-floating-menu__link.calendar .c-floating-menu__link__inner_title.right {
            font-size: 2.3rem;
        }
    }
    .c-footer__bottom {
        padding: 0 20px 110px;
    }

}

/* SPフローティングメニュー変更 終了 */

/* フッターに駐車場に関するテキスト追加 */
.c-footer__parking {
    color: var(--color_text_white);
    display: flex;
    margin-left: 0;
    min-width: 90px;
}
.c-footer__parking .c-footer__access__btn {
    margin-left: 0rem;

}
.c-footer__access__btn.sp-only {
    display: none;
}
@media screen and (max-width: 484px) {
    .c-footer__access__btn.sp-only {
        display: flex;
    }
}
.c-footer__parking.pc-only {
    display: block;
}
@media screen and (max-width: 484px) {
    .c-footer__parking.pc-only {
        display: none;
    }
}
.c-footer__parking img {
    height: 40px;
    margin-right: 0.5rem;
}
.c-footer__parking p {
    margin: 0;
    font-size: 2.5rem;
}
@media screen and (max-width: 484px) {
    .c-footer__parking p {
        margin: 0 0 2rem;
    }
}
@media screen and (max-width: 484px) {
    .c-footer__parking {
        margin-left: 1rem;
    }
}

/* ノートパソコン開始 */
@media screen and (min-width:1200px) and (max-width:1920px) {
    .phone-image-box {
        max-width: 4.5rem;
    }
    .phone-number-box {
        font-size: 3.5rem;
        margin-left: 1.5rem;
    }
    .c-left-reserve {
        padding: 1.5rem;
        font-size: 2.2rem;
    }
    .c-right-schedule {
        font-size: 2.2rem;
    }
    .c-floating-menu__link__inner_title {
        font-size: 20px;
    }
    .c-floating-menu {
        padding: 10px 0;
    }
}

/* ノートパソコン終了 */

.c-page-title__title {
    max-width: 1000px;
    margin: 0 auto;
    align-items: start;
    padding: 0 20px;
}
.l-breadcrumb {
    max-width: 1000px;
}

h1 {
    font-size: 36px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
@media screen and (max-width: 767px) {
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 18px;
    }
}
h2.is-style-default {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
@media screen and (min-width: 1025px) {
    .layout-2col .layout-main {
        flex: 1 1 712px;
        max-width: 732px;
    }
}
@media screen and (min-width: 1025px) {
    .layout-2col .layout-side {
        flex: 0 1 calc(316px - 1em);

    }
}
p {
 line-height: 1.6;
}
body.layout-landing {
    padding-top: 0px;
}
.page-temporary .is-style-lp-main-color:first-of-type {
    margin: 0 auto 0.83em;
}
.landing-page-main {
    margin-bottom: 0.83em;
}
@media screen and (max-width: 850px) {
    .landing-page-main {
        padding-top: 80px;
    }
}
.landing-page-footer {
    padding-bottom: 20px;
}
.landing-footer-floating-menu-content .landing-footer-floating-menu-button .landing-footer-floating-menu-button-link {
    padding-top: 5px;
    padding-bottom: 5px;
}
.landing-footer-floating-menu-content .landing-footer-floating-menu-tel .landing-footer-floating-menu-tel-information-number {
    padding-bottom: 5px;
    padding-top: 5px;
}
.landing-footer-floating-menu-content .landing-footer-floating-menu-tel .landing-footer-floating-menu-tel-information-number img {
    max-width: 393px;
}


.lp-flow-box {

}
.lp-flow-box-inner.before-box {
    background: linear-gradient(to right, #ebebeb 0%, #ebebeb 3%)!important;
}
.lp-flow-box-inner.after-box {
    background: linear-gradient(to right, #d2d2d2 0%, #d2d2d2 3%)!important;;
}
.lp-flow-box-inner-title {
    color: black!important;
}
.lp-flow-box-inner-content-main-title {
    color: black!important;
    background-color: rgb(255, 255, 255)!important;
}
.lp-flow-box-inner-content-main-explanation {
    margin: 0px!important;
}
.lp-flow-box-inner-content-main-explanation p {
    font-size: 16px!important;
}
.lp-flow-box-inner-content-main {
    background-color: white!important;
}
.lp-flow-box-inner.after-box .lp-flow-box-inner-content-main {
    background-color: white!important;
}
.lp-flow-box-inner-content-main-title::after {
    border-top: 10px solid #ffffff!important;
}
.lp-flow-box-inner.before-box .lp-flow-box-inner-content-main:last-child .lp-flow-box-inner-content-main-title:after {
    border-top: 40px solid #ffffff!important;

}
@media screen and (max-width: 1000px) {

}


/* ランディングページ用テンプレート2(画像メイン:Ver2)用css */
@media screen and (max-width: 849px) {
    .landing-footer-floating-menu.lp-pc-footer {
        display: block;
    }
}
@media screen and (max-width: 767px) {
    .landing-footer-floating-menu.lp-pc-footer {
        display: none;
    }
}
.img-landing-header .landing-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
}
.img-landing-header .landing-header__inner .landing-header__inner-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.img-landing-header .landing-header__inner .landing-header__inner-list .landing-header__inner-list-item a {
    color:#004C97;
    text-align: center;
    font-weight: bold;
    display: block;
    text-decoration: none;
    font-size: 13px;
    padding: 0.8rem 1.5rem;
    border-right: solid 1px #004C97;
}
.img-landing-header .landing-header__inner .landing-header__inner-list .landing-header__inner-list-item:first-of-type a {
    border-left: solid 1px #004C97;
}
.landing-header__container-row .landing-header__container-item.only-one-menu::after {
    background: none;
}
@media screen and (max-width: 849px) {
    .landing-header__container__reservation {
        background: #004C97;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}
@media screen and (max-width: 849px) {
    .landing-header__container__tel {
        background: #EE7800;
    }
}
.img-landing-header .landing-header__inner .landing-header__inner-banner {
    display:flex;
    align-items: center;
}
.img-landing-header .landing-header__inner .landing-header__inner-banner .landing-header__inner-banner-reserve {
    margin-right:20px;
    max-height: 90px;
    max-width: 350px;
}
.img-landing-header .landing-header__inner .landing-header__inner-banner .landing-header__inner-banner-tel {
    max-height: 90px;
    max-width: 400px;
}

.img-landing-header .landing-header__inner .landing-header__inner-banner div .landing-header__inner-banner-link {
    display: block;

}
.landing-img-footer-floating-menu.lp-pc-footer {
    background-color: #ffffff;
	box-shadow: rgb(102, 102, 102) 1px 2px 5px 2px;
}
.landing-img-footer-floating-menu.lp-pc-footer .landing-footer-floating-menu-content {
    max-width: 1000px;
    background-color: #ffffff;
    margin: 0 auto;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 10px;
	box-shadow: none;
}
.landing-img-footer-floating-menu.lp-pc-footer .landing-footer-floating-menu-content .landing-footer-floating-menu-button-link img {
    height: 63px;
}
.landing-img-footer-floating-menu.lp-pc-footer .landing-footer-floating-menu-content a img {
    height: 63px;
}
.landing-img-footer-floating-menu.lp-pc-footer .landing-footer-floating-menu-content .landing-footer-floating-menu-content-right {
    display: flex;
    align-items: center;
}
.landing-img-footer-floating-menu.lp-pc-footer .phone-number-box {
    font-size: 3rem;
    margin-left: 1rem;
    white-space: nowrap;
}
.landing-img-footer-floating-menu.lp-pc-footer .phone-image-box {
    max-width: 4.5rem;
}
.landing-img-footer-floating-menu.lp-pc-footer .c-left-reserve {
    width: 35%;
    font-size: 2rem;
    white-space: nowrap;
    margin-right: 0rem;
    color: #3D2505;
    border: 5px solid #F5BA07;
    background: linear-gradient(#FFE800, 20%, #F5BA07);
    padding: 1.5rem 1.8rem;
}
.landing-img-footer-floating-menu.lp-pc-footer .c-left-reserve .c-floating-menu__link__inner_icon {
    display: flex;
}
.landing-img-footer-floating-menu.lp-pc-footer .c-left-reserve:hover {
    top: 5px;
    box-shadow: none;
    transition: 0.3s;
}
.landing-footer-floating-menu-content .landing-footer-floating-menu-tel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 2rem;
}
.landing-footer-floating-menu-content .pc-floating-menu-left-lower-inner {
    width: 100%;
    text-align: center;
    font-size: 75%;
    margin-top: 0.5rem;
}

.landing-img-footer-floating-menu.lp-pc-footer .landing-footer-floating-menu-content .c-floating-menu__link__inner_icon img {
    height: 100%;
    max-height: 65px;
}
.landing-footer-floating-menu.sp-floating-menu {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    padding: 10px;
    background-color: white;
    box-shadow: rgb(102, 102, 102) 1px 2px 5px 2px;
}
.landing-footer-floating-menu.sp-floating-menu .c-floating-menu__link {
    max-width: 250px;
}
.seminar-list-template-default .layout-1col .layout-seminar-list .post-seminar-list .post-seminar-list-title {
    text-align: center;
}

/* Template Name:ランディングページ用テンプレート2(画像メイン:股関節LP)用css */

.lp-hip-ver .pc-floating-menu-left-upper {
    gap: 2rem;
}
.lp-hip-ver .landing-footer-floating-menu-content .landing-footer-floating-menu-button .landing-footer-floating-menu-button-link {
    max-width: 450px;
}
.landing-img-footer-floating-menu.lp-pc-footer.lp-hip-ver .landing-footer-floating-menu-content .landing-footer-floating-menu-button-link img {
    height: 80px;
}
.lp-hip-ver .landing-footer-floating-menu-content .landing-footer-floating-menu-button .landing-footer-floating-menu-button-link img {
    max-width: 450px;
}
.lp-hip-ver .lp-hip-ver-chart-link {
    display: block;
    text-align: center;
}
.lp-hip-ver .lp-hip-ver-chart-link img {
    height: 100%;
}
.lp-hip-ver .lp-hip-ver-reserve-link {
    display: block;
    text-align: center;
}
.lp-hip-ver .lp-hip-ver-reserve-link img {
    height: 100%;
    max-height: 80px;
}
.landing-img-footer-floating-menu.lp-pc-footer.lp-hip-ver .landing-footer-floating-menu-content a img {
    height: 80px;
}
.landing-footer-floating-menu.sp-floating-menu.lp-hip-ver {
    gap: 5rem;
    max-height: 100px;
}

.b-landing-page-reservation-box {
background: #004C97!important;
}
.b-landing-page-reservation-box-main {
    background-color: white!important;
}
.wp-block-table table {
	border: 1px solid #004C97;
}
.wp-block-table table tbody td {
    border-right: 1px solid #004C97;
    border-bottom: 1px solid #004C97;
}
.wp-block-table.is-style-col1-strong tr th:first-child, .wp-block-table.is-style-col1-strong tr td:first-child {
    background-color: #EFF6FB;
}
.wp-block-table.is-style-col1-strong tr td:first-child {
    border-bottom: 1px solid #004C97;
}


/* ページタイトル */
.c-page-title {
    margin: 0 auto 5rem;
    height: 60px;
}
.c-page-title__title {
    max-width: 1240px;
    padding: 0 20px;
    font-size: 24px;
    color: #004C97;
    height: 60px;
}
.c-page-title::before {
    background-color: rgba(255, 255, 255, 0.25);
}
@media screen and (max-width: 850px) {
  .c-page-title {
    margin: 0 auto 0rem;
  }
}
/* パンくず */
.post-type-archive-seminar-list .l-breadcrumb.c-breadcrumb {
    max-width: 1240px;
    padding: 0 20px;
    margin: 0.6rem auto 0.6rem;
}

.l-breadcrumb.c-breadcrumb {
    font-size: 1.2rem;
    color: var(--color_theme_main);
    width: 100%;
    max-width: 1240px;
    padding: 0 20px;
    color: #333333;
    margin: 0.6rem auto 0.6rem;
}
.c-breadcrumb a {
    color: #333333;
    text-decoration: none;
}
.article-breadcrumb {
    width: 100%;
    max-width: 1240px;
    display: block;
    margin: 3rem auto 2rem;
    font-size: 1.6rem;
    color: #333333;
    padding: 0 20px;
}
/* スノウモンキーエディタの変更 */
.smb-panels__item--block-link, .smb-panels__item--horizontal, .smb-panels__item--vertical {
    pointer-events: none;
}
/* フッターの変更 */
.c-footer {
    background: white;
}
.c-footer__inner {
    border-top:1px solid #EE7800;
    border-bottom:1px solid #EE7800;
}
.c-footer__main {
    align-items: center;
    padding: 4rem 2rem 1rem;

}
@media screen and (max-width: 1000px) {
    .c-footer__main {
        align-items: center;
    }
}
@media screen and (min-width: 1000px) {
    .c-footer__main {
        max-width: 992px;
    }
}


@media screen and (max-width: 1000px) {
    .c-footer__info {
        margin: 0 auto;
        text-align: center;
    }
}
.c-footer__tel {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 1000px) {
    .c-footer__tel {
        justify-content: center;
    }
}
.c-footer__tel__decoration {
    display: inline-block;
    font-size: 2.5rem;
}
.c-footer__tel__decoration::first-letter {
    font-size: 4rem;
}
.c-footer__tel--link {
    margin-left: 15px;
    color:#004C97;
}
.c-footer__access {
    display: block;
}
.c-footer__access p {
    margin-bottom: 10px;
    color: #333333;
}
.c-footer__access__btn {
    margin-left: 0;
}
@media screen and (max-width: 1000px) {
    .c-footer__access__btn {
        margin-bottom: 2rem;
        justify-content: center;
    }
}

@media screen and (max-width: 1000px) {
    .c-footer__schedule .c-care-time__info {
        text-align: center;
    }
}
.c-footer__schedule .c-schedule__btn {
    display: flex;
    width: 100%;
}
@media screen and (max-width: 1000px) {
    .c-footer__schedule .c-schedule__btn {
        display: block;
        width: 100%;
    }
}
.c-footer__schedule .c-schedule__btn a {
    display: flex;
    padding: 1rem;
    justify-content: center;
    align-items: center;
    min-width: 200px;
    max-width: 350px;
    margin:0 auto 2rem;
    white-space: nowrap;
    border: #004C97 solid 1px;
    color: #004C97;
}
.c-footer__schedule .c-care-time__info {
    color: #333333;
}
.c-footer__schedule .c-schedule__btn a svg {
    margin-right: 1rem;
}
.c-footer__schedule .c-schedule__btn a:first-of-type {
    margin-right:1rem;
}
.c-footer__schedule .c-schedule__btn a:last-of-type {
    margin-left:1rem;
}
@media screen and (max-width: 1000px) {
    .c-footer__schedule .c-schedule__btn a:first-of-type {
        margin:0 auto 2rem;
    }
    .c-footer__schedule .c-schedule__btn a:last-of-type {
        margin: 2rem auto 0;
    }
}
.c-footer__bottom-sitemap {
    display: flex;
    max-width: 992px;
    margin: 2rem auto;
    padding: 2rem 0 1rem;
    justify-content: space-between;
}
.c-footer__bottom-sitemap  {
    list-style: none;
}
@media screen and (max-width: 1000px) {
    .c-footer__bottom-sitemap {
        display: block;
    }
}
.c-footer__bottom-sitemap div ul li {
        list-style: none;
    }
.c-footer__bottom-sitemap div ul li a {
    text-decoration: none;
    color: var(--color_text);
}
.c-footer__bottom-sitemap div ul li.child-menu a {
    padding-left: 25px;
    position: relative;
    transition: .3s;
}
.c-footer__bottom-sitemap div ul li a:hover {
    transition: .3s;
    opacity: .7;
}
.c-footer__bottom-sitemap div ul li.child-menu a::before {
    content: "";
    position: absolute;
    top: 50%;   /* 縦軸をセンタリングする */
    left: 0;
    transform: translateY(-50%);   /* 縦軸をセンタリングする */  
    border: 5px solid transparent;
    border-left: 8px solid var(--color_theme_main);  
}
@media screen and (max-width: 1000px) {
    .c-footer__bottom-sitemap div ul {
        margin-block-start: 0;
        margin-block-end: 0;
    }
    .c-footer__bottom-sitemap div ul li {
        margin-bottom: 1.5rem;
        list-style: none;
    }
    .c-footer__bottom-sitemap div ul li.child-menu {
        display:none;
    }
    .c-footer__bottom-sitemap div ul li a {
        padding-left: 25px;
        position: relative;
        transition: .3s;
    }
    .c-footer__bottom-sitemap div ul li a::before {
        content: "";
        position: absolute;
        top: 50%;   /* 縦軸をセンタリングする */
        left: 0;
        transform: translateY(-50%);   /* 縦軸をセンタリングする */  
        border: 5px solid transparent;
        border-left: 8px solid var(--color_theme_main);  
    }
}

.page-template-default .c-page-title__title {
    max-width: 1048px;
}
.page-template-default .l-breadcrumb.c-breadcrumb {
    max-width: 1048px;
}
.page-template-page-forms .c-page-title__title {
    max-width: 1040px;
}
.page-template-page-forms .l-breadcrumb.c-breadcrumb {
    max-width: 1040px;
}
.blog-template-default .l-breadcrumb.c-breadcrumb {
    max-width: 1048px;
}
.post-template-default .l-breadcrumb.c-breadcrumb {
    max-width: 1048px;
}
.post-type-archive .c-page-title__title {
    max-width: 1040px;
}
.post-type-archive .l-breadcrumb.c-breadcrumb {
    max-width: 1040px;
}