@charset "UTF-8";

/* Google font Icon */
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap);

body {
    --bs-body-bg: #ffffff;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-border-color: #eaeced;
    font-family: "Noto Sans JP", sans-serif;
}

#loading {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 19998;
    background-color: rgba(100, 100, 100, 0.3);
    overflow: hidden;
    text-align: center;
}

/*実質header*/
div.container {
    background-color: #fff;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .3);
    transition-duration: .5s;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10000;
    background-color: #ffffff;
    padding-left: 0;
    padding-right: 0;
}

#main {
    margin: auto;
    padding-top: 2em;
    max-width: 990px;
}

a {
    color: inherit;
    text-decoration: none;
}

.form-message {
    color: #e92e3c;
    text-align: center;
    font-size: 18px;
}

.validation-error {
    display: block;
    font-size: 16px;
    padding: 3px 0px 3px 0px;
    color: #e92e3c;
}

.header-container {
    margin: 0 auto;
    height: 9vw;
}

@media (min-width: 768px) {
    #header {
        display: flex;
        justify-content: center;
    }

    .header-container {
        height: 80px;
    }
}

.header-container .header-logo {
    position: absolute;
    font-size: 0;
}

.header-container .header-logo {
    top: 3.5vw;
    left: 3.5vw;
}

@media (min-width: 768px) {
    .header-container .header-logo {
        top: auto;
        left: auto;
    }
}

.header-container .header-logo img {
    width: auto;
    height: 3.5vw;
}

@media (min-width: 768px) {
    .header-container .header-logo img {
        height: auto;
    }
}

.header-title {
    white-space: nowrap;
    margin-left: 20px;
    vertical-align: middle;
    text-align: left;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    color: rgba(0, 0, 0, 1);
}

@media (min-width: 576px) {
    .header-title {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .header-title {
        font-size: 24px;
    }
}

.header-menu-icon {
    position: absolute;
    text-decoration: none;
    top: 3.5vw;
    right: 3.5vw;
    display: block;
}

.header-menu-icon .-lines {
    position: relative;
    width: 9.2vw;
    margin-bottom: 1.9vw;
}

.header-menu-icon .-lines>span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #d70c19;
    transition-duration: .5s;
}

.header-menu-icon .-lines>span:nth-child(1) {
    transform: translateY(-0.725vw);
}

.-isMenu .header-menu-icon .-lines>span:nth-child(1) {
    transform: translateY(0) rotate(-15deg);
}

.header-menu-icon .-lines>span:nth-child(2) {
    transform: translateY(0.725vw);
}

.-isMenu .header-menu-icon .-lines>span:nth-child(2) {
    transform: translateY(0) rotate(15deg);
}

.header-menu-icon .-label {
    display: block;
    color: #d70c19;
    font-family: "Poppins", sans-serif;
}

.header-menu-icon .-label {
    font-size: 2.2vw;
    text-align: center;
}

.header-contents {
    display: none;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;
    padding-left: 20px;
    height: 100vh;
}

.header-contents-text {
    margin-bottom: 22px;
}

.header-contents-link {
    font-size: 20px;
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
}

.header-contents-link.active {
    text-decoration: solid underline 2px;
    text-decoration-color: #d70c19 !important;
    text-underline-offset: 5px;
}

a.header-contents-link img,
a.nav-link img {
    margin-left: 6px;
    margin-bottom: 2px;
    width: 15px;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
    box-shadow: 0px 8px 5px -5px rgba(0, 0, 0, 0.2);
}

.nav-scroller .nav {
    font-family: 'Noto Sans JP' !important;
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    color: #3e3e3e;
}

.nav-item.active {
    text-decoration: solid underline 2px;
    text-decoration-color: #d70c19 !important;
    text-underline-offset: 5px;
}

footer {
    width: 100%;
    margin-top: 0px;
    /*50px;*/
    max-width: 100% !important;
    background-color: rgba(215, 12, 25, 1);
}

.footer-text1 {
    white-space: nowrap;
    text-align: left;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #ffffff;
}

