/* CSS Document */





/* ==============================

access_list 

============================== */
.access-index .l-section.access_list {
    margin: 0;
    padding: 0;
    background-color: #F4F3ED;
}
.access-index .access_list-inner {
}
@media screen and ( max-width: 768px ) {
    .access-index .l-section.access_list {
    }
    .access-index .access_list-inner {
    }
}



.access-index .access_list-place {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin: 0;
    padding: 0;
}
.access-index .access_list-place > .each_item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc( 100% / 3 );
    height: calc( 320 * 100vw / var( --design-width ) );
    margin: 0;
    padding: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.access-index .access_list-place > .each_item::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #272727;
    opacity: 0.25;
}
.access-index .access_list-place > .each_item span {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc( 60 * 100vw / var( --design-width ) );
    font-family: 'Cormorant', serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0.1em;
    z-index: 2;
}
.access-index .access_list-place > .each_item.kitasenjyu { background-image: url( '../img/access/access_list-place-kitasenjyu.webp' ); }
.access-index .access_list-place > .each_item.oshiage { background-image: url( '../img/access/access_list-place-oshiage.webp' ); }
.access-index .access_list-place > .each_item.ueno { background-image: url( '../img/access/access_list-place-ueno.webp' ); }
.access-index .access_list-place > .each_item.akihabara { background-image: url( '../img/access/access_list-place-akihabara.webp' ); }
.access-index .access_list-place > .each_item.otemachi { background-image: url( '../img/access/access_list-place-otemachi.webp' ); }
.access-index .access_list-place > .each_item.ginza { background-image: url( '../img/access/access_list-place-ginza.webp' ); }
.access-index .access_list-place > .each_item.nagatacho { background-image: url( '../img/access/access_list-place-nagatacho.webp' ); }
.access-index .access_list-place > .each_item.shibuya { background-image: url( '../img/access/access_list-place-shibuya.webp' ); }
.access-index .access_list-place > .each_item.shinkoshigaya { background-image: url( '../img/access/access_list-place-shinkoshigaya.webp' ); }
.access-index .annotation {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #353539;
    font-size: var( --font-size-figcaption );
    line-height: 2;
    letter-spacing: 0.1em;
    text-align: right;
}
@media screen and ( max-width: 768px ) {
    .access-index .access_list-place {
    }
    .access-index .access_list-place > .each_item {
        width: calc( 100% / 3 );
        height: calc( 160 * 100vw / var( --design-width ) );
    }
    .access-index .access_list-place > .each_item::before {
    }
    .access-index .access_list-place > .each_item span {
        font-size: var( --font-size-11 );
    }
    .access-index .access_list-place > .each_item.kitasenjyu {
    }
    .access-index .access_list-place > .each_item.oshiage {
    }
    .access-index .access_list-place > .each_item.ueno {
    }
    .access-index .access_list-place > .each_item.akihabara {
    }
    .access-index .access_list-place > .each_item.otemachi {
    }
    .access-index .access_list-place > .each_item.ginza {
    }
    .access-index .access_list-place > .each_item.nagatacho {
    }
    .access-index .access_list-place > .each_item.shibuya {
    }
    .access-index .access_list-place > .each_item.shinkoshigaya {
    }
}





/* ==============================

direct_access 

============================== */
.access-index .direct_access {
    padding-top: 110px;
    padding: 165px 0;
    background-color: #F4F3ED;
}
.access-index .direct_access-inner {
}
@media screen and ( max-width: 768px ) {
    .access-index .direct_access {
        padding-top: calc( 60 * 100vw / var( --design-width ) );
        padding: calc( 60 * 100vw / var( --design-width ) ) 0;
    }
    .access-index .direct_access-inner {
    }
}



.access-index .direct_access-content {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}
.access-index .direct_access-content.access {
    margin-bottom: calc( 220 * 100vw / var( --design-width ) );
}
@media screen and ( max-width: 768px ) {
    .access-index .direct_access-content {
    }
    .access-index .direct_access-content.access {
        margin-bottom: calc( 110 * 100vw / var( --design-width ) );
    }
}



