@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap');

/*==================================================
スライダーのためのcss
===================================*/
* {
    font-style: normal;
    margin: 0;
    padding: 0;
}

/*画像の横幅を100%にしてレスポンシブ化*/
.galleryMainImg img,
.thumbImg img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    /*画像の下にできる余白を削除*/
    border: none;
}

/*メイン画像下に余白をつける*/
#galleryImg {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}

#imgTitle {
    width: 100%;
}

#imgTitle img {
    width: 100%;
}

.gallery {
    width: 65% !important;
    margin: 0 0 5px 0;
    float: left;
}

#galleryRight {
    width: 34%;
    float: right;
}

#galleryRight h3 {
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
    border-bottom: solid 3px #E60012;
}

.detailPriceTitle {
    font-size: clamp(13px, 1.5vw, 16px) !important;
    color: #231815;
}

.detailPrice {
    font-size: clamp(20px, 2.5vw, 35px) !important;
    color: #E60012;
    display: inline-block;
    letter-spacing: 0.01rem;
    font-weight: bold;
    margin-left: 5px;
    margin-right: 5px;
}

.tax2 {
    color: #231815;
    font-size: clamp(10px, 1vw, 12px) !important;
}

.tani2 {
    font-size: clamp(13px, 1.5vw, 16px) !important;
    color: #231815;
    display: inline-block;
}

#galleryRight table {
    width: 100%;
    margin-top: 10px;
    border-top: solid 1px #DCDDDD;
    border-right: solid 1px #DCDDDD;
    color: #231815;
}

#galleryRight table td {
    border-bottom: solid 1px #DCDDDD;
    border-left: solid 1px #DCDDDD;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: clamp(13px, 1.5vw, 16px) !important;
}

tr.backGray td {
    background-color: #F7F8F8;
}

.iconArea {
    width: 100%;
    margin-top: 10px;
}

.iconArea li {
    width: 23.5%;
    display: block;
    margin-right: 2%;
    float: left;
    margin-bottom: 5px;
}

.iconArea li:nth-child(4n) {
    margin-right: 0;
}

.iconArea li img {
    width: 100%;
}

#infoTelArea {
    width: 100%;
    margin-top: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #f7f8f8;
}

#infoTelArea dl {
    width: 100%;
    display: flex;
}

#infoTelArea dl dt {
    width: 50%;
    text-align: center;
}

#infoTelArea dl dd {
    width: 50%;
    text-align: center;
}

#infoTelArea h4 {
    width: 100%;
    text-align: center;
    font-size: clamp(16px, 2vw, 20px) !important;
    color: #231815;
    margin-bottom: 15px;
    font-weight: bold;
}

#infoTelArea dl h5 {
    font-size: clamp(10px, 1vw, 13px) !important;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #fff;
    background-color: #231815;
    border-radius: 20px;
    display: inline-block;
}

.shopTel3 {
    font-size: clamp(18px, 2vw, 24px) !important;
    color: #E60012;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
}

.saleTime3 {
    font-size: clamp(10px, 1vw, 13px) !important;
    color: #231815;
    font-weight: bold;
}

#contactMessage {
    background: #e60012;
    font-weight: bold;
    color: #fff;
    font-size: clamp(22px, 2vw, 28px);
    position: relative;
    /* font-family: "M PLUS 1p"; */
    text-align: center;
    padding: 15px 0;
    margin: 45px 0 25px;
    line-height: 1.2;
}

#contactMessage::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #e60012;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin: 0 0 0 -12px;
    z-index: 3;
}

.mainContent {
    width: 100%;
    margin-bottom: 70px;
}

#contactTitle {
    background: #F7F8F8;
    font-weight: bold;
    color: #231815;
    font-size: clamp(22px, 2vw, 28px);
    position: relative;
    /* font-family: "M PLUS 1p"; */
    text-align: center;
    padding: 25px 0;
    margin: 30px 0 0px;
    line-height: 1;
}

h2#carSpec {
    font-size: clamp(22px, 2vw, 28px);
    color: #E60012;
    font-weight: bold;
}