.footer-text2 {
    white-space: nowrap;
    text-align: left;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    color: #ffffff;
}

.footer-text3 {
    white-space: nowrap;
    text-align: left;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #ffffff;
}

.footer-text2 a {
    color: inherit;
    text-decoration: none;
}

.footer-hr {
    margin-top: 0 !important;
    --bs-border-width: 2px;
    opacity: .9;
    border-color: #f9d1d1;
}

div.container {
    position: fixed;
    width: 100%;
    max-width: 100% !important;
    top: 0;
    z-index: 10000;
    background-color: #ffffff;
}

main.container {
    padding-top: 5vw;
}

@media (min-width: 768px) {
    main.container {
        padding-top: 125px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {}


.d-lg-block {
    display: none !important;
}


.google-map iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}

.screen-box {
    position: relative;
    border-width: 2px;
    border-style: solid;
    border-color: #D5D8D8;
}

.screen-box a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.screen-box2 {
    position: relative;
    border-width: 3px;
    border-style: solid;
    border-color: #D70C19;
}

.screen-box2 a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.main-title {
    font-weight: 500;
    font-size: 16px;
    color: rgba(104, 109, 113, 1);
}

.corp-name {
    white-space: nowrap;
    font-weight: bold;
    font-size: 26px;
    color: rgba(215, 12, 25, 1);
}

.store-name {
    white-space: nowrap;
    font-size: 24px;
    color: rgba(215, 12, 25, 1);
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
}

.main-title-area {
    border-bottom: 1px solid #EAEBEB;
    padding-bottom: 1em;
    margin-bottom: 3.2em;
}

.news-category-list {
    font-size: 14px;
    color: #A0A0A0;
}

.news-category-list .news-category-separator {
    padding: 0px 6px;
}

.news-category-list .news-category-item {
}

.news-category-list .news-category-item.selected {
    color: #D70C19;
    font-weight: bold;
}

.main-title1 {
    display: block;
    white-space: nowrap;
    font-size: 32px;
    max-width: 1200px;
    font-family: "Poppins", SemiBold, sans-serif;
    font-weight: 600;
    color: #D70C19;
}

.main-title2 {
    display: block;
    white-space: nowrap;
    font-size: 20px;
    font-family: "Noto Sans JP", Midium, sans-serif;
    color: #D70C19;
}

.area-title {
    color: #b1b1b1;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
}

.area-title+h5 {
    margin-top: .2em;
    margin-bottom: 1em;
    font-size: 18px;
    font-weight: 700;
}

.main-info {
    margin-bottom: 15px
}

.main-info-img {
    max-width: 100%;
    height: auto;
}

.main-info-date-area {
    margin-top: -10px;
}

.main-info-title-area {
    margin: -5px 0 5px 0;
}

.main-info-date {
    display: inline-block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 10px;
    color: rgba(122, 128, 128, 1);
    white-space: nowrap;
}

.main-info-date-area .news-category {
    padding-left: 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 10px;
    color: rgba(122, 128, 128, 1);
    white-space: nowrap;
}

.main-info-title {
    display: inline-block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
}

.main-info-text {
    display: inline-block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 10px;
    color: rgba(122, 128, 128, 1);
}

#car-area {
    position: relative;
}

.car-info .screen-box {
    height: 276px;
    cursor: pointer;
    text-align: center
}

.car-info .screen-box .car-img {
    height: 130px;
}

.car-info-img {
    max-width: 100%;
    max-height: 130px;
    height: auto;
    vertical-align: bottom;
}

.car-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}

.car-info-logo {
    max-width: 100%;
    max-height: 50px;
    height: auto;
    vertical-align: bottom;
}

.car-info-text {
    white-space: nowrap;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    color: rgba(78, 83, 86, 1);
}

.test-car-info-img {
    max-width: 100%;
    max-height: 130px;
    height: auto;
    vertical-align: bottom;
}

.test-car-desc-title {
    white-space: nowrap;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 10px;
    color: rgba(122, 128, 128, 1);
}