.access-index .direct_access-image {
    position: relative;
    margin: 0 auto calc( 50 * 100vw / var( --design-width ) );
    padding: 0;
}
.access-index .access .direct_access-image {
    width: 60.7%;
    max-width: 1032px;
}
.access-index .access .direct_access-image.access_map > picture img {
    width: 100%;
}
.access-index .access .direct_access-image.access_map > figure figcaption {
    position: absolute;
    bottom: 5%;
    right: 10%;
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 0;
    color: #353539;
    font-size: var( --font-size-figcaption );
    line-height: 2;
    letter-spacing: 0.1em;
}
.access-index .route .direct_access-image {
    width: 86%;
    max-width: 1462px;
}
.access-index .route .direct_access-image-inner {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}
.access-index .route .direct_access-image-inner picture img {
    width: 100%;
}
.access-index .route .direct_access-image-inner figcaption {
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 0;
    color: #353539;
    font-size: var( --font-size-figcaption );
    line-height: 2;
    letter-spacing: 0.1em;
}
@media screen and ( max-width: 768px ) {
    .access-index .direct_access-image {
        margin: 0 auto calc( 25 * 100vw / var( --design-width ) );
    }
    .access-index .access .direct_access-image {
        width: 100%;
        max-width: none;
    }
    .access-index .access .direct_access-image::after {
        content: url( '../img/common/icon_zoom.png' );
        position: absolute;
        display: block;
        top: calc( 50% - calc( calc( 65 * 100vw / var( --design-width ) )/ 2 ) );
        left: calc( 50% - calc( calc( 65 * 100vw / var( --design-width ) )/ 2 ) );
        width: calc( 65 * 100vw / var( --design-width ) );
        height: calc( 65 * 100vw / var( --design-width ) );
        margin: 0;
        padding: 0;
        background-color: rgba( 0, 0, 0, 0.3 );
        transition: all 0.5s;
        opacity: 1;
    }
    .access-index .access .direct_access-image.is_active::after {
        opacity: 0;
    }
    .access-index .route .direct_access-image {
        width: 100%;
        max-width: none;
        overflow: scroll;
    }
    .access-index .route .direct_access-image::after {
        content: url( '../img/common/icon_swipe.png' );
        position: absolute;
        display: block;
        top: calc( 50% - calc( calc( 65 * 100vw / var( --design-width ) )/ 2 ) );
        left: calc( 50% - calc( calc( 65 * 100vw / var( --design-width ) )/ 2 ) );
        width: calc( 65 * 100vw / var( --design-width ) );
        height: calc( 65 * 100vw / var( --design-width ) );
        margin: 0;
        padding: 0;
        background-color: rgba( 0, 0, 0, 0.3 );
        transition: all 0.5s;
        opacity: 1;
    }
    .access-index .route .direct_access-image.is_active::after {
        opacity: 0;
    }
    .access-index .route .direct_access-image-inner {
        position: relative;
        width: 300%;
        margin: 0;
        padding: 0;
    }
}



