@charset "utf-8";
.menu_item.access{
    background: #b7c9cb;
}


.station_list_box{
    margin-top: 80px;
}
.station_list_ttl{
    font-size: 20px;
    margin-bottom: 1.2em;
    font-weight: 500;
}
.station_list ul, .car_list ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.station_list_item, .car_list_item{
    width: 49%;
    position: relative;
}
.station_list_item:nth-child(n + 3), .car_list_item:nth-child(n + 3){
    margin-top: 30px;
}
.station_list_item.border{
    padding-top: 30px;
}
.station_list_item.border::after{
    content: "";
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    height: 1px;
    position: absolute;
    top: 0;
    background: #000;
}
.station_img, .limo_img, .car_img{
    margin-bottom: 20px;
}
.station_name, .limo_ttl, .car_name{
    font-size: 24px;
    text-align: center;
    font-weight: 500;
}
.station_min, .limo_min, .car_min{
    font-size: 18px;
    text-align: center;
    margin: 0.5em auto 0em;
    font-weight: 500;
}
.station_min .big, .limo_min .big, .car_min .big{
    font-size: 3em;
    line-height: 1;
}
.car_min .mid{
    font-size: 1.5em;
    line-height: 1;
}
.station_cap, .car_cap{
    text-align: center;
    font-size: 10px;
}
.station_cap span ,.car_cap span{
    display: inline-block;
    /* text-align: left; */
}
.station_list:not(:first-child){
    margin-top: 40px;
    padding-top: 40px;
    border-top: solid 1px #000;
}
.station_map{
    margin: 80px auto;
}
.station_map img{
    /* mix-blend-mode: multiply; */
}



.limo_item{
    margin-top: 60px;
}
.limo_list{
    display: flex;
    justify-content: space-evenly;
    margin-top: 30px;
}
.limo_name{
    font-size: 16px;
}


.car_map{
    margin: 60px auto;
    /* mix-blend-mode: multiply; */
}


/* 20250901 */
sup {
    top: -2.5em;
}
.station_map_inner {
    max-width: 1000px;
    margin: 0 auto;
}



@media screen and (max-width: 1200px) {
.station_list_ttl {
    font-size: 18px;
}
.station_name, .limo_ttl, .car_name {
    font-size: 20px;
}
.station_min, .limo_min, .car_min {
    font-size: 14px;
}
}

@media screen and (max-width: 1000px) {

}

@media screen and (max-width: 850px) {
.station_list_ttl {
    font-size: 16px;
}
.station_name, .limo_ttl, .car_name {
    font-size: 18px;
}
.station_img, .limo_img, .car_img {
    margin-bottom: 10px;
}
.station_min, .limo_min, .car_min {
    font-size: 12px;
}
.limo_name{
    font-size: 14px;
}
}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 650px) {
.sec_lead br{
    display: none!important;
}
}

@media screen and (max-width: 550px) {
.station_name, .limo_ttl, .car_name {
    font-size: 15px;
}
.station_min .big, .limo_min .big, .car_min .big {
    font-size: 2.5em;
}
.station_map {
    margin: 60px auto;
}
.limo_list{
    flex-wrap: wrap;
}
.limo_list li{
    width: 48%;
    text-align: center;
}
}



