@charset "utf-8";
/*-------------------------------------------------------*/
/* index_1-3 に適用                                      */
/*------------------------------------------------------*/
/* fontサイズの基準を設定 */
html {
    width: 100%;
    height: 100%;
    font-size: 62.5%;
    margin: 0;
    padding: 0;
}

body {
    /* width: 1920px; */
    margin: 0 auto;
}
@media screen and (max-width:768px) {
    body {
        width: 100%;
        /* margin: 0;
        padding: 0; */
    }
}

a {
    text-decoration: none;
}
ul {
    margin: 0;
    padding: 0;
}

/* car lineup */
.car-lineup {
    padding: 90px 0 65px 0;
}
.car-lineup__container {
    max-width: 1190px;
    margin: 0 auto;
}
.car-lineup__title {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.car-lineup__title-en {
    font: 500 6.0rem DINCond-Bold;
    color: #004c9e;
    margin: 0;
}
.car-lineup__title-jp {
    font: 400 1.8rem 'Noto Sans JP', sans-serif;
    margin: 0;
    transform: translateY(-70%);
}
.car-lineup__menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 50px 0 0 0;
}
.car-lineup__menu-container {
    /* max-width: 540px; */
    width: 540px;
    /* padding: 10px; */
    /* margin: 0 -10px; */
    /* padding: -20px; */
}
.car-lineup__menu-anc {
    font: 700 3.0rem 'Noto Sans JP', sans-serif;
    /* color: #004c9e; */
}
/* .car-lineup__menu-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 260px;
    height: 80px;
    background-color: #ffffff;
    text-align: center;
} */
.car-lineup__menu-button_l {
    border: 2px solid #004c9e;
    border-radius: 10px 0 0 10px; 
}
.car-lineup__menu-button_r {
    border: 2px solid #004c9e;
    border-radius: 0 10px 10px 0; 
}
.car-lineup__list-container {
    display: flex;
    flex-direction: column;
    margin: 60px 0 0 0;
}
.car-lineup__list-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.car-lineup__list-item {
    list-style: none;
    margin: 0 20px;
}
.car-lineup__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    color: #090E18;
}
.car-lineup__name {
    font: 700 2.2rem 'Noto Sans JP', sans-serif;
    margin: 0;
    transform: translateY(40px);
    text-align: center;
}
.car-lineup__list-img {
    width: 340px;
}
/* swiper関連 */
/* .swiper-slide:first-child.swiper-slide-thumb-active ~ .Tabs__presentation-slider {
    width: 260px;
    height: 80px;
    background-color: #004c9e;
}
.swiper-slide:nth-child(2).swiper-slide-thumb-active ~ .Tabs__presentation-slider {
    width: 260px;
    height: 80px;
    background-color: #004c9e;
}
.Tabs__presentation-slider {
    background-color: #004c9e;
    width: 260px;
    height: 80px;
} */
.car-lineup__menu-button_l.swiper-slide {
    flex-shrink:unset;
}
.car-lineup__menu-button.swiper-slide {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 260px;
    height: 80px;
    background-color: #ffffff;
    text-align: center;
    /* border: 2px solid #004c9e; */

}
.car-lineup__menu-button.swiper-slide a{
    color: #004c9e;
}
.car-lineup__menu-button.swiper-slide-thumb-active {
    background-color: #004c9e;
}
.car-lineup__menu-button.swiper-slide-thumb-active a{
    color: #ffffff;
}
/*----------------- スマホ対応 ------------------*/
@media screen and (max-width:768px) {
    .car-lineup {
        padding: 70px 20px 0 20px;
    }
        .car-lineup__container {
        max-width: 100%;
    }
    .car-lineup__title-en {
        font: 500 5.0rem DINCond-Bold;
    }
    .car-lineup__title-jp {
        font: 400 1.6rem 'Noto Sans JP', sans-serif;
        transform: translateY(-40%);
    }
    .car-lineup__menu {
        margin: 30px 0 0 0;
    }
    .car-lineup__menu-container {
        width: 100%;
    }
    .car-lineup__menu-anc {
        font: 700 2.6rem 'Noto Sans JP', sans-serif;
    }
    .car-lineup__list-container {
        margin: 30px 0 0 0;
    }
    .car-lineup__list-row {
        display: flex;
        flex-direction: row;        
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .car-lineup__name {
        font: 700 1.5rem 'Noto Sans JP', sans-serif;
        transform: translateY(20px);
    }
    .car-lineup__menu-button.swiper-slide {
        width: 160px;
        height: 60px;
    }
    .car-lineup__list-img {
        width: 160px;
    }
    .car-lineup__list-item {
        margin: 0;
    }
}

/* information */
.information {
    padding: 0 0 120px 0;
}
.information__container {
    max-width: 1190px;
    /* height: 960px; */
    border: 6px solid #000000;
    margin: 90px auto;
} 
.information__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
}
.information__cont-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
.information__catch-text {
    font: 700 1.8rem 'Noto Sans JP', sans-serif;
    transform: translateY(-80%);
}
.information__text-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
.information__catch {
    font: 700 6.0rem 'LINE Seed JP App_OTF', sans-serif;
    color: #000000;
    margin: 40px 0 0 0;
    /* margin: 400px 0 0 0; */
}
.information__catch-img {
    height: 260px;
}
.information__point-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.information__point {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.information__point:first-child {
    margin: 0 30px 0 0;
}
.information__point:last-child {
    margin: 0 0 0 30px;
}
.information__point-text {
    font: 700 1.8rem 'Noto Sans JP', sans-serif;
    line-height: 1.8;
    align-self: center;
    text-align: center;
}
.information__title {
    font: 700 6.0rem 'LINE Seed JP App_OTF', sans-serif;
    color: #000000;
    margin: 80px 0 35px 0;
}
.information__img {
    padding: 0 40px;
}
.information__link-div {
    background-color: #ff0210;
    width: 400px;
    border-radius: 10px;
    margin: 60px auto 60px auto;
}
.information__link-anc {
    font: 700 2.6rem 'Noto Sans JP', sans-serif;
    color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 30px 0;
    line-height: 1;
}
.information__link-anc:hover {
    color: #cccccc;
}
/*----------------- スマホ対応 ------------------*/
@media screen and (max-width:768px) {
    .information {
        padding: 0 20px;
    }
    .information__container {
        width: 100%;
        border: 3px solid #000000;
        margin: 70px auto;
    } 
    .information__point-list {
        display: flex;
        flex-direction: column;
    }
    .information__point {
        margin: 0 0 40px 0;
    }
    .information__point:first-child {
        margin: 0 0 40px 0;
    }
    .information__point:last-child {
        margin: 0 0 40px 0;
    }
    .information__link-div {
        /* width: 320px; */
        width: min(320px, 100%);
        margin: 20px auto 20px auto;
    }
    .information__link-anc {
        padding: 15px 0;
    }
    .information__title {
        font-size: 3.5rem;
        margin: 10px 0;
    }
    .information__catch-text {
        font: 700 1.5rem 'Noto Sans JP', sans-serif;
        white-space: wrap;
        margin: 30px 0;
        transform: translateY(-40%);
    }
    .information__point-text {
        font: 700 1.5rem 'Noto Sans JP', sans-serif;
        line-height: 1.6;
        padding: 15px 0 0 0;
    }
    .information__catch-img {
        width: 100%;
        height: 100%;
    }
    .information__catch {
        font: 700 4.0rem 'LINE Seed JP App_OTF', sans-serif;
        line-height: 1.2;
        margin: 10px 0 10px 0;
        text-align: center;
    }
    .information__img {
        padding: 0;
    }
}

/* news list*/
.newslist {
    padding: 0 0 200px 0;
}
.newslist__pre-container {
    padding: 100px 0;
}
.newslist__container {
    max-width: 1090px;
    margin: 0 auto;
}
.newslist__title {
    display: block;
    margin: 0 auto 32px;
    font: 600 6.0rem 'Noto Sans JP', sans-serif;
    text-align: center;
    line-height: 1.0;
}
.newslist__list-item {
    list-style: none;
    padding: 10px 0 18px 0;
    border-bottom: 1px dotted #4d4d4d;
}
.newslist__list-item:first-child {
    border-top: 1px dotted #4d4d4d;
}
.newslist__list-item-anc {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.newslist__text-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-grow: 1;
}
.newslist__date {
    font: 500 1.6rem 'Noto Sans JP', sans-serif;
    color: #000000;
}
.newslist__heading {
    font: 600 1.6rem 'Noto Sans JP', sans-serif;
    color: #090e18;
    width: 37em;
}
.newslist__heading:hover {
    color: red;
}
.newslist__next {
    font: 500 1.8rem 'A-OTF UD Shin Go NT Pro';
    color: #c9c9c9;
    align-self: center;
    margin: 0 15px 0 0;
}
.newslist__text {
    display: flex;
    flex-direction: column;
    align-self: center;
}
.newslist__list-item-imgbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 50px 0 15px;
}
.newslist__list-item-ico {
    width: 200px;
}
.newslist__list-item-img {
    width: 200px;
    height: 150px;
    object-fit: cover;
}
.newslist__link {
    width: 400px;
    /* height: 60px; */
    border: 1px solid #4d4d4d;
    border-radius: 10px;
    margin: 65px auto 0;
    padding: 16px 0;
    vertical-align: middle;
}
.newslist__link-anc {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.newslist__link-text {
    display: block;
    font: 500 1.8rem 'Noto Sans JP', sans-serif;
    color: #090e18;
}
.newslist__link-text:hover {
    color: red;
}
.newslist__link-next {
    font: 500 1.8rem 'A-OTF UD Shin Go NT Pro';
    color: #4d4d4d;
    margin: 0 10px 0 0;
}
.newslist__link-next:hover {
    color: red;
}
/*----------------- ページネーション ------------------*/
.newslist .pagination {
    padding: 50px 0 0 0;
}
.newslist .nav-links {
    text-align: center;
}
.newslist .page-numbers{
    font: 500 1.8rem 'Noto Sans JP', sans-serif;
    color: #090e18;
    border: 1px solid #4d4d4d;
    border-radius: 10px;
    padding: 16px 20px;
}
.newslist .current {
    color: white;
    background-color: #090e18;
}
.newslist .nav-links a:hover{
    color: white;
    background-color: #090e18;
}
/*----------------- スマホ対応 ------------------*/
@media screen and (max-width:768px) {    
    .newslist,.notice,.top-contact,.shop-about,.shop-access {
        padding: 0 20px;
    }
    .newslist__title {
        font-size: 5.0rem;
    }
    .newslist__text-box {
        width: min(100%, 400px);
    }
    .newslist {
        padding: 0 20px 100px 20px;
    }
    .newslist__pre-container {
        padding: 70px 0;
    }
    .newslist__heading {
        font-size: 1.5rem;
        width: auto;
        margin: 0 10px 0 0;
    }
    .newslist__date {
        font-size: 1.5rem;
    }
    .newslist__next {
        font-size: 1.5rem;
        margin: 20px 0 0 0;
    }
    .newslist__list-item {
        padding: 20px 0 30px 0;
    }
    .newslist__list-item-anc {
        display: flex;
        flex-direction: column;
        align-items: center;
    }  
    .newslist__list-item-imgbox {
        margin: 0 0 15px 0;
    }
    .newslist__link {
        display: block;
        /* width: 300px; */
        width: 100%;
        margin: 40px auto 0;
    }
    .newslist__list-item-img {
        width: 400px;
        height: auto;
    }
    .newslist .pagination {
        padding: 30px 0 0 0;
    }
    .newslist .page-numbers{
        padding: 8px 10px;
    }
    /* .newslist {
        display: none;
    } */
}

/*----------------- newsitem ------------------*/
.newsitem__container {
    padding: 200px 15px;
}
.newsitem__inner {
    max-width: 1090px;
    margin: 0 auto;
}
.newsitem__thumb-box {
    padding: 30px 0 0 0;
    width: 100%;
    display: flex;
    justify-content: center;
}
.newsitem__thumb-img {
    width: 100%;
}
.newsitem__content-box {
    padding: 30px 0 0 0;
}
/*----------------- スマホ対応 ------------------*/
@media screen and (max-width:768px) {
    .newsitem__container {
        padding: 100px 15px;
    }
    .newsitem__title {
        font-size: 20px;
    }
}

/* notice */
.notice {
    padding: 0 0 200px 0;
}
.notice__container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.notice__linkbox {
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid #707070;
    padding: 12px 20px;
    margin: 20px;
    width: 500px;
    height: 120px;
}
.notice__linkbox-titlebox {
    margin: 0 10px 0 0;
    align-self: flex-start;
}
.notice__linkbox-title {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin: 0 0 10px 20px;
}
.notice__linkbox-title_2 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0 0 15px 0;
}
.notice__linkbox-title-ico {
    margin: 5px 15px 0 10px;
}
.notice__linkbox-title-ico_2 {
    display: none;
}
.notice__linkbox-title-ico_1 {
    margin: 0 15px 0 10px;
}
.notice__linkbox-title-text {
    font: 700 1.8rem 'Noto Sans JP', sans-serif;
}
.notice__linkbox-text {
    font: 500 1.3rem "UD新ゴNT M";
    line-height: 1.8;
    color: #4d4d4d;
    width: 24em;
    margin: 0;
}
.notice__linkbox-text_2 {
    font: 500 1.3rem "UD新ゴNT M";
    line-height: 1.8;
    color: #4d4d4d;
    margin: 0;
}
.notice__linkbox-linkbox {
    margin: 0 0 0 auto;
    align-self: flex-end;
}
.notice__linkbox-linkbox-anc {
    font: 500 1.3rem 'A-OTF UD Shin Go NT Pro';
    color: #4d4d4d;
}
.notice__linkbox-linkbox-anc:hover {
    color: #ff0210;
}
/*----------------- スマホ対応 ------------------*/
@media screen and (max-width:768px) {
    .notice {
        padding: 0 20px;
    }
    .notice__container {
        flex-direction: column;
        align-items: center;
    }
    .notice__linkbox {
        flex-direction: column;
        height: 100%;
        width: 100%;
        margin: 0 0 20px 0;
        padding: 10px;
    }
    .notice__linkbox-titlebox {
        margin: 0;
    }
    .notice__linkbox-title {
        justify-content: flex-start;
        margin: 0 0 10px 0;
    }
    .notice__linkbox-title-ico_1 {
        margin: 0 10px 0 0;
    }
    .notice__linkbox-title-ico_2 {
        display: block;
        margin: 0 10px 0 0;
        width: 60px;
    }
    .notice__linkbox-title-ico {
        display: none;
    }
    .notice__linkbox-title-text {
        font-size: 1.6rem;
    }
    .notice__linkbox-text {
        margin: 0;
        font-size: 1.3rem;
        width: auto;
    }
    .notice__linkbox-text_2 {
        font: 500 1.3rem "UD新ゴNT M";
        line-height: 1.8;
        color: #4d4d4d;
    }
    

    /* .notice {
        display: none;
    } */
}

