/*
Theme Name: Lightning Child Sample
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/


/* ------- トップページ ------------------------ */

html{
    scroll-behavior: smooth;
}
body{
    color: #333;
    letter-spacing: 0.05em;
    font-family: 'Noto Sans JP', sans-serif;
}
body p{
    line-height: 2;
}

/* ヘッダー */
.header-top{
    display: none;
}


/* 背景色 */
.bg-color{
    background-color: #FFF8F1;
    margin: 100px calc(50% - 50vw);
    padding: 80px calc(50vw - 50%);
}


/* 見出し */
h2.is-style-vk-heading-plain{
    font-size: 26px;
    margin-top: 100px!important;
    margin-bottom: 50px!important;
    color: #6A4125;
    letter-spacing: 0.08em;
}
h2.is-style-vk-heading-plain.vk_block-margin-0--margin-top{
    margin-top: 0!important;
}
h2.is-style-vk-heading-plain span{
    font-family: "Montserrat", sans-serif;
    position: relative;
    margin-top: 20px;
    display: block;
}
h2.is-style-vk-heading-plain span::before{
    content: "";
    width: 20px;
    height: 1.5px;
    display: block;
    background-color: #6A4125;
    position: absolute;
    top: -5px;
    left: 0;
}

h3.is-style-vk-heading-plain{
    font-size: 20px;
    margin-top: 60px!important;
    margin-bottom: 30px!important;
}
h3.is-style-vk-heading-plain::before{
    content: "●";
    color: #4A6010;
    margin-right: 5px;
}

.hosin-group{
    background-color: #FFF9F5;
    padding: 20px;
}
.hosin-group p{
    margin-bottom: 10px!important;
    font-weight: bold;
}

.hosin-ttl{
    padding-top: 30px;
    border-top: 1px solid #ccc;
    margin-top: 40px!important;
    margin-bottom: 30px!important;
    font-size: 20px;
    font-weight: bold;
}
.hosin-ttl span{
    font-family: "Montserrat", sans-serif;
    color: #4A6010;
}

/* お知らせ */
.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;
}




/* ---- フッター ----------- */
.site-footer-copyright p{
    margin: 0;
}
.site-footer{
    border-top: none;
    margin-top: 100px;
}
.site-footer-copyright{
    font-size: 12px!important;
    background: #6A4125;
    color: #fff;
    padding: 0;
    max-width: none;
}

/* ページトップボタン */
.page_top_btn{
    background: rgba(255, 255, 255, 0.8);
    height: 44px;
    width: 44px;
    background-color: #6A4125;
    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%);
}


/* ------ 栽培 ------------------------ */
.saibai-columns p{
    font-weight: bold;
}

/* ------ 商品紹介 ------------------------ */
.site-btn a{
    width: 200px;
    margin-top: 10px;
}


/* ------ 投稿 ------------------------ */
.sub-section .vk_post .media-img{
    display: none;
}
h1.entry-title{
    font-size: 26px;
}

.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;
    background-color: #FFF9F5;
    padding: 8% 3%;
    margin-top: 50px;
}
.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 .must {
	color: #d93e14;
}
.form-control{
    border-radius: 0;
}
.btn_contact7 {
	text-align: center;
}
.btn_contact7 input {
	width: 40%;
	background-color: #6A4125;
	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: 50px;
    padding-left: 2em;
    height: 44px;
    border-radius: 0;
    border: none;
    margin-bottom: 100px;
}
.btn_contact7 input:hover {
    background-color: #fff;
    color: #6A4125;
    border: 1px solid #6A4125;
}






/* ------- SP ----------------------------- */

@media (max-width: 991.98px){
 
    .vk-mobile-nav-menu-btn{
        border: none;
    }
    .vk-mobile-nav-menu-btn.menu-open{
        border: none;
    }

    /* お問い合わせ */
    .btn_contact7 input {
        width: 80%;
    }

    /* ニュース */
    .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;
    }




}