@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* ヘッダーお問い合わせボタン追加 */
@media all and (min-width: 960px) {
    .t_h_logo_flex {
        display: flex;
        justify-content: space-between;
        padding: 16px 3vw!important;
        align-items: center;
    }
	
    .t_h_logo_flex .c-headLogo {
        margin-bottom: 5px;
    }
    
    .t_h_logo_flex .unei {
        position: absolute;
        left: 3vw;
        bottom: 50px;
    }

    .t_h_logo_flex .unei a {
        font-size: 12px;
        color: #999;
    }

    .t_h_logo_flex .unei a:hover {
        text-decoration: underline;
    }

    .t_h_logo_flex .h_contact {
        background: #4F9889;
        color: white;
        display: flex;
        align-items: center;
        padding: 15px 20px;
        border-radius: 30px;
        transition: all 0.2s;
        font-size: 14px;
    }

    .t_h_logo_flex .h_contact:hover {
        background: #04B1D9;
    }

    .t_h_logo_flex .h_contact:before {
        content: "";
        display: block;
        background-image: url(http://planning.cloudfree.jp/portal/wp-content/uploads/2024/07/mail.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 20px;
        height: 15px;
        margin-right: 5px;
    }

}

@media all and (max-width: 959px) {
    .t_h_logo_flex .h_contact {
        display: none;
    }
    
    .t_h_logo_flex .c-headLogo {
        margin-bottom: 0px;
    }
    
    .t_h_logo_flex .unei {
        display: none;
    }
}

/*-- リスト最後のボーダー消去 --*/
.-list-under-dashed>li:last-child, .border_bottom>li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

/*-- /リスト最後のボーダー消去 --*/

/* フッター直前ウィジェット用 */
#before_footer_widget.w-beforeFooter {
    margin: 0;
}

#before_footer_widget.w-beforeFooter .l-container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.fu_content {
    width: 100%;
    margin: 0;
    padding: 0;
}

.fu_content {
    width: 100%;
    margin: 0;
    padding: 0;
}

.fu_content .f_contact {
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    padding: 60px 0;
    border-top: 1px solid #A7CCC4;
}

.fu_content .f_contact img {
    width: 320px;
    margin-right: 50px;
}

.fu_content .f_btn a {
    background: #FFA17A;
    color: white;
    display: flex;
    align-items: center;
    padding: 15px 50px;
    border-radius: 30px;
    transition: all 0.2s;
    font-size: 14px;
    text-decoration: none;
}

.fu_content .f_btn a:hover {
    background: #4F9889;
}

.fu_content .f_btn a:before {
    content: "";
    display: block;
    background-image: url(http://planning.cloudfree.jp/portal/wp-content/uploads/2024/07/mail.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 15px;
    margin-right: 5px;
}

.fu_content .f_unei {
    background-color: #f9f9f9;
    padding: 30px 0;
}

.fu_content .f_unei p {
    font-size: 15px;
    text-align: center;
    margin-bottom: 10px;
    color: #333;
}

.fu_content .f_unei figure {
    text-align: center;
}

.fu_content .f_unei figure img {
    width: 400px;
}

.fu_content .f_unei figure figcaption {
    font-size: 14px;
    margin-top: 5px;
    color: #777;
}

@media all and (max-width: 599px) {
    .fu_content .f_contact {
        flex-wrap: wrap;
        padding: 40px 0;
    }

    .fu_content .f_contact img {
        width: 70vw;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .fu_content .f_unei {
        padding: 20px 0;
    }

    .fu_content .f_unei p {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .fu_content .f_unei figure img {
        width: 80vw;
    }

    .fu_content .f_unei figure figcaption {
        font-size: 12px;
        margin-top: 5px;
        text-align: justify;
        padding: 0 1em;
    }
}
/* /フッター直前ウィジェット用 */

/* gnav上書き */
.c-gnav .sub-menu {
    width: 18em;
}

/* gnavの検索ボタン修正 */
.c-gnav .menu-item.c-gnav__s .c-gnav__sBtn {
    padding: 0 6em 0 12px;
    position: relative;
}

.c-gnav .menu-item.c-gnav__s .c-gnav__sBtn:after {
    content: "サイト内検索";
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #4F9889;
}

/* reCAPTCHAバッジ非表示 */
.grecaptcha-badge { visibility: hidden; }

.p-postList__excerpt,.swell-block-column:not(.wp-block-group__inner-container) p:not(.link_btn,.h2_sub,.has-text-align-center),.swell-block-column:not(.wp-block-group__inner-container) p:not(.link_btn,.h2_sub) span,.l-mainContent__inner p:not(.link_btn,.h2_sub,.has-text-align-center) {
    text-align: justify;
}