.test-car-desc-text {
    white-space: nowrap;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    color: rgba(0, 0, 0, 1);
}

.event-none-button {
    border-radius: 30px;
    pointer-events: none;
}

.try-button {
    border-radius: 30px;
    width: 45% !important;
}

.disp-button {
    border-radius: 30px;
    width: 45% !important;
}

.common-button {
    border-radius: 30px;
    width: 45% !important;
}

@media (min-width: 768px) {
    .common-button {
        width: 30% !important;
    }
}

.common-button-area {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 5px;
}

.inquiry-img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

.inquiry-text {
    white-space: nowrap;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    color: rgba(78, 83, 86, 1);
}

@media (min-width: 768px) {
    .inquiry-text {
        font-size: 15px;
    }
}

.store-area {
    margin-top: 30px;
}

.store-info {
    margin-bottom: 12px;
}

.store-info-title {
    text-align: left;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    color: rgba(122, 128, 128, 1);
}

.store-info-text {
    display: inline-block;
    text-align: left;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
}

.access-text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
}

.d-md-block .access-text {
    margin-bottom: 20px;
}

.d-md-none .access-text {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .store-info-title {
        font-size: 13px;
    }

    .store-info-text {
        font-size: 16px;
    }
}

.service-area-title {
    text-align: left;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    color: rgba(78, 83, 86, 1);
}

.service-area-hr {
    margin-top: 0 !important;
    --bs-border-width: 2px;
    opacity: .9;
    border-color: #adb5bd;
}

.service-text {
    display: block;
    text-align: left;
    margin-top: 12px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
}

.span-byd {
    margin: auto;
    color: #D70C19;
    font-size: inherit;
    font-weight: bold;
}

.staff>div {
    margin-right: auto;
    margin-left: auto;
}

.staff-img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

.staff-post {
    text-align: left;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
}

.staff-name {
    text-align: left;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 25px;
    color: rgba(0, 0, 0, 1);
}

@media (min-width: 768px) {
    .staff-name {
        font-size: 30px;
    }
}

.staff-text {
    white-space: pre-wrap;
    text-align: left;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
}

.staff-area-hr {
    margin-top: 0 !important;
    --bs-border-width: 1px;
    opacity: .9;
    border-color: #adb5bd;
}

.preview-wrap {
    position: fixed;
    top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    z-index: 255;
}

.preview-bar {
    width: 450px;
    background: rgba(255, 30, 0, 0.5);
    color: #FFFFFF;
    z-index: 255;
    line-height: 35px;
}

#slider-wrapeer {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    overflow: hidden;
}

#slider-wrapeer>ul {
    padding: 0px;
}

#slider-wrapeer>ul li.slide-item {
    padding: 0px;
    margin-right: 8px;
    margin-left: 8px;
}

#slider-wrapeer>ul li.slide-item img {
    max-height: 850px;
}

#slider .slick-slide:not(.slick-center) {
    -webkit-filter: blur(8px);
    -moz-filter: blur(8px);
    -ms-filter: blur(8px);
    filter: blur(8px);
}

#slider .slick-prev {
    left: calc((100% - 1200px) / 2);
    z-index: 100;
}

#slider .slick-next {
    right: calc((100% - 1200px) / 2);
    z-index: 100;
}

#slider .slick-dots {
    position: absolute;
    bottom: 10px;
}

.slick-arrow {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
    width: 20px;
    height: 38px;
    color: transparent;
    z-index: 1;
    transition: opacity 0.5s;
    z-index: 1;
}

.slick-arrow:hover {
    opacity: 0.7;
}

/* 共通設定 */