h2#carSpec::before {
    display: inline-block;
    vertical-align: middle;
    content: url(/zaiko/img/car_icon.svg);
    width: 6%;
    max-width: 60px;
    margin-right: 0.5em;
}

table.carSpec1 {
    width: 100%;
    border-top: solid 2px #DCDDDD;
    border-left: solid 2px #DCDDDD;
    font-size: clamp(14px, 1.5vw, 18px);
    margin-bottom: 50px;
    margin-top: 10px;
}

table.carSpec1 td {
    width: 16.66%;
    border-bottom: solid 2px #DCDDDD;
    border-right: solid 2px #DCDDDD;
    text-align: left;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #231815;
}

.carSpecName {
    font-weight: bold;
    background-color: #F7F8F8;
}

h2#carSpecSobi {
    font-size: clamp(22px, 2vw, 28px);
    color: #E60012;
    font-weight: bold;
}

table.carSpec2 {
    width: 100%;
    border-top: solid 2px #DCDDDD;
    border-left: solid 2px #DCDDDD;
    font-size: clamp(14px, 1.5vw, 18px);
    margin-bottom: 50px;
    margin-top: 10px;
}

table.carSpec2 td {
    width: 16.66%;
    border-bottom: solid 2px #DCDDDD;
    border-right: solid 2px #DCDDDD;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #231815;
}

h2#reasonTitle {
    font-size: clamp(22px, 2vw, 28px);
    color: #231815;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: solid 2px #e60012;
    border-bottom: solid 2px #E60012;
    background-color: #F7F8F8;
    text-align: center;
}

.reasonRed {
    color: #E60012;
}

.reasonBox {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.dl-reason {
    border-bottom: solid 1px #DCDDDD;
}

/* .dl-reason > * { border:solid 1px #dcdcdc; border-bottom:none; } */
.dl-reason>dt {
    padding-top: 20px;
    padding-bottom: 20px;
    cursor: pointer;
    position: relative;
    border-top: solid 1px #DCDDDD;
}

.dl-reason>dt>h3 {
    font-size: clamp(18px, 2vw, 23px);
    font-weight: bold;
}

.dl-reason>dt:after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #E60012;
    border-right: 2px solid #E60012;
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 0px;
    -ms-transition: all .5s;
    transition: all .5s;
    margin-top: -5px
}

.dl-reason>dt.active:after {
    transform: rotate(-45deg);
}

.dl-reason>dd {
    display: none;
    padding-bottom: 20px;
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1.5;
}