/* top-contact */
.top-contact {
    padding: 0 20px 70px 20px;
}
.top-contact__header {
    font: 500 1.8rem 'Noto Sans JP', sans-serif;
    text-align: center;
    margin: 0;
}
.top-contact__title {
    font: 500 1.8rem 'Noto Sans JP', sans-serif;
    line-height: 1.5;
    text-align: center;
    position: relative;
    margin: 62px 0 20px 0;
    text-align: center;
}
.top-contact__title::after {
    background-color: #000000;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    left: 45%;
    top: 110%;
    transform: translate(-35%);
    width: 35%;
}
.top-contact__telnum {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font: 700 6.0rem 'DIN Alternate';
    color: #ff0210;
}
.top-contact__telnum-ico {
    margin: 5px 10px 0 0;
}
.top-contact__telnum-num {
    color: red;
    font-size: 60px;
    font-weight: bold;
}
.top-contact__text {
    font: 700 1.5rem 'Noto Sans JP', sans-serif;
    color: #ff0210;
    text-align: center;
    margin:0;
}
/*----------------- スマホ対応 ------------------*/
@media screen and (max-width:768px) {
    .top-contact {
        padding: 0 0 70px 0;
    }
    .top-contact__header {
        font-size: 1.5rem;
        padding: 70px 20px 50px 20px;
    }
    .top-contact__title {
        font-size: 1.5rem;
        margin: 50px 0 10px 0;
    }
    .top-contact__title::after {
        bottom: 0;
        content: '';
        display: block;
        height: 1px;
        position: absolute;
        left: 40%;
        top: 110%;
        transform: translate(-35%);
        width: 60%;
    }        
    .top-contact__telnum-num {
        font-size: 20px;
    }
    .top-contact__telnum-ico {
        width: 8%;
    }
    /* .top-contact {
        display: none;
    } */
}

