/**2022.08.30
add .l-auto-header__lineup__text
*******************************/
.l-auto-header__lineup__text {
    font-size: 12px !important;
}


/**2023.02.13
My Honda 追加対応
*******************************/

@media screen and (max-width: 768px) {
    .l-auto-header__buttons .l-auto-header__myhonda .l-auto-header__myhonda--link {
        width: 52px;
        height: auto;
        margin-bottom: 6px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-decoration-line: none;
        gap: 5px;
        padding-top: 6px;
    }
    .l-auto-header__buttons .l-auto-header__myhonda .l-auto-header__myhonda--link img{
        width: 16px;
        height: auto;
    }
    .l-auto-header__buttons .l-auto-header__myhonda .l-auto-header__myhonda--link span{
        font-size: 10px;
        color: var(--color-black);
    }
    .l-container .l-container__inner.bg-grey {
        background-color: var(--color-light-gray);
    }

    .l-container .l-container__inner .bnr-area {
        display: flex;
        flex-direction: column;
        gap: 20px;
        border: 2px solid #000;
        padding: 15px;
        background-color: #fff;
        border-radius: 8px;
    }

    .l-container .l-container__inner .bnr-area .img{
        width: 100%;
    }
    .l-container .l-container__inner .bnr-area .img a{
        width: 100%;
        transition: 0.3s;
    }
    .l-container .l-container__inner .bnr-area .img a:hover{
        opacity: 0.6;
        transition: 0.3s;
    }
    .l-container .l-container__inner .bnr-area .img img{
        width: 100%;
    }

    .l-container .l-container__inner .bnr-area .text{
        width: 100%;
    }
    .l-container .l-container__inner .bnr-area .text p{
        font-size: 14px;
        margin-bottom: 15px;
    }
    .l-container .l-container__inner .bnr-area .text p br{
        display: none;
    }
    .l-container .l-container__inner .bnr-area .text a{
        width: 220px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #000;
        text-decoration-line: none;
        border-radius: 50px;
        margin: auto;
    }
    .l-container .l-container__inner .bnr-area .text a span{
        font-size: 14px;
        font-weight: 700;
        color: var(--color-white);
    }
}

@media screen and (min-width: 769px) {
    .l-auto-header__buttons .l-auto-header__myhonda .l-auto-header__myhonda--link {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        gap: 10px;
    }
    .l-auto-header__buttons .l-auto-header__myhonda .l-auto-header__myhonda--link img{
        width: 16px;
        height: auto;
    }
    .l-auto-header__buttons .l-auto-header__myhonda .l-auto-header__myhonda--link span{
        font-size: 14px;
        color: var(--color-black);
        font-weight: normal;
    }
    .l-auto-header__buttons .l-auto-header__myhonda a{
        font-weight: 700;
        color: var(--color-black);
        text-decoration-line: none;
    }
    .l-container .l-container__inner .bnr-area {
        display: flex;
        justify-content: flex-start;
        gap: 40px;
        border: 2px solid var(--color-light-gray);
        padding: 30px;
    }
    .l-container .l-container__inner .bnr-area .img{
        max-width: 512px;
    }
    .l-container .l-container__inner .bnr-area .img a{
        width: 100%;
        transition: 0.3s;
    }
    .l-container .l-container__inner .bnr-area .img a:hover{
        opacity: 0.6;
        transition: 0.3s;
    }
    .l-container .l-container__inner .bnr-area .img img{
        width: 100%;
    }

    .l-container .l-container__inner .bnr-area .text{
        width: 260px;
        padding-top: 30px;
    }
    .l-container .l-container__inner .bnr-area .text p{
        font-size: 16px;
        margin-bottom: 30px;
    }
    .l-container .l-container__inner .bnr-area .text a{
        width: 220px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #000;
        text-decoration-line: none;
        margin-left: auto;
        border-radius: 50px;
    }
    .l-container .l-container__inner .bnr-area .text a span{
        font-size: 14px;
        font-weight: 700;
        color: var(--color-white);
    }
}

