/*
 Theme Name:   lightning-child
 Template:     lightning
 Version:      1.0.0
*/
body {
    font-family: brother-1816, heisei-kaku-gothic-std, "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
}

body p,
body dd,
body span,
body a {
    font-weight: bolder !important;
}

.slide-text-title,
.slide-text-set {
    font-weight: bold;
    text-shadow: none !important;
    filter: drop-shadow(0 1px 2px #333);
}

#frontpagetop {
    position: relative;
}

.frontpageposi {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    filter: drop-shadow(0 1px 2px #333);
    color: white;
    z-index: 2;
}

.frontpageposi img {
    width: 20%;
}

.frontpageposi {
    text-align: center;
}

.slide-text-set {
    z-index: 1;
}

.gMenu {
    float: none;
}

.gMenu_outer {
    width: 100%;
    float: none;
}

.gMenu_name,
.col1title h2,
.col1box-1 h3,
.col2title h2,
.pagetitle h1,
.servicecol1 h2,
.sevicecol2 h3,
.newstitle h2,
.contractorcol1 h2,
.faqcol1 h2 {
    font-weight: bold !important;
}

.ftitle {
    padding-left: 10px;
}

.col1box-1 h3 {
    text-align: center;
}

.carousel-inner > .item img {
    object-fit: cover;
}

.siteHeader.navbar {
    background-color: transparent;
    position: fixed;
    width: 100%;
    height: 80px;
}

.pcview .navbar-header {
    width: 100%;
    display: flex;
}

.siteHeader {
    box-shadow: none;
    transition: .3s;
    border-bottom: 0;
}

.siteHeader .container {
    padding-bottom: 0;
}

#top__fullcarousel {
    margin-top: 0 !important;
}

.siteHeader.is-animation {
    background-color: white;
}

.nav li a {
    color: white;
    filter: drop-shadow(0 1px 2px #333);
}

.is-animation .nav li a {
    color: #333;
    filter: none;
}

.carousel-inner {
    height: 100vh;
}

.carousel-indicators {
    left: 100%;
    right: 0;
    width: 20%;
}

.siteHeader_logo a img {
    width: 100%;
    height: auto;
}

.siteHeader_logo {
    float: none;
    width: 20%;
}

.pcnav {
    width: 80%;
}

.pcnav ul {
    display: flex;
    justify-content: space-between;
}

.pcnav ul li {
    list-style: none;
}

.navright {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    margin: 0;
}

.siteHeadContainer {
    width: 100%;
    display: flex;
}

.siteHeadContainer .pcview {
    width: 100%;
    display: flex;
}

.telcontact,
.mailcontact {
    width: 80px;
    height: 80px;
    text-align: center;
    transition: .3s;
    transition-delay: .1s;
}

.telcontact {
    background: #E3A6A1;
    transition: .3s;
}

.telcontact:hover {
    background: #db8d87;
}

.mailcontact {
    background: #BC5F6A;
    transition: .3s;
}

.mailcontact:hover {
    background: #b04a56;
}

.telcontact a,
.mailcontact a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.telcontact a img,
.mailcontact a img {
    width: 40px;
    height: auto;
}

.siteHeadContainer {
    position: relative;
}

.headcontact {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
}

.is-animation .headcontact .telcontact,
.is-animation .headcontact .mailcontact {
    width: 80px;
    height: 55px;
}

header.is-animation {
    height: 55px;
}

.mainSection-title,
h2 {
    background-color: transparent;
    border-top: none;
    border-bottom: none;
}

.subSection-title,
h3 {
    border-bottom: none;
    box-shadow: none;
    box-shadow: none;
}

h3:after,
.subSection-title:after {
    border-bottom: none;
}

.slide-text-set .container {
    width: 80%;
}

.carousel-inner > .item {
    width: 100%;
    height: 100%;
}

.carousel-inner > .item a > img,
.carousel-inner > .item a > picture > img,
.carousel-inner > .item img,
.carousel-inner > .item picture > img {
    width: 100%;
    height: 100%;
}

.newstiker {
    width: 80%;
    margin: 0 auto;
    padding: 20px 0;
}

.newsbox dl a {
    display: flex;
    border-bottom: 1px dotted #333;
}

dt {
    border-left: none;
}

dd {
    border-left-width: 5px;
}

.newstitle h2 {
    margin: 10px;
    padding: 0;
}

.linkbtn {
    position: relative;
    padding: 12px 60px 8px 0;
    text-align: left;
    min-width: 120px;
    font-weight: bold;
    border-bottom: 2px solid #111;
    font-family: brother-1816, heisei-kaku-gothic-std, "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    color: #111;
    -webkit-transition: all .4s cubic-bezier(.165, .84, .44, 1);
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1);
}

