/*
Theme Name: Exponent Child
Description: Exponent Child Theme
Author: Brand Exponents
Template: exponent
Version: 1.0
*/


.main-container {
    margin: auto;
    background-color: #ECF1E0;
}

.main-container > p, h2 {
    margin: auto;
    background-color: #ECF1E0;
    font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
}

.main-container-wrapper {
    width: 80%;
    max-width: 960px;
    margin: auto;
    padding: 3.0em;
}

.hero {
    padding-top: 25%;
    padding-bottom: 25%;
    text-align: center;
}

.main-container-wrapper section {
    margin-top: 100px;
}

.main-container-wrapper h2 {
    position: relative;
    text-align: center;
    margin-bottom: 60px;
}

.main-container-wrapper h2::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 1.0px;
    bottom: -8px;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
    background-color: #274707;
}

.section-content-wrapper {
    margin-top: 100px;
}


.row-items {
    display: flex;
    justify-content: space-between;
}

.row-reverse {
    flex-direction: row-reverse;
}

.row-half {
    width: 50%;
}

.column-items {
    display: flex;
    flex-direction: column;
}

.item {
    margin: 20px;
    align-self: center;
}

.item img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

#works .item {
    margin: 0;
}

#works .l-pic {
    width: 65%;
    height: 40vh
}

#works .s-pic {
    width: 35%;
    height: auto;
}

#cta {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

/* ==================== */
/* メディアクエリ */
/* ==================== */
@media screen and (max-width: 767px) {

    .main-container {
        width: 100%;
    }

    .main-container-wrapper {
        width: 100%;
        padding: 0.5em;
    }

    .row-items {
        flex-direction: column;
    }

    .row-half {
        width: 80%;
    }

    #works .l-pic,
    #works .s-pic {
        width: 80%;
    }

    #works .l-pic,
    #works .s-pic > div {
        height: 30vh;
    }
}


/* 壁面施工｜制作事例 */
.wall-work-1 {
    background-image: url("http://developfloral02.local/wp-content/uploads/2023/12/004-scaled.jpg");
    background-size: cover;
    height: 100%;
}

.wall-work-2 {
    background-image: url("http://developfloral02.local/wp-content/uploads/2023/12/004-scaled.jpg");
    background-size: cover;
    height: 20vh;
}

.wall-work-3 {
    background-image: url("http://developfloral02.local/wp-content/uploads/2023/12/004-scaled.jpg");
    background-size: cover;
    height: 20vh;
}

/* ワンポイント｜制作事例 */
.point-work-1 {
    background-image: url("http://developfloral02.local/wp-content/uploads/2023/12/004-scaled.jpg");
    background-size: cover;
    height: 100%;
}

.point-work-2 {
    background-image: url("http://developfloral02.local/wp-content/uploads/2023/12/004-scaled.jpg");
    background-size: cover;
    height: 20vh;
}

.point-work-3 {
    background-image: url("http://developfloral02.local/wp-content/uploads/2023/12/004-scaled.jpg");
    background-size: cover;
    height: 20vh;
}

/* フライングボール｜制作事例 */
.flying-work-1 {
    background-image: url("http://developfloral02.local/wp-content/uploads/2023/12/004-scaled.jpg");
    background-size: cover;
    height: 100%;
}

.flying-work-2 {
    background-image: url("http://developfloral02.local/wp-content/uploads/2023/12/004-scaled.jpg");
    background-size: cover;
    height: 20vh;
}

.flying-work-3 {
    background-image: url("http://developfloral02.local/wp-content/uploads/2023/12/004-scaled.jpg");
    background-size: cover;
    height: 20vh;
}

/* ボタンデザイン */
.button-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin:0 auto;
    padding: .9em 2em;
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 25%), 0 2px 3px -2px rgb(0 0 0 / 15%);
    background-color: #274707;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
}

.button-3:hover {
    background-color: #ffffff;
    color: #274707;
    transition: 0.5s;
}

/* FAQデザイン */
.qa-7 {
    margin-bottom: 10px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
    background-color: #fff;
}

.qa-7 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.qa-7 summary::before,
.qa-7 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-7 summary::before {
    color: #75bbff;
    content: "Q";
}

.qa-7 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-7[open] summary::after {
    transform: rotate(225deg);
}

.qa-7 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-7[open] p {
    transform: none;
    opacity: 1;
}

.qa-7 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}

/* スライダー（slick） */
.slider.slick-initialized.slick-slider.slick-dotted {
    padding-left: 0;
}

.slick-next:before, .slick-prev:before {
    color: #274707 !important;
}










