@charset "utf-8";
.nav_list li.nav-access{
    background: #23a387;
    color: #fff;
}
.foot_nav_list li.nav-access{
    background: rgba(255, 255, 255, 0.85);
}

.foot_nav_list li.nav-access a{
    color: #000;
}

.bg_green{
    background: #e0ede8;
}

.sec_subttl {
    margin-bottom: 25px;
}

.dt_flex{
    margin: 40px auto 0;
    display: flex;
    /* justify-content: space-between; */
    /* flex-wrap: wrap; */
    padding: 0 20px;
    max-width: 1400px;
    align-items: flex-end;
    gap: 2%;
}
.dt_img{
    width: 14%;
    max-width: 190px;
    min-width: 140px;
    /* width: 100%; */
}
.dt_rosenzu{
    width: 84%;
}



.column_box{
    display: flex;
    margin: 0 auto;
    max-width: 750px;
}
.column_text{
    background: #23a387;
    padding: 40px 40px;
    width: 60%;
}
.column_ttl{
    background: #fff;
    padding: 0.5em;
    color: #8a017b;
    text-align: center;
    font-size: 20px;
    margin-bottom: 1em;
}
.column_subttl{
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-bottom: solid 1px #fff;
    padding-bottom: 1em;
    margin-bottom: 1em;
}
.column_lead{
    font-size: 14px;
    line-height: 1.8;
    text-align: justify;
    color: #fff;
}
.column_img{
    width: 40%;
    background: url(../img/access/column_img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


.dt_area_list{
    display: flex;
    flex-wrap: wrap;
    margin: 60px auto 0;
    justify-content: space-between;
}
.dt_area_item{
    width: 25%;
    position: relative;
}
.dt_area_item.shibuya{
    width: 48%;
    background: url(../img/access/dt_area_img05.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.dt_area_item.shibuya02{
    width: 50%;
}
.dt_area_item .dt_area_item_flex .dt_area_item{
    width: 50%;
}
.dt_area_item_flex{
    display: flex;
}
.dt_area_item .dt_area_item_flex .dt_area_item::after{
    content: none;
}
.dt_area_item::after{
    content: "";
    position: absolute;
    width: 1px; 
    background: #23a387;
    right: 0;
    top: 0;
    height: 100%;
    display: block;
}
.dt_area_item:nth-child(4n):after{
    content: none;
}
.dt_area_item:nth-child(5n):after{
    content: none;
}
.dt_area_item:nth-child(6n):after{
    content: none;
}
.dt_area_item:nth-child(7n):after{
    content: none;
}
.dt_area_item:nth-child(n + 5){
    margin-top: 40px;
}
.dt_area_station .en{
    font-size: 10px;
    text-align: center;
    color: #23a387;
    letter-spacing: 0.05em;
    margin: 0.5em auto;
}
.dt_area_station .ja{
    text-align: center;
    font-size: 14px;
}
.dt_area_time{
    max-width: 220px;
    margin: 0 auto 10px;
}
.dt_area_img{
    margin: 0px auto 10px;
}
.dt_area_name{
    text-align: center;
    font-size: 14px;
}
.dt_area_min{
    font-size: 12px;
    border-top: solid 1px #000;
    border-bottom: dotted 2px #000;
    letter-spacing: 0;
    text-align: center;
    padding: 0.5em 0;
    margin: 0.5em 0;
}
.dt_area_lead{
    font-size: 12px;
    text-align: justify;
    line-height: 1.5;
    letter-spacing: 0.05em;
}
.dt_area_text{
    padding: 0 10px;
}
.dt_area_midashi{
    background: #82bea9;
    font-size: 12px;
    text-align: center;
    padding: 0.3em;
    color: #fff;
    letter-spacing: 0;
    margin: 0 auto 0.2em;
}



.sta_img_flex{
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 60px;
    max-width: 999px;
}
.sta_img_item{
    width: calc(100% / 3);
    position: relative;
}
.smart_access_ttl{
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-align: center;
    /* background: #8787b7; */
    padding: 0.6em 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.smart_access_ttl p{
    position: relative;
    z-index: 5;
}
.smart_access_ttl::before{
    content: "";
    background: #23a387;
    mix-blend-mode: multiply;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.smart_access_ttl span.min{
    font-size: 1.3em;
    font-family: "Cinzel", serif;
}
.smart_access_ttl span.tyoku{
    font-size: 0.8em;
}


.rosenzu {
    width: 100%;
}
.rosenzu.rosenzu02{
    /* max-width: 700px; */
    margin: 60px auto;
}





div.TrainTime ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 30px;
}

div.TrainTime ul li {
    width: 31%;
}

div.TrainTime ul li:nth-child(n+4) {
    margin-top: 25px;
}

div.TrainTime ul li p {
    font-size: 20px;
    letter-spacing: 0;
    border-bottom: dotted 1px #888;
    text-indent: -0.5em;
    /* overflow: hidden; */
    line-height: 140%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

div.TrainTime ul li p i {
    font-size: 0.8em;
    font-style: normal;
    margin-right: auto;
}

div.TrainTime ul li p span {
    float: right;
    font-size: 14px;
    font-style: normal;
}
div.TrainTime ul li p span.small{
    font-size: 16px;
}
div.TrainTime ul li p span b {
    font-size: 2.2em;
    margin: 0 2px;
    font-style: normal;
    color: #af302c;
    font-weight: 500;
    font-family: "Cinzel", serif;
}

div.TrainTime span.c {
    font-size: 10px;
    display: block;
    line-height: 135%;
    margin-top: 5px;
    text-indent: -1em;
    padding-left: 1em;
}

.TrainTime_ttl{
    background: #23a387;
    color: #fff;
    text-align: center;
    padding: 0.5em;
    margin-bottom: 1em;
}


@media screen and (max-width: 1000px) {
    .sec_subttl{
        margin-bottom: 15px;
    }

    .rosenzu {
        /* margin: 40px auto 0px; */
    }


    .smart_access_ttl {
        font-size: 14px;
    }

    div.TrainTime ul li {
        width: 48%;
    }

    div.TrainTime ul li:nth-child(n+11){
        margin-bottom: 0;
    }
    div.TrainTime ul li p span b {
        font-size: 24px;
    }
    div.TrainTime ul li p span {
    float: right;
    font-size: 14px;
    font-style: normal;
}
    div.TrainTime ul li p {
        font-size: 16px;
        letter-spacing: 0.05em;
    }

    div.TrainTime ul li p i  {
        font-size: 12px;
        margin-left: 2px;
    }

    div.TrainTime ul li:nth-child(n+3){
        margin-top: 20px;
    }

    .column_ttl {
        font-size: 16px;
    }
    .column_subttl {
        font-size: 16px;
    }


    .dt_flex{
        flex-wrap: wrap;
    }
    .dt_rosenzu{
        width: 100%;
        margin: 20px auto 0;
    }
    .dt_img{
        width: 100%;
        max-width: 150px;
        min-width: unset;
        margin: 0 auto;
    }

    .dt_area_name {
        font-size: 12px;
    }
    .dt_area_min {
        font-size: 10px;
    }
    .dt_area_midashi {
        font-size: 10px;
    }
}

@media screen and (max-width: 800px) {
    .dt_area_item {
        width: 50%;
    }
    .dt_area_name {
        font-size: 14px;
    }
    .dt_area_item:nth-child(n + 3){
        margin-top: 30px;
    }
    .dt_area_item.shibuya02{
        width: 100%;
    }
    .dt_area_item.shibuya{
        height: 400px;
        width: 100%;
    }
}


@media screen and (max-width: 750px) {
    
    .column_text {
        padding: 20px;
    }
}


@media screen and (max-width: 675px) {
    div.TrainTime ul li {
        width: 100%;
        margin: auto;
        /* margin-bottom: 15px; */
    }
    div.TrainTime ul li:nth-child(n+2){
        margin-top: 25px;
    }
}


@media screen and (max-width: 650px) {
    .smart_access_ttl {
        font-size: 14px;
    }
    .smart_access_ttl span.min {
        font-size: 1.2em;
    }
    .rosenzu.rosenzu02 {
        margin: 20px auto 40px;
    }
    .column_box{
        flex-wrap: wrap;
        max-width: 400px;
    }
    .column_img{
        width: 100%;
        height: 50vw;
    }
    .column_text{
        width: 100%;
        order: 2;
    }
    .column_lead {
        font-size: 12px;
    }
    .column_subttl {
        font-size: 14px;
    }
    .column_ttl {
        font-size: 14px;
    }
}

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

    .rosenzu {
    width: 100%;
    }

}

@media screen and (max-width: 500px) {
    .dt_area_item{
        width: 90%;
        max-width: 400px;
        margin: 0 auto 20px;
        padding-bottom: 20px;
    }
    .dt_area_item::after{
        bottom: 0;
        width: 100%;
        height: 1px;
        top: unset;
    }
    .dt_area_item:nth-child(4n):after{
        content: "";
    }
    .dt_area_item_flex{
        flex-wrap: wrap;
    }
    .dt_area_item .dt_area_item_flex .dt_area_item{
        width: 90%;
        padding-bottom: 0;
    }
    .dt_area_item:nth-child(n + 3){
        margin-top: 0;
    }
    
    .sta_img_item{
        width: 50%;
    }
    .sta_img_flex{
        justify-content: center;
    }
}



.scroll_flex{
    display: none;
}
@media screen and (max-width: 550px) {
    .smart_access_ttl {
        font-size: 13px;
    }
    .area_map {
        margin: 20px auto 20px auto;
        width: 100%;
    }
    .area_map_img{
        overflow-x: scroll;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        width: 100%;
    }
    .area_map_img img{
        padding-bottom: 10px;
        width: 550px;
        min-width: 550px;
    }
    .rosenzu_img{
        padding-bottom: 10px;
        overflow-x: scroll;
        width: 100%;
        /* writing-mode: vertical-rl; */
    }
    .rosenzu_img img{
        width: 650px;
        min-width: 650px;
    }
    
    .scroll_flex {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin: 0px auto 0;
        flex-wrap: wrap;
        max-width: 250px;
    }
    .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);
    }
    .wh .scroll::before {
        background: #000;
    }
    .wh .scroll::after {
        border-top: 1px solid #000;
        border-right: 1px solid #000;
    }
    .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);
    }
    .wh .scroll_l::before {
        background: #000;
    }
    .wh .scroll_l::after {
        border-top: 1px solid #000;
        border-right: 1px solid #000;
    }
    .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
        }
    }
}