/**2023.08.03
法人ページへの導線追加対応
*******************************/
.l-container .l-container__inner .fleetsales_bnr:hover {
    opacity: 0.6;
    transition: 0.3s;
}
.l-container .l-container__inner .fleetsales_bnr a {
    display: inline-block;
    width: 100%;
}
.l-container .l-container__inner .fleetsales_bnr a picture {
    display: inline-block;
    width: 100%;
}
.l-container .l-container__inner .fleetsales_bnr a picture img {
    width: 100%;
}
@media screen and (min-width: 769px) {
    .l-container .l-container__inner .fleetsales_bnr {
        margin-top: 15px;
        width: 482px;
        transition: 0.3s;
    }
}

@media screen and (max-width: 768px) {
    .l-container .l-container__inner .fleetsales_bnr {
        margin-top: 10px;
        width: 100%;
        transition: 0.3s;
    }
}

/**2023.10.05
メンテナンス告知対応
*******************************/
@media screen and (min-width: 769px) {
    .c-info-area__body.maintenance {
        height: auto;
    }
    .c-info-area__body.maintenance p {
        font-size: 14px;
    }
    .c-info-area__body.maintenance p > span {
        font-size: 12px;
    }
}
@media screen and (max-width: 768px) {
    .c-info-area__body.maintenance p {
        font-size: 11px;
    }
}

.p-banner > ul {
    gap: 10px;
    justify-content: center;
}

.p-banner > ul .p-banner__item {
    padding-right: 0;
}

@media screen and (max-width: 768px) {
    .p-banner > ul {
        gap: 2%;
        padding: 0;
        margin: 0;
        justify-content: center;
    }
    .p-banner > ul .p-banner__item {
        width: 32%;
    }
    .p-banner__item:first-child {
        padding-left: 0;
        /* width: 34.66%; */
    }
    .p-banner__item:last-child {
        /* width: 34.66%; */
    }
}

/**2024.01.31
ティザー追加対応
*******************************/

.c-lineup__block , .l-auto-header__lineup__block {
    position: relative;
}
.js-favorite-teaser , .js-header-list-teaser {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    color: #cc0000;
}
.js-lineup-teaser {
    color: #cc0000;
}

/**2024.02.28
CR-V e:FCEV追加対応
*******************************/
.l-auto-header__lineup .l-auto-header__lineup__item {
    height: 150px!important;
}
.l-auto-header__lineup .l-auto-header__lineup__item .l-auto-header__lineup__block {
    min-height: 150px!important;
}
.l-auto-header__lineup .l-auto-header__lineup__item .l-auto-header__lineup__block .l-auto-header__lineup__text {
    line-height: 1.2!important;
}

/**2024.08.05
Google搭載追加対応
*******************************/
@media screen and (min-width: 769px){
    .u-flex-wrap--pc {
        flex-wrap: wrap;
        gap: 30px 0;
    }
}

/**2024.11.18
ヘッダー改修
*******************************/
.l-auto-header__banner .l-auto-header__banner__image,
.l-auto-header__banner .l-auto-header__banner__image-icon {
    transition: border-color .4s ease;
}
.l-auto-header__banner:hover .l-auto-header__banner__image,
.l-auto-header__banner:hover .l-auto-header__banner__image-icon {
    border-color: #000;
}
@media screen and (max-width: 768px) {
    .l-auto-header__nav__item .l-auto-header__nav__link--top {
        padding-right: 20px;
        padding-left: 20px;
    }
    .l-auto-header__nav__item .l-auto-header__nav__link--top::before,
    .l-auto-header__nav__item .l-auto-header__nav__link--top::after {
        background-image: none!important;
    }
    .l-auto-header__col .l-auto-header__link-list__link--arrow {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .l-auto-header__wrapper .l-auto-header__inner {
        grid-template-columns: 260px 1fr;
    }
    .l-auto-header .l-auto-header__logo img {
        width: 260px;
    }
    .l-auto-header__wrapper .l-auto-header__buttons > .l-auto-header__button {
        padding-left: 8px;
    }
}