/*
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: 1.8;
}

/* ヘッダー */
.header-top{
    display: none;
}
.mini-content-container-4 .btn{
    margin-top: 200px;
    background-color: #335F0C!important;
    color: #fff!important;
    border: none!important;
}

.bg-color{
    background-color: #f6f6f6;
    margin: 100px calc(50% - 50vw);
    padding: 80px calc(50vw - 50%);
}

/* 見出し */
h2.is-style-vk-heading-plain{
    font-size: 26px;
    margin-top: 100px;
    margin-bottom: 50px;
}
h2.is-style-vk-heading-plain code{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 26px;
    color: #9DC04C;
}


/* 選ばれる理由 */
.reason-columns p span{
    font-family: "MonteCarlo", cursive;
    color: #9DC04C;
    font-size: 38px!important;
}

/* ステップ */
.step .wp-block-columns{
    gap: 0!important
}
.step .wp-block-columns .wp-block-column:last-of-type{
    background-color: #9DC04C;
    color: #fff;
    padding: 10px;
    font-size: 20px;
}
.step .wp-block-columns .wp-block-column:last-of-type p code{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    border-right: 1px solid #fff;
    padding-right: 10px;
    margin-right: 10px;
}
.step .wp-block-columns{
    position: relative;
}
.step .wp-block-columns::after{
    content: "▶︎";
    color: #999;
    display: block;
    position: absolute;
    top: 50%;
    right: -6%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.step .wp-block-columns.last:after{
    content: "";
}

.border{
    margin-top: 40px!important;
    border: 1px solid #333!important;
    padding: 10px;
}
.omati{
    color: #335F0C;
    font-size: 24px;
}

.step-ttl{
    background-color: #9DC04C;
    color: #fff;
    padding: 5px 10px;
    font-size: 21px;
    font-weight: bold;
    margin-top: 50px;
}
.step-ttl code{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 21px;
    border-right: 1px solid #fff;
    padding-right: 10px;
    margin-right: 10px;
}

.box{
    border: 1px solid #9DC04C;
    padding: 20px;
}
.inner-ttl{
    background-color: #335F0C;
    color: #fff;
    padding: 5px 10px;
}
.box-ttl{
    background-color: #9DC04C;
    color: #fff;
    padding-left: 20px;
}
.box-02{
    border: 1px solid #9DC04C;
    padding-bottom: 20px;
}
.box-02 p:last-of-type{
    padding-right: 20px;
    padding-left: 20px;
}

.border-bottom{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 2px dotted!important;
}

.siharai-step figure{
    width: 40%;

}
.siharai-step .wp-block-column figure {
    position: relative;
}
.siharai-step .wp-block-column figure::after{
    content: "▶︎";
    color: #9DC04C;
    display: block;
    position: absolute;
    top: 50%;
    right: -80%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.siharai-step .wp-block-column:last-of-type figure::after{
    content: "";
}

.banner-columns figure{
    width: 70%;
}
.banner-columns{
    background-color: #f6f6f6;
    margin: 20px calc(50% - 50vw);
    padding: 20px calc(50vw - 50%);
}

/* 買取商品 */
.kaitori-list figure{
    width: 100%;
}
.kaitori-list figure img{
    width: 100%;
}


/* 傷があっても大丈夫 */
.fukidashi h2.is-style-vk-heading-plain{
    margin-top: 0;
    color: #fff;
}
.fukidashi{
    background-color: #9DC04C;
    margin: 100px calc(50% - 50vw) 50px;
    padding: 20px calc(50vw - 50%);
    position: relative;
}
.fukidashi code{
    color: #fff!important;
}
.fukidashi .h2-fukidashi{
    display: inline-block;
    position: absolute;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    border: 1px solid #335F0C;
    background-color: #fff;
    color: #335F0C;
    padding: 2px 20px;
    border-radius: 4px;
    font-size: 18px;
}
.fukidashi .h2-fukidashi:before {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.fukidashi .h2-fukidashi:after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -11px;
  border: 8px solid transparent;
  border-top: 8px solid #335F0C;
  z-index: 1;
}

.kaitori-columns .wp-block-column p:first-of-type{
    background-color: #335F0C;
    color: #fff;
    border-radius: 50vw;
    padding: 5px 10px;
    font-weight: bold;
    text-align: center;
}

/* 買取対象アイテム */
.item-columns figure,.item-columns figure img{
    width: 100%;
}

/* お客様の声 */
.vk_slider_item{
    background-color: #fff;
    padding: 20px;
    border-right: 10px solid #f6f6f6;
    border-left: 10px solid #f6f6f6;
}

/* よくある質問 */
.is-style-vk_accordion-background-color-rounded-border .vk_accordion-trigger{
    background-color: #FAFFED;
}
.vk_accordion-trigger p{
    font-weight: bold;
}

/* フローティングバナー */
.floating-banner{
  display: block;
  position: fixed;
  z-index: 9999;
  right: 0;
  bottom: 0;
  width: auto;
    background-color: #f6f6f6;
    margin: 20px calc(50% - 50vw) 0;
    padding: 20px calc(50vw - 50%);
    width: 100%;
}
.floating-banner .wp-block-columns{
    justify-content: center;
    margin-bottom: 0;
}
.floating-banner .wp-block-columns{
    gap: 30px!important;
}
.floating-banner .wp-block-column img{
    width: 350px!important;
}
.floating-banner .wp-block-column:first-of-type img{
    float: right;
}
.floating-banner img {
  vertical-align: bottom;
}


/* お知らせ */
.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;
}






/* ---- フッター ----------- */
.home .site-footer-copyright, .post-name-ihin .site-footer-copyright{
    margin-bottom: 200px;
}
.site-footer-copyright p{
    margin: 0;
}
.site-footer{
    border-top: none;
}
.site-footer-copyright{
    font-size: 12px!important;
    background: #9DC04C;
    color: #fff;
    padding: 0;
    max-width: none;
}

.footer-nav ul{
    text-align: center
}

/* ページトップボタン */
.page_top_btn{
    background: rgba(255, 255, 255, 0.8);
    height: 44px;
    width: 44px;
    background-color: #335F0C;
    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%);
}