.access-index .direct_access-time_required {
    position: relative;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto calc( 40 * 100vw / var( --design-width ) );
    padding: 0;
}
.access-index .direct_access-time_required > .from {
    position: relative;
    width: 100%;
    margin: 0 0 calc( 40 * 100vw / var( --design-width ) );
    padding: 0;
    border-bottom: 1px solid #707070;
}
.access-index .direct_access-time_required-flexbox {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.access-index .direct_access-time_required-flexbox > .each_block {
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc( 100% / 3 );
    margin: 0;
    padding: 0 calc( 20 * 100vw / var( --design-width ) );
    border-left: 1px solid #707070;
}
.access-index .direct_access-time_required-flexbox > .each_block.block_01 {
    border-left: none;
}
@media screen and ( max-width: 768px ) {
    .access-index .direct_access-time_required {
        max-width: none;
        margin: 0 auto calc( 20 * 100vw / var( --design-width ) );
    }
    .access-index .direct_access-time_required > .from {
        margin: 0 0 calc( 20 * 100vw / var( --design-width ) );
        border-bottom: 1px solid #707070;
    }
    .access-index .direct_access-time_required-flexbox {
        flex-direction: column;
    }
    .access-index .direct_access-time_required-flexbox > .each_block {
        width: 100%;
        padding: 0 calc( 10 * 100vw / var( --design-width ) );
        border-left: none;
    }
    .access-index .direct_access-time_required-flexbox > .each_block.block_01 {
        border-left: none;
    }
}



.access-index .direct_access-time_required-flexbox > .each_block > .each_station {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 0 min( calc( 15 * 100vw / var( --design-width ) ), 15px );
    padding: 0;
}
.access-index .direct_access-time_required-flexbox > .each_block > .each_station span {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #333;
    line-height: 1;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
}
.access-index .direct_access-time_required-flexbox > .each_block > .each_station .time {
    position: relative;
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
    margin: 0;
    padding: 0;
}
.access-index .direct_access-time_required-flexbox > .each_block > .each_station .text-l {
    font-size: 30px;
}
.access-index .direct_access-time_required-flexbox > .each_block > .each_station .text-s {
    font-size: 18px;
}
@media screen and ( max-width: 1400px ) {
    .access-index .direct_access-time_required-flexbox > .each_block > .each_station .text-l {
        font-size: min( calc( 30 * 100vw / 1400 ), 30px );
    }
    .access-index .direct_access-time_required-flexbox > .each_block > .each_station .text-s {
        font-size: min( calc( 18 * 100vw / 1400 ), 18px );
    }
}
@media screen and ( max-width: 768px ) {
    .access-index .direct_access-time_required-flexbox > .each_block > .each_station {
        margin-bottom: calc( 10 * 100vw / var( --design-width ) );
    }
    .access-index .direct_access-time_required-flexbox > .each_block > .each_station span {
    }
    .access-index .direct_access-time_required-flexbox > .each_block > .each_station .time {
    }
    .access-index .direct_access-time_required-flexbox > .each_block > .each_station .text-l {
        font-size: var( --font-size-24 );
    }
    .access-index .direct_access-time_required-flexbox > .each_block > .each_station .text-s {
        font-size: var( --font-size-14 );
    }
}



.access-index .direct_access-annotation {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0;
    color: #333;
    line-height: 1.5;
    font-size: var( --font-size-14 );
    letter-spacing: 0.1em;
}
@media screen and ( max-width: 768px ) {
    .access-index .direct_access-annotation {
        max-width: none;
        font-size: var( --font-size-12 );
    }
}





/* ==============================

multi_access 

============================== */
.access-index .multi_access {
    padding-top: 110px;
    padding: 165px 0;
    background-color: #1F2346;
}
.access-index .multi_access-inner {
}
@media screen and ( max-width: 768px ) {
    .access-index .multi_access {
        padding-top: calc( 60 * 100vw / var( --design-width ) );
        padding: calc( 60 * 100vw / var( --design-width ) ) 0;
    }
    .access-index .multi_access-inner {
    }
}



.access-index .multi_access .l-section-lead {
    color: #fff;
}
@media screen and ( max-width: 768px ) {
    .access-index .multi_access .l-section-lead {
    }
}



.access-index .multi_access-timetable {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto calc( 110 * 100vw / var( --design-width ) );
    padding: 0;
}
@media screen and ( max-width: 768px ) {
    .access-index .multi_access-timetable {
        display: block;
        max-width: none;
        margin: 0 auto calc( 55 * 100vw / var( --design-width ) );
    }
}



.access-index .multi_access-timetable-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 54.6%;
    max-width: 820px;
    margin: 0;
    padding: 0;
}
.access-index .multi_access-timetable-content__text {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: calc( 29 * 100vw / var( --design-width ) );
    line-height: 2;
    letter-spacing: 0.1em;
}
.access-index .multi_access-timetable-content__point {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc( 110 * 100vw / var( --design-width ) );
    max-height: 110px;
    min-height: 70px;
    margin: 0;
    padding: 0;
    color: #fff;
    background-color: #AD956A;
}
.access-index .multi_access-timetable-content__point span {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: calc( 35 * 100vw / var( --design-width ) );
    line-height: 1;
    letter-spacing: 0.1em;
}
.access-index .multi_access-timetable-content__point .text-l {
    font-size: calc( 60 * 100vw / var( --design-width ) );
    letter-spacing: 0;
}
@media screen and ( max-width: 768px ) {
    .access-index .multi_access-timetable-content {
        display: block;
        width: 100%;
        max-width: none;
        margin-bottom: calc( 30 * 100vw / var( --design-width ) );
    }
    .access-index .multi_access-timetable-content__text {
        margin-bottom: calc( 30 * 100vw / var( --design-width ) );
        font-size: var( --font-size-16 );
    }
    .access-index .multi_access-timetable-content__point {
        height: auto;
        max-height: none;
        min-height: none;
        padding: calc( 8 * 100vw / var( --design-width ) ) 0;
    }
    .access-index .multi_access-timetable-content__point span {
        font-size: var( --font-size-16 );
    }
    .access-index .multi_access-timetable-content__point .text-l {
        font-size: var( --font-size-24 );
    }
}



.access-index .multi_access-timetable-image {
    position: relative;
    width: 42.1%;
    max-width: 632px;
    margin: 0;
    padding: 0;
    font-size: 0;
}
.access-index .multi_access-timetable-image figcaption {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: var( --font-size-figcaption );
    line-height: 2;
    letter-spacing: 0.1em;
    text-align: right;
}
@media screen and ( max-width: 768px ) {
    .access-index .multi_access-timetable-image {
        width: 100%;
        max-width: none;
    }
    .access-index .multi_access-timetable-image figcaption {
    }
}



.access-index .multi_access-last_train {
    position: relative;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0;
}
@media screen and ( max-width: 768px ) {
    .access-index .multi_access-last_train {
        max-width: none;
    }
}



.access-index .multi_access-last_train-caption {
    position: relative;
    width: 100%;
    margin: 0 0 calc( 40 * 100vw / var( --design-width ) );
    padding: 0;
    color: #fff;
    font-size: calc( 24 * 100vw / var( --design-width ) );
    line-height: 2;
    letter-spacing: 0.1em;
}
@media screen and ( max-width: 768px ) {
    .access-index .multi_access-last_train-caption {
        margin: 0 0 calc( 20 * 100vw / var( --design-width ) );
        font-size: calc( 16 * 100vw / var( --design-width ) );
    }
}



