@charset "UTF-8";

/*
    Template: data
    Theme Name: suidou-life
*/

/* ヘッダーのロゴ */
.header_logo {
    width: 15%;
    margin: 0;
}

.header_btn {
    width: 37%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    ;
}

.line_btn {
    padding-left: 15px;
}

.line_btn {}

a[href*="tel:"] {
    pointer-events: none;
}


.header_cta {
    width: 25%;
    float: right;
}


.header_logo img {
    width: 100%;
}
.l-header , #fix_header{
    padding: 0.5rem 1rem;
}
.l-header  .l-header__inner{
    max-width: 1140px;
    padding: 0;
}
.l-header  .l-header__inner .l-header__logo , .l-fixHeader__logo{
    padding: 0;
}
#gnav .c-gnav , .l-fixHeader .c-gnav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0;
    font-size: 14px;
    padding: 1rem 0 0.5rem 0;
}
#gnav .c-gnav li , .l-fixHeader .c-gnav li{
    padding: 0 1rem;
    border-right: #a2a2a2 1px solid;
}
#gnav .c-gnav li:first-child , .l-fixHeader .c-gnav li:first-child{
    border-left: #a2a2a2 1px solid;
}
#gnav .c-gnav li .ttl , .l-fixHeader .c-gnav li .ttl{
    line-height: 1.6;
}
.l-fixHeader__inner{
    align-items: center;
}
#fix_header .l-fixHeader__gnav{
    width: 30%;
}
#fix_header .l-fixHeader__gnav .header_btn{
    width: 100%;
}
.l-fixHeader .c-gnav{
    padding: 0.5rem 0 0;
}
.l-header__customBtn{
    display: none;
}
.p-spMenu__inner::before{
    background: rgb(0 56 140 / 90%);
}
.c-iconBtn{
    color: #00388c;
}
.-right .p-spMenu__closeBtn{
    top: 0.5rem;
    right: 1rem;
}
.icon-close-thin{
    color: #fff;
}
.c-widget__title.-spmenu{
    background: none;
}
.p-spMenu__inner .c-listMenu a{
    color: #fff;
    font-size: 1rem;
    padding: 1rem 2rem;
}


@media not all and (min-width: 960px) {
.l-header[data-spfix="1"]{
        background-color: rgb(255 255 255 / 95%);
}
}
@media all and (min-width: 960px) {
#gnav{
        display: flex;
        justify-content: center;
        align-items: center;
}
}

.sp_br{
    display: none;
}
@media only screen and (max-width: 768px) {
    .sp_br {
        display: block;
    }
}


/*-------------------------------------
CTA
-------------------------------------*/
.article_cta {
    padding: 50px 50px 75px 50px;
    background-color: #00388c;
    background-image: url("https://suidou-life.com/blog/wp-content/themes/suido_life/images/main/cta_bg.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    height: auto;
}

.area_cta {
    background: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 30px 20px;
    filter: drop-shadow(0 0 20px rgba(87, 87, 87, 0.1));
}

.area_cta_inr {
    padding-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 70%;
    margin: 0 auto;
    gap: 20px;
}

.area_cta__title {
    width: 70%;
    margin: 0 auto;
}

.fixed_cta {
    display: none;
}

.contact_btn_area {
    justify-content: center;
}

.contact_btn {
    width: 50%;
}

.area_cta_3points {
    display: flex;
    gap: 5px;
    align-items: stretch;
    padding: 5px 0;
}

.area_cta_3points p {
    color: #00388c;
    font-size: 0.7rem;
    flex: 1;
    border: 1.5px solid #00388c;
    padding: 5px 20px !important;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.area_cta_bold {
    font-weight: bold;
    font-size: 1rem;
}


@media only screen and (max-width : 768px) {
    .header_btn {
        display: none;
    }
    .article_cta {
        padding: 1rem;
        background-image: none;
    }

    .area_cta {
        padding: 10px 20px;
    }

    .area_cta_inr {
        display: block;
        width: 100%;
    }

    .area_cta__title {
        width: 100%;
    }

    .contact_btn {
        width: 100%;
        padding: 0 0 10px 0;
    }

    .fixed_cta {
        display: flex;
        width: 100%;
        position: fixed;
        bottom: 0px;
        left: 0px;
        z-index: 1000;
        margin: 0 auto;
        overflow: hidden;
        background: #fff;
        padding: 10px 10px;

    }
}