/*同一車種*/
.otherList {
    margin: 20px auto 30px;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.otherList li {
    box-sizing: border-box;
    width: 24%;
    margin-right: 0.5%;
    margin-left: 0.5%;
    border: solid 1px #DCDDDD;
}

.otherList li table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.otherList li table th {
    background: #f39800 none repeat scroll 0 0;
    border-right: solid 1px #DCDDDD;
    color: #fff;
}

.otherList li table tr>* {
    /* border: 1px solid #dcdcdc; */
    border-bottom: solid 1px #DCDDDD;
    font-size: clamp(13px, 2vw, 14px);
    padding: 7px 10px 7px;
    font-weight: normal;
}

.otherList li table tr td center * {
    padding: 0;
    line-height: 35px !important;
}

.otherList a {
    text-decoration: none;
}

.arrow {
    display: inline-block;
    font-size: 90%;
    padding: 0 10px 0 18px;
    position: relative;
    text-decoration: none;
}

.otherList .detailBtn {
    background-color: #E60012;
    ;
    color: #fff;
    display: block;
    font-size: 90%;
    font-weight: bold;
    padding: 12px 0 12px 5px;
    margin-top: 10px;
    text-align: center;
    width: auto;
    border-left: solid 1px #DCDDDD;
    border-right: solid 1px #DCDDDD;
    border-bottom: solid 1px #DCDDDD;
    /* border-left: solid 1px #DCDDDD;
    border-right: solid 1px #DCDDDD; */
}

.arrow::after {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 3px 0 3px 10px;
    content: " ";
    height: 0;
    margin-top: -3px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 0;
}


.detailPriceList {
    font-size: clamp(18px, 2.5vw, 28px);
    color: #e60012;
    font-weight: bold;
}

h2.lineup {
    font-size: clamp(22px, 2vw, 28px);
    color: #E60012;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: solid 2px #E60012;
    background-color: #F7F8F8;
    text-align: center;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
    position: absolute;
    /*絶対配置にする*/
    z-index: 3;
    top: 42%;
    cursor: pointer;
    /*マウスカーソルを指マークに*/
    outline: none;
    /*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #ccc;
    /*矢印の色*/
    border-right: 2px solid #ccc;
    /*矢印の色*/
    height: 40px;
    width: 40px;
}

.slick-prev {
    /*戻る矢印の位置と形状*/
    left: 2.5%;
    transform: rotate(-135deg);
}

.slick-next {
    /*次へ矢印の位置と形状*/
    right: 2.5%;
    transform: rotate(45deg);
}

.arrow_r_a {
    position: absolute;
    display: inline-block;
    padding-left: 30px;
    color: #333;
    text-decoration: none;
    top: 40% !important;
    right: 2.5%;
    z-index: 3;
    cursor: pointer;
}

.arrow_r_a:before {
    content: '';
    width: 60px;
    height: 60px;
    background: #F00;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: -3px;
    margin-top: -9px;
}

.arrow_r_a:after {
    content: '';
    width: 20px;
    height: 20px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: 10px;
    transform: rotate(45deg);
}

.arrow_r_b {
    position: absolute;
    display: inline-block;
    padding-left: 30px;
    color: #333;
    text-decoration: none;
    top: 40% !important;
    left: 2.5%;
    z-index: 3;
    cursor: pointer;
}

.arrow_r_b:before {
    content: '';
    width: 60px;
    height: 60px;
    background: #F00;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -3px;
    margin-top: -9px;
}

.arrow_r_b:after {
    content: '';
    width: 20px;
    height: 20px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: 10px;
    transform: rotate(225deg);
}

/*選択するサムネイル画像の設定*/
.slide-navigation {
    position: relative;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.slide-navigation .item {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    width: 9.5%;
    height: 100%;
    margin: 0.25%;
    padding: 0;
    border: solid 2px #ccc;
    box-sizing: border-box;
}

.slide-navigation .item:hover {
    border: solid 2px #c8142d !important;
    box-sizing: border-box;
}

.slide-navigation .item::before {
    display: block;
    padding-top: 70%;
    content: "";
}

.slide-navigation .item img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
}

.slide-navigation .current::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.5;
    background: #000;
    /* border: solid 5px #F00;
    box-sizing: border-box; */
}

.gallery {
    margin: 0;
    padding: 0;
    width: 100%;
}

.galleryMainImg {
    width: 100%;
    font-size: 0px;
}


.arrow {
    display: inline-block;
    font-size: 90%;
    padding: 0 10px 0 18px;
    position: relative;
    text-decoration: none;
}

.arrow::after {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 3px 0 3px 10px;
    content: " ";
    height: 0;
    margin-top: -3px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 0;
}

.type {
    font-size: clamp(12px, 1.5vw, 14px) !important;
    color: #FFF;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
    float: right;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 10px;
}

.type1 {
    background-color: #E60012;
}

.type2 {
    background-color: #22AC38;
}

.carContnet {
    width: 100%;
    /* display: flex;
  flex-direction: column;
  order: 1; */
}

