/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

:root {
 --white: #fff;
 --black: #000;
 --red: #f00;
--wp--preset--color--vk-color-custom-6: #F8E7E6;
--wp--preset--color--vk-color-custom-7: #64152a;
--gradation-gold-1: linear-gradient(90deg, rgba(122, 63, 22, 1) 0%, rgba(128, 69, 30, 1) 3.81%, rgba(144, 87, 50, 1) 9.56%, rgba(170, 115, 84, 1) 16.54%, rgba(204, 152, 128, 1) 23.94%, rgba(165, 118, 97, 1) 43.59%, rgba(133, 90, 71, 1) 63.35%, rgba(113, 72, 55, 1) 79.95%, rgba(106, 66, 49, 1) 91.24%);
--gradation-gold-2: linear-gradient(90deg, rgba(184, 164, 126, 1) 0%, rgba(223, 183, 154, 1) 50%, rgba(184, 164, 126, 1) 100%);
--gradation-1: linear-gradient(90deg, rgba(112, 128, 137, 1) 0%, rgba(122, 137, 146, 1) 11.27%, rgba(152, 167, 176, 1) 51.04%, rgba(112, 128, 137, 1) 100%);
--serif: Hiragino Mincho ProN, "游明朝", serif;/***明朝***/
--sans_serif:"Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;/***ゴシック***/
	
}

.mincho {
    font-family: var(--serif);
	letter-spacing: 0.05em;
}


/****ヘッダー文字****/
.ltg-slide-text-set {
    position: absolute;
    top: 52%;
    left: 28%;
    width: 40%;
}
/* スマホは非表示 */
@media screen and (max-width: 767px) {
    .ltg-slide-text-set {
        display: none;
    }
}

/* QAの色 */
.vk_faq .vk_faq_title:before {
    content: "Q";
    color: #e5679b;
}
.vk_faq .vk_faq_content:before {
    content: "A";
    color: #cc75d8;
}


/* お問い合わせボタン */
.site-header-sub .contact-btn a {
    padding: 0.3em 1.5em;
    margin: 2px 0 2px;
}
.btn-primary {
    border-color: var(--vk-color-primary);
}

/* お客様の声 */
.vk_slider_item.vk_valign-center {
justify-content: initial!important;
}

/*****LPコーディング*****/
.lp-size {
    max-width: 750px;
    margin: 0 auto;
}
p {
    font-size: 1.2rem;
}
.lp-size .wp-block-vk-blocks-outer.vk_outer.lp-contents .wp-block-cover,.lp-contents .wp-block-group {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100%;
}

.lp-size.site-body-container container
width:100% !important;
max-width:750p  !important;
}*/

