.p-concept.block-cus01>div {
    margin-left: 0;
    margin-right: calc((100vw - 108rem)/2);
}

.c-grid__u_md_4 .note,.c-grid__u_md_4 .note02 {
    line-height: 1.6;
    color: #333;
    min-height: 54px;
}
.c-grid__u_md_4 .note02 {
    min-height: 80px;
}
.c-grid__u_md_4 .note span {
    background: url(https://www.cat-sleep.jp/wp-content/themes/cat-sleep.jp/images/icon_poly.svg) no-repeat left top 7px / 11px;
    padding-left: 15px;
    margin-bottom: 3px;
    display: inline-block;
    letter-spacing: 0.05em;
}

.c-grid__u_md_4 .btn_link {
    border-radius: 1rem;
    background: var(--primary-color);
    height: 50px;
    width: 200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.c-grid__u_md_4 .btn_link a {
    display: block;
    width: 100%;
    line-height: 50px;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.c-grid__u_md_4 .btn_link:hover {
    opacity: 0.8;
}

.txt_tel {}

.txt_tel a {
    font-size: 26px;
    letter-spacing: 0.05em;
}

.txt_tel a span {
    font-size: 20px;
}

.block-cus01 .wp-block-button {
    margin: 0 0 0 auto !important;
}

.p-top-group .c-grid .link {
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
}

.p-top-group .c-grid .link a.map {
    background: url(https://www.cat-sleep.jp/wp-content/themes/cat-sleep.jp/images/icon_map.svg) no-repeat left top 5px / 12px;
    display: inline-block;
    letter-spacing: 0em;
    padding-left: 16px;
    color: #333;
}

.p-top-group .c-grid .link a.txt_link {
    color: var(--primary-color);
    text-align: right;
    display: block;
    transition: opacity .3s ease-in-out;
    font-family: Cardo, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "HG明朝E", "ＭＳ Ｐ明朝", MS PMincho, "MS 明朝", serif;
    margin-left: auto;
}

.p-top-group .c-grid .link a.txt_link:after {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    content: '\f054';
    margin-left: 10px;
    margin-left: 1rem;
    font-size: .8em
}

.p-top-group .c-grid .link a:hover {
    opacity: 0.5;
    text-decoration: none;
}

.p-gnav__content .c-btn a.btn1 {
    background-color: #614b41;
    border: 1px solid #614b41;
    transition: all ease .4s;
}

.p-gnav__content .c-btn a.btn2 {
    background-color: var(--primary-color);
    transition: all ease .4s;
}

.p-gnav__content .c-btn a.btn3 {
    border: 1px solid #d5710e;
    transition: all ease .4s;
}

.p-gnav__content .c-btn a.btn1:hover {
    background-color: #fff;
    color: #614b41;
}

.p-gnav__content .c-btn a.btn1:hover::before {
    border-color: #614b41;
}

.p-gnav__content .c-btn a.btn2:hover {
    background-color: #fff;
    color: var(--primary-color);
}

.p-gnav__content .c-btn a.btn2:hover span {
    background-color: var(--primary-color);
    color: #fff;
}

.p-gnav__content .c-btn a.btn2:hover::before {
    border-color: var(--primary-color);
}

.p-gnav__content .c-btn a.btn3:hover {
    background-color: #fff;
    color: #d5710e;
}

.p-gnav__content .c-btn a.btn3:hover::before {
    border-color: #d5710e;
}



@media print, only screen and (max-height: 890px) and (min-width: 1081px) {
    .p-gnav.is-open .p-gnav__inner {
        height: 100vh;
        overflow-y: auto !important;
        padding-inline: 0;
        padding: 4rem 4.8rem;
    }
}

@media print, only screen and (max-width:768px) {
    .p-concept.block-cus01>div {
        margin: 0;
        width: 100%;
    }

    .block-cus01 .wp-block-group {
        padding: 0 2.4rem 2.4rem;
        padding-inline: 2.4rem;
        margin-top: -4.8rem;
    }

    .c-grid__u_md_4 .note,.c-grid__u_md_4 .note02 {
        min-height: inherit;
    }

    .block-cus01 .wp-block-button {
        margin: 0 auto !important;
    }
 .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image .wp-image-6789,.wp-block-image img {
    width: 100% !important;
    max-width: 357px !important;
}
}

.js-first-open > .wp-block-group__inner-container {
    counter-reset: item;
}
.js-first-open > .wp-block-group__inner-container .p-faq {
    counter-increment: item;
}
.js-first-open > .wp-block-group__inner-container .p-faq .c-accordion__head::before {
    content: "Q"counter(item) ". ";
    margin-right: 5px;
}