@charset "utf-8";


/* ==================================================================
    naturalgrace.css

=================================================================== */

/* ==================================================================
   ■ 共通指定
=================================================================== */
.contents .text._s {
    margin-bottom: 0;
}
.contents .text._l {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 20px;
}

.contents .buttonStyle.light-blue {
    max-width: 348px;
    margin-top: 40px;
}
    .contents .buttonStyle.light-blue a {
        width: 100%;
        font-size: 1.6rem;
        padding: 17px 32px;
        text-align: center;
    }
    .contents .buttonStyle.light-blue a:hover {
        opacity: 1;
    }

/* --------------------------------
   □  accent
-------------------------------- */
#naturalgrace .accent {
    background-image: url(../../images/naturalgrace/accent_pc.jpg);
}
    #naturalgrace .accent .heading {
        text-transform: capitalize;
        margin-bottom: 20px;
    }

/* ◆ slider
-------------------------------- */
.accentBox .slider {
    position: static;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
.accentBox .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.accentBox .slick-slider,
.accentBox .slick-slider .slick-track,
.accentBox .slick-slider .slick-list {
    height: 100%;
}
.accentBox .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.accentBox .slick-num {
    color: #36353D;
    font-size: 1.5rem;
    letter-spacing: 0.08em;
    position: absolute;
    right: 86px;
    bottom: 4%;
    text-align: center;
}
.accentBox .slick-prev,
.accentBox .slick-next {
    color: #36353D;
    font-size: 0;
    top: auto;
    bottom: 4%;
    left: auto;
    right: 156px;
    z-index: 1;
    width: auto;
    height: auto;
    padding: 6px 0;
    transition:.4s;
    transform: none;
  }
    .accentBox .slick-next {
        right: 0;
    }
    .accentBox .slick-prev:before {
        content: none;
    }
    .accentBox .slick-prev:after,
    .accentBox .slick-next:before {
        content:'PREV';
        color: #36353D;
        font-size: 1.4rem;
        font-family: 'EB Garamond', serif;
        font-weight: 500;
        letter-spacing: 0.08em;
        opacity: 1;
        padding: 0 10px;
        line-height: 1;
    }
    .accentBox .slick-next:before {
        content:'NEXT';
    }
    .accentBox .slick-prev:hover,
    .accentBox .slick-next:hover {
        opacity: 0.7;
    }

/* --------------------------------
   □  背景画像
-------------------------------- */
#naturalgrace main {
    background-image: url(../../images/naturalgrace/main_bg.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 50px;
}

#naturalgrace footer {
    padding-top: 0;
}

/* --------------------------------
   □  explain
-------------------------------- */
#explain .lv3.title {
    margin-bottom: 60px;
}
#explain .boxArea .txtArea {
    width: 40%;
}
    #explain .boxArea .text.bold {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }
#explain .boxArea figure {
    width: 50%;
}

/* --------------------------------
   □  morebtn
-------------------------------- */
#morebtn {
    padding-top: 0;
}


@media (max-width: 1600px) and (min-width: 768px) {
}


@media (max-width: 1400px) and (min-width: 768px) {
}


@media (max-width: 1300px) and (min-width: 768px) {
    /* --------------------------------
       □  accent
    -------------------------------- */
    /* ◆ slider
    -------------------------------- */
    .accentBox .slick-num {
        right: calc( 86px + 4% );
    }
    .accentBox .slick-prev {
        right: calc( 156px + 4% );
    }
    .accentBox .slick-next {
        right: 4%;
    }
}


@media (max-width: 1200px) and (min-width: 768px) {
    /* --------------------------------
       □  explain
    -------------------------------- */
    #explain .boxArea figure {
        width: 52%;
    }
    #explain .boxArea .txtArea {
        width: 46%;
    }
}


/* タブレット用
-------------------------------------------- */
@media (max-width: 999px) and (min-width: 768px) {
    /* ==================================================================
       ■ 共通指定
    =================================================================== */
    #naturalgrace .buttonStyle.light-blue {
        margin-top: 30px;
    }
}


@media only screen and (max-width : 767px) {
    /* ==================================================================
       ■ 共通指定
    =================================================================== */
    .contents .text,
    .contents .text._s {
        margin-bottom: 0;
    }
    .contents .text._l {
        font-size: 1.8rem;
    }

    .contents .buttonStyle.light-blue {
        max-width: 280px;
        margin-top: 20px;
    }
        .contents .buttonStyle.light-blue a {
            font-size: 1.4rem;
            padding: 12px;
        }

    /* --------------------------------
       □  accent
    -------------------------------- */
    #naturalgrace .accent {
        background-image: url(../../images/naturalgrace/accent_sp.jpg);
        background-position: center;
    }
        #naturalgrace .accent .txtArea {
            width: 92%;
            top: 8%;
            bottom: auto;
            left: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            color: #111!important;
        }

    /* ◆ slider
    -------------------------------- */
    /*
    .accentBox .slick-prev {
        right: auto;
        left: 4%;
        bottom: 4%;
    }
    .accentBox .slick-next {
        right: 4%;
        left: auto;
        bottom: 4%;
    }
    .accentBox .slick-num {
        bottom: 4%;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
    */

    .accentBox .slider,
    .accentBox .slider .slick-img,
    .accentBox .slider .slick-img img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .accentBox .slider {
        margin: 0;
        overflow: hidden;
    }
    .accentBox .slick-prev,
    .accentBox .slick-next,
    .accentBox .slick-num {
        display: none;
    }

    /* --------------------------------
       □  背景画像
    -------------------------------- */
    #naturalgrace main {
        background-position: center;
        background-size: contain;
        background-repeat: repeat-y;
        padding-bottom: 0;
    }

    /* --------------------------------
       □  explain
    -------------------------------- */
    #explain .lv3.title {
        margin-bottom: 30px;
    }
    #explain .boxArea {
        padding: 0;
    }
    #explain .boxArea .txtArea {
        padding: 10px 4% 40px;
        position: relative;
    }
        #explain .boxArea .text.bold {
            font-size: 1.6rem;
            margin-bottom: 10px;
        }
    #explain .boxArea figure img {
        width: 100%;
    }

}