@charset "UTF-8";
/*html {scroll-behavior: smooth;}*/

/*SP*/
body{
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 1.4rem;
    line-height: 2rem;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
body.fixed{
  overflow: hidden;
  height: 100%;
}

header{
    position: fixed;
    background-color: #fff;
    z-index: 10;
    width: 100%;
}
main{
    padding-top: 65px;
}
#wrap{
    width: 100%;
}

.inner,.inner__780,.inner__545{
    padding: 0 15px;
}
img{
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
a img{
    transition: 0.3s;
}
/* a img:hover{
    opacity: 0.7;
} */
.copyright{
    padding-bottom: 25px;
}
.copyright p{
    font-size: 1.2rem;
}
#logo{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    margin: 20px auto;
}
.company_box{
    text-align: center;
}
.company_logo{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    margin: 20px auto;
}
.company_logo img{
    height: 30px;
}
.company_logo img:not(:last-child){
    margin-right: 20px;
}


/*SP時のみ*/
@media screen and (max-width: 768px){
    .pc{
        display: none;
    }
}


/*PC*/
@media screen and (min-width: 1200px){
    body{
        font-size: 1.6rem;
        line-height: 2.5rem;
    }
    header{
      position: relative;
    }
    main{
        padding-top: 0;
    }
    .inner{
        margin-inline: auto;
        max-width: 1030px;
        padding: 0 15px;
        width: 100%;
    }
    .inner__780{
        margin-inline: auto;
        max-width: 810px;
        padding: 0 15px;
        width: 100%;
    }
        .inner__545 {
        margin-inline: auto;
        max-width: 516px;
        padding: 0 15px;
    }
    .mg__30{
        margin: 0 30px;
    }
    .copyright{
        padding: 5px 0 15px 0;
    }
    .copyright p{
        font-size: 1.2rem;
    }
    .sp{
        display: none;
    }
    .company_logo img{
        height: 40px;
    }
    .company_logo img:not(:last-child){
        margin-right: 45px;
    }
    .company_logo{
        width: 425px;
    }

}

/*▼▼メニュー*/
.header .content .js_modal_menu_open{
    position: absolute;
    top: 10%;
    right: 0;
    display: block;
    padding: 15px 15px 15px 20px;
    cursor: pointer;
}

.content span img{
    width: 40px;
}
.modal_menu{
    opacity: 0;
    visibility: hidden;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    transition: ease-in-out .3s;
}

.modal_menu.active{
   opacity: 1;
   visibility: visible;
}
.modal_menu_bg{
    background: rgba(47,46,124,0.9);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal_menu_content{
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
}
.modal_menu_content .menu__list{
    text-align: center;
}
.modal_menu_off{
    cursor:pointer;
    position: fixed;
    right: 2%;
    padding: 35px 34px;
    display: block;
    width: 30px;
    height: 30px;
}
.modal_menu_off::before,.modal_menu_off::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 40px;
    background: #fff;
}
.modal_menu_off::before{
    transform: translate(-50%,-50%) rotate(45deg);
}
.modal_menu_off::after{
    transform: translate(-50%,-50%) rotate(-45deg);
}
.menu_txt a{
    color: #fff;
    font-size: 1.8rem;
    line-height: 3.8rem;
    font-weight: bold;
    display: block;
}
.menu_txt a::after{
    content: "";
    display: inline-block;
    border-top: #fff 2px solid;
    border-right: #fff 2px solid;
    width: 9px;
    height: 9px;
    transform: rotate(135deg) translateX(-12px) translateY(-7px);
    transition: 0.3s;
}
.menu_txt a:hover:after{
    transform: rotate(135deg) translateX(-9px) translateY(-10px);
}

@media screen and (min-width: 769px) {
  
    .modal_menu_content{
        position: absolute;
        top: 50%;
        left: 50%;
    }
    .content span img{
        width: 55px;
    }
    .header .content .js_modal_menu_open{
      top:15%;
    }
    .menu_txt a{
        font-size: 2.5rem;
        line-height: 5.2rem;
        padding: 5px;
    }
    .modal_menu_off{
        position: fixed;
        right: 2%;
        padding: 50px 50px;
    }
    .modal_menu_off::before,.modal_menu_off::after{
        width: 5px;
        height: 50px;
    }
}
/*▲▲メニュー*/

