@charset "UTF-8";

:target {
  scroll-margin-top: 24px;
}

.carnavigation{
    width:100%;
    height:100%;
    background-color:#FCFCEA;
    padding-bottom:120px;
    color:#333;
    line-height:1.4;
}
.carnavigation .kv{
    width:1100px;
    margin:0 auto 120px;
}
.carnavigation .kvImg{
    width:100%;
    vertical-align:bottom;
    margin-bottom:40px;
}
.carnavigation .txp01{
    display:block;
    width:100%;
    line-height:50px;
    padding:0 1em;
    font-size:17px;
    font-weight:500;
    background-color:#fff;
    box-sizing:border-box;
}
.carnavigation .schedule{
    width:1100px;
    margin:0 auto;
}

/* --- カーナビページ独自 --- */
.scheduleList{
    display:flex;
    flex-wrap: wrap;
    gap: 80px 76px;
    margin-bottom:80px;
    box-sizing:border-box;
}
.schedule .ttl3{
    font-size:23px;
    font-weight:550;
    width:100%;
    margin:0 0 24px 0;
    padding:0.8em 1em;
    background-color:#D83200;
    color:#fff;
    box-sizing:border-box;
}
.schedule .ttl3 b{
    font-size:15px;
}

/* --- 独自 --- */
.scheduleList2{
    display:block;
}
.scheduleList2 li{
    list-style:none;
    padding:0;
    position:relative;
}
.scheduleList2 .dateTx span{
    font-size:17px;
    font-weight:500;
    color:#666;
    display:block;
    margin-bottom:5px;
}
.scheduleList2 .dateTx{
    font-size:17px;
    font-weight:600;
}
.scheduleList2 .dateTx b{
    font-size:23px;
    font-weight:600;
}
.scheduleList2 .ttl4{
    font-size:22px;
    font-weight:600;
    padding:0.5em 0;
}
.scheduleList2 .txp1{
    font-size:17px;
    font-weight:500;
}
.exNote{
    font-size:13px;
    font-weight:500;
    margin-top:0.5em;
    line-height:1;
}



/* --- SP --- */
@media screen and (max-width:768px){

    .carnavigation{
        padding-bottom:21vw;
    }
    .carnavigation .kv{
        width:100%;
        margin:0 auto 21vw;
    }
    .carnavigation .kvImg{
        margin-bottom:4.5vw;
    }
    .carnavigation .txp01{
        width:92vw;
        margin:0 auto;
        line-height:1.6;
        padding:1em;
        font-size:13px;
        box-sizing:border-box;
        border-radius:8px;
    }
    .carnavigation .schedule{
        width:92vw;
        margin:0 auto;
    }
    
    /* --- カーナビページ独自 --- */
    .scheduleList{
        margin-bottom:10vw;
    }
    .schedule .ttl3{
        font-size:4.5vw;
        width:92vw;
        margin:0 auto 4.2vw;
        padding:0.8em 1em;
        box-sizing:border-box;
        text-align:center;
    }
    .schedule .ttl3 b{
        font-size:3.5vw;
    }
    .exNote{
        font-size:3.5vw;
        font-weight:500;
        margin:0.3em 0 1em 0;
        line-height:1;
    }

/* --- 独自 --- */
    .scheduleList2 .dateTx span{
        font-size:3.5vw;
    }
    .scheduleList2 .dateTx{
        font-size:17px;
        font-weight:600;
    }
    .scheduleList2 .dateTx b{
        font-size:4.5vw;;
    }
    .scheduleList2 .ttl4{
        font-size:5vw;
    }
    .scheduleList2 .txp1{
        font-size:3.5vw;
        font-weight:500;
    }

}/* SP */