/* ------- 会社概要 ------------------------ */
table tr td{
    font-size: 16px!important;
    padding: 1em!important;
}
table tr td:first-of-type{
    width: 20%;
}


/* ------- 遺品整理 ------------------------ */
.hutan{
    font-size: 24px;
    margin-top: 50px; 
    font-weight: bold;
}
.hutan-columns .wp-block-column{
    border: 3px solid #335F0C;
    padding: 10px;
}
.hutan-columns .wp-block-column span{
    font-size: 26px!important;
    color: #335F0C;
    font-weight: bold;
    margin-left: 5px;
}
.fukidashi-arrow{
    background-color: #9DC04C;
    color: #fff;
    letter-spacing: 0.1em;
    padding: 10px calc(50vw - 50%);
    margin: 80px calc(50% - 50vw) 50px;
    position: relative;
    font-size: 22px;
    font-weight: bold;
}
.fukidashi-arrow::before{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -12px;
    border: 12px solid transparent;
    border-top: 12px solid #9DC04C;
    z-index: 888;
}

.seiri-list li{
    border-bottom: 2px dotted #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
    padding-left: 2em;
}
.seiri-list li::before{
    left: 0.5em!important;
}

.wakaranai-columns p.ttl{
    font-size: 18px;
    font-weight: bold;
}

.satei{
    font-size: 24px;
    font-weight: bold;
}

.opt{
    font-size: 18px;
    color: #fff;
    background-color: #335F0C;
    padding: 2px;
    font-weight: bold;
    margin-top: 40px;
}

.option-columns{
    justify-content: center;
    font-weight: bold;
}
.option-columns p{
    text-align: center;
}
.option-columns figure{
    width: 40%;
}

.tel-txt span:first-of-type{
    background-color: #335F0C;
    color: #fff;
    padding: 2px 10px;
}

.flow-kaitori{
    background-color: #9DC04C;
    color: #fff;
    padding-bottom: 520px;
    text-align: center;
    font-weight: bold;
}
.flow-seiri{
    background-color: #335F0C;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding-bottom: 560px;
}

.vk_flow .vk_flow_frame_image{
    max-width: 40px;
}

.vk_flow .vk_flow_frame{
    flex-direction: row-reverse;
    gap: 30px;
}



/* ------ 投稿 ------------------------ */

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;
}



/* ------ お問い合わせ ------------------------ */

.smf-action .smf-button-control__control{
    background-color: #ccc;
}

/* ContactFrom7 */
.contact7 {
	max-width: 100%;
	box-sizing: border-box;
    background-color: #f6f6f6;
    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: #333;
	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: #333;
    border: 1px solid #333;
}


/* ------- プライバシーポリシー ------------------------ */
.post-name-policy{
    font-size: 14px;
}
.post-name-policy h3{
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.post-name-policy h2{
    font-size: 20px;
}



/* ------- SP ----------------------------- */

@media (max-width: 991.98px){
 
    .vk-mobile-nav-menu-btn{
        border: none;
    }
    .vk-mobile-nav-menu-btn.menu-open{
        border: none;
    }


    h2.is-style-vk-heading-plain{
        font-size: 22px;
    }
    h2.is-style-vk-heading-plain code{
        font-size: 22px!important;
    }

    .floating-banner .wp-block-columns{
        gap: 10px!important;
    }

    .step .wp-block-columns::after{
      content: "▼";
      color: #999;
      display: block;
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      right: auto;
    }

    .step-ttl{
        font-size: 19px;
    }

    .banner-columns{
        gap: 10px!important;
    }
    .banner-columns figure{
        width: 100%;
    }

    .siharai-step{
        gap: 10px!important;
        font-size: 11px;
    }

    .fukidashi .h2-fukidashi{
        width: 100%;
    }

    .home .site-footer-copyright, .post-name-ihin .site-footer-copyright {
        margin-bottom: 120px;
    }

    table tr td {
        font-size: 14px !important;
    }
    table tr td:first-of-type{
        width: 35%;
    }

    .bg-color {
    margin: 50px calc(50% - 50vw);
    padding: 50px calc(50vw - 50%);
}

    ul{
        padding-left: 0!important;
    }

    .flow-kaitori{
        height: 900px;
        text-align: center;
    }
    .flow-seiri{
        height: 980px;
    }

    .option-sp figure{
        width: 40%;
    }
    .option-sp p{
        text-align: center;
    }

    .mini-content-container-4 .btn{
        margin-top: 400px;
        margin-left: 10px;
    }


    /* お問い合わせ */
    .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;
    }

    .page_top_btn{
    bottom: 12%;
}




}