.header{
    display: flex;
    align-items: center;
    position: relative;
}
.menu_on{
    position: absolute;
    right: 15px;
    top: 15px;
}
.logo{
    margin: 20px auto 20px 20px;
    display: flex;
    justify-content: flex-start;
}
.logo img{
    width: auto;
    height: 25px;
    margin-right: 16px;
}
.main_top{
    width: 100%;
    background: url(../img/main_haikei.png) no-repeat center top;
    overflow: hidden;
    background-color: #c24d97;
    background-size: 120%;
    margin-top: 0px;
}
.main_top .mv{
    text-align: center;
}
.main_top .mv img{
    width: 100%;
}
@media screen and (min-width: 400px) and (max-width: 870px){
    .main_top{
        padding-top: 0;
        margin-top: 0;
    }
}
.h2_ttl_first{
    width: 100%;
    color: #fff;
    font-size: 2.3rem;
    line-height: 3.4rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transform:translateY(-14vw);
}
.h2_ttl_first span{
    width:clamp(24px,5vw,60px);
    height:clamp(24px,5vw,60px);
    background-size:contain;
}
.bk_car{
    background-image: url(../img/ttl_car.png);
    background-repeat: no-repeat;
    margin-right: 15px;
    padding: 16px 18px;
}
.bk_motorcycle{
    background-image: url(../img/ttl_motorcycle.png);
    background-repeat: no-repeat;
    margin-left: 15px;
    padding: 19px 18px;
}
.h2__ttl{
    width: 100%;
    color: #fff;
    font-size: 2.3rem;
    line-height: 3.4rem;
    text-align: center;
    background-image: url(../img/ttl_haikei.jpg);
    background-repeat: repeat-x;
    padding: 25px 0;
    margin: 60px 0 30px;
    overflow: hidden;
}
.sub__ttl{
    color: #454493;
    font-size: 1.8rem;
    line-height: 2.6rem;
    font-weight: bold;
    text-align: center;
    /* margin-bottom: 20px; */
}
.pos_sub_ttl{
    position: relative;
    bottom: 20px;
}
.etc_terms .etc_terms_li{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.etc_terms .etc_terms_li li{
    width: calc((100% - 8%) / 2);
    margin-bottom: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.etc_terms .etc_terms_li li p.etc_terms_txt{
    margin: 20px 0 4px;
}
.etc_terms .etc_terms_li li p span{
    font-size: 1.2rem
}
.etc_terms_red{
    color: #EF2261;
}
.offer__li{
    counter-reset: li;
}
.offer__li.second{
    counter-reset: li 1;
    margin-top:20px;
}
.offer__li li{
    font-size: 1.8rem;
    line-height: 2.7rem;
    font-weight: bold;
    position: relative;
    background: linear-gradient(90deg, #454493 0%, #454493 16%, #F2F2F2 16%, #F2F2F2 100%);
    border-radius: 15px;
    padding: 15px 20px 15px 0;
    padding-left: 20%;
    margin-top: 20px;
    color: #454493;
}
.offer__li li:first-child{
    margin-top: 0;
}

.offer__li > li::before{
    font-family: "Roboto";
    font-size: 4rem;
    font-weight: bold;
    counter-increment: li;
    content: counter(li);
    position: absolute;
    left: 5%;
    top: 43%;
    color: #fff;
    text-align: center;
}
.offer__li > li.offer_li_first::before{
    top: 32%;
}
.mymap{
    text-align: center;
    width: 100%;
    height: 345px;
    background: #E9E9F4;
    margin-bottom: 12px;
}
.mymap iframe{
    width: 100%;
    height: 100%;
}
.mymap_icon{
    margin-left: 12px;
}
.mymap_icon img{
    width: 16px;
}
.mymap_icon li{
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
}
.mymap_icon li:last-child{
    margin-bottom: 40px;
}
.store_txt{
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 16px;
    text-align: center;
}
.store_list_box .store__list .store_li_box .store__ttl{
    font-size: 2.4rem;
    font-weight: bold;
    color: #fff;
    background: #454493;
    padding: 18px 0 18px 20px;
    position: relative;
    margin-top: 1px;
}
.store_list_box .store__list .store_li_box .store__ttl::after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 7.5px 0 7.5px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    right: 20px;
    bottom: 22px;
    transition: .3s;
}
.store_list_box .store__list .store_li_box .store__ttl.on::after{
    transform: rotate(180deg);
}
.store_list_box .store__list .store_li_box .store__tiiki{
    font-size: 2rem;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.store_list_box .store__list .store_li_box .store__tiiki::after{
    content: "";
    display: block;
    width: 50%;
}
.store_list_box .store__list .store_li_box .store__tiiki li{
    background: #E9E9F4;
    border-bottom: #fff 2px solid;
    width: 50%;
    text-align: center;
}
.store_list_box .store__list .store_li_box .store__tiiki li:nth-child(odd){
    border-right: #fff 2px solid;
}
.store_list_box .store__list .store_li_box .store__tiiki li a{
    display: block;
    padding: 15px 0;
    font-weight: bold;
    color: #454493;
    transition: 0.3s;
}
.store_list_box .store__list .store_li_box .store__tiiki li a:hover{
    opacity: 0.8;
}




.contact_tel_box{
    margin: 20px 0 10px;
    text-align: center;
}
.contact_tel_box .contact_tel .tel__ttl,.contact_tel_not .tel_ttl_not{
    color: #454493;
}
.contact_tel_box .contact_tel .tel__ttl{
    font-size: 2rem;
    padding-bottom: 28px;
}
.contact_tel_not .tel_ttl_not{
    font-size: 1.6rem;
    padding-bottom: 15px;
}
.contact_tel_box .contact_tel{
    margin-bottom: 28px;
}
.contact_tel_box .contact_tel .tel__txt{
    margin: 10px 0;
}
.contact_tel_box .contact_tel .tel__txt a{
    font-family: "Roboto";
    font-size: 5rem;
    font-weight: bold;
    color: #454493;
}
.contact_tel_box .contact_tel_not .tel_txt_not{
    margin: 8px 0;
}
.contact_tel_box .contact_tel_not .tel_txt_not a{
    font-family: "Roboto";
    font-size: 4.2rem;
    font-weight: bold;
    color: #454493;
}
.contact_tel_box .contact_tel .tel_attention,.contact_tel_not .tel_attention{
    font-weight: bold;
    padding-top: 4px;
}
.bnr{
    margin-top: 60px;
    padding: 20px 0 5px 0;
    background-color: #454493;
}
.bnr.bnr-clear{
    margin-top: 60px;
    padding: 20px 0 5px 0;
    background-color: #fff;
}
.bnr .bnr_flex .overwhite{
    background-color: #fff;
    border-radius: 15px;
    display: block;
    margin-bottom: 15px;
}
.bnr .bnr_flex .clear{
    display: block;
    margin-bottom: 15px;
}
.bnr .bnr_flex  a img{
    border-radius: 15px;
}

.bnr .bnr_flex .clear img{
    border-radius: 0px;
}

.bnr .bnr_flex  a img:hover{
    opacity: 0.7;
} 
.pdf::after{
    content: "";
    background: url(../img/pdf_img.svg) no-repeat;
    width: 34px;
    height: 14px;
    background-size: contain;
    display: inline-block;
    margin-left: 10px;
}

/*ボタン*/
.btn__area{
    width: 100%;
    text-align: center;
    position: relative;
}
.btn__orange,.btn__green{
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    width: 100%;
    border-radius: 15px;
    margin-top: 20px;
}
.btn__orange::after,.btn__green::after{
    content: "";
    display: inline-block;
    background-color: #fff;
    width: 12px;
    height: 15px;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    position: absolute;
    right: 5%;
    top: 54%;
    transition: 0.3s;
}
.btn__orange:hover:after,.btn__green:hover:after{
    position: absolute;
    right:4%;
}
.btn__orange{
    background-color: #EF722F;
    border: #E06B2C 4px solid;
    padding: 20px 0;
    transition: 0.3s;
}
.btn_orange_box a:hover{
    background-color: #DB682B;
    border: #CC6128 4px solid;
}
.btn__green{
    background-color: #21A27A;
    border: #1F9872 4px solid;
    padding: 8px 0;
    transition: 0.3s;
}
.btn_green_box a:hover{
    background-color: #1E9570;
    border: #1E946F 4px solid;
}
/*モーダル内ボタン*/
.btn__ora_modal,.btn__gr_modal{
    font-size: 1.6rem;
    line-height: 2.2rem;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    border-radius: 15px;
}
.btn__ora_modal{
    background-color: #EF722F;
    border: #E06B2C 4px solid;
    padding: 10px 0;
    transition: 0.3s;
}
.btn_ora_box_modal a:hover{
    background-color: #DB682B;
    border: #CC6128 4px solid;
}
.btn__gr_modal{
    background-color: #009D53;
    border: #008446 4px solid;
    padding: 8px 0;
    transition: 0.3s;
}
.btn_gr_box_modal a:hover{
    background-color: #008C4A;
    border: #00763E 4px solid;
}
/*キャンペーン終了テキスト*/
.campaign_end{
    /*font-size: 1.8rem;*/
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    /*20240925 追記*/
    font-size: 2.6rem;
    color: #EF2261;
    line-height: 4rem;
}

/*
.btn_ora_box_modal .btn__ora_modal::after,.btn_gr_box_modal .btn__gr_modal::after{
    content: none;
}*/


/*▼PC*/
@media screen and (min-width: 769px) {
    .logo img{
        height: 44px;
    }
    .h2_ttl_first{
        width: 100%;
        font-size: 4.5rem;
        transform: translateY(-6.3vw);
        margin-bottom: 50px;
    }
    .h2__ttl{
        font-size: 4.5rem;
        padding: 62px 0;
        margin: 100px 0 80px;
    }
    .bk_car{
        padding: 8px 32px;
        margin-right: 25px
    }
    .bk_motorcycle{
        padding: 8px 28px;
        margin-left: 22px;
    }
    .sub__ttl{
        font-size: 2.6rem;
        line-height: 4rem;
        margin-bottom: 24px;
    }
    .pos_sub_ttl{
        position: relative;
        bottom: 48px;
    }
    .etc_terms .etc_terms_li li{
        width: calc((100% - 10%) / 4);
    }
    .etc_terms .etc_terms_li::after{
        content: "";
        display: block;
        width: calc((100% - 10%) / 3);
    }
    .etc_terms .etc_terms_li li p span{
        font-size: 1.4rem;
    }
    .offer__li.second{
        margin-top:40px;
    }
    .offer__li li{
        position: relative;
        background: linear-gradient(90deg, #454493 0%, #454493 9%, #F2F2F2 9%, #F2F2F2 100%);
        padding: 20px 1% 20px 12%;
        margin-top: 50px;
    }
    .offer__li li:last-child{
        padding-right: 50px;
    }
    .offer__li > li::before{
        position: absolute;
        left: 3%;
        top: 35%;
    }
    .mymap{
        text-align: center;
        width: 100%;
        height: 626px;
        margin-bottom: 20px;
    }
    .mymap_icon{
        margin-left: 12px;
    }
    .mymap_icon img{
        width: auto;
    }
    .mymap_icon li{
        gap: 12px;
        margin-top: 12px;
    }
    .contact_tel_box{
    margin: 20px 0 40px;
    }
    .contact_tel_box .contact_tel{
    margin-bottom: 47px;
    }
    .contact_tel_box .contact_tel .tel__txt a{
    font-size: 6.2rem;
    }
    .contact_tel_box .contact_tel_not .tel_txt_not a{
    font-size: 4.5rem;
    }
    .bnr{
    margin-top: 100px;
    padding: 32px 0 20px 0;
    }
    .bnr_flex{
        display: flex;
        justify-content: space-between;
    }
    .bnr a{
        width: 465px;
        height: auto;
        margin-bottom: 20px;
    }
    .mg_r_20{
        margin-right: 20px;
    }
    .pdf::after{
        transform: translateY(-2px);
    }

    /*ボタン*/
    .btn__orange{
        font-size: 2.6rem;
        width: 486px;
        margin-top: 40px;
    }
    .btn__orange::after{
        position: absolute;
        right: 22%;
        top: 62%;
        transition: 0.3s;
    }
    .btn__orange:hover:after{
        right: 21%;
    }
    .btn__green{
        font-size: 2rem;
        width: 486px;
        padding: 20px 0;
    }
    .btn__green::after{
        position: absolute;
        right: 3%;
    }
    .btn__green:hover:after{
        position: absolute;
        right: 2%;
    }
    /*モーダル内ボタン*/
    .btn__ora_modal,.btn__gr_modal{
        font-size: 2rem;
        line-height: 2.2rem;
        font-weight: bold;
        color: #fff;
        display: inline-block;
        margin-top: 30px;
        padding: 20px 0;
    }

    .btn__ora_modal{
        font-size: 2rem;
        width: 486px;
        margin-top: 30px;
    }
    .btn__gr_modal{
        font-size: 2rem;
        width: 486px;
        padding: 20px 0;
    }
    /*キャンペーン終了テキスト*/
    .campaign_end{
        /*font-size: 2.6rem;*/
        font-weight: bold;
        text-align: center;
        margin-bottom: 60px;
        /*20240925 追記*/
        font-size: 4.5rem;
        line-height: 0;
    }
}

@media screen and (min-width: 824px){
.store_txt{
    font-size: 2.2rem;
    margin-bottom: 20px;
}
.store_list_box .store__list .store_li_box .store__ttl{
    font-size: 2rem;
}
.store_list_box .store__list .store_li_box .store__ttl::after{
    content: none;
}
.store__list{
    margin-bottom: 40px;
}
.store_list_box .sub_ttl_left{
    text-align: start;
}
.store_list_box .store__list .store_li_box .store__tiiki{
    display: flex;
    flex-wrap: nowrap;
    justify-content: start;
    background-color: #E9E9F4;
}
.store_list_box .store__list .store_li_box .store__tiiki li{
    border: none;
    width: auto;
}
.store_list_box .store__list .store_li_box .store__tiiki li:nth-child(odd){
    border-right: none;
}
.store_list_box .store__list .store_li_box .store__tiiki li a{
    width: 97px;
    text-decoration: underline 1px #454493;
}
.store_list_box .store__list .store_li_box .store__tiiki li a:hover{
    text-decoration: underline 1px #E9E9F4;
}
.store_list_box .store__list .store_li_box .store__tiiki::after{
    width: auto;
}
}

/*メニュナビゲーション*/
.menu_nav{
    text-align: center;
    width: 100%;
    padding: 0 20px 0 4px;
    position: sticky;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
    background: white;
    height: 65px;
    box-shadow: 1px 5px 8px #52515908;
}
@media screen and (min-width: 1200px) {
  .menu_nav{
    height: 102px;
  }
  
    .header .content a{
    position: absolute;
    top: 2%;
    right: 0;
    padding: 20px 30px 20px 40px;
    display: none;/*pcの時表示しない*/
    }

    .menu_on{
        right: 30px;
        top: 24px;
    }
    .logo{
        display: none;
    }
}

@media screen and (max-width: 1199px){
    .menu_nav{
        display: none !important;
    }
    .main_top {
        margin-top: 0px;
    }

}

.menu_nav_list{
    text-align: center;
    display: flex;
    align-items: center;
}
.menu_nav_list li{
    text-align: center;
    margin: 0 4px;
    display: flex;
    justify-content: space-between;
}

.menu_nav_list a{
    padding: 1.5rem 1.9rem;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 1.8rem;
    font-weight: bold;
}

.menu_nav_list a:hover{
    color: #3F3D8F;
}

.logo_pc{
    padding: 12px;
}

.logo_pc img{
    height: 44px;
    margin: 0 400px 0 4px;
    width: auto;
}

/**/
.area_txt{
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    line-height: 36px;
}

.area_img{
    margin-top: 36px;
    text-align: center;
}

.area_notice{
    font-size: 1.6rem;
    color: #3F3D8F;
    margin-top: 20px;
}

@media screen and (min-width: 769px){
.area_txt {
    font-size: 2rem;
    line-height: 32px;
}

.area_img{
    margin-top: 60px;
}

.area_notice{
    font-size: 1.6rem;
    font-weight: bold;
}
}