.slick-next::before,
.slick-next::after,
.slick-prev::before,
.slick-prev::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.slick-next::after,
.slick-prev::after {
    width: 26px;
    height: 26px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.slick-next {
    right: 26px;
}

.slick-next::after {
    right: 4px;
    transform: rotate(45deg);
}

.slick-prev {
    left: 26px;
}

.slick-prev::after {
    left: 4px;
    transform: rotate(-135deg);
}

.slick-dots li button:before {
    color: #EEEEEE;
    opacity: 0.8;
}

.slick-dots li.slick-active button:before {
    color: #D70B1A;
    opacity: 0.8;
}

.slick-dots li button::before {
    font-size: 12px;
    line-height: 12px;
}

.btn-grey {
    background-color: #7A8080;
    color: #A3A3A3;
    border-color: #7A8080;
    cursor: default !important;
}

.btn-grey:hover,
.btn-grey:active {
    background-color: #7A8080 !important;
    color: #A3A3A3 !important;
    border-color: #7A8080 !important;
}

.car-type {}

.car-type .car-type-item {
    display: inline-block;
    border-radius: 14px;
    margin-left: 2px;
    margin-right: 2px;
    width: calc(50% - 10px);
    line-height: 32px;
    text-align: center;
}

.car-type .car-type-item.passive {
    color: #A3A3A3;
    background-color: #7A8080;
}

.car-type .car-type-item.active {
    color: #FFFFFF;
    background-color: #D70C19;
}

.car-detail {
    display: none;
    position: relative;
    width: 100%;
    text-align: left;
    margin: 12px;

    border-width: 2px;
    border-style: solid;
    border-color: #cdc7c7;
    box-sizing: border-box;
}

.car-detail .car-detail-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 20px 20px 0px;
}

.car-detail .car-detail-list .car-detail-item {
    padding-left: 20px;
    padding-top: 20px;
}

.car-detail .car-type .car-type-item {
    width: 90px;
    line-height: 28px;
}

.car-detail .car-detail-info {
    margin-top: 10px;
    display: flex;

}

.car-detail .car-detail-info .car-info-detail-img {
    width: 180px;
    margin-right: 20px;
}

.car-detail .car-detail-info .car-info-detail-img img {
    max-width: 100%;
    max-height: 130px;
    height: auto;
}

.car-detail .car-detail-info .info-item {}

.car-detail .car-detail-info .info-item .label {
    display: inline-block;
    white-space: nowrap;
    font-size: 10px;
    color: rgba(122, 128, 128, 1);
    width: 70px;
}

.unit {
    font-size: 10px;
    color: rgba(122, 128, 128, 1);
}

.car-detail .car-detail-info .info-item .value {
    white-space: nowrap;
}

.car-detail .car-detail-button {
    margin-top: 14px;
}

.btn-outline-danger {
    --bs-btn-color: #D70C19;
    --bs-btn-border-color: #D70C19;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #D70C19;
    --bs-btn-hover-border-color: #D70C19;
    --bs-btn-focus-shadow-rgb: 220, 53, 69;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #D70C19;
    --bs-btn-active-border-color: #dc3545;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #D70C19;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #D70C19;
    --bs-gradient: none;
}

.btn-outline-danger {
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
}

.btn-outline-normal {
    border: 1px solid #808080;
    color: #808080;
    background-color: #FFFFFF;
}

.btn-outline-normal:hover {
    color: #808080;
    background-color: #F0F0F0;
}

.btn-outline-normal {
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
}

.car-detail-button .btn:hover,
.car-detail-button .btn:active {
    background-color: #FFFFFF !important;
    color: #D70C19 !important;
}

.car-detail-button .btn2:hover,
.car-detail-button .btn2:active {
    background-color: rgba(215, 12, 25, 1) !important;
    color: #FFFFFF !important;
}

.car-detail-button a.btn {
    border-radius: 30px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.car-detail-button a.btn img {
    margin-left: 5px;
}

.anchor-point {
    height: 1px;
    display: block;
    padding-top: 50px;
    margin-top: -50px;
}

@media (min-width: 768px) {
    .anchor-point {
        height: 1px;
        display: block;
        padding-top: 100px;
        margin-top: -100px;
    }
}

.footer-text2 .sns-item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.footer-text2 .sns-item i {
    margin-right: 6px;
    vertical-align: middle;
}

.shop-options {
    position: relative;
    width: 100%;

    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 10px;
}

.shop-options .shop-option-item {
    min-width: 48%;
    margin-bottom: 20px;
    white-space: nowrap;
}

.shop-options .shop-option-item img {
    width: 36px;
    margin-right: 12px;
}

.page-title {
    color: #4E5356;
    border-bottom: 1px solid #EAEBEB;
    font-size: 30px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 40px;
}

.page-title .page-date {
    font-size: 20px;
    color: #D70C19;
    font-weight: bold;
}

.page-title .page-date .news-category {
    font-size: 20px;
    color: #D70C19;
    font-weight: bold;
    margin-left: 20px;
}

.news-list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-around;
}

