@charset "utf-8";
/*
Template: jstork19
Theme Name: binalabo-column_childcustom
Theme URI: https://open-cage.com/stork19/
Author: libelle
Author URI: https://libelle-kyogakudo.com/
Description:
Version: 3.15.3
License: GNU General Public License
License URI: licence.txt
*/






















































/************************************
** 共通
************************************/

#footer {
    background: #34414e;
}


/************************************
** header 
************************************/

.inner-header {
    justify-content: space-around;
}

.site__logo {
    margin-right: 0;
}

.ul__g_nav>.menu-item {
    font-size: 100%;
}

.tel-wrap {
    margin-right: 11px;
    margin-left: 14px;
}

.tel-wrap a {
    pointer-events: none;
    text-align: center;
    background: #c0506b;
    display: block;
    width: 240px;
    height: 60px;
    border-radius: 8px;
    padding-top: 10px;
    color: #fff;
}

.tel-wrap a .number {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.06em;
    padding-left: 0px;
    display: block;
}

.tel-wrap a .time {
    font-size: 12px;
    margin-top: 5px;
    line-height: 1;
    letter-spacing: 0.06em;
    display: block;
}

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


/************************************
** 関連記事
************************************/

#related-box .h_ttl::after {
    content: '';
}

#related-box ul li {
    width: 33%;
}

#related-box ul li:nth-child(4) {
    display: none;
}

@media screen and (max-width:767px) {
    #related-box ul li {
        width: 50%;
    }

    #related-box ul li:nth-child(4) {
        display: block;
    }
}

/************************************
** popular tags
************************************/
#single_popular_tags ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

#single_popular_tags a {
    padding: 0.1em 0.6em;
    margin: 0 0.2em 0.3em 0;
    display: inline-block;
    font-size: 12px !important;
    text-decoration: none;
    border-radius: 3px;
    color: inherit;
    box-shadow: 0 0 1px;
    opacity: 0.8;
}

#single_popular_tags a::before {
    font-family: var(--stk-font-awesome-free, "Font Awesome 5 Free");
    font-weight: 900;
    content: "\f02b";
    margin-right: 3px;
}

#single_popular_tags a:hover {
    color: var(--main-link-color-hover);
    transform: translateY(-1px);
    opacity: 0.7;
    box-shadow: 0 0 5px;
}

/************************************
** #footer-contact-wrap
************************************/
#footer-contact-wrap {
    background: url(https://w-c.co.jp/column/wp-content/uploads/2022/10/footer-01.jpg) no-repeat center / cover;
    padding-top: 50px;
    padding-bottom: 53px;
}

.contact-wrap-inner {
    width: 100%;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}

.footer-contact-wrap h2 {
    color: #000;
    text-align: center;
    font-size: 25px;
    line-height: 1.4em;
    letter-spacing: 0.06em;
    font-weight: 700;
    font-family: "游ゴシック", YuGothic, "Noto Sans JP", sans-serif;
    position: relative;
    padding-bottom: 18px;
}

.footer-contact-wrap .title::before {
    content: attr(data-text) "";
    font-size: 20px;
    font-family: "ProximaNova-Regular";
    font-weight: normal;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    line-height: 1;
    display: block;
    margin-bottom: 10px;
}

.footer-contact-wrap .title::after {
    content: "";
    width: 54px;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.footer-contact-wrap .message {
    margin-top: 35px;
    color: #000;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 700;
    text-align: center;
}

.contact-buttom-wrap {
    display: flex;
    justify-content: center;
    margin-top: 70px;
    color: #000;
}

.contact-buttom-wrap a {
    width: 430px;
    height: 90px;
    border-radius: 8px;
}

.contact-buttom-wrap a.tel-btn {
    text-align: center;
    background: #c0506b;
    margin-right: 120px;
    padding-top: 10px;
    pointer-events: none;
    color: #fff;
}

.contact-buttom-wrap a.tel-btn span.tel-btn-a {
    font-size: 42px;
    letter-spacing: 0.06em;
    font-weight: 700;
    display: block;
    line-height: 1.15;
}

.contact-buttom-wrap a.tel-btn span.tel-btn-b {
    font-size: 16px;
    letter-spacing: 0.06em;
    font-weight: 700;
    display: block;
    line-height: 1.15;
}

.contact-buttom-wrap a.go-contact-form {
    text-align: center;
    transition: 0.5s;
    background: #3c676e;
    color: #fff;
    position: relative;
}

.contact-buttom-wrap a.go-contact-form span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    font-size: 20px;
    letter-spacing: 0.06em;
    font-weight: 700;
}


@media screen and (max-width:767px) {
    .contact-wrap-inner {
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .footer-contact-wrap .message {
        text-align: left;
    }

    .contact-buttom-wrap {
        margin-top: 20px;
        flex-direction: column;
    }

    .contact-buttom-wrap a {
        margin-right: 0;
        padding-top: 8px;
        width: 100%;
        height: 70px;
    }

    .contact-buttom-wrap a.tel-btn {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .contact-buttom-wrap a.tel-btn span.tel-btn-a {
        font-size: 32px;
    }
}

/************************************
** footer
************************************/


.footer-bottom-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
}

.footer-logo {
    width: 25%;
    margin-right: 30px;
}

.footer-category-wrap,
.footer-tag-wrap {
    width: 25%;
    margin-right: 30px;
}

.footer-bottom-wrap h4 {
    font-size: 1.2em;
}

.footer-bottom-wrap .wrap-inner ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.footer-search-wrap {
    width: 25%;
}

.footer-search-wrap form {
    margin-top: 1.33em;
    margin-bottom: 1.33em;
}

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

    .footer-bottom-wrap {
        flex-wrap: wrap;
    }

    .footer-logo {
        width: 100%;
        text-align: center;
        margin: 30px;
    }

    .footer-logo img {
        width: 160px;
    }

    .footer-category-wrap,
    .footer-tag-wrap {
        width: 50%;
        margin-right: auto;
    }

    .footer-search-wrap {
        width: 100%;
    }
}


/************************************
** archive page css
************************************/

/* tags display none */
.archive-title.ttl-tags::before {
    display: none;
}