@media screen and (max-width:767px) {
    .mainContent {
        width: 100%;
        margin-bottom: 40px;
    }

    .slick-dots {
        position: absolute;
        bottom: -50px;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
        background-color: #e7e7e7;
    }

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 15px;
        height: 40px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

    .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 20px;
        /* height: 20px; */
        padding: 5px;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: transparent;
    }

    .slick-dots li button:hover,
    .slick-dots li button:focus {
        outline: none;
    }

    .slick-dots li button:hover:before,
    .slick-dots li button:focus:before {
        opacity: 1;
    }

    .slick-dots li button:before {
        font-family: 'slick';
        font-size: 40px;
        line-height: 35px;
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 40px;
        content: '•';
        text-align: center;
        opacity: .25;
        color: black;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .slick-dots li.slick-active button:before {
        opacity: .75;
        color: black;
    }

    .gallery {
        background-color: #000;
    }

    #mainImg {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        position: relative;
        /* min-height: 150px; */
    }

    .otherList li {
        box-sizing: border-box;
        width: 49%;
        margin-right: 0.5%;
        margin-left: 0.5%;
        border: solid 1px #DCDDDD;
    }

    h2.lineup {
        font-size: 18px;
        color: #E60012;
        font-weight: bold;
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: solid 2px #E60012;
        background-color: #F7F8F8;
        text-align: left;
        padding-left: 10px;
    }

    .type {
        font-size: 14px !important;
        color: #FFF;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 10px;
        float: right;
        padding-top: 5px;
        padding-bottom: 5px;
        border-radius: 10px;
    }

    .arrow_r_a {
        display: none;
    }

    .arrow_r_a:before {
        display: none;
    }

    .arrow_r_a:after {
        display: none;
    }

    .arrow_r_b {
        display: none;
    }

    .arrow_r_b:before {
        display: none;
    }

    .arrow_r_b:after {
        display: none;
    }

    #galleryRight {
        display: none;
    }

    .gallery {
        width: 100% !important;
        margin: 0 0 0 0;
        float: none;
    }

    .slide-navigation .item {
        position: relative;
        cursor: pointer;
        overflow: hidden;
        width: 16.16%;
        height: 100%;
        margin: 0.25%;
        padding: 0;
        border: solid 2px #ccc;
        box-sizing: border-box;
    }

    #gallerySP {
        width: 100%;
        margin-top: 30px;
    }

    #gallerySP h3 {
        width: 100%;
        text-align: center;
        padding-bottom: 5px;
        border-bottom: solid 3px #E60012;
    }

    #gallerySP table {
        width: 100%;
        margin-top: 20px;
        border-top: solid 1px #DCDDDD;
        border-right: solid 1px #DCDDDD;
        color: #231815;
        margin-bottom: 20px;
    }

    #gallerySP table td {
        border-bottom: solid 1px #DCDDDD;
        border-left: solid 1px #DCDDDD;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 15px !important;
    }

    .detailPriceTitle {
        font-size: 16px !important;
        color: #231815;
    }

    .detailPrice {
        font-size: 35px !important;
        color: #E60012;
        display: inline-block;
        letter-spacing: 0.01rem;
        font-weight: bold;
        margin-left: 5px;
        margin-right: 5px;
    }

    .tax2 {
        color: #231815;
        font-size: 12px !important;
    }

    .tani2 {
        font-size: 16px !important;
        color: #231815;
        display: inline-block;
    }

    .spNone {
        display: none;
    }

    h2#carSpecSp {
        font-size: 24px;
        color: #E60012;
        font-weight: bold;
        margin-top: 30px;
    }

    h2#carSpecSp::before {
        display: inline-block;
        vertical-align: middle;
        content: url(/zaiko/img/car_icon.svg);
        width: 10%;
        max-width: 60px;
        margin-right: 0.5em;
    }

    h2#carSpecSobiSp {
        font-size: 24px;
        color: #E60012;
        font-weight: bold;
    }

    table.carSpec1 {
        width: 100%;
        border-top: solid 2px #DCDDDD;
        border-left: solid 2px #DCDDDD;
        font-size: 15px;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    table.carSpec1 td {
        width: 50%;
        border-bottom: solid 2px #DCDDDD;
        border-right: solid 2px #DCDDDD;
        text-align: left;
        padding-left: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        color: #231815;
        box-sizing: border-box;
    }

    table.carSpec2 {
        width: 100%;
        border-top: solid 2px #DCDDDD;
        border-left: solid 2px #DCDDDD;
        font-size: 15px;
        margin-bottom: 30px;
        margin-top: 10px;
    }

    table.carSpec2 td {
        width: 50%;
        border-bottom: solid 2px #DCDDDD;
        border-right: solid 2px #DCDDDD;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        color: #231815;
    }

    #contactMessage {
        background: #e60012;
        font-weight: bold;
        color: #fff;
        font-size: 18px;
        position: relative;
        text-align: center;
        padding: 15px 10px;
        margin: 45px 0 25px;
        line-height: 1.2;
    }

    #infoTelArea {
        width: 100%;
        margin-top: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 5px;
        padding-right: 5px;
        background-color: #fff;
    }

    #infoTelArea dl {
        width: 100%;
        display: block;
    }

    #infoTelArea dl dt {
        width: 100%;
        text-align: center;
    }

    #infoTelArea dl dd {
        width: 100%;
        text-align: center;
    }

    #infoTelArea h4 {
        width: 100%;
        text-align: center;
        font-size: 20px !important;
        color: #231815;
        margin-bottom: 20px;
        font-weight: bold;
    }

    #infoTelArea dl h5 {
        font-size: 14px !important;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        color: #fff;
        background-color: #231815;
        border-radius: 20px;
        display: inline-block;
    }

    .shopTel3 {
        font-size: 30px !important;
        color: #E60012;
        font-weight: bold;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .saleTime3 {
        font-size: 14px !important;
        color: #231815;
        font-weight: bold;
        margin-bottom: 30px;
    }

    #contactTitle {
        background: #F7F8F8;
        font-weight: bold;
        color: #231815;
        font-size: 20px;
        position: relative;
        /* font-family: "M PLUS 1p"; */
        text-align: left;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 10px;
        margin: 30px 0 0px;
        line-height: 1;
        border-bottom: solid 2px #e60012;
    }

    .reasonRed {
        color: #E60012;
        line-height: 1.5;
    }

    h2#reasonTitle {
        font-size: 24px;
        color: #231815;
        font-weight: bold;
        padding-top: 15px;
        padding-bottom: 10px;
        border-top: solid 2px #e60012;
        border-bottom: solid 2px #E60012;
        background-color: #F7F8F8;
        text-align: center;
    }

    .reasonBox {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .dl-reason>dt {
        padding-top: 15px;
        padding-bottom: 15px;
        cursor: pointer;
        position: relative;
        border-top: solid 1px #DCDDDD;
    }

    .dl-reason>dt>h3 {
        /* font-size: 18px; */
        font-size: 16px;
        font-weight: bold;
    }

    .dl-reason>dt:after {
        content: "";
        width: 10px;
        height: 10px;
        border-top: 2px solid #E60012;
        border-right: 2px solid #E60012;
        transform: rotate(135deg);
        position: absolute;
        top: 50%;
        right: 0px;
        -ms-transition: all .5s;
        transition: all .5s;
        margin-top: -5px
    }

    .dl-reason>dt.active:after {
        transform: rotate(-45deg);
    }

    .dl-reason>dd {
        display: none;
        padding-bottom: 10px;
        font-size: 16px;
        line-height: 1.5;
    }

    .returnBtn {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
    }
    .returnBtn img {
        width: 100%;
    }
    .detailPriceList {
        font-size: 25px;
    }
}

@media screen and (min-width:768px) {
    #gallerySP {
        display: none;
    }

    .pcNone {
        display: none;
    }
}

@media screen and (min-width:1000px) {

    #spFrame {
        display: none;
    }

    .spDisplay {
        display: none;
    }

    /* a[href*="tel"] {
        pointer-events: none;
    } */

}

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

    .siq_bR,
    .siq_bL {
        bottom: 55px !important;
        left: 1px !important;
    }
    #zsiq_float img {
        width: 80% !important;
    }
    .zsiq_custommain {
        position: fixed;
        z-index: 1;
        height: 110px !important;
    }
    #zsiq_float {
        position: absolute;
        top: -5px !important;
        right: 0px !important;
    }
    .siq_bL {
        bottom: 55px !important;
    }
}

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

    .siq_bR,
    .siq_bL {
        bottom: 110px !important;
        left: 0px !important;
    }
    #zsiq_float img {
        width: 100% !important;
    }
    }
