@charset "UTF-8";

/* つなぐ訪問看護自分用 */

@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap');

.pc_none {
    display: none;
}
.sp_none {
    display: block;
}
a {
    text-decoration: none;
}
a:hover {
    opacity: 0.7;
}
@media screen and (max-width:640px) {
    .pc_none {
        display: block;
    }
    .sp_none {
        display: none;
    }
    .introduction p {
        text-align: left;
    }
}

/* **************************************************ホーム*********************************************** */

/* ヘッダーのオーバーレイでタイトルが沈むのを回避 */
.l-body:not(.home) .l-contents {
    margin-top: 13%;
    }
@media screen and (max-width:640px) {
    .l-body:not(.home) .l-contents {
        margin-top: 0;
    }
}

/* * */
h1 {
    font-family: 'Zen Maru Gothic', sans-serif;
}
h2 {
    font-family: 'Zen Maru Gothic', sans-serif;
}
h2.wp-block-heading.has-text-align-center.is-style-plain {
    margin-top: 1rem;
}
/* h2下 */
.smb-section__lede-wrapper {
    margin-top: 0px !important;
    color: #EF7B90;
}

@media screen and (max-width:640px) {
    h2.smb-section__title {
        font-size: 25px;
    }
}

/* logo */
.c-site-branding__title .custom-logo {
    width: 40%;
}
@media screen and (max-width:640px) {
    .c-site-branding__title .custom-logo {
        width: 75%;
    }
}

/* logo右のヘッダーボタン */
li {
    list-style: none;
}
.tel__top ul {
    padding: 0px 5px;
}
.tel__top {
    display: flex;
    align-items: baseline;
    background: #EF7B90;
    color: #fff;
    padding: 10px 18px;
    border-radius: 10px;
}
ul.tel {
    font-size: 12px;
    text-align: center;
    line-height: 1.5;
}
li.number {
    font-size: 30px;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: bold;
}
li.number a {
    color: #fff;
    text-decoration: none;
}
ul.mali_icon {
    font-size: 12px;
    text-align: center;
    background: #fff;
    padding: 20px 10px;
    border-radius: 10px;
    border: 1px solid #CDCDCD;
    margin-left: 15px;
    color: #88D066;
    font-weight: bold;
}
.header__btn {
    display: flex;
}


/* nav */
ul#menu-menu-1 {
    width: 80%;
    margin: 0 auto;
}
span {
    font-size: 17px;
}

/* MV */
img.wp-image-654 {
    margin: 10% 0 0 auto;
    width: 90%;
    position: relative;
    border-radius: 40px;
}

/* MV上 */
img.wp-image-33 {
    position: absolute;
    z-index: 1;
    bottom: 9rem;
    left: 0;
}

@media screen and (max-width:1024px) {
    img.wp-image-654 {
        margin: 5% 0 0 3%;
        width: 100%;
        position: relative;
        border-radius: 20px;
    }

    img.wp-image-33 {
        bottom: 4rem;
        width: 43%;
    }
}

@media screen and (max-width:640px) {
    img.wp-image-33 {
        position: absolute;
        z-index: 1;
        bottom: 3rem;
        left: -1rem;
        width: 95%;
    }

    img.wp-image-621 {
        position: relative;
        margin: 0 0 0 5%;
        border-radius: 20px;
    }
}

/* 最初の言葉 */
@media screen and (max-width:640px) {
    .wp-block-snow-monkey-blocks-section-with-bgimage.alignfull.smb-section.smb-section-with-bgimage.smb-section--fit.introduction {
        padding-top: 3%;
    }
}


/* サービス紹介 */
.smb-panels__item.smb-panels__item--free {
    border-radius: 5%;
}
h2.smb-section__title {
    position: relative;
}
figure.wp-block-image.size-large.service_icon1 {
    position: absolute;
    z-index: 2;
    top: -2vh;
    left: 21vw;
}
figure.wp-block-image.size-large.service_icon2 {
    position: absolute;
    z-index: 3;
    top: -5vh;
    right: 21vw;
}
@media screen and (max-width:640px) {
    figure.wp-block-image.size-large.service_icon2 {
        position: absolute;
        z-index: 3;
        top: -5vh;
        right: 0;
        width: 25%;
    }
    figure.wp-block-image.size-large.service_icon1 {
        position: absolute;
        z-index: 2;
        top: -1vh;
        left: 2vw;
        width: 25%;
    }
    /* img.wp-image-216 {
        width: 80%;
    }
    img.wp-image-217 {
        width: 80%;
    } */
}

/* 動画 */
@media screen and (max-width:640px) {
    figure.wp-block-video {
        padding: 0 !important;
    }
    
}


