@charset "utf-8";

/*********************************************************************
*
*  For ALL
*
*********************************************************************/

/* ---------------------------------------------------- */
/* web font */
/* ---------------------------------------------------- */
/* Google font */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap');


/* FontAwesome */
/* @import url('https://use.fontawesome.com/releases/v5.15.4/css/all.css'); */

/* ---------------------------------------------------- */
/* cs_ff */
/* ---------------------------------------------------- */
.cs_ff_en_1 {
    font-family: "Playfair Display", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.cs_ff_go_1 {
    font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.cs_ff_mi_1 {
    font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

/* ---------------------------------------------------- */
/* cs_fc */
/* ---------------------------------------------------- */
.cs_fc_1,
.cs_fc_1 a,
a.cs_fc_1 {
    color: #FFF !important;
}

.cs_fc_2,
.cs_fc_2 a,
a.cs_fc_2 {
    color: #000 !important;
}

.cs_fc_3,
.cs_fc_3 a,
a.cs_fc_3 {
    color: #BF8016 !important;
}

.cs_fc_4,
.cs_fc_4 a,
a.cs_fc_4 {
    color: #0B1831 !important;
}

.cs_fc_5,
.cs_fc_5 a,
a.cs_fc_5 {
    color: #9F2230 !important;
}

/* ---------------------------------------------------- */
/* cs_fs */
/* ---------------------------------------------------- */
.cs_fs_normal {
    font-size: 1.6rem;
}

.cs_fs_xs {
    font-size: 1.1rem;
}

.cs_fs_s {
    font-size: 1.2rem;
}

.cs_fs_m {
    font-size: 1.4rem;
}

/* ---------------------------------------------------- */
/* cs_fd */
/* ---------------------------------------------------- */
.cs_fd_b,
b {
    font-weight: 700;
}

.cs_fd_u {
    text-decoration: underline;
}

.cs_fd_i,
em {
    font-style: italic;
}

/* ---------------------------------------------------- */
/* cf */
/* ---------------------------------------------------- */
.cf:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.cf {
    display: block;
}

/* ---------------------------------------------------- */
/* pc/sp */
/* ---------------------------------------------------- */
@media (min-width: 768px) {
    .cs_none_pc {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .cs_none_sp {
        display: none !important;
    }
}

@media (max-width: 374px) {
    .cs_none_sp_old {
        display: none !important;
    }
}

/* ---------------------------------------------------- */
/* cs_e */
/* ---------------------------------------------------- */
.cs_e_zm {
    overflow: hidden;
}

.cs_e_zm>span {
    transform-origin: center;
    transform: scale(1.005);
    transition: 0.5s ease-in-out;
}

@media (min-width: 768px) {
    .cs_e_op {
        transition: opacity 0.3s ease-in-out;
    }

    .cs_e_op:hover,
    a:hover .cs_e_op {
        opacity: 0.6;
    }

    .cs_e_gr,
    .cs_e_bn,
    .cs_e_in {
        transition: filter 0.3s ease-in-out;
    }

    .cs_e_gr:hover,
    a:hover .cs_e_gr {
        filter: grayscale(100%);
    }

    .cs_e_bn:hover,
    a:hover .cs_e_bn {
        filter: brightness(70%);
    }

    .cs_e_in:hover,
    a:hover .cs_e_in {
        filter: invert(100%)
    }

    a:hover .cs_e_zm>span {
        transform: scale(1.1);
        filter: brightness(70%);
    }
}

/* ---------------------------------------------------- */
/* cs_wrap */
/* ---------------------------------------------------- */
.cs_wrap p {
    text-align: justify;
}

.cs_wrap p+p {
    margin-top: 30px;
}

.cs_wrap>*+* {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .cs_wrap p+p {
        margin-top: 20px;
    }

    .cs_wrap>*+* {
        margin-top: 20px;
    }
}

/* ---------------------------------------------------- */
/* cs_ta */
/* ---------------------------------------------------- */
.cs_ta_l {
    text-align: left !important;
}

.cs_ta_r {
    text-align: right !important;
}

.cs_ta_c {
    text-align: center !important;
}


/* ---------------------------------------------------- */
/* img */
/* ---------------------------------------------------- */
.cs_img_si_1 {
    display: block;
    width: 100% !important;
}

/* ---------------------------------------------------- */
/* cs_sec */
/* ---------------------------------------------------- */
.cs_sec_wrap {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.cs_sec_inner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    z-index: 2;
}

@media (min-width: 768px) {
    .cs_sec_inner {
        max-width: 1100px;
    }

    .cs_sec_inner_pc_w1 {
        max-width: 100%;
    }

    .cs_sec_inner_pc_w2 {
        max-width: 1000px;
    }

    .cs_sec_inner_pc_w3 {
        max-width: 900px;
    }

    .cs_sec_inner_flex {
        display: flex;
        justify-content: space-between;
    }

    .cs_sec_inner_flex .cs_sec_inner_flex_main {
        flex: none;
        width: 710px;
    }

    .cs_sec_inner_flex .cs_sec_inner_flex_sub {
        flex: none;
        width: 240px;
    }

}

@media (max-width: 767px) {
    .cs_sec_inner {
        max-width: calc(100% - 30px);
    }

    .cs_sec_inner_sp_w1 {
        max-width: 100%;
    }

    .cs_sec_inner_flex .cs_sec_inner_flex_sub {
        margin-top: 50px;
    }
}

/* ---------------------------------------------------- */
/* cs_desc */
/* ---------------------------------------------------- */
.cs_desc_1 {
    text-align: justify;
}

.cs_desc_1>*+* {
    margin-top: 1.5em;
}

@media (max-width: 767px) {
    .cs_desc_1>*+* {
        margin-top: 1.5em;
    }
}

/* ---------------------------------------------------- */
/* cs_bg */
/* ---------------------------------------------------- */
.cs_bg_img_1>span {
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.3s ease-in-out;
}

/* ---------------------------------------------------- */
/* cs_bg */
/* ---------------------------------------------------- */
.cs_bg_1 {
    background-color: #FFF;
}

.cs_bg_2 {
    background-color: #000;
}

/* ---------------------------------------------------- */
/* cs_mgn */
/* ---------------------------------------------------- */
.cs_mgn_auto>*+* {
    margin-top: 40px;
}

.cs_mgn_t_none {
    margin-top: 0 !important;
}

.cs_mgn_t_xs {
    margin-top: 10px !important;
}

.cs_mgn_t_s {
    margin-top: 20px !important;
}

.cs_mgn_t_m {
    margin-top: 40px !important;
}

.cs_mgn_t_l {
    margin-top: 80px !important;
}

.cs_mgn_t_xl {
    margin-top: 140px !important;
}

.cs_mgn_b_none {
    margin-bottom: 0 !important;
}

.cs_mgn_b_xs {
    margin-bottom: 10px !important;
}

.cs_mgn_b_s {
    margin-bottom: 20px !important;
}

.cs_mgn_b_m {
    margin-bottom: 40px !important;
}

.cs_mgn_b_l {
    margin-bottom: 80px !important;
}

.cs_mgn_b_xl {
    margin-bottom: 140px !important;
}

@media (max-width: 767px) {
    .cs_mgn_auto>*+* {
        margin-top: 30px;
    }

    .cs_mgn_t_xs {
        margin-top: 10px !important;
    }

    .cs_mgn_t_s {
        margin-top: 15px !important;
    }

    .cs_mgn_t_m {
        margin-top: 30px !important;
    }

    .cs_mgn_t_l {
        margin-top: 60px !important;
    }

    .cs_mgn_t_xl {
        margin-top: 90px !important;
    }

    .cs_mgn_b_xs {
        margin-bottom: 10px !important;
    }

    .cs_mgn_b_s {
        margin-bottom: 15px !important;
    }

    .cs_mgn_b_m {
        margin-bottom: 30px !important;
    }

    .cs_mgn_b_l {
        margin-bottom: 60px !important;
    }

    .cs_mgn_b_xl {
        margin-bottom: 90px !important;
    }
}

/* ---------------------------------------------------- */
/* cs_event_none */
/* ---------------------------------------------------- */
.cs_event_none {
    pointer-events: none;
}

@media (min-width: 768px) {
    .cs_event_none_pc {
        pointer-events: none;
    }
}

@media (max-width: 767px) {
    .cs_event_none_sp {
        pointer-events: none;
    }
}


/* ---------------------------------------------------- */
/* cs_spacer */
/* ---------------------------------------------------- */
.cs_spacer_1 {
    display: block;
    pointer-events: none;
}

@media (max-width: 767px) {
    .cs_spacer_1 {
        zoom: 0.6;
    }
}

/* ---------------------------------------------------- */
/* cs_msgblank */
/* ---------------------------------------------------- */
.cs_msgblank {
    padding: 80px 0;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
}

@media (max-width: 767px) {
    .cs_msgblank {
        padding: 40px 0;
        font-size: 1.4rem;
    }
}

/* ---------------------------------------------------- */
/* cs_sec_mv_wrap_1 */
/* ---------------------------------------------------- */
.cs_sec_mv_wrap_1 {
    margin-bottom: 150px;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #F3F3F3;
    background-image: url(../img/logo/toyosu_2_b.svg);
    background-size: 500px auto;
    background-repeat: no-repeat;
    background-position: left -50px bottom -30px;
}

.cs_sec_mv_wrap_1 .sec_inner {
    display: flex;
    align-items: center;
    min-height: 300px;
}

.cs_sec_mv_wrap_1 .img_1 {
    position: absolute;
    left: calc(50% - 120px);
    top: 0;
    width: calc(50vw + 120px);
}

.cs_sec_mv_wrap_1 .img_1>span {
    padding-top: 420px;
    background-image: url(../img/mv/1.jpg);
    background-position: left center;
}

.cs_sec_mv_wrap_1 .ttl_wrap {
    width: calc(50% - 150px);
    line-height: 1.3;
}

.cs_sec_mv_wrap_1 .ttl_wrap .en {
    margin-bottom: 20px;
    font-size: 6.4rem;
    text-transform: capitalize;
}

.cs_sec_mv_wrap_1 .ttl_wrap .en::first-letter {
    color: #BF8016;
}

.cs_sec_mv_wrap_1 .ttl_wrap .ja {
    font-size: 1.8rem;
    font-weight: 700;
}


@media (max-width: 767px) {
    .cs_sec_mv_wrap_1 {
        margin-bottom: 20px;
        padding-top: 0;
        padding-bottom: 0;
        background-size: 200px auto;
        background-position: left -15px bottom -15px;
    }

    .cs_sec_mv_wrap_1 .sec_inner {
        display: block;
        min-height: auto;
    }

    .cs_sec_mv_wrap_1 .img_1 {
        position: static;
        margin: 0 -15px;
        width: 100vw;
    }

    .cs_sec_mv_wrap_1 .img_1>span {
        padding-top: 58.6%;
    }

    .cs_sec_mv_wrap_1 .ttl_wrap {
        padding: 40px 0;
        width: auto;
        text-align: center;
    }

    .cs_sec_mv_wrap_1 .ttl_wrap .en {
        margin-bottom: 10px;
        font-size: 4.0rem;
    }

    .cs_sec_mv_wrap_1 .ttl_wrap .ja {
        font-size: 1.2rem;
    }


}

/* ---------------------------------------------------- */
/* cs_sec_breadcrumb_wrap_1 */
/* ---------------------------------------------------- */
.cs_sec_breadcrumb_wrap_1 {
    margin-bottom: 120px;
}

.cs_sec_breadcrumb_wrap_1 .breadcrumb {
    font-size: 1.2rem;
    line-height: 1;
}

.cs_sec_breadcrumb_wrap_1 .breadcrumb ul {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.cs_sec_breadcrumb_wrap_1 .breadcrumb li {
    display: flex;
}

.cs_sec_breadcrumb_wrap_1 .breadcrumb li:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cs_sec_breadcrumb_wrap_1 .breadcrumb li+li::before {
    content: "｜";
    padding: 0 5px;
}

.cs_sec_breadcrumb_wrap_1 .breadcrumb a {
    display: block;
    text-decoration: none;
    color: #000;
}

.cs_sec_breadcrumb_wrap_1 .breadcrumb a:hover {
    text-decoration: underline;
}

.cs_sec_breadcrumb_wrap_1 .breadcrumb span {
    white-space: nowrap;
}

@media (max-width: 767px) {
    .cs_sec_breadcrumb_wrap_1 {
        margin-bottom: 70px;
    }

    .cs_sec_breadcrumb_wrap_1 .breadcrumb {
        font-size: 1.0rem;
    }
}

/* ---------------------------------------------------- */
/* cs_archive_1 */
/* ---------------------------------------------------- */
.cs_archive_1>ul>li {
    padding-bottom: 10px;
    border-bottom: 1px solid #949494;
}

.cs_archive_1>ul>li+li {
    margin-top: 35px;
}

.cs_archive_1 a {
    position: relative;
    display: flex;
    align-items: flex-start;
    padding-right: 50px;
    text-decoration: none;
    color: #333333;
    line-height: 1.4;
}

.cs_archive_1 a:hover {
    opacity: 0.6;
}

.cs_archive_1 a::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 7px;
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #BF8016;
    border-right: 2px solid #BF8016;
    transform: rotate(45deg);
    background-repeat: no-repeat;
    transition: 0.3s ease-in-out;
}

.cs_archive_1 .meta {
    display: flex;
    align-items: center;
    flex: none;
    margin-right: 20px;
    min-width: 140px;
}

.cs_archive_1 .meta>*+* {
    margin-left: 20px;
}

.cs_archive_1 .meta .date {
    color: #646464;
    font-weight: 700;
}

.cs_archive_1 .meta .cat {
    display: none;
    padding: 5px 10px;
    color: #FFF;
    font-size: 1.2rem;
    background-color: #837458;
}

@media (max-width: 767px) {
    .cs_archive_1>ul>li {
        padding-bottom: 10px;
    }

    .cs_archive_1>ul>li+li {
        margin-top: 20px;
    }

    .cs_archive_1 a {
        display: block;
        padding-right: 30px;
    }

    .cs_archive_1 a::after {
        right: 10px;
        top: 12px;
    }

    .cs_archive_1 .meta {
        width: auto;
        margin-bottom: 5px;
    }

    .cs_archive_1 .meta>*+* {
        margin-left: 10px;
    }

    .cs_archive_1 .meta .cat {
        font-size: 1.1rem;
    }

}

/* ---------------------------------------------------- */
/* cs_pagination_archive_1 */
/* ---------------------------------------------------- */
.cs_pagination_archive_1 .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
}

.cs_pagination_archive_1 .pagination .page-numbers {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    width: 60px;
    height: 60px;
    font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #0B1831;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    border: 1px solid #0B1831;
    border-radius: 50%;
}

.cs_pagination_archive_1 .pagination .page-numbers:hover,
.cs_pagination_archive_1 .pagination .current {
    color: #FFF;
    background-color: #0B1831;
}

.cs_pagination_archive_1 .pagination .dots,
.cs_pagination_archive_1 .pagination .dots:hover {
    color: #C2D678;
    background-color: transparent;
}

.cs_pagination_archive_1 .pagination .prev,
.cs_pagination_archive_1 .pagination .next {
    content: "";
}

.cs_pagination_archive_1 .pagination .prev::before,
.cs_pagination_archive_1 .pagination .next::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #0B1831;
    border-right: 2px solid #0B1831;
    transition: 0.3s ease-in-out;
    transform: translate(-50%, -50%) rotate(45deg);
}

.cs_pagination_archive_1 .pagination .prev:hover::before,
.cs_pagination_archive_1 .pagination .next:hover::before {
    border-color: #FFF;
}

.cs_pagination_archive_1 .pagination .prev {
    transform: scale(-1, 1);
}


@media (max-width: 767px) {
    .cs_pagination_archive_1 .pagination {
        margin-top: 50px;
    }

    .cs_pagination_archive_1 .pagination .page-numbers {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}

/* ---------------------------------------------------- */
/* cs_step_1 */
/* ---------------------------------------------------- */
.cs_step_1 .item {
    position: relative;
    padding: 60px 90px;
    background-color: #F3F3F3;
}

.cs_step_1 .item+.item {
    margin-top: 40px;
}

.cs_step_1>.item:last-of-type::before {
    display: none;
}

.cs_step_1 .item .num {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    font-size: 3.1rem;
    line-height: 1;
}

.cs_step_1 .item .num::after {
    content: "";
    display: block;
    margin-left: 10px;
    margin-top: 5px;
    width: 60px;
    height: 1px;
    background-color: #000;
}

.cs_step_1 .item .ttl {
    position: relative;
    font-size: 2.4rem;
    line-height: 1.6;
}

.cs_step_1 .item .content {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.cs_step_1 .item .content .block {
    flex: auto;
    width: auto;
}

.cs_step_1 .item .content .block:nth-of-type(2) {
    flex: none;
    width: 60%;
    margin-left: 45px;
}

@media (max-width: 767px) {
    .cs_step_1 .item {
        padding: 40px 20px;
    }

    .cs_step_1 .item+.item {
        margin-top: 25px;
    }

    .cs_step_1 .item .num {
        margin-bottom: 20px;
        font-size: 3.0rem;
    }

    .cs_step_1 .item .ttl {
        font-size: 1.8rem;
    }

    .cs_step_1 .item .content {
        display: block;
        margin-top: 20px;
    }

    .cs_step_1 .item .content .block:nth-of-type(2) {
        width: auto;
        margin-top: 20px;
        margin-left: 0;
    }
}

/* ---------------------------------------------------- */
/* cs_qa_1 */
/* ---------------------------------------------------- */
.cs_qa_1 .item+.item {
    margin-top: 20px;
}

.cs_qa_1 .item .ttl {
    position: relative;
    display: flex;
    justify-content: flex-start;
    position: relative;
    padding: 20px 100px;
    color: #000;
    line-height: 1.4;
    font-size: 2.0rem;
    text-decoration: none;
    outline: none;
    background-color: #F3F3F3;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.cs_qa_1 .item .ttl::before {
    content: "Q";
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    font-family: "Playfair Display", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    color: #FFF;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    background-color: #0B1831;
    border-radius: 50%;
}

.cs_qa_1 .item .ttl i {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 20px;
    height: 20px;
    transition: 0.3s ease-in-out;
}

.cs_qa_1 .item .ttl i::before,
.cs_qa_1 .item .ttl i::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    background-color: #646464;
    transition: 0.3s ease-in-out;
}

.cs_qa_1 .item .ttl i::before {
    width: 4px;
    height: 20px;
}

.cs_qa_1 .item .ttl.is_show i::before {
    opacity: 0;
}

.cs_qa_1 .item .ttl i::after {
    width: 20px;
    height: 4px;
}

.cs_qa_1 .item .content {
    position: relative;
    display: none;
    padding: 20px 30px 20px 100px;
}

.cs_qa_1 .item .content::before {
    content: "A";
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    font-family: "Playfair Display", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    color: #FFF;
    line-height: 1.4;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    background-color: #9F2230;
    border-radius: 50%;
}

.cs_qa_1 .item .content p {
    line-height: 1.4 !important;
}

@media (max-width: 767px) {
    .cs_qa_1 .item .ttl {
        padding: 20px 40px 20px 50px;
        font-size: 1.6rem;
    }

    .cs_qa_1 .item .ttl::before {
        left: 10px;
        top: 17px;
        transform: translateY(0);
        width: 30px;
        height: 30px;
        font-size: 1.6rem;
    }

    .cs_qa_1 .item .ttl i {
        right: 15px;
        top: 25px;
        transform: translateY(0);
        width: 12px;
        height: 12px;
    }

    .cs_qa_1 .item .content {
        padding: 20px 20px 20px 50px;
    }

    .cs_qa_1 .item .content::before {
        left: 10px;
        top: 15px;
        transform: translateY(0);
        width: 30px;
        height: 30px;
        font-size: 1.6rem;
    }
}


/* ---------------------------------------------------- */
/* cs_w_narrow */
/* ---------------------------------------------------- */
@media (min-width: 768px) {
    .cs_w_narrow_1 {
        margin-left: 80px;
        margin-right: 80px;
    }
}

/* ---------------------------------------------------- */
/* cs_box */
/* ---------------------------------------------------- */
.cs_box_1 {
    position: relative;
    border: 4px solid #928164;
}

.cs_box_1 .box_content {
    padding: 60px 90px;
}

.cs_box_1 .box_ttl {
    border-color: #928164;
    ;
}

@media (max-width: 767px) {
    .cs_box_1 {
        border-width: 2px;
    }

    .cs_box_1 .box_content {
        padding: 40px 20px;
    }

}


/* ---------------------------------------------------- */
/* cs_table */
/* ---------------------------------------------------- */
.cs_post_wysiwyg table,
.cs_table_1 {
    width: 100%;
    background-color: #FFF;
    border: 1px solid #707070;
}

.cs_post_wysiwyg table tr,
.cs_table_1 tr {
    border-bottom: 1px solid #707070;
}

.cs_post_wysiwyg table th,
.cs_post_wysiwyg table td,
.cs_table_1 th,
.cs_table_1 td {
    padding: 15px 25px;
    vertical-align: top;
    border: none;
    border-right: 1px solid #707070;
}

.cs_post_wysiwyg table th,
.cs_table_1 th {
    font-weight: 700;
    background-color: #F3F3F3;
}

.cs_post_wysiwyg table caption,
.cs_table_1 caption {
    position: relative;
    margin-bottom: 20px;
    font-size: 2.0rem;
    font-weight: 700;
    text-align: center;
}

.cs_table_caption_1 {
    margin-top: 10px !important;
    font-size: 1.4rem;
    text-align: right !important;
}


@media (max-width: 767px) {

    .cs_post_wysiwyg table th,
    .cs_post_wysiwyg table td,
    .cs_table_1 th,
    .cs_table_1 td {
        padding: 10px 10px;
    }

    .cs_post_wysiwyg table caption,
    .cs_table_1 caption {
        position: relative;
        font-size: 1.8rem;
    }

    .cs_table_caption_1 {
        font-size: 1.2rem;
    }
}

/* ---------------------------------------------------- */
/* cs_meta_1 */
/* ---------------------------------------------------- */
.cs_meta_1 {
    margin-bottom: 90px;
    padding-bottom: 20px;
    border-bottom: 1px solid #949494;
}

.cs_meta_1 .meta {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    line-height: 1;
}

.cs_meta_1 .meta>*+* {
    margin-left: 20px;
}

.cs_meta_1 .date {
    color: #646464;
    font-weight: 700;
}

.cs_meta_1 .cat {
    display: none;
    padding: 5px 10px;
    color: #FFF;
    font-size: 1.2rem;
    background-color: #837458;
}

.cs_meta_1 .post_ttl {
    font-size: 2.8rem;
    font-weight: 700;
}

@media (max-width: 767px) {
    .cs_meta_1 {
        margin-bottom: 40px;
        padding-bottom: 10px;
    }

    .cs_meta_1 .meta {
        margin-bottom: 10px;
    }

    .cs_meta_1 .meta>*+* {
        margin-left: 10px;
    }

    .cs_meta_1 .cat {
        font-size: 1.1rem;
    }

    .cs_meta_1 .post_ttl {
        font-size: 2.0rem;
    }
}

/* ---------------------------------------------------- */
/* cs_btn_wrap_1 */
/* ---------------------------------------------------- */
.cs_btn_wrap_1 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .cs_btn_wrap_1 {
        margin-left: -10px;
        margin-right: -10px;
    }

    .cs_btn_wrap_1 .cs_btn {
        margin: 0 10px 10px;
    }
}

@media (max-width: 767px) {

    .cs_btn_wrap_1 .cs_btn {
        margin: 0 0 10px;
    }
}

/* ---------------------------------------------------- */
/* cs_btn_1 */
/* ---------------------------------------------------- */
.cs_btn_1 {
    position: relative;
    display: block;
    max-width: 100%;
    color: #FFF;
    line-height: 1.4;
    text-align: center;
    text-decoration: none !important;
    background-color: #FFF;
    border: 2px solid #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.cs_btn_1::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: translateY(-50%) rotate(45deg);
    background-repeat: no-repeat;
    transition: 0.3s ease-in-out;
}

.cs_btn_1.cs_btn_arrow_none::after {
    display: none;
}

.cs_btn_1>div {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 40px 10px 40px;
}

.cs_btn_1.cs_btn_arrow_none>div {
    padding: 10px 20px 10px 20px;
}

.cs_btn_1>div>i {
    flex: none;
    display: block;
    margin-left: 0;
    margin-right: 15px;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.cs_btn_1>div>span+i {
    margin-left: 15px;
    margin-right: 0;
}

.cs_btn_1>div>span {
    flex: initial;
    width: auto;
}

@media (max-width: 767px) {
    .cs_btn_1::after {
        right: 15px;
    }

    .cs_btn_1>div {
        padding: 10px 30px 10px 30px;
    }

    .cs_btn_1.cs_btn_arrow_none>div {
        padding: 10px 30px 10px 30px;
    }

    .cs_btn_1>div>i {
        margin-right: 10px;
    }

    .cs_btn_1>div>span+i {
        margin-left: 10px;
    }

}

/* ---------------------------------------------------- */
/* cs_btn_si */
/* ---------------------------------------------------- */
.cs_btn_1.cs_btn_si_s {
    width: 320px;
    font-size: 1.8rem;
}

.cs_btn_1.cs_btn_si_s>div {
    min-height: 60px;
}

.cs_btn_1.cs_btn_si_l {
    width: 420px;
    font-size: 1.8rem;
}

.cs_btn_1.cs_btn_si_l>div {
    min-height: 80px;
}

@media (max-width: 767px) {
    .cs_btn_1.cs_btn_si_s {
        width: 80%;
        font-size: 1.4rem;
    }

    .cs_btn_1.cs_btn_si_s>div {
        min-height: 50px;
    }

    .cs_btn_1.cs_btn_si_l {
        width: 90%;
        font-size: 1.5rem;
    }

    .cs_btn_1.cs_btn_si_l>div {
        min-height: 60px;
    }
}

/* ---------------------------------------------------- */
/* cs_btn_co */
/* ---------------------------------------------------- */
.cs_btn_1.cs_btn_co_1 {
    color: #FFF;
    background-color: #9F2230;
    border-color: #9F2230;
}

.cs_btn_1.cs_btn_co_1::after {
    border-color: #FFF;
}

.cs_btn_1.cs_btn_co_2 {
    color: #FFF;
    background-color: #0B1831;
    border-color: #0B1831;
}

.cs_btn_1.cs_btn_co_2::after {
    border-color: #FFF;
}

/* ---------------------------------------------------- */
/* cs_btn_2 */
/* ---------------------------------------------------- */
.cs_btn_2 {
    position: relative;
    display: block;
    max-width: 100%;
    color: #000;
    line-height: 1.4;
    text-align: center;
    text-decoration: none !important;
    border: 1px solid #000;
    border-radius: 30px;
}

.cs_btn_2::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: translateY(-50%) rotate(45deg);
    background-repeat: no-repeat;
    transition: 0.3s ease-in-out;
}

.cs_btn_2>div {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 40px 10px 40px;
}

.cs_btn_2.cs_btn_arrow_none>div {
    padding: 10px 20px 10px 20px;
}

.cs_btn_2>div>i {
    flex: none;
    display: block;
    margin-left: 0;
    margin-right: 15px;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.cs_btn_2>div>span+i {
    margin-left: 15px;
    margin-right: 0;
}

.cs_btn_2>div>span {
    flex: initial;
    width: auto;
}

/* ---------------------------------------------------- */
/* cs_flex_2 */
/* ---------------------------------------------------- */
.cs_flex_2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cs_flex_2 .cs_flex_block {
    flex: none;
    width: calc(50% - 20px);
}

@media (max-width: 767px) {
    .cs_flex_2 .cs_flex_block {
        flex: none;
        width: 100%;
    }

    .cs_flex_2 .cs_flex_block+.cs_flex_block {
        margin-top: 30px;
    }

    .cs_flex_2 .cs_flex_block_sporder_1+.cs_flex_block {
        margin-top: 0;
    }

    .cs_flex_2 .cs_flex_block_sporder_1 {
        margin-top: 30px;
        order: 1;
    }
}

/* ---------------------------------------------------- */
/* cs_r_1 */
/* ---------------------------------------------------- */
.cs_r_1 {
    border-radius: 10px;
    overflow: hidden;
}

.cs_r_2 {
    border-radius: 20px;
    overflow: hidden;
}

/* ---------------------------------------------------- */
/* cs_post_wysiwyg */
/* ---------------------------------------------------- */
.cs_post_wysiwyg:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.cs_post_wysiwyg {
    display: block;
    line-height: 1.8;
    text-align: justify;
}

.cs_post_wysiwyg>*+* {
    margin-top: 40px;
}

@media (max-width: 767px) {
    .cs_post_wysiwyg>*+* {
        margin-top: 30px;
    }
}

/* ---------------------------------------------------- */
/* cs_post_wysiwyg p */
/* ---------------------------------------------------- */
.cs_post_wysiwyg p {
    text-align: justify;
    line-height: 1.8;
}


/* ---------------------------------------------------- */
/* 装飾 */
/* ---------------------------------------------------- */
.cs_post_wysiwyg strong {
    font-weight: 700 !important;
}

.cs_post_wysiwyg em {
    font-style: italic;
}

.cs_post_wysiwyg pre {
    font-size: 100%;
    white-space: pre-wrap;
    word-break: break-all;
}

.cs_post_wysiwyg blockquote {
    padding: 20px;
    background-color: #faf7f2;
}

.cs_post_wysiwyg hr {
    margin: 60px 0;
    border: 0;
    border-top: 1px solid #c1924d;
}

/* ---------------------------------------------------- */
/* H */
/* ---------------------------------------------------- */
.cs_post_wysiwyg *+h1,
.cs_post_wysiwyg *+h2,
.cs_post_wysiwyg *+h3 {
    margin-top: 40px;
}

.cs_post_wysiwyg *+h4,
.cs_post_wysiwyg *+h5,
.cs_post_wysiwyg *+h6 {
    margin-top: 30px;
}

.cs_post_wysiwyg h1,
.cs_post_wysiwyg h2 {
    margin-bottom: 40px;
}

.cs_post_wysiwyg h3,
.cs_post_wysiwyg h4,
.cs_post_wysiwyg h5,
.cs_post_wysiwyg h6 {
    margin-bottom: 30px;
}

.cs_post_wysiwyg h1,
.cs_post_wysiwyg h2,
.cs_post_wysiwyg h3,
.cs_post_wysiwyg h4,
.cs_post_wysiwyg h5,
.cs_post_wysiwyg h6,
.cs_h_1,
.cs_h_2,
.cs_h_3,
.cs_h_4,
.cs_h_5,
.cs_h_6 {
    line-height: 1.4;
    letter-spacing: 0.05em;
}

.cs_post_wysiwyg h1,
.cs_h_1,
.cs_post_wysiwyg h2,
.cs_h_2 {
    position: relative;
    font-size: 3.2rem;
    font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 5.4rem;
    font-weight: 500;
    text-align: center;
}

.cs_post_wysiwyg h1>span,
.cs_h_1>span,
.cs_post_wysiwyg h2>span,
.cs_h_2>span {
    display: block;
    margin-top: 5px;
    font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;

}

.cs_post_wysiwyg h3,
.cs_h_3 {
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    max-width: max-content;
    font-size: 2.4rem;
    border-bottom: 1px solid #000;
}

.cs_post_wysiwyg h4,
.cs_h_4 {
    color: #BF8016;
    font-size: 2.0rem;
    font-weight: 700;
}

.cs_post_wysiwyg h5,
.cs_h_5 {
    color: #BF8016;
    font-size: 1.8rem;
    font-weight: 700;
}

.cs_post_wysiwyg h6,
.cs_h_6 {
    color: #BF8016;
    font-size: 1.6rem;
    font-weight: 700;
}

@media (max-width: 767px) {

    .cs_post_wysiwyg *+h1,
    .cs_post_wysiwyg *+h2,
    .cs_post_wysiwyg *+h3 {
        margin-top: 30px;
    }

    .cs_post_wysiwyg *+h4,
    .cs_post_wysiwyg *+h5,
    .cs_post_wysiwyg *+h6 {
        margin-top: 20px;
    }

    .cs_post_wysiwyg h1,
    .cs_post_wysiwyg h2 {
        margin-bottom: 30px;
    }

    .cs_post_wysiwyg h3,
    .cs_post_wysiwyg h4,
    .cs_post_wysiwyg h5,
    .cs_post_wysiwyg h6 {
        margin-bottom: 20px;
    }

    .cs_post_wysiwyg h1,
    .cs_post_wysiwyg h2,
    .cs_post_wysiwyg h3,
    .cs_post_wysiwyg h4,
    .cs_post_wysiwyg h5,
    .cs_post_wysiwyg h6,
    .cs_h_1,
    .cs_h_2,
    .cs_h_3,
    .cs_h_4,
    .cs_h_5,
    .cs_h_6 {
        line-height: 1.6;
        letter-spacing: 0.05em;
    }

    .cs_post_wysiwyg h1,
    .cs_h_1,
    .cs_post_wysiwyg h2,
    .cs_h_2 {
        font-size: 2.0rem;
    }

    .cs_post_wysiwyg h1>span,
    .cs_h_1>span,
    .cs_post_wysiwyg h2>span,
    .cs_h_2>span {
        font-size: 1.2rem;
    }

    .cs_post_wysiwyg h3,
    .cs_h_3 {
        padding-bottom: 5px;
        font-size: 1.8rem;
    }

    .cs_post_wysiwyg h4,
    .cs_h_4 {
        font-size: 1.7rem;
    }

    .cs_post_wysiwyg h5,
    .cs_h_5 {
        font-size: 1.6rem;
    }

    .cs_post_wysiwyg h6,
    .cs_h_6 {
        font-size: 1.4rem;
    }
}

/* ---------------------------------------------------- */
/* IMG YT */
/* ---------------------------------------------------- */
.cs_post_wysiwyg img {
    width: auto;
    max-width: 100% !important;
    height: auto !important;
}

.cs_post_wysiwyg .wp-caption {
    max-width: 100% !important;
}

.cs_post_wysiwyg .wp-caption-text {
    margin-top: 10px;
    font-size: 1.1rem;
}

.cs_post_wysiwyg .alignright .wp-caption-text {
    text-align: right;
}

.cs_post_wysiwyg .alignleft .wp-caption-text {
    text-align: left;
}

.cs_post_wysiwyg .aligncenter .wp-caption-text {
    text-align: center;
}

.cs_post_wysiwyg .yt_wrap {
    position: relative;
    padding-top: 56.25%;
    width: 100%;
}

.cs_post_wysiwyg .yt_wrap iframe,
.cs_post_wysiwyg .yt_wrap object,
.cs_post_wysiwyg .yt_wrap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

@media (max-width: 767px) {
    .cs_post_wysiwyg .cs_full_1 {
        margin-left: -15px;
        margin-right: -15pc;
        width: 100vw;
        max-width: 100vw !important;
    }
}

/* ---------------------------------------------------- */
/* OL */
/* ---------------------------------------------------- */
.cs_post_wysiwyg ol,
.cs_ol_1 {
    padding: 0;
    list-style: none;
    counter-reset: ol_li;
}

.cs_post_wysiwyg ol li,
.cs_ol_1 li {
    position: relative;
    padding-left: 35px;
}

.cs_post_wysiwyg ol li+li,
.cs_ol_1 li+li {
    margin-top: 15px;
}

.cs_post_wysiwyg ol li:before,
.cs_ol_1 li:before {
    counter-increment: ol_li;
    content: counter(ol_li);
    position: absolute;
    left: -5px;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #FFF;
    line-height: 1;
    text-align: center;
    background-color: #0B1831;
}

@media (max-width: 767px) {}

/* ---------------------------------------------------- */
/* UL */
/* ---------------------------------------------------- */
.cs_post_wysiwyg ul,
.cs_ul_1 {
    padding: 0;
    list-style: none;
}

.cs_post_wysiwyg ul li,
.cs_ul_1 li {
    position: relative;
    padding-left: 35px;
}

.cs_post_wysiwyg ul li+li,
.cs_ul_1 li+li {
    margin-top: 15px;
}

.cs_post_wysiwyg ul li:before,
.cs_ul_1 li:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 11px;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #0B1831;
    background-size: 60% auto;
    background-position: center;
    background-repeat: no-repeat;
}

.cs_ul_orange li:before {
    background-color: #FFB215 !important;
}

.cs_ul_blue li:before {
    background-color: #0079DB !important;
}

.cs_ul_checkbox li::before {
    left: -5px !important;
    top: 0 !important;
    width: 28px !important;
    height: 28px !important;
    border-radius: 0 !important;
    background-image: url(../img/ico/ul_1.svg);
    background-color: #0B1831 !important;
}

@media (max-width: 767px) {}

/* ---------------------------------------------------- */
/* DL */
/* ---------------------------------------------------- */
.cs_post_wysiwyg dl,
.cs_dl_1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.cs_post_wysiwyg dl dt,
.cs_dl_1 dt {
    flex: none;
    margin-bottom: 10px;
    padding: 1px 5px;
    width: 130px;
    color: #FFF;
    text-align: center;
    background-color: #928164;
}

.cs_post_wysiwyg dl dt:last-of-type,
.cs_dl_1 dt:last-of-type {
    margin-bottom: 0;
}

.cs_post_wysiwyg dl dd,
.cs_dl_1 dd {
    flex: auto;
    margin-bottom: 10px;
    padding: 1px 0 1px 40px;
    width: calc(100% - 130px);
}

.cs_post_wysiwyg dl dd:last-of-type,
.cs_dl_1 dd:last-of-type {
    margin-bottom: 0;
}

@media (max-width: 767px) {

    .cs_post_wysiwyg dl dt,
    .cs_dl_1 dt {
        width: 80px;
    }

    .cs_post_wysiwyg dl dt:last-of-type,
    .cs_dl_1 dt:last-of-type {
        margin-bottom: 0;
    }

    .cs_post_wysiwyg dl dd,
    .cs_dl_1 dd {
        padding: 2px 0 2px 20px;
        width: calc(100% - 80px);
    }
}

/* ---------------------------------------------------- */
/* cs_widget_sub_1 */
/* ---------------------------------------------------- */
.cs_widget_sub_1 .ttl_1 {
    padding-bottom: 5px;
    color: #BF8016;
    font-size: 1.8rem;
    font-weight: 700;
    border-bottom: 1px solid #949494;
}

.cs_widget_sub_1 *+.ttl_1 {
    margin-top: 70px;
}

.cs_widget_sub_1 .list_post_1 li {
    border-bottom: 1px solid #949494;
}

.cs_widget_sub_1 .list_post_1 .meta {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    line-height: 1;
}

.cs_widget_sub_1 .list_post_1 .meta>*+* {
    margin-left: 10px;
}


.cs_widget_sub_1 .list_post_1 .meta .date {
    color: #646464;
    font-weight: 700;
}

.cs_widget_sub_1 .list_post_1 .meta .cat {
    display: none;
    padding: 5px 10px;
    color: #FFF;
    font-size: 1.2rem;
    background-color: #837458;
}

.cs_widget_sub_1 .list_post_1 a {
    position: relative;
    display: block;
    padding: 20px 0;
    color: #000;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

.cs_widget_sub_1 .list_post_1 a:hover {
    opacity: 0.6;
}

@media (max-width: 767px) {
    .cs_widget_sub_1 *+.ttl_1 {
        margin-top: 40px;
    }

    .cs_widget_sub_1 .list_post_1 a {
        padding: 10px 0;
    }

    .cs_widget_sub_1 .list_post_1 .meta .cat {
        font-size: 1.1rem;
    }
}

/* ---------------------------------------------------- */
/* cs_ttl_1 */
/* ---------------------------------------------------- */
.cs_ttl_1 {
    line-height: 1.3;
    text-align: center;
}

.cs_ttl_1 .en {
    display: block;
    font-size: 6.4rem;
    color: #0B1831;
    text-transform: capitalize;
}

.cs_ttl_1 .en::first-letter {
    color: #BF8016;
}

.cs_ttl_1 .ja {
    display: block;
    margin-top: 5px;
    font-size: 1.8rem;
    font-weight: 700;
}

@media (max-width: 767px) {
    .cs_ttl_1 .en {
        font-size: 4.0rem;
    }

    .cs_ttl_1 .ja {
        font-size: 1.2rem;
    }
}

/* ---------------------------------------------------- */
/* cs_businessday_1 */
/* ---------------------------------------------------- */
.cs_businessday_1 table {
    width: 100%;
}

.cs_businessday_1 tr:nth-of-type(1) th,
.cs_businessday_1 tr:nth-of-type(1) td {
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
}

.cs_businessday_1 th,
.cs_businessday_1 td {
    padding-top: 10px;
    width: 10%;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
}

  /* ====== 診療時間（表） ====== */
    .cs_businessday_1 {
      margin-top: 18px;
    }

    .cs_businessday_1 table {
      width: 100%;
      border-collapse: collapse;
      background: #fff;
      border-radius: var(--radius-md);
      overflow: hidden; /* 角丸を効かせる */
      box-shadow: 0 2px 8px rgba(0,0,0,.04);
    }

    /* 「診療時間」ヘッダのセルだけスタイル */

    .cs_businessday_1 th.ttl {
      font-weight: 700;
      font-size: 20px;        /* 見出しより少し小さめ */
      text-align: center;
      background: #fff;
      padding: 12px 6px;
      border-bottom: 1px solid var(--line);
      white-space: nowrap;
    }

    /* 曜日ヘッダ */
    .cs_businessday_1 th {
      font-weight: 600;
      font-size: 16px;
      text-align: center;
      padding: 10px 6px;
      border-bottom: 1px solid var(--line);
      background: #fff;
    }

    /* 時間帯の左端セル */
    .cs_businessday_1 td.ttl {
      color: #1f2a44;
      font-weight: 600;
      font-size: 14px;
      text-align: center;
      padding: 12px 6px;
      border-bottom: 1px solid var(--line);
      background: #fff;
      white-space: nowrap;
    }

    /* 通常セル */
    .cs_businessday_1 td {
      text-align: center;
      font-size: 15px;
      padding: 12px 4px;
      border-bottom: 1px solid var(--line);
      background: #fff;
    }

    /* 注記 */
    .cs_businessday_1 .note_1 {
      text-align: center;
      color: var(--muted);
      font-size: 13px;
      margin-top: 10px;
      line-height: 1.6;
    }
    /*

.cs_businessday_1 .ttl {
    width: auto;
    text-align: center;
}

.cs_businessday_1 .note_1 {
    margin-top: 15px;
    color: #646464;
    font-size: 1.4rem;
}

@media (max-width: 767px) {
    .cs_businessday_1 {
        font-size: 1.2rem;
    }

    .cs_businessday_1 .note_1 {
        margin-top: 10px;
        font-size: 1.1rem;
    }
}

.cs_ttl_1.ttl_1 {
position: relative;
display: inline-block;
padding-bottom: 5px;
margin-bottom: 15px;
}

.cs_ttl_1.ttl_1::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 40px; /* 線の長さは調整可 */
height: 2px; /* 線の太さ */
background-color: #8B4513; /* 線の色を自由に設定 */
}

/* ==== 診療科目（左ラベル｜縦線｜右本文） ==== */
.dept_row{
display:flex;
align-items:flex-start;
background:#f6f7f9; /* セクション内の薄グレー */
border-radius:12px;
padding:16px;
margin:10px 0 18px;
}
.dept_label{
flex:0 0 88px; /* ラベル幅（調整可）*/
font-weight:700;
font-size:16px;
color:#111;
line-height:1.6;
padding-right:12px;
position:relative;
}
.dept_label:after{
content:"";
position:absolute;
top:0;
right:0;
width:1px;
height:100%;
background:#222; /* 縦線 */
opacity:.7;
}
.dept_body{
flex:1;
padding-left:12px;
font-size:16px;
color:#111;
line-height:2.0; /* 行間をゆったり */
}
.dept_body p{ margin:0; }

/* ==== 住所 ==== */
.clinic_addr{
margin:6px 0 14px;
font-size:15px;
line-height:1.9;
}

/* ==== アクセス（バッジ風見出し） ==== */
.access_1{
background:#f6f7f9;
border-radius:12px;
padding:14px 12px;
}
.access_1 dt{
display:inline-block;
min-width:3.2em;
text-align:center;
margin:0 8px 8px 0;
padding:6px 10px;
background:#b49a7a; /* バッジ色（画像2に近いブラウン）*/
color:#fff;
border-radius:6px;
font-weight:700;
font-size:13px;
letter-spacing:.08em;
}
/* 経歴の各行に区切り線 */


.access_1 dd{
display:block;
margin:0 0 12px 0;
font-size:15px;
line-height:1.9;
border-bottom:1px solid #d9d9d9;
padding:10px 0;
}

.access_1 dd:last-child{
border-bottom:none;
}

.access_1 dd span{
display:inline-block;
margin-top:6px;
color:#888;
font-size:12px;
}

/* ==== 電話ボタン（太めの縁取りの長方形） ==== */
.tel_btn{
display:block;
width:100%;
text-align:center;
margin-top:12px;
padding:14px 12px;
font-size:20px;
font-weight:700;
color:#333;
text-decoration:none;
border:1.5px solid #333;
border-radius:8px;
background:#fff;
}

/* 横スクロール封じ（全体） */
html, body { overflow-x: hidden; }

/* フッター起点のはみ出し対策 */
footer, .footer_inner, .copyright, .body_wrap {
max-width: 100% !important;
width: 100% !important; /* 100vw を使っていたら上書き */
box-sizing: border-box;
overflow: hidden; /* 内側で1～2pxはみ出しても切る */
}

/* フッター内の画像・SVG・iframe を収める */
footer img, footer svg, footer iframe {
max-width: 100%;
height: auto;
display: block;
}

/* もし footer_inner に左右paddingがあり子要素が width:100% だと合計で100%超に→ OK なように */
.footer_inner { padding-left: 16px; padding-right: 16px; } /* 値は任意 */

/* 100vw が原因になりがちなので、使っていたら上書き */
footer, .footer_inner, .copyright {
width: 100% !important; /* 100vw指定の上書き */
}

.fix-menu { 
	display: none;
	position: fixed;
	bottom: 0;
	background-color: white;
	width: 100%;
}

@media screen and (max-width: 768px) { 
	.fixed-footer { 
		position: fixed; 
		bottom: 0; 
		left: 0; 
		width: 100%; 
		display: flex; 
		justify-content: space-between; 
		background-color: #fff; 
		z-index: 9999; 
		border-top: 1px solid #ccc;
	} 
	
	.fixed-footer a {
		flex: 1; 
		text-align: center;
	}
	
	.fixed-footer img { 
		width: 100%; 
		height: auto; 
		display: block;
	} 
	
.btn{display:inline-block;padding:10px 14px;border-radius:10px;border:1px solid #ddd;background:#fff}
.btn.primary{background:#0EB354 ;color:#fff;border-color:#0EB354}
.btn.primary1{background:#090550;color:#fff;border-color:#090550}
.btn-row {
display: flex;
gap: 8px;
margin-top: 8px;
justify-content: center; /* 中央寄せ*/
}

.map-wrap{margin-top:10px}
.map-placeholder{height:220px;border:2px dashed #ccc;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#777;font-size:14px}