@charset "UTF-8";
/* ===============
suv_kv
================== */
.suv_kv_header {
    width: 100%;
    height: 298px;
    box-sizing: border-box;
    background: url(../images/pc_1920_1080_02.jpg) center center no-repeat;
    background-size: cover;
    border-image: fill 0 linear-gradient(#00000029, #000000cf);
}

.center {
    text-align: center;
    position: relative;
    top: 48%;
}

.suv_kv_header div {
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1;
}

.suv_kv_header span {
    display: block;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 1;
    margin-top: 15px;
}

.suv_kv_header hr {
    display: inline-block;
    height: 1px;
    border: 0;
    border-top: 1px solid #CCC;
    margin: 15px 0;
    width: 150px;
    border-width: 3px;
}

.separator_line {
    width: 100%;
    height: 20px;
    background-color: #A9894A;
    box-sizing: border-box;
}

/* suv_kv pc */
@media screen and (min-width: 769px){
    .suv_kv_header {
        height: 400px;
    }

    .center {
        top: 35%;
    }

    .suv_kv_header div {
        font-size: 4.0rem;
    }

    .suv_kv_header span {
        font-size: 2.4rem;
        margin-top: 20px;
    }

    .suv_kv_header hr {
        margin: 25px 0;
    }

    .separator_line {
        height: 25px;
    }
}

/* ===============
system
================== */
.system {
    padding: 80px 0;
}

.system h2,
.floor h2 {
    margin: 0 auto 60px;
    padding: 40px 0 0;
    text-align: center;
    background: url(../images/bg_title.png) top center no-repeat;
    background-size: 60px 28px;
    font-size: 2.0rem;
    font-weight: 700;
}

.list {
    padding: 40px 11px;
    background: url(../images/bg_menu.jpeg) center center no-repeat;
    background-size: cover;
    border: 4px solid #A9894A;
}

.price {
    text-align: center;
    color: #000;
    margin-bottom: 40px;
    border-bottom: 1px solid #A9894A;
}

.price h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.1rem;
}

.price p {
    font-size: 1.5rem;
    margin-bottom: 40px;
}

.margin_none {
    margin: 0 !important;
}

.list h3 {
    text-align: center;
    color: #000;
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
}

.list div:last-of-type {
    width: 100px;
    margin: 40px auto 0;
}

/* system pc */
@media screen and (min-width: 769px){
    .system h2,
    .floor h2 {
        margin-bottom: 92px;
        padding: 50px 0 0 0;
    }

    .list {
        padding: 80px 50px 40px 50px;
        border: 6px solid #A9894A;
    }

    .price {
        margin-bottom: 60px;
    }

    .price h3 {
        margin-bottom: 25px;
    }

    .price p {
        margin-bottom: 60px;
    }
}

/* ===============
floor
================== */
.floor {
    padding: 60px 0 80px 0;
}

#slider {
    max-width: 800px !important;
    margin: 0 auto;
    width: 100% !important;
    overflow: hidden;
}

.sp-slide {
    transition: opacity 0.6s ease-in-out !important;
}
.sp-slide:not(.sp-selected) {
    opacity: 0;
}
.sp-slide.sp-selected {
    opacity: 1;
}

.sp-thumbnail {
    opacity: 0.7;
    transition: opacity 0.3s;
}

.sp-thumbnail:hover,
.sp-thumbnail.sp-selected-thumbnail {
    opacity: 1;
}

/* floor pc */
@media screen and (min-width: 769px){
    .floor {
        padding: 80px 0 100px 0;
    }  
}