.news-item {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
}

.news-item .news-image {
    min-width: 370px;
}

.news-item .news-image img {
    width: 100%;
    max-width: 100%;
    border-radius: 35px;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
}

.news-item .news-info {
    width: 100%;
    min-width: 300px;
}

.news-item .news-date {
    color: #D70C19;
    font-weight: bold;
}

.news-item .news-date .news-category {
    color: #D70C19;
    font-weight: bold;
    margin-left: 12px;
}

.news-item .news-title {
    font-size: 20px;
}

.news-item .news-lead {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    color: rgba(78, 83, 86, 1);
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.news-item .news-link {
    padding-right: 10px;
    padding-top: 5px;
    text-align: right;
}

.news-item .news-link a img {
    margin-left: 4px;
}

.news-item .news-link a {
    white-space: nowrap;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    color: rgba(215, 12, 25, 1);
    fill: #d70c19;
    text-decoration: underline;
}

@media (min-width: 768px) {
    .news-item .news-image img {
        max-width: 340px;
    }

    .news-item .news-info {
        width: calc(100% - 370px);
    }
}

.right-block2 {
    margin-top: 80px;
}

.news-info-list {}

.news-info-list .news-info {
    margin-bottom: 40px;
}

.news-info-list .news-info .news-image {
    margin-bottom: 30px;
}

.news-info-list .news-info .news-image img {
    max-width: 100%;
    border-radius: 35px;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
}

.news-info-list .news-info .news-text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
}

.news-text a {
  color: #D70C19;
  text-decoration: underline;
}

.news-detail-button-div {
    display: flex;
    justify-content: space-around;
    margin-top: 60px;
}

.news-detail-button-side-text {
    text-align: left;
    font-family: Source Sans Pro;
    font-weight: bold;
    font-size: 18px;
    color: rgba(215, 12, 25, 1);
}

.news-detail-button {
    width: 50% !important;
    border-radius: 30px;
    --bs-btn-font-size: 1.10rem;
    height: 45px;
}

.info-table {
    margin-bottom: 80px;
}