/* bottom menu */
.bottom-menu__title {
    font: 500 1.8rem 'Noto Sans JP', sans-serif;
    line-height: 1.5;
    text-align: center;
    position: relative;
    margin: 62px 0 0 0;
}
.bottom-menu__title::after {
    background-color: #000000;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    left: 45%;
    top: 110%;
    transform: translate(-35%);
    width: 35%;
}
.bottom-menu__container {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
/* bottom menu item*/
.bottom-menu__item {
    list-style: none;
}
/*----------------- スマホ対応 ------------------*/
@media screen and (max-width:768px) {
    .bottom-menu__container {
        flex-wrap: wrap;
        margin: 0;
        padding: 0;
    }
    .bottom-menu__item {
        width: 50%;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .bottom-menu__item-ico {
        width: 85%;
        margin: 0 auto;
        /* padding: 0; */
        /* align-self: center; */
    }
    .bottom-menu__title {
        font: 500 1.5rem 'Noto Sans JP', sans-serif;
        line-height: 1.5;
        text-align: center;
        position: relative;
        margin: 40px 0 0 0;
    }
    .bottom-menu__title::after {
        bottom: 0;
        content: '';
        display: block;
        height: 1px;
        position: absolute;
        left: 40%;
        top: 110%;
        transform: translate(-35%);
        width: 60%;
    }    
}

/* shop-about */
.shop-about {
    background-color: #ebfdff;
}
/* shop-about コンテナ */
.shop-about__container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 70px 0;
}
/* shop-about 画像 */
.shop-about__img {
    height: 350px;
    margin: 0 10px 0 0;
}
/* shop-about テキスト */
.shop-about__text {
    width: 600px;
    margin: 0 0 0 10px;
    font: 500 1.8rem 'Noto Sans JP', sans-serif;
    line-height: 2.0;
}
/*----------------- スマホ対応 ------------------*/
@media screen and (max-width:768px) {
    .shop-about__container {
        flex-direction: column-reverse;
        align-items: center;
    }
    .shop-about__img {
        width: 100%;
        height: auto;        
        margin: 0;
    }
    .shop-about__text {
        margin: 0 0 30px 0;
    }
    .shop-about__text {
        width: 100%;
        /* margin: 0 0 0 10px; */
        font: 500 1.5rem 'Noto Sans JP', sans-serif;
        line-height: 2.0;
    }
    /* .shop-about {
        display: none;
    } */
}


/* map */
.shop-access__map {
    /* width: 1920px; */
    height: 450px;
    /* max-width: 995px;
    margin: 0 auto 65px auto; */

    position: relative;
    /* padding-top: 56.25%; */
    /* aspect-ratio: 1/1; */
}
.shop-access__map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* border-radius: 30px; */
}
/*----------------- スマホ対応 ------------------*/
@media screen and (max-width:768px) {
    .shop-access__map {
        height: 200px;
        margin: 30px 0;
    }
    /* .shop-access{
        display: none;
    } */
}




/* スマホ用スタイル */
/* ---------- スマホ対応 ---------- */
@media screen and (max-width:768px) {

    .post-car__container {
        margin: 0 0 30px 0;
        display: block;
    }

    .post-car__fig {
        width: 100%;
    }

    .post-car__info-container {
        width: 100%;
    }


    .post-car__price {
        padding: 15px 20px;
        font-size: 2.4rem;
    }
}

