@charset "UTF-8";

.cg-heading {
    background-color: #0055B8;
    color: #FFF;
    padding: 12px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    margin-top: 8px;
}

@media screen and (max-width: 640px) {
    .cg-heading {
        font-size: 16px;
        margin: 0 -10px 10px;
        padding: 8px;
    }
}

.cg-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
}

@media screen and (max-width: 640px) {
    .cg-title {
        font-size: 16px;
        margin-bottom: 8px;
    }
}

.cg-title__sub {
    font: inherit;
}

.cg-title__main {
    font: inherit;
}

.cg-title__soldout {
    display: inline-block;
    background-color: #C00;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    padding: 4px 8px 3px;
    margin-left: 4px;
    vertical-align: 5px;
}

@media screen and (max-width: 640px) {
    .cg-title__soldout {
        font-size: 12px;
        padding: 2px 8px;
    }
}

.cg-title__cap {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 8px;
}

@media screen and (max-width: 640px) {
    .cg-title__cap {
        display: none;
    }
}
/*旧カスタムギャラリー*/
.cg-old {
    width: 1000px;
    margin: 32px auto;
    border: 4px solid #CCC;
    padding: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fcfcfc;
}

@media screen and (max-width: 640px) {
    .cg-old {
        width: auto;
        padding: 10px;
        margin: 10px;
    }
}

.cg-old__title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

.cg-old__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
    .cg-old__list {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.cg-old__list:not(:first-of-type) {
    margin-top: 16px;
}

.cg-old__list li {
    font-size: 14px;
    line-height: 1.3;
    width: 25%;
}

@media screen and (max-width: 640px) {
    .cg-old__list li {
        width: 48%;
        font-size: 13px;
        margin-top: 4px;
    }
}

/*動画埋め込み*/
.footage__item {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 16px;
}

.footage__item iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/**/
.pickup-point {
    margin-top: 44px;
}

/*基本情報・状態*/
.basic-information {
    margin-top: 44px;
}

.table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 24px;
    font-size: 14px;
}

@media screen and (max-width: 640px) {
    .table {
        font-size: 12px;
    }
}

.table th, .table td {
    border: 1px solid #EFEFEF;
    padding: 8px;
}

@media screen and (max-width: 640px) {
    .table th, .table td {
        padding: 5px;
    }
}

.table th.is-pc, .table td.is-pc {
    display: table-cell;
}