.info-table .title {
    font-size: 23px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.info-table th {
    width: 200px;
    display: block;
    padding: 30px 5px 10px 5px;
    font-weight: normal;
    border-bottom: none;
    color: #D70C19;
}

.info-table td {
    display: block;
    padding: 0px 5px 10px 5px;
    border-bottom: 1px solid #EAEBEB;
}

.info-table td a {
    color: #4F9EDD;
    text-decoration: underline;
}

@media (min-width: 768px) {
    .info-table th {
        display: table-cell;
        padding: 30px 5px 10px 5px;
        border-bottom: 1px solid #EAEBEB;
    }

    .info-table td {
        display: table-cell;
        padding: 30px 5px 10px 5px;
        border-bottom: 1px solid #EAEBEB;
    }
}

.car-lineup-button-area {
    background-color: #EBEBEB;
    border-radius: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 384px;
}

.car-lineup-button-area .car-lineup-button {
    text-align: center;
    padding: 2px;
}

.car-lineup-button-area .car-lineup-button a {
    display: inline-block;
    border-radius: 16px;
    text-align: center;
    width: 188px;
    line-height: 46px;
    color: #4E5356;
}

.car-lineup-button-area .car-lineup-button a.active {
    background-color: #D70C19;
    color: #FFFFFF;
}

.car-lineup-list {}

.car-lineup-list .car-lineup-item {
    display: block;
    margin: 40px 0px 40px 0px;
    border-radius: 32px;
    padding: 20px 20px 30px 20px;
}

.car-lineup-list .car-lineup-item .car-lineup-title {
    display: block;
    white-space: nowrap;
    text-align: left;
    font-family: Source Sans Pro;
    font-weight: bold;
    font-size: 36px;
    color: rgba(0, 0, 0, 1);
    border-bottom: 1px solid #D7DADA;
}

.car-lineup-list .car-lineup-item .car-lineup-comment {
    margin-top: 20px;
}

.car-lineup-list .car-lineup-item .car-lineup-item2 {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.car-lineup-list .car-lineup-item .car-lineup-item2 .car-type {
    margin-bottom: 6px;
}

.car-lineup-list .car-lineup-item .car-lineup-item2 .car-detail-image {
    width: 100%;
}

.car-lineup-list .car-lineup-item .car-lineup-item2 .car-image img {
    max-width: 100%;
}

.car-lineup-list .car-lineup-item .car-lineup-item2 .car-detail-info {
    width: 100%;
}

.car-lineup-list .car-lineup-item .car-detail-button {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 40px;
}

.car-lineup-list .car-lineup-item .car-detail-button a {
    width: 100%;
    white-space: nowrap;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
}

.car-lineup-list .car-lineup-item .car-detail-button a.btn2 {
    position: relative;
    background-color: rgba(215, 12, 25, 1);
    border-radius: 30px;
    color: #FFFFFF;
    padding: 9px 20px 9px 15px;
    text-align: center;
    font-size: 15px;
}

@media (min-width: 768px) {
    .car-lineup-list .car-lineup-item {
        padding: 20px 40px 40px 40px;
    }

    .car-lineup-list .car-lineup-item .car-lineup-title {
        font-size: 50px;
        display: inline-block;
        width: 100%;
    }

    .car-lineup-list .car-lineup-item .car-lineup-item2 .car-detail-image {
        width: 330px;
    }

    .car-lineup-list .car-lineup-item .car-lineup-item2 .car-image img {
        max-width: 320px;
    }

    .car-lineup-list .car-lineup-item .car-lineup-item2 .car-detail-info {
        width: calc(100% - 360px);
    }

    .car-lineup-list .car-lineup-item .car-detail-button {
        flex-wrap: nowrap;
    }

    .car-lineup-list .car-lineup-item .car-detail-button a {
        margin-left: 10px;
        margin-right: 10px;
        width: 250px;
    }
}

.type-tab {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.type-tab .type-tab-item {
    display: block;
    margin-top: 10px;
    margin-right: 10px;
    width: 100%;
}

.type-tab .type-tab-item a {
    display: block;
    width: 100%;
    border-radius: 30px;
}

@media (min-width: 768px) {
    .type-tab .type-tab-item {
        display: inline;
        width: auto;
    }

    .type-tab .type-tab-item a {
        display: inline;
        width: auto;
    }
}

span.inactive {
    border: #808080;
    color: #808080;
}

span.inactive:hover {
    border: #808080;
    color: #808080;
    background-color: #FFFFFF;
}

span.inactive:active {
    border: #808080 !important;
    color: #808080 !important;
    background-color: #FFFFFF !important;
}

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

.checkbox-list label {
    margin-right: 20px;
}

.checkbox-list label input {
    display: inline !important;
    width: auto !important;
    margin-right: 6px !important;
}

.confirm-textarea {
    padding: 4px !important;
    border: 1px solid #F0F0F0 !important;
}

.page-external-link {
    text-align: left;
}

.page-external-link a {
    font-weight: bold;
    font-size: 16px;
    text-decoration: underline;
}

.page-external-link a img {
    margin-left: 5px;
}

.header-container {
    margin: 0;
}

main.container {
    padding-top: 43px;
}

@media (min-width: 768px) {
    main.container {
        padding-top: 125px;
    }
}

footer {
    padding: 20px 20px 20px 20px;
}

footer .footer-logo {
    text-align: center;
}

.all-dealer footer .copyright {
    text-align: right;
}

/* フローティングメニュー */
.floating-cta-r a,
.floating-cta-b a {
    background-color: #D5414B;
    background-clip: padding-box;
    color: #FFFFFF;
    border: 2px solid rgba(255, 255, 255, 0.8);
    font-size: 12px;
    text-align: center;
    padding: 8px 5px 5px 5px;
}

.floating-cta-r a img,
.floating-cta-b a img {
    width: 50px;
}

.floating-cta-r {
    display: none;
}

.floating-cta-b {
    position: fixed;
    z-index: 20000;
    bottom: 0px;

    display: flex;
    box-sizing: border-box;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
}

.floating-cta-b a {
    width: 132px;
    flex-grow: 1;
    border-left: none;
    border-bottom: none;
}

.floating-cta-b a:last-child {
    border-right: none;
}

.floating-cta-b a div {
    margin-top: 4px;
}

@media (min-width: 768px) {
    .floating-cta-r {
        position: fixed;
        z-index: 20000;
        right: 0px;
        bottom: 160px;

        display: flex;
        box-sizing: border-box;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .floating-cta-r a:first-child {
        border-top-left-radius: 8px;
        border-bottom: none;
    }

    .floating-cta-r a:last-child {
        border-bottom-left-radius: 8px;
        border-top: none;
    }

    .floating-cta-r a div {
        margin-top: 4px;
    }

    .floating-cta-b {
        display: none;
    }
}

@media (max-width: 767px) {
    footer.py-5 {
        padding-bottom: 100px !important;
    }
}

.header-dealer-info {
    display: inline-block;
    text-align: left;
    font-size: 14px;
    line-height: 1.3em;
    padding-top: 10px;
}

.header-dealer-info .header-dealer-other .label {
    font-size: 13px;
    color: rgba(122, 128, 128, 1);
    padding-right: 10px;
}

.header-dealer-info .header-dealer-other .label:nth-child(n+2) {
    padding-left: 20px;
}

.pre-footer {
    width: 100%;
    background-color: #F5F5F5;
    margin-top: 40px;
}

.pre-footer .pre-footer-inner {
    margin: 0 auto;
    padding: 30px 15px;
    max-width: 1320px;
    text-align: center;
}

.pre-footer-row1 {
    display: flex;
    justify-content: flex-start;
    text-align: left;
}

.pre-footer .pre-footer-inner .store-area {
    margin-top: 0px;
    width: 50%;
}

.pre-footer .pre-footer-inner .google-map {
    width: 50%;
}

.pre-footer .pre-footer-inner .google-map iframe {}

.pre-footer-row2 {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.pre-footer-row2 a {
    position: relative;
    background-color: rgba(215, 12, 25, 1);
    border-radius: 30px;
    color: #FFFFFF;
    padding: 9px 20px 9px 15px;
    width: 215px;
    text-align: center;
    font-size: 15px;
}

.pre-footer-row2 a img {
    position: absolute;
    right: 17px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 14px;
    height: 14px;
}

.category-pulldown {
    width: 100%;
    height: 42px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    border-radius: 0;
    box-sizing: border-box;
    line-height: 24px;
    padding: 0 10px;
    position: relative;
    border: 1px solid #ddd;
}

@media (max-width: 767px) {
    .pre-footer-row1 {
        flex-wrap: wrap;
    }

    .pre-footer .pre-footer-inner .store-area {
        width: 100%;
    }

    .pre-footer .pre-footer-inner .google-map {
        width: 100%;
        margin-bottom: 20px;
    }

    .pre-footer-row2 {
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }

    .pre-footer-row2 a {
        width: 90%;
    }
}


/*PC時上書き*/
@media (min-width: 769px) {
    div.container {
        border-bottom-right-radius: 14px;
        border-bottom-left-radius: 14px;
    }

    .nav-scroller.border-bottom {
        border-bottom: none !important;
    }

    .store-name {
        font-size: 24px;
    }

    .area-title+h5 {
        font-size: 24px;
    }

    .main-title1 {
        font-size: 52px;
    }

}