.linkbtn:hover {
    text-decoration: none;
    color: #BC5F6A;
}

.linkbtn:before {
    content: "";
    position: absolute;
    background-image: url(/wp-content/uploads/2019/09/linkbtnallow.svg);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    width: 14px;
    height: 11px;
    right: 0;
    bottom: 12px;
    -webkit-transition: all .4s cubic-bezier(.165, .84, .44, 1);
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1);
}

.linkbtn:hover:before {
    transform: translateX(5px);
}

a {
    color: #333;
}

a:hover {
    color: #BC5F6A;
    text-decoration: none;
}

.linkcol {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.frontcol1 {
    width: 100%;
    background: #f5f5f5;
    padding: 50px 0;
}

.frontcol1 .inner {
    width: 80%;
    margin: 0 auto;
}

.col1title {
    display: flex;
    justify-content: center;
}


.col1box {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.col1box-1 {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.col1box-1 img {
    width: 70%;
}

.col1box-1 h3 {
    margin: 0;
    height: 88px;
    display: flex;
    align-items: center;
}

.frontcol2 {
    width: 100%;
    padding: 50px 0;
}

.frontcol2 .inner {
    width: 80%;
    margin: 0 auto;
}

.swiper-slide {
    width: 565px;
    height: 339px;
}

.swiper-slide .postimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide .postimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
    background-image: none !important;
    width: 44px !important;
    top: 40% !important;
}

.swiper-button-next {
    left: 3px;
    width: 4px;
    height: 4px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.swiper-button-prev {
    left: 3px;
    width: 4px;
    height: 4px;
    border-top: 2px solid white;
    border-left: 2px solid white;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.swiper-container {
    padding: 0 0 40px;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0 !important;
}

.posttext {
    padding: 20px;
}

.frontcol3 {
    width: 100%;
    padding: 50px 0;
    background: url(/wp-content/uploads/2019/09/background-cactus-decor-1470168.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.frontcol3inner {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.faqlink,
.contractorlink {
    width: 40%;
    height: auto;
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    /*align-items: center;*/
    color: white;
    border: 1px solid white;
    padding: 30px;
}

.faqlink a,
.contractorlink a {
    color: white;
}

.faqlink .linkbtn,
.contractorlink .linkbtn {
    border-bottom: 2px solid white;
    margin: 10px 0;
}

.faqlink .linkbtn:before,
.contractorlink .linkbtn:before {
    background-image: url(/wp-content/uploads/2019/09/linkbtnallow_w.svg);
}

.faqlink h3,
.contractorlink h3 {
    font-size: 18px;
}

.faqlink h3 span,
.contractorlink h3 span {
    font-size: 24px;
    font-weight: bold;
}

.faqlink p,
.contractorlink p {
    margin-bottom: 0;
    font-size: 16px;
}

footer {
    background-color: #333;
}

.copySection p:last-child {
    display: none;
}

footer .inner {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.footerMenu {
    display: none;
}

footer .inner .footermainwrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

footer .inner .left,
footer .inner .right {
    width: 50%;
}

footer .logoimg {
    width: 100%;
    display: flex;
    justify-content: center;
}

footer .inner .left img {
    width: 100%;

}

footer .inner .right {
    color: white;
}

.siteFooter .copySection {
    display: none;
}

/************pageoriginal***************/
.pagetitle {
    height: 300px;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*******about*******/
.aboutcol1 {
    width: 80%;
    display: flex;
    justify-content: center;
    margin: 50px auto;
}

.aboutcol1 .left {
    width: 40%;
}

.aboutcol1 .right {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.aboutcol1 .right h2,
.aboutcol1 .right h3 {
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.aboutcol1 .right h3 {
    margin-bottom: 20px;
}

.aboutcol2 {
    width: 100%;
    margin: 0 0 50px;
}

.aboutcol2title {
    width: 80%;
    margin: 20px auto;
}

.aboutcol2title h2 {
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.aboutcol2 .flex {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.mapimg {
    width: 40%;
    max-height: 368px;
    overflow: hidden;
}

.aboutcol1box {
    width: 50%;
    margin: 0 auto;
    border: 1px solid #f5f5f5;
}

.aboutcol1box dl {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #f5f5f5;
    margin: 0;
}

.aboutcol1box dl dt {
    width: 40%;
    text-align: center;
    padding: 10px 20px 10px 10px;
    margin: 0;
    background: #f5f5f5;
}

.aboutcol1box dl dd {
    width: 60%;
    margin: 0;
    border-left: none;
    padding: 10px;
}

/*****service******/

.sevicecol2 {
    width: 100%;
}

.sevicecol2 .inner {
    width: 80%;
    margin: 0 auto;
}

.sevicecol2 .inner .box {
    width: 100%;
    display: flex;
}

.sevicecol2 .inner .box:nth-child(2n) {
    flex-direction: row-reverse;
}

.sevicecol2 .inner .box .imgbox {
    width: 40%;
}

.sevicecol2 .inner .box .imgbox img {
    object-fit: cover;
}

.sevicecol2 .inner .box .textbox {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}

.servicecol1 {
    margin: 50px 0;
    width: 100%;
}

.servicecol1 .flex {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.servicecol1 .flex .right h2 {
    text-align: center;
}

.sevicecol3 {
    width: 100%;
    padding: 50px 0;
    background: #f5f5f5;
    margin-top: 50px;
    text-align: center;
}

.toiawaselink {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.toiawaselink a {
    margin: 0 10px;
}

/******contractor*****/
.contractorcol1 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0;
}

.contractorcol2 {
    width: 80%;
    display: flex;
    margin: 0 auto;
    align-items: center;
}

.contractorimg {
    width: 30%;
    height: auto;
}

.contractorimg img {
    object-fit: cover;
}

.contractortext {
    width: 70%;
    padding: 20px;
    box-sizing: border-box;
}

/******faq*******/
.faqcol1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.faqcol2 {
    width: 80%;
    margin: 0 auto;
}

/*****single*****/
.col-md-8 .pager {
    width: 100%;
    display: flex;
}

.col-md-8 .pager > li {
    width: 50%;
}

.subSection .widget {
    margin-bottom: 25px;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #333;
}

.pcview {
    display: block;
}

.spview {
    display: none;
}

.siteHeadContainer {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.category > .siteContent > .container > .row,
.single > .siteContent > .container > .row {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.container .siteHeader.is-animation .container {
    padding-top: 0;
}

.navbar-header {
    width: 20%;
}

/*****contact******/
.contactcol1 .left h2 {
    font-weight: bold;
    line-height: 1.3;
    font-size: 40px;
    filter: drop-shadow(0 1px 2px white);
    margin: 0 0 100px;
}

.contactcol1 .left h2 span {
    font-size: 30px;
}

.contacttext {
    background: rgba(255, 255, 255, 0.6);
    width: 90%;
    margin: 0 auto;
    padding: 10px;
    border-radius: 3px;
}

.contact7 dt {
    text-align: right;
    font-weight: bold;
}

.checkform {
    background: #f5f5f5;
    padding: 5px;
    border-radius: 3px;
    text-align: center;
    margin-bottom: 10px;
    width: 80%;
    margin: 0 auto 10px;
    font-weight: bold;
}

.contactcol1 {
    width: 80%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.contactcol1 .left {
    width: 30%;
    height: auto;
    background-image: url(/wp-content/uploads/2019/09/living-room-2155376_1920.jpg);
    background-size: cover;
    background-position: left;
    border-radius: 3px;
}

.contactcol1 .right {
    width: 70%;
    height: auto;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 10px;
    box-sizing: border-box;
}

/* Contact Form7 */

.contact7 {
    max-width: 100%;
    box-sizing: border-box;
}

.contact7 dd {
    margin: 0 0 30px 0;
    background-color:
}

/* 必須マーク */
.must {
    background: #FF1A00;
}

/* 任意マーク */
.contact7 .optional {
    background: #999;
}

.must,
.contact7 .optional {
    color: #FFF;
    border-radius: 3px;
    font-size: 10px;
    margin-left: 10px;
    padding: 5px 10px;
    letter-spacing: 2px;
}

.btn_contact7 {
    text-align: center;
}

.btn_contact7 input {
    width: 70%;
    background-color: #bc5f6a;
    color: #FFF;
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: 0.2em;
    220 border: 2px solid #bc5f6a;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.btn_contact7 input:hover {
    background-color: #FFF;
    color: #bc5f6a;
}

.wpcf7-validation-errors {
    text-align: center;
    font-weight: bold;
    background: #f7e700;
    border-radius: 3px;
}

@media screen and (max-width:1024px) {

    .siteHeadContainer .pcview {
        display: none;
    }

    .frontpageposi {
        flex-direction: column;
    }

    .carousel-inner {
        height: 60vh;
    }

    .faqlink,
    .contractorlink {
        width: 45%;
    }

    .aboutcol1,
    .aboutcol2title,
    .aboutcol2 .flex,
    .servicecol1 .flex,
    .sevicecol2 .inner,
    .contractorcol2,
    .frontcol1 .inner {
        width: 90%;
    }

    .contactcol1 {
        width: 100%;
    }

    .contact7 dt {
        width: 30%;
    }

    .contact7 dd {
        margin-left: 30%;
    }

    .contact7 dt {
        float: left;
        clear: left;

        padding: 5px 10px 5px 0;
    }

    .btn_contact7 input {
        width: 70%;
        background-color: #bc5f6a;
        color: #FFF;
        font-size: 1.1em;
        font-weight: bold;
        letter-spacing: 0.2em;
        border: 2px solid #bc5f6a;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s;
    }

    .btn_contact7 input:hover {
        background-color: #FFF;
        color: #bc5f6a;
    }

    .col1box-1 h3 {
        font-size: 20px;
    }

    .aboutcol1,
    .aboutcol2 .flex,
    .servicecol1 .flex,
    .contactcol1,
    .contractorcol2 {
        flex-direction: column;
        align-items: center;
    }

    .aboutcol1 .right,
    .mapimg,
    .aboutcol1box,
    iframe,
    .contactcol1 .left,
    .contactcol1 .right,
    .contractorimg,
    .contractortext {
        width: 100%;
    }

    .aboutcol1 .right h2,
    .aboutcol1 .right h3,
    .aboutcol2title {
        text-align: center;
    }

    .contactcol1 .left h2 {
        margin: 0;
        width: 50%;
        text-align: center;
    }

    .contactcol1 .left {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .contacttext {
        margin: 0;
        width: 50%;
    }

    .pcview {
        display: none;
    }

    .spview {
        display: block;
    }

    .contents {
        transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    #navTgl:checked ~ .contents {
        transform: translateX(250px);
    }

    /* :::::: toggle button :::::: */
    #navTgl {
        display: none;
    }

    .spview label {
        cursor: pointer;
        position: fixed;
        top: 0;
        right: 0;
    }

    .spview .open {
        z-index: 2;
        width: 55px;
        height: 55px;
        background: white;
        transition: background .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    .spview .open::before,
    .spview .open::after {
        content: "";
    }

    .spview .open span,
    .spview .open::before,
    .spview .open::after {
        content: "";
        position: absolute;
        top: calc(50% - 1px);
        left: 30%;
        width: 40%;
        border-bottom: 2px solid #333;
        transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    .spview .open::before {
        transform: translateY(-8px);
    }

    .spview .open::after {
        transform: translateY(8px);
    }

    .spview .close {
        z-index: 1;
        width: 100%;
        height: 100%;
        pointer-events: none;
        transition: background .6s;
    }

    #navTgl:checked + .open {
        background-color: transparent;
    }

    #navTgl:checked + .open span,
    #navTgl:checked + .open::before,
    #navTgl:checked + .open::after {
        border-color: white;
    }

    #navTgl:checked + .open span {
        transform: scaleX(0);
    }

    #navTgl:checked + .open::before {
        transform: rotate(45deg);
    }

    #navTgl:checked + .open::after {
        transform: rotate(-45deg);
    }

    #navTgl:checked ~ .close {
        pointer-events: auto;
        background: rgba(0, 0, 0, .3);
    }

    /* :::::: drawer menu :::::: */
    .navmenu {
        z-index: 1;
        position: fixed;
        overflow: auto;
        top: 0;
        right: 0;
        width: 250px;
        height: 100%;
        margin: 0;
        padding: 10px;
        box-sizing: border-box;
        background: rgba(0, 0, 0, .6);
        transform: translateX(100%);
        transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    .navmenu h2,
    .navmenu a {
        color: white;
    }

    .siteHeader.is-animation {
        background-color: transparent;
    }

    .navmenu h1 {
        text-align: center;
    }

    .navmenu h1 a {
        padding: 0;
        margin-top: 55px;
    }

    .navmenu ul {
        margin: 0;
        padding: 0;
    }

    .navmenu li {
        font-size: .8em;
        line-height: 1.4;
    }

    .navmenu li:not(:first-child) {
        border-top: 1px solid rgba(255, 255, 255, .6);
    }

    .navmenu a {
        display: block;
        padding: 1em 2em;
        text-decoration: inherit;
        transition: background .6s;
    }

    .navmenu a:hover {
        background: black;
    }

    #navTgl:checked ~ .navmenu {
        transform: none;
    }

    .spheadcontact .telcontact,
    .spheadcontact .mailcontact {
        border-radius: 3px;
        width: 50%;
    }

    .spheadcontact .telcontact a,
    .spheadcontact .mailcontact a {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .spheadcontact {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .navmenu a {
        font-size: 16px;
    }

    .navmenu h1 img {
        width: 60%;
    }
}

@media screen and (min-width: 992px) {
    .siteHeader .container {
        padding-top: 20px;
    }

    .siteHeader.is-animation .container {
        padding-top: 0;
    }

}

@media screen and (max-width:768px) {

    .pcview {
        display: none;
    }

    .contractortext {
        padding: 10px 0;
    }

}

@media screen and (max-width:480px) {

    .frontpageposi {
        flex-direction: column;
    }

    .frontpageposi img {
        width: 50%;
    }

    .frontpageposi p {
        font-size: 14px;
    }

    .carousel-indicators {
        width: 30%;
    }

    .newstiker,
    .faqcol2 {
        width: 90%;
    }

    .col1box,
    .frontcol3inner,
    .sevicecol2 .inner .box,
    .sevicecol2 .inner .box:nth-child(2n),
    .toiawaselink {
        flex-direction: column;
    }

    .col1box-1,
    .faqlink,
    .contractorlink,
    .sevicecol2 .inner .box,
    .sevicecol2 .inner .box:nth-child(2n),
    .sevicecol2 .inner .box .imgbox,
    .sevicecol2 .inner .box .textbox {
        width: 100%;
    }

    .col1box-1 img {
        width: 40%;
    }

    .pagetitle {
        height: 100px;
    }

    .faqcol1 h2,
    .contractorcol1 h2 {
        font-size: 18px;
    }

    .contact7 dt {
        float: none;
        width: 100%;
        text-align: left;
    }

    .contact7 dd {
        margin: 0;
    }

    .contactcol1 .left h2 {
        display: none;
    }

    .contacttext {
        margin: 0 auto;
        width: 90%;
    }


}