.access-index .multi_access-last_train-image {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}
.access-index .multi_access-last_train-image-inner {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}
.access-index .multi_access-last_train-image-inner picture img {
    width: 100%;
}
.access-index .multi_access-last_train-image-inner figcaption {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: var( --font-size-figcaption );
    line-height: 2;
    letter-spacing: 0.1em;
    text-align: right;
}
@media screen and ( max-width: 768px ) {
    .access-index .multi_access-last_train-image {
        overflow-x: scroll;
    }
    .access-index .multi_access-last_train-image::after {
        content: url( '../img/common/icon_swipe.png' );
        position: absolute;
        display: block;
        top: calc( 50% - calc( calc( 65 * 100vw / var( --design-width ) )/ 2 ) );
        left: calc( 50% - calc( calc( 65 * 100vw / var( --design-width ) )/ 2 ) );
        width: calc( 65 * 100vw / var( --design-width ) );
        height: calc( 65 * 100vw / var( --design-width ) );
        margin: 0;
        padding: 0;
        background-color: rgba( 0, 0, 0, 0.3 );
        transition: all 0.5s;
        opacity: 1;
    }
    .access-index .multi_access-last_train-image.is_active::after {
        opacity: 0;
    }
    .access-index .multi_access-last_train-image-inner {
        width: 200%;
    }
}





/* ==============================

airport_bus 

============================== */
.access-index .l-section.airport_bus {
    padding-top: 110px;
    padding: 165px 0;
    background-color: #E4EAEC;
}
.access-index .airport_bus-inner {
}
@media screen and ( max-width: 768px ) {
    .access-index .l-section.airport_bus {
        padding-top: calc( 60 * 100vw / var( --design-width ) );
        padding: calc( 60 * 100vw / var( --design-width ) ) 0;
    }
    .access-index .airport_bus-inner {
    }
}



.access-index .airport_bus-limousine_bus {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 87.2%;
    max-width: 1675px;
    margin: 0 0 0 auto;
    padding: 0;
}
@media screen and ( max-width: 768px ) {
    .access-index .airport_bus-limousine_bus {
        display: block;
        width: 100%;
        max-width: none;
    }
}



.access-index .airport_bus-inner .l-section-lead {
    margin-bottom: calc( 150 * 100vw / var( --design-width ) );
}
@media screen and ( max-width: 768px ) {
    .access-index .airport_bus-inner .l-section-lead {
        margin-bottom: calc( 75 * 100vw / var( --design-width ) );
    }
}



.access-index .airport_bus-limousine_bus-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 46.8%;
    max-width: 785px;
    margin: 0;
    padding: 0;
}
.access-index .airport_bus-limousine_bus-content__text {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #333;
    font-size: calc( 29 * 100vw / var( --design-width ) );
    line-height: 2;
    letter-spacing: 0.1em;
}
.access-index .airport_bus-limousine_bus-content__text .annotation {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #333;
    font-size: var( --font-size-14 );
    line-height: 2;
    letter-spacing: 0.1em;
}
@media screen and ( max-width: 768px ) {
    .access-index .airport_bus-limousine_bus-content {
        display: block;
        width: 100%;
        max-width: none;
        margin-bottom: calc( 50 * 100vw / var( --design-width ) );
        padding-left: var( --default-padding-x );
        padding-right: var( --default-padding-x );
    }
    .access-index .airport_bus-limousine_bus-content__text {
        margin-bottom: calc( 30 * 100vw / var( --design-width ) );
        font-size: var( --font-size-16 );
    }
    .access-index .airport_bus-limousine_bus-content__text .annotation {
        font-size: var( --font-size-12 );
    }
}



.access-index .airport_bus-limousine_bus-content__image {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}
.access-index .airport_bus-limousine_bus-content__image figcaption {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #333;
    font-size: var( --font-size-figcaption );
    line-height: 2;
    letter-spacing: 0.1em;
}
@media screen and ( max-width: 768px ) {
    .access-index .airport_bus-limousine_bus-content__image {
    }
    .access-index .airport_bus-limousine_bus-content__image figcaption {
    }
}



.access-index .airport_bus-limousine_bus-image {
    position: relative;
    width: 48.4%;
    max-width: 811px;
    margin: 0;
    padding: 0;
}
.access-index .airport_bus-limousine_bus-image figcaption {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #333;
    font-size: var( --font-size-figcaption );
    line-height: 2;
    letter-spacing: 0.1em;
    text-align: right;
}
@media screen and ( max-width: 768px ) {
    .access-index .airport_bus-limousine_bus-image {
        width: 100%;
        max-width: none;
    }
    .access-index .airport_bus-limousine_bus-image figcaption {
    }
}









































































