@charset "utf-8";
.subhead{
    background: url(../img/access/subhead.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.subhead_ttl_ja {
    letter-spacing: 0.1em;
}

.section_box::before {
    background: linear-gradient(180deg, #fff, #c2c2b7);
}

.train_sec{
    margin-top: 80px;
}

.train_map{
    max-width: 800px;
    margin: 40px auto;
}


.station_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.station_list > div{
    width: 32%;
}
.station_list > div:nth-child(n + 4){
    margin-top: 4%;
}

.jr_box{
    margin-top: 40px;
}
.column_box{
    border: solid 2px #6356a3;
    background: #fff;
}
.column_inner{
    padding: 30px 40px;
    background: #f5f5f3;
}
.jr_flex{
    display: flex;
    justify-content: space-between;
}

.jr_left{
    width: 40%;
    max-width: 366px;
}
.jr_right{
    width: 50%;
}

.jr_right > img{
    /* width: 80%; */
    max-width: 300px;
}
.jr_img{
    margin: 10px auto;
}

.multi .section_ttl_en{
    padding-bottom: 0;
}
.multi .section_ttl_en::after{
    content: none;
    padding-bottom: 0;
    margin-bottom: 1.5em;
}

.multi_illust{
    margin-top: 20px;
}

.bus_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}
.bus_wide{
    width: 53%;
}
.bus_narrow{
    width: 43%;
}
.bus_half{
    width: 48%;
    max-width: 400px;
}
.bus_sepa{
    width: 2px;
    background: #3f336b;
    content: "";
    display: block;
}
.bus_ttl{
    text-align: center;
    font-size: 20px;
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, #8187c2, #6356a3) 1;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
}
.bus_ttl span{
    font-size: 0.8em;
    display: inline-block;
}
.bus_time01{
    margin-top: 10px;
}
.bus_flex.bus02{
    padding-top: 40px;
    margin-top: 40px;
    border-top: dashed 2px #6356a3;
}
.bus_time03{
    margin-top: 40px;
}



.bicycle_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 80px;
}
.bicycle_wide{
    width: 53%;
}
.bicycle_narrow{
    width: 43%;
}

.airport_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 60px;
}
.airport_wide{
    width: 60%;
}
.airport_narrow{
    width: 36%;
}

.airport_illust_box{
    max-width: 900px;
    margin: 0 auto 80px;
}


