/*
Theme Name: Lightning Child Sample
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/


/* ------- トップページ ------------------------ */

html{
    scroll-behavior: smooth;
}
body{
    color: #666;
    letter-spacing: 0.05em;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 15px;
}
body p{
    line-height: 1.6;
}
body ul li{
    color: #666;
    font-size: 15px;
}

.global-nav-list>li:before{
    display: none;
}
.global-nav-list>li .global-nav-name{
    color: #666;
}
#menu-item-185{
    background-color: #00B050;
    border-radius: 50vw;
}
#menu-item-185 .global-nav-name{
    color: #fff!important;
}

/* ヘッダー */
.header-top{
    display: none;
}

.bg-color{
    background-color: #FFF8F0;
    margin: 100px calc(50% - 50vw);
    padding: 80px calc(50vw - 50%);
}
.bg-gray{
    background-color: #f6f6f6;
    margin: 100px calc(50% - 50vw);
    padding: 80px calc(50vw - 50%);
}

.mv{
    background: linear-gradient(90deg, #E9F5E9, #FFF8F0);
    margin: 0 calc(50% - 50vw) 100px;
    padding: 80px calc(50vw - 50%); 
}
.mv-cc{
    color: #2E7D32;
    font-size: 40px;
    font-weight: bold;
}

/* ボタン */
.vk_button .has-text-color.is-style-outline{
    background-color: #fff!important;
}
.vk_button .has-text-color.is-style-outline .vk_button_link_txt{
    color: #00B050!important;
}

/* 見出し */
h2.is-style-vk-heading-plain{
    font-size: 26px;
    margin-top: 100px;
    margin-bottom: 50px;
    font-weight: 600;
    color: #2E7D32;
}
h2.is-style-vk-heading-plain span{
    color: #666;
    font-weight: normal;
    font-size: 15px!important;
}

/* お悩み */
h2.is-style-vk-heading-plain.red{
    color: #FF3D40;
}
.onayami-columns{
    text-align: center;
    justify-content: center;
}
.onayami-columns i{
    color: #fff;
    background-color: #D70F0F;
    padding: 15px;
    border-radius: 50vw;
    font-size: 36px;
    margin-bottom: 15px;
    margin-right: 0;
}
.onayami-columns .wp-block-column{
    background-color: #FFF1F1;
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0 0 8px #FFB6B8;
}
.onayami-arrow{
    color: #00B050;
    font-size: 24px;
}

/* 実績 */
.jisseki-columns{
    justify-content: center;
    text-align: center
}
.jisseki-columns .wp-block-column{
    background: linear-gradient(120deg, #E9F5E9, #fff);
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0 0 8px #ddd;

}
.jisseki-big{
    font-size: 44px;
    font-weight: bold;
    color: #2E7D32
}
.jisseki-columns i{
    color: #00B050;
    font-size: 36px;
    margin-right: 0;
    margin-bottom: 20px;
}

/* 解決策 */
.kaiketu-columns p:first-of-type{
    font-size: 21px;
    color: #2E7D32;
    text-align: center;
    font-weight: bold;
}
.kaiketu-columns .wp-block-column{
    background-color: #fff;
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0 0 8px #ddd;
}
.kaiketu-columns i{
    font-size: 30px;
    text-align: center;
    background-color: #00B050;
    color: #fff;
    width: 60px;
    line-height: 60px;
    height: 60px;
    border-radius: 30px;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
    display: block;
}


/* プラン */
.plan-columns .wp-block-column .vk_button{
    margin-top: auto;
}
.plan-columns {
    align-items: stretch;
}
.plan-columns > .wp-block-column {
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 0 8px #ddd;
    position: relative;
    background-color: #fff;
}
.plan-columns > .wp-block-column:nth-child(2){
    border: 2px solid #00AD50;
}
.jyugyoin {
    margin-top: auto;
    background-color: #F5E6D3;
    color: #00754B;
    padding: 15px;
    border-radius: 6px;
    text-align: center;
    font-weight: bold;
}
.plan-columns .plan{
    color: #2E7D32;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.price{
    background: linear-gradient(120deg, #00AD50, #00754B);
    color: #fff;
    padding: 15px;
    border-radius: 6px;
}

.rec{
    position: absolute;
    background-color: #FF9800;
    color: #fff;
    padding: 5px 20px;
    border-radius: 50vw;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.plan-ul{
    box-shadow: 0 0 8px #ddd;
    padding: 20px;
    background-color: #fff;
    border-radius: 6px;
    margin-top: 30px!important;
}
.plan-ul li{
    width: 500px;
    margin-right: auto!important;
    margin-left: auto!important;
}

.tokuten{
    background-color: #FF9800;
    color: #fff;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 20px!important;
}

/* .plan-columns .vk_button .vk_button_link{
    width: 100%;
}
.plan-columns .bg-w{
    background-color: #fff;
    padding: 10px;
    border-radius: 6px;
}
.plan-columns .ttl{
    font-size: 21px;
    color: #2E7D32;
    font-weight: bold;
}
.plan-columns code{
    color: #00B050;
    font-weight: bold;
}
.plan-columns .wp-block-column:first-of-type{
    background: linear-gradient(120deg, #E9F5E9, #FFF8F0);
    border-radius: 12px;
    padding: 30px;
    border: 2px solid #2E7D32;
    position: relative;
}
.plan-columns .wp-block-column:last-of-type{
    background-color: #FFF8F0;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 0 8px #ddd;
} */

/* .tokuten-columns i{
    font-size: 40px;
}
.tokuten-columns{
    background-color: #FF9800;
    padding: 30px;
    color: #fff;
    border-radius: 6px;
    width: 800px;
    margin-right: auto;
    margin-left: auto;
}
.tokuten-columns p:first-of-type{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px!important;
} */


/* 流れ */
.flow-columns{
    background-color: #fff;
    padding: 20px;
    border-radius: 6px;
    position: relative;
    margin-bottom: 50px!important;
}

.flow-columns::after{
    content: "\f063";
    font-size: 20px;
    color: #00B050;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.flow-columns.last::after{
    content: "";
}

.flow-columns .wp-block-column:first-of-type p{
    font-size: 30px;
    text-align: center;
    height: 60px;
    width: 60px;
    border-radius: 50vw;
    background-color: #00B050;
    color: #fff;
    line-height: 60px;
}
.flow-columns .wp-block-column:last-of-type p:first-of-type{
    font-size: 20px;
    color: #2E7D32;
    font-weight: bold;
}
.flow-columns .wp-block-column:last-of-type p:last-of-type{
    background-color: #E8F5E9;
    color: #2E7D32;
    font-size: 13px;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 50vw;
}

/* プロフィール */
.name{
    font-size: 21px;
    color: #2E7D32;
    font-weight: bold;
}
.advisor{
    color: #00B050;
    font-weight: bold;
}
.shikaku{
    font-size: 17px;
    color: #2E7D32;
    font-weight: bold;
    margin-bottom: 10px!important;
}

.profile-columns i{
    color: #00B050;
    font-size: 100px;
    background: linear-gradient(120deg, #E9F5E9, #FFF8F0);
    padding: 30px;
    border-radius: 50vw;
    box-shadow: 0 0 8px #ddd;
}


/* ブログ */
h4{
    background-color: transparent;
}

.entry-title{
    font-size: 24px;
}
.sub-section .vk_post_imgOuter{
    display: none;
}


/* お問い合わせ */
.site-ttl{
    color: #2E7D32;
    font-size: 20px;
    margin-bottom: 5px!important;
    font-weight: bold;
}

.tel-mail i{
    color: #00B050;
    font-size: 20px;
}
.tel-mail{
    gap: 10px!important;
    margin-bottom: 20px!important;
}

.soudan{
    background-color: #E8F5E9;
    padding: 15px 20px;
    border-radius: 10px;
    border-left: 3px solid #00B050;
}



/* お知らせ */
.wp-block-latest-posts li{
    display: flex;
    padding: 1.3em 0;
}
.wp-block-latest-posts li time{
    order: 1;
    margin-right: 2em;
}
.wp-block-latest-posts li a{
    order: 2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

.post-name-privacy-policy h3,.post-name-kiyaku h3{
    font-size: 20px;
}




/* ---- フッター ----------- */
.site-footer{
    background-color: #2E7D32;
    color: #fff;
}
.site-footer i{
    color: #00B050;
}
.site-footer a{
    color: #fff!important;
}
.site-footer .site-ttl{
    color: #fff;
    margin-bottom: 0!important;
}

.site-footer-copyright p{
    margin: 0;
}
.site-footer{
    border-top: none;
}
.site-footer-copyright{
    font-size: 12px!important;
    background: #2E7D32;
    color: #fff;
    padding: 0;
    max-width: none;
    border-top: 1px solid #4F9152;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* ページトップボタン */
.page_top_btn{
    background: rgba(255, 255, 255, 0.8);
    height: 44px;
    width: 44px;
    background-color: #333;
    background-repeat: no-repeat;
    box-shadow: none;
    bottom: 4%;
}
.page_top_btn::after{
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}



/* ------ 投稿 ------------------------ */

body.blog .siteContent{
    padding-bottom: 15rem;
}
body.single .siteContent{
    padding-bottom: 15rem;
}
body.archive .siteContent{
    padding-bottom: 15rem;
}

.entry-meta_items_author{
    display: none;
}
.vk_post .vk_post_title{
    font-size: 14px!important;
    font-weight: normal;
    margin: 0;
}
.postNextPrev_label{
    margin-bottom: 0.5em;
}

.postNextPrev .vk_post:last-of-type .vk_post_title{
    text-align: right;
}



/* ------ お問い合わせ ------------------------ */

/* ContactFrom7 */
/* .contact7 {
	max-width: 100%;
	box-sizing: border-box;
}
.contact7 dd {
	margin: 0 0 30px 0;
    border-left: none;
}
.contact7 dd:last-of-type{
    margin-bottom: 0;
}
.contact7 dt {
	font-weight: normal;
    border-left: none;
}
span.wpcf7-spinner{
    display: none;
}
.contact7  input{
    border-radius: 0;
}
.contact7  textarea{
    border-radius: 0;
} */
 
/* 必須マーク */
/* .contact7 .must {
	color: #d93e14;
}
.form-control{
    border-radius: 0;
}
.btn_contact7 {
	text-align: center;
}
.btn_contact7 input {
	width: 100%;
	background-color: #2E8035;
	color: #fff;
    font-weight: bold;
	font-size: 1.1em;
	letter-spacing: 1em;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;	
    margin-top: 20px;
    padding-left: 2em;
    height: 44px;
    border-radius: 0;
    border: none;
}
.btn_contact7 input:hover {
    background-color: #fff;
    color: #2E8035;
    border: 1px solid #2E8035;
}

 */

.contact7{
    background-color: #fff;
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0 0 8px #ddd;

}
span.must{
    background-color: #FFEBEE;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    color: #EA5859;
    margin-left: 10px;
}
span.optional{
    font-size: 12px;
    color: #999;
    margin-left: 10px; 
}
.contact-flex{
    display: flex;
    gap: 20px!important;
}
textarea{
    height: 200px;
}
.btn_contact7 input{
    width: 100%;
    background-color: #00B050;
    border-radius: 50vw;
    color: #fff;
    margin-bottom: 0!important;
}






/* ------- SP ----------------------------- */

@media (max-width: 991.98px){
 
    .vk-mobile-nav-menu-btn{
        border: none;
    }
    .vk-mobile-nav-menu-btn.menu-open{
        border: none;
    }

    /* ニュース */
    .media .media-body .media-heading{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .media .postList_thumbnail{
        width: 150px;
    }
    .subSection{
        margin-top: 5rem;
    }
    .postNextPrev{
        gap: 10px!important;
    }

    #menu-item-185{
        background-color: transparent;
    }

    .plan-ul li{
        width: auto;
    }

    span.must{
        font-size: 11px;
        padding: 2px 4px;
        margin-left: 5px;
    }

    .profile-columns i{
        margin-right: 0;
    }




}