@media screen and (max-width: 640px) {
    .table th.is-pc, .table td.is-pc {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .table tr {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.table th {
    width: 20%;
    text-align: left;
    background-color: #F7F7F7;
}

@media screen and (max-width: 640px) {
    .table th {
        width: 9em;
    }
}

.table td {
    width: 305px;
}

@media screen and (max-width: 640px) {
    .table td {
        width: calc(100% - 9em);
    }
}

.model-data__spec {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.model-data__spec--item {
    width: 20%;
}

/*年式*/
.model-data__spec--item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

/*走行距離*/
.model-data__spec--item:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

/*車検*/
.model-data__spec--item:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}

@media screen and (max-width: 640px) {
    .model-data__spec--item:nth-child(3) {
        display: none;
    }
}

/*排気量*/
.model-data__spec--item:nth-child(4) {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
}

/*修復歴*/
.model-data__spec--item:nth-child(5) {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
}

@media screen and (max-width: 640px) {
    .model-data__spec--item:nth-child(5) {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
}

/*車体色*/
.model-data__spec--item:nth-child(6) {
    display: none;
}

@media screen and (max-width: 640px) {
    .model-data__spec--item:nth-child(6) {
        display: block;
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }
}

.model-data__spec--item dt {
    text-align: center;
}

.model-data__spec--item dd {
    text-align: center;
    margin-top: 8px;
}

.model-data__spec--option {
    font-size: 12px;
    margin-top: 16px;
    margin-bottom: 24px;
}

@media screen and (max-width: 640px) {
    .model-data__spec--option {
        display: none;
    }
}

/*よく似たカスタムを依頼*/
.cg-button {
    margin-bottom: 16px;
}

@media screen and (max-width: 640px) {
    .cg-button {
        margin-top: 16px;
    }
}

.cg-button__link {
    display: block;
    padding: 20px 0;
    font-size: 18px;
    font-weight: 900;
    border: 1px solid #fb4809;
    background: #fb4809;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #FF6E3F),
        color-stop(90%, #fc491e));
    background: -webkit-linear-gradient(top, #FF6E3F 10%, #fc491e 90%);
    background: -o-linear-gradient(top, #FF6E3F 10%, #fc491e 90%);
    background: linear-gradient(to bottom, #FF6E3F 10%, #fc491e 90%);
    -webkit-box-shadow: 0 1px 0 rgba(153, 36, 0, 0.2);
    box-shadow: 0 1px 0 rgba(153, 36, 0, 0.2);
    color: #FFF !important;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
}

@media screen and (min-width: 640px) {
    .cg-button__link:hover {
        border: 1px solid #f5d3cb;
        background: #FFFBFA;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #FFFBFA),
            color-stop(90%, #FEE8E2));
        background: -webkit-linear-gradient(top, #FFFBFA 10%, #FEE8E2 90%);
        background: -o-linear-gradient(top, #FFFBFA 10%, #FEE8E2 90%);
        background: linear-gradient(to bottom, #FFFBFA 10%, #FEE8E2 90%);
        color: #fb4809 !important;
        text-decoration: none;
    }
}

.cg-button__cap {
    color: #C00;
    font-size: 14px;
    font-weight: 700;
    margin-top: 12px;
    margin-bottom: 16px;
}

@media screen and (max-width: 640px) {
    .cg-button__cap {
        text-align: center;
    }
}

/*右カラム*/
.heading {
    font-size: 25px;
    padding-bottom: 8px;
    margin-bottom: 24px;
    border-bottom: 3px solid #CCC;
}

@media screen and (max-width: 640px) {
    .heading {
        font-size: 20px;
        margin-bottom: 16px;
    }
}

.heading__small {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}

@media screen and (max-width: 640px) {
    .heading__small {
        font-size: 16px;
    }
}

h3.__items__content {
    font-size: 16px;
    line-height: 1.6;
}

p.__items__content {
    font-size: 14px;
    line-height: 1.6;
}

.speclst_mn_on, .speclst_mn_off {
    padding: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.speclst {
    width: 49.5%;
}

aside {
    width: 300px;
}

@media screen and (max-width: 640px) {
    aside {
        width: 100%;
        margin-top: 24px;
    }
}

/*ショップ情報*/
/**/
.cg-shop__box {
    padding: 12px;
    border: 1px solid #CCC;
}

.cg-shop__title {
    font-size: 16px;
    font-weight: 700;
}

.cg-shop h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
}

@media screen and (max-width: 640px) {
    .cg-shop h2 {
        font-size: 20px;
    }
}

.cg-shop__title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}

.cg-shop__title--border {
    border-bottom: 1px solid #CCC;
    padding-bottom: 8px;
}

.cg-shop__name {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 4px;
}

@media screen and (max-width: 640px) {
    .cg-shop__name {
        font-size: 14px;
    }
}

.cg-shop__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 16px;
}

@media screen and (max-width: 640px) {
    .cg-shop__block {
        margin-top: 8px;
    }
}

.cg-shop__meta li {
    text-indent: -3em;
    padding-left: 3em;
}

.cg-shop__header--block {
    width: 180px;
}

@media screen and (max-width: 640px) {
    .cg-shop__header--block {
        width: 110px;
    }
}

.cg-shop__header img {
    max-width: 100%;
    height: auto;
}

.cg-shop__body--block {
    width: calc(100% - 190px);
}

@media screen and (max-width: 640px) {
    .cg-shop__body--block {
        width: calc(100% - 120px);
    }
}

.cg-shop__body--margin {
    margin-top: 8px;
}

.cg-shop__body--heading {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 8px;
}

.cg-shop__link {
    display: block;
    text-align: center;
    margin: 16px 0;
    padding: 10px;
    border: 1px solid #F00;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
    color: #F00;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

@media screen and (min-width: 640px) {
    .cg-shop__link:hover {
        color: #FFF;
        background-color: #F00;
        text-decoration: none;
    }
}

.cg-banner {
    margin-top: 16px;
}

@media screen and (max-width: 640px) {
    .cg-banner {
        text-align: center;
    }
}

.cg-shop__contact {
    text-align: center;
}

.cg-shop__contact--title {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 2px;
}

.cg-shop__contact--cap {
    font-size: 11px;
    margin-top: 4px;
}

.cg-shop__tel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.cg-shop__tel--icon {
    color: #FFF;
    background-color: #F00;
    padding: 4px 6px 3px;
    border-radius: 4px;
}

.cg-shop__tel--number {
    color: #F00;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    margin-left: 8px;
}

.slide-container {
    padding: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #0055B8;
}

@media screen and (max-width: 640px) {
    .slide-container {
        padding: 10px;
    }
}

.slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.slick-arrow {
    width: 20px;
    height: 20px;
    padding: 8px;
    background-color: #FFF;
    border-radius: 20px;
    cursor: pointer;
}

@media screen and (max-width: 640px) {
    .slick-arrow {
        width: 24px;
        height: 24px;
        padding: 5px;
    }
}

.prev-arrow {
    left: 10px;
    z-index: 10;
}

.next-arrow {
    right: 10px;
}

.slide__cap {
    color: #0055B8;
    margin-top: 4px;
}

.slider-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 640px) {
    .slider-block {
        display: block;
        margin: 0 -10px;
    }
}

.model-data {
    width: calc(100% - 660px);
}

@media screen and (max-width: 640px) {
    .model-data {
        width: 100%;
        padding: 10px;
    }
}

.slider__main {
    width: 640px;
}

@media screen and (max-width: 640px) {
    .slider__main {
        width: 100%;
    }
}

.slider__thumbnail {
    margin-top: 8px;
    padding: 4px 30px;
}

.slider__thumbnail .slick-current {
    position: relative;
}

.slider__thumbnail .slick-current::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border: 2px solid #ff0;
}

.slider__thumbnail .slide-arrow {
    width: 8px;
    height: 8px;
}

@media screen and (max-width: 640px) {
    .slider__thumbnail .slide-arrow {
        width: 20px;
        height: 20px;
    }
}

.slider__thumbnail .prev-arrow {
    left: 0;
}

.slider__thumbnail .next-arrow {
    right: 0;
}

.thumbnail img {
    max-width: 100%;
    height: auto;
    cursor: pointer;
}

.slider__main--image {
    background-color: #FFF;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px;
}

.slider__main--image .slider__image {
    max-width: 100%;
    height: auto;
    margin: auto;
}

.cg-floating {
    display: none;
}

@media screen and (max-width: 640px) {
    .cg-floating {
        display: block;
        position: -webkit-sticky;
        position: sticky;
        z-index: 100000;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 -10px;
    }
}

.cg-floating ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cg-floating li {
    width: 25%;
}

.cg-floating li:not(:first-child) {
    border-left: 1px solid #2771c8;
}

.cg-floating a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 21px 0;
    font-size: 14px;
    text-decoration: none;
    color: #FFF;
    background-color: #0055B8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.cg-floating a>span {
    text-indent: -14px;
}

.cg-floating a>span::after {
    margin-left: 7px;
    position: absolute;
    top: 40%;
    content: '';
    width: 6px;
    height: 6px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.cg-warpper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 44px;
}

@media screen and (max-width: 640px) {
    .cg-warpper {
        display: block;
        margin-top: 24px;
    }
}

.cg-contents {
    width: 680px;
}

@media screen and (max-width: 640px) {
    .cg-contents {
        width: 100%;
    }
}

.slider__main--image, .slider__thumbnail {
    opacity: 0;
    -webkit-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
}

.slider__main--image.slick-initialized, .slider__thumbnail.slick-initialized
    {
    opacity: 1;
}