/* お問い合わせ */
.contact__number {
    display: flex;
    align-items: center;
    justify-content: center;
}
p.has-text-align-center.number {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 50px;
    font-weight: bold;
    padding-left: 15px;
}
p.has-text-align-center.number a {
    color: #333;
    text-decoration: none;
}
.contact__number img {
    width: 50px;
}
hr.wp-block-separator.has-alpha-channel-opacity.is-style-default {
    width: 65%;
    color: #707070;
}
.wp-block-snow-monkey-blocks-container.smb-container.c-container.service_flow {
    padding: 0px;
}

@media screen and (max-width:640px) {
    p.has-text-align-center.number {
        font-size: 35px;
        font-weight: bold;
        padding-left: 10px;
    }
    .contact__number img {
        width: 32px;
    }
    hr.wp-block-separator.has-alpha-channel-opacity.is-style-default {
        width: 95%;
    }
}


/* フッター */
.l-footer-widget-area {
    background: #F098A8;
    color: #fff;
}

/* **************************************************ホームここまで*********************************************** */




/* ここから下層ページ */
/* *********************************固定ページタイトル調整********************************* */
header.c-entry__header {
    background: url("https://tsunagu-naco.dcruz-web.com/wp-content/uploads/2023/08/8a5caf6039b755d780146c12b1fcb541.jpg") center no-repeat;
    background-size: cover; 
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding: 10%;
    max-width: 100vw;
}
.c-container, .c-fluid-container {
    max-width: 100%;
}
h1.c-entry__title {
    text-align: right;
}
header.c-entry__header {
    margin-bottom: 0px;
}
@media screen and (max-width:640px) {
    .l-contents__inner:first-child {
        padding-top: 0;
    }
    h1.c-entry__title {
        margin-top: 15%;
        font-size: 24px;
    }
}



/* ******************************************固定ページ********************************************* */

/************************ サービス内容ページ*********************** */
dl {
    background: #fff;
    border: 1px solid #EF7B90;
    padding: 5% 5%;
    border-radius: 15px;
}
dt {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 25px;
    margin-bottom: 5px;
}
dl.service_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.service_img {
    width: 18%;
}

@media screen and (max-width:640px) {
    .service_img {
        width: 50%;
        margin: 0 auto;
    }
    dl.service_box {
        display: block;
        margin-top: 0;
        margin-bottom: 25px;
    }
}

/* ご利用までの流れ */
.smb-step__item__number {
    background: #F098A8;
}

/* ご利用料金について */
td.td_title {
    background: #F8E8EE;
}
td.has-text-align-center {
    border-color: #707070 !important;
}
h2.wp-block-heading.price_ex {
    background: #EFF9EA;
    border-left: #6CB948;
}

@media screen and (max-width:640px) {
    .service_title {
        font-size: 19px;
    }
}

/******************** 7つの特徴 ********************/
dt {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 25px;
    margin-bottom: 5px;
    
}
dt span {
    font-size: 30px;
    background: #6CB948;
    font-weight: bold;
    margin-right: 2%;
    padding: 0 6px 2px 6px;
    color: #fff;
}
dl.features_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border: 1px solid #6CB948;
    padding: 5% 5%;
    border-radius: 15px;
}
.features_img {
    width: 18%;
    margin-left: 3%;
}
@media screen and (max-width:640px) {
    dl.features_box {
        display: block;
    }
    .features_img {
        width: 50%;
        margin: 0 auto;
    }
    dt {
        font-family: 'Zen Maru Gothic', sans-serif;
        font-size: 22px;
        margin-bottom: 5px;
    }
    dt span {
        font-size: 25px;
    }
}



/* **************************私たちについて********************* */
/* 事業所概要 */
td.green {
    background: #EFF9EA;
}
.wp-block-table td, .wp-block-table th {
    border: 1px solid #707070 !important;
}

@media screen and (max-width:640px) {
    h3.wp-block-heading.is-style-plain {
        font-size: 20px;
    }
    figure.wp-block-table {
        max-width: 98vw;
    }
}


/*************************** よくある質問*********************** */
.wp-block-snow-monkey-blocks-container.smb-container.c-container.faq_box {
    background: #fff;
    border-radius: 20px;
    max-width: 70%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.smb-faq__item__question__label {
    color: #6CB948;
}

/* **********************お問い合わせ******************** */
.form {
    border: 1px solid #dcdcdc;
    border-radius: 20px;
}

@media screen and (max-width:640px) {
    input.wpcf7-form-control.wpcf7-captchar {
        width: 80%;
    }
}

/**************************spフッター固定ボタン*********************** */
@media screen and (max-width:640px) {
    nav#footer-sticky-nav a {
        font-size: 15px !important;
        padding: 12px 0 !important;
    }
    li#menu-item-616 {
        background: #EF7B90;
        color: #fff;
    }
    li#menu-item-617 {
        color: #88D066;
    }

}