/*
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;
}
.site-header{
    background-color: #EAEBE1;
}
.header_scrolled .site-header{
    background-color: #EAEBE1;
}
.site-header-logo img {
    max-height: 80px;
}

.bg-color{
    background-color: #fff;
    margin: 100px calc(50% - 50vw);
    padding: 80px calc(50vw - 50%);
}

.top-btn{
    margin-top: 130px!important;
}
.top-btn .vk_button_link{
    background-color: #fff!important;
}
.top-btn .vk_button_link:hover{
    background-color: #666!important;
}
.top-text{
    font-family: 'Noto Serif JP', serif;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.15em;
    color: #333;
    margin-top: 130px!important;
    -webkit-text-stroke: 4px #999;
    paint-order: stroke;
}

.vk_button .vk_button_link{
    width: 300px;
}

.campaign-group{
    background-color: #A3DDDF;
    padding: 30px;
}
.campaign-group .wp-block-columns .wp-block-column{
    background-color: #fff;
    padding: 10px;
    font-weight: bold;
    box-shadow: 0 0 8px #ccc;
}
.campaign-group > p:first-child{
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.08em;
    font-family: 'Noto Serif JP', serif;
}

h2.is-style-vk-heading-plain{
    font-size: 30px;
    margin-top: 100px;
    margin-bottom: 50px;
    font-family: "Lora", serif;
}
h2.is-style-vk-heading-plain span{
    font-weight: normal;
}

.price-group{
    margin-bottom: 80px;
}
.price-group .price{
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    padding-top: 15px;
    padding-bottom: 15px;
}
.price-group p:first-of-type{
    font-size: 20px;
    font-weight: bold;
    font-family: 'Noto Serif JP', serif;
    color: #3DA9AD;
}
.price-group p:first-of-type code{
    font-size: 20px;
    float: right;
    font-family: 'Noto Serif JP', serif;
}

.price-table tr td, .price-table tr th{
    padding: 1em!important;
    font-size: 16px!important;
}
.price-table tr th{
    background-color: #fff;
}
.price-table tr td:last-of-type{
    width: 20%;
}
.price-table tr td:nth-child(3){
    width: 20%;
}

.vk_flow .vk_flow_frame_text_title{
    font-size: 20px;
    color: #3DA9AD;
    margin-bottom: 15px;
    font-family: 'Noto Serif JP', serif;
}
.vk_flow .vk_flow_frame{
    padding: 30px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
}
.vk_flow .vk_flow_frame_image {
    max-width: 180px;
}

.voice-columns{
    /* background-color: #F4F9FF; */
    border: 4px solid #A3DDDF;
    border-radius: 10px;
    padding: 30px;
    background-color: #fff;
}

.access-columns p:first-of-type{
    font-size: 18px;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    font-family: "Lora", serif;
}

.sns-columns figure{
    box-shadow: 0 0 8px #ccc;
    padding: 20px;
    border-radius: 50vw;
}


/* ---- フッター ----------- */
.site-footer-copyright p{
    margin: 0;
}
.site-footer{
    border-top: none;
}
.site-footer-copyright{
    font-size: 12px!important;
    background: #A3DDDF;
    color: #fff;
    padding: 0;
    max-width: none;
}

/* ページトップボタン */
.page_top_btn{
    background: rgba(255, 255, 255, 0.8);
    height: 44px;
    width: 44px;
    background-color: #A3DDDF;
    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%);
}


/* ------ セルフメンテナンスについて ------------------------ */
h3{
    font-size: 21px!important;
    font-family: 'Noto Serif JP', serif;
}


/* ------ 投稿 ------------------------ */

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;
    /* background-color: #fff; */
    /* 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: #A3DDDF;
	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: #476C90;
    border: 1px solid #476C90;
}






/* ------- SP ----------------------------- */

@media (max-width: 991.98px){
 
    .vk-mobile-nav-menu-btn{
        border: none;
    }
    .vk-mobile-nav-menu-btn.menu-open{
        border: none;
    }

    .top-cover{
        min-height: 400px!important;
    }
    .top-text{
        margin-top: 60px!important;
        font-size: 26px;
        margin-bottom: 0!important;
    }
    .top-btn{
        margin-top: 100px!important;
    }

    .vk_step_item_content figure{
        width: 50%;
    }

    .voice-columns figure{
        width: 30%;
    }

    .btn-columns .vk_button{
        text-align: center;
    }

    h2.is-style-vk-heading-plain{
        font-size: 25px;
    }

    .sm-columns .wp-block-cover{
        min-height: 260px!important;
    }

    .page-header-title, h1.page-header-title{
        font-size: 26px;
    }

    .price-table tr td, .price-table tr th{
        font-size: 14px!important;
    }

    /* お問い合わせ */
    .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;
    }




}