.car_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}
.car_wide{
    width: 64%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.car_narrow{
    width: 32%;
    border: solid 2px #6356a3;
    background: #fff;
    padding: 20px;
}
.car_narrow .l1{
    letter-spacing: 0;
}
.car_narrow .l2{
    letter-spacing: 0.07em;
}
.car_time_flex{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.car_time{
    width: 60%;
}
.car_img01{
    width: 38%;
    max-width: 243px;
}
.car_img02{
    margin-top: 10px;
}
.car_map{
    margin-top: 60px;
    background: #fff;
}
.bus_illust{
    margin-top: 20px;
}

.content_lead .con_span_s01{
    font-size: 0.9em;
}
.txt_pos_l01{
    position: relative;
    left: 5px;
}



@media screen and (max-width: 1200px) {

.bus_ttl {
    font-size: 18px;
}
}




@media screen and (max-width: 1040px) {
.car_narrow .content_lead span{
    font-size: 0.95em;
}
}
@media screen and (max-width: 1000px) {
.jr_left {
    width: 44%;
    max-width: unset;
}
.jr_right .img_cap{
    bottom: -1.5em;
}
.car_wide{
    width: 54%;
}
.car_narrow {
    width: 42%;
}
.car_narrow .content_lead span{
    font-size: 1em;
}
}





@media screen and (max-width: 768px) {
.train_sec {
    margin-top: 60px;
}
.station_list > div{
    width: 48%;
}
.station_list > div:nth-child(n + 3){
    margin-top: 4%;
}
.car_time_flex {
    margin-top: 30px;
    margin-bottom: 30px;
}
.car_wide{
    width: 100%;
}
.car_img01 {
    width: 38%;
    max-width: unset;
}
.car_narrow{
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}
.bus_flex{
    margin-top: 20px;
}
}



@media screen and (max-width: 650px) {
.airport_flex {
    margin-top: 20px;
}
.car_flex{
    margin-top: 20px;
}
.bicycle_flex {
    margin-top: 20px;
}
.bus_ttl {
    font-size: 16px;
}
.bus_wide {
    width: 100%;
    max-width: 450px;
    order: 2;
    margin: 0 auto;
}
.bus_narrow{
    width: 100%;
    margin-bottom: 20px;
}
.bus_time01 {
    max-width: 400px;
    margin: 10px auto 0;
}
.bus_illust{
    max-width: 450px;
    margin: 20px auto 0;
}
.bus_half{
    width: 100%;
    margin: 0 auto;
}
.bus_half:not(:first-child){
    margin-top: 20px;
}
.bus_sepa{
    display: none;
}
.bicycle_narrow{
    width: 100%;
    margin-bottom: 20px;
}
.bicycle_wide{
    width: 100%;
}
.airport_narrow {
    width: 100%;
}
.airport_wide{
    width: 100%;
    max-width: 450px;
    margin: 20px auto 0;
}
.airport_img{
    max-width: 450px;
    margin: 20px auto 0;
}
.column_inner {
    padding: 20px 20px;
}
.station_list > div {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}
.station_list > div:nth-child(n + 2){
    margin-top: 15px;
}
.car_time_flex{
    flex-wrap: wrap;
}
.car_time{
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px;
}
.car_img01{
    width: 80%;
    max-width: 200px;
    margin: 0 auto;
}

.bus_map_txt_sp{
    margin-top: 20px;
    order: 2;
}

}



@media screen and (max-width: 550px) {
.station_list > div {
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
}
.multi_illust,.sc_img01 {
    overflow-x: scroll;
}
.multi_illust img,.sc_img01 img{
    min-width: 550px;
    padding-bottom: 10px;
}
.jr_left {
    width: 100%;
    max-width: unset;
}
.jr_flex {
    flex-wrap: wrap;
}
.jr_img {
    max-width: 350px;
}
.jr_right{
    width: 100%;
    margin-top: 20px;
    text-align: center;
}
.jr_right > img{
    margin: 0 auto;
    width: 80%;
}
.purple_ttl {
    font-size: 15px;
}

}

@media screen and (max-width: 500px) {
.train_map_img{
    overflow-x: scroll;
}
.train_map_img img{
    padding-bottom: 10px;
    min-width: 550px;
}
}





/* scroll */

.scroll_flex{
    display: none;
}
.scroll_flex_p {
    padding: 10px 0;
    text-decoration: none;
    outline: none;
    font-size: 12px;
    width: 100%;
    text-align: center;
}
.scroll_l {
    position: relative;
    color: #000;
    padding: 0;
    display: inline-block;
    text-decoration: none;
    outline: none;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    /* margin-bottom: 40px; */
}
.scroll_flex .scroll_l, .scroll_flex .scroll {
    width: 48%;
    left: unset;
    right: unset;
    transform: unset;
}
.scroll {
    position: relative;
    color: #000;
    padding: 0;
    display: inline-block;
    text-decoration: none;
    outline: none;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
}
.scroll::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #000;
}
.scroll::after {
    content: "";
    position: absolute;
    bottom: -4px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
}
.scroll::before {
    animation: arrowlong01 2s ease infinite;
}
.scroll::after {
    animation: arrowlong02 2s ease infinite;
}
@keyframes arrowlong01 {
    0% {
        width: 0;
        opacity: 0
    }
    20% {
        width: 0;
        opacity: 1
    }
    80% {
        width: 105%;
        opacity: 1
    }
    100% {
        width: 105%;
        opacity: 0
    }
}
@keyframes arrowlong02 {
    0% {
        left: 0;
        opacity: 0
    }
    20% {
        left: 0;
        opacity: 1
    }
    80% {
        left: 103%;
        opacity: 1
    }
    100% {
        left: 103%;
        opacity: 0
    }
}

/* scroll_l */
.scroll_b{
    padding: 10px 0;
    margin: 10px auto 0;
}
.scroll_l {
    position: relative;
    color: #000;
    padding: 0;
    display: inline-block;
    text-decoration: none;
    outline: none;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    /* margin-bottom: 40px; */
}
.scroll_l::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #000;
}
.scroll_l::after {
    content: "";
    position: absolute;
    bottom: -4px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(-135deg);
}
.scroll_l::before {
    animation: arrowlong03 2s ease infinite;
}
.scroll_l::after {
    animation: arrowlong04 2s ease infinite;
}
@keyframes arrowlong03 {
    0% {
        right: 0;
        width: 0;
        opacity: 0
    }
    20% {
        right: 0;
        width: 0;
        opacity: 1
    }
    80% {
        right: 0;
        width: 105%;
        opacity: 1
    }
    100% {
        right: 0;
        width: 105%;
        opacity: 0
    }
}
@keyframes arrowlong04 {
    0% {
        right: 0;
        opacity: 0
    }
    20% {
        right: 0;
        opacity: 1
    }
    80% {
        right: 103%;
        opacity: 1
    }
    100% {
        right: 103%;
        opacity: 0
    }
}
@media screen and (max-width: 550px) {
    .multi_illust_box .scroll_flex {
        display: flex;
        justify-content: space-between;
        width: 50%;
        margin: 0px auto 0;
        flex-wrap: wrap;
    }
}   
@media screen and (max-width: 500px) {
    .train_map .scroll_flex,.car_map .scroll_flex {
        display: flex;
        justify-content: space-between;
        width: 50%;
        margin: 0px auto 20px;
        flex-wrap: wrap;
    }
}   