@charset "utf-8";


/*=================================================
                 shuttlebus
=================================================*/ 

#shuttlebus .wrapper {
    width: 58%;
}
#shuttlebus .timetable{
    padding-top: 12rem;
    margin-bottom: 11.3rem;
}

#shuttlebus .timetable h2{
    width: 830px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

#shuttlebus .timetable h2 img{
    width: 310px;
    margin: 0 auto;
}

#shuttlebus .timetable h2 .mark{
    position: absolute;
    width: 150px;
    top: -2.6rem;
    right: 0;
}

#shuttlebus .timetable h5{
    font-size: 16px;
    font-weight: 600;
    margin: 4.2rem auto 2.2rem;
}

#shuttlebus .timetable .detail img{
    width: 830px;
    margin: 0 auto 5rem;
}


#shuttlebus .timetable .over_scroll{
    /*overflow: scroll;*/
    width: 1060px;
    margin: 0 auto;
}

#shuttlebus  .timetable .over_scroll .img{
    width: 1060px;
}



#shuttlebus .notes .wrapper {
    width: 65%;
}

#shuttlebus .notes h4.title {
    text-align: center;
    padding-top: 3.1rem;
    margin-bottom: 1.7rem;
}

#shuttlebus .notes{
    padding-bottom: 3.5rem;
}

#shuttlebus .notes ul {
    margin-bottom: 0.7rem;
}

#shuttlebus .notes p {
    font-size: 14px;
    line-height: 1.8;
}








/*====================================================
                 error
====================================================*/ 

.error{
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
}
#error .list{
    padding-top: 30px;
}

#error .wrapper{
    margin-bottom: 120px;
}

#error .main_title {
    padding: 125px 0 45px;
}

#error .main_title h2{
    font-size: 55px;
    margin-bottom: 0px;
    margin-top: 25vh;
}
#error .main .title h4{
    font-size: 20px;
}

#error .error p{
    width: 486px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 2;
    margin-top: 0px;
    text-align: left;
}

#error .more {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    border: 1px solid #211f21;
    width: 400px;
    height: 70px;
    margin: 65px auto 0;
    display: block;
    padding-top: 23px;
    background: #fff;
}

#error .more a{
    width: 100%;
    height: 100%;
    display: block;
}

#error .more:hover {
    background: #211f21;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.error.wrapper{
    margin-bottom: 100px;   
} 

#error .wrapper {
    margin-bottom: 120px;
    text-align: center;
}





/*====================================================
                   1296以下
====================================================*/
@media screen and (max-width:1296px) {
    
#shuttlebus .timetable .over_scroll {
    width: 80vw;
    }

#shuttlebus .timetable h2 {
    width: 80vw;
    }
    
#shuttlebus .timetable h2 .mark {
    position: absolute;
    top: -2vw;
    }
    
    
#shuttlebus .timetable .detail img {
    width: 80vw;
    }
    
#shuttlebus .timetable .over_scroll .img {
    width: 100%;
}
    
}


@media screen and (max-width:960px) {
#shuttlebus .wrapper {
    width: 68%;
}
    
#shuttlebus .timetable h2 .mark {
    width: 16vw;
    }
    
    


}
