@import url("https://use.typekit.net/ixs7yig.css");

.access .main-container {
    max-width: 1148px;
    padding: 0 24px;
    margin: 0 auto;
}

@media (max-width:768px) {

    .access .main-container.-sp {
        padding: 0;
    }

}

.top-mv {
    position: relative;
}


.section {
    padding: 144px 0;
}

.access__approach {
    /* background-image: url("../images/access/approach-bg.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover; */
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.access__approach::after {
    content: "";
    position: absolute;
    background-image: url("../images/access/approach-bg.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 104.1rem;
    width: 100%;
    top: 0;
    z-index: -1;
}

.access__head {
    max-width: 1100px;
    width: 100%;
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 48px;
    gap: 20px;
    /* position: relative; */
}

.access__head.mb52 {
    margin-bottom: 52px;
}


.access__heading {
    font-size: 9.6rem;
    font-weight: 500;
    line-height: 117px;
    color: #325965;
    font-family: "Cormorant Garamond", serif;
    width: fit-content;
    position: relative;

}

/* .access__border {
    width: 100%;
    height: 2px;
    background-color: #325965;
    flex: 1;
} */



.access__heading::after {
    content: "";
    position: absolute;
    width: 100vw;
    height: 2px;
    background-color: #325965;
    top: 50%;
    left: 102%;
    transform: translateY(-50%);

}

.access__img-btmtxt {
    font-size: 1.3rem;
    line-height: 18px;
    color: #7B7A7A;
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
    text-align: end;
    margin-top: 8px;

}

.access__img-btmtxt.-sp {
    font-size: 1.3rem;
}

.access__tilte {
    font-size: 4rem;
    font-weight: 600;
    line-height: 57px;
    letter-spacing: 0.06em;
    font-family: "Noto Serif JP", serif;
    color: #343333;
}

.access__subtitle {
    font-size: 2rem;
    font-weight: 600;
    line-height: 33.67px;
    letter-spacing: 0.06em;
    margin-top: 24px;
    font-family: "Noto Serif JP", serif;
    color: #343333;
}

.access__approach-imaage {
    max-width: 1100px;
    width: 100%;
    margin-top: 32px;
}

.access__approach-btmimage {
    max-width: 1100px;
    width: 100%;
    margin-top: -16px;
    line-height: 0;
}

.access__approach-map {
    max-width: 1100px;
    width: 100%;
    margin-top: 48px;
    line-height: 0;
}

.access__approach-block {
    background-color: #FBFBF9;
    margin-top: 48px;
}


.access__approach-row {
    max-width: 834.08px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-left: 80px;
    padding-top: 15px;
}

.access__approach-col {
    max-width: 271px;
    line-height: 0;
    width: 100%;
}

.access__approach-item.sp {
    display: none;
}

@media (max-width:991px) {
    .access__approach-row {
        margin-left: 20px;
    }

    .access__approach-col {
        max-width: 225px;
    }

}

@media (max-width:768px) {

    .access__approach-item.sp {
        display: block;
    }

    .main-container.pi0 {
        padding: 0;
    }

    .section {
        padding: 72px 0;
    }

    .access__approach-row {
        /* flex-direction: column; */
        margin-left: 0;
    }

    .access__head {
        margin-bottom: 24px;
    }

    .access__head.mb52 {
        margin-bottom: 24px;
    }

    .access__heading {
        font-size: 4rem;
        line-height: 48px;

    }

    .access__tilte {
        font-size: 2.2rem;
        line-height: 33.5px;

    }

    .access__subtitle {
        font-size: 1.6rem;
        line-height: 26px;
    }

    .access__img-btmtxt {
        font-size: 1rem;
        line-height: 18px;
        margin-top: 4px;
    }



    .access__approach-block {
        margin-top: 24px;
        padding-inline: 16px;
    }

    .access__approach::after {
        background-image: url("../images/access/approach-bg-sp.jpg");
        height: 297px;
    }




}











.access__route-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1044px;
    /* Adjust based on your container */
    margin: 0 auto;
    position: relative;
}

/* The Connecting Line */
.access__route-list::before {
    content: "";
    position: absolute;
    top: 19px;
    /* Adjust based on box height to center line */
    left: 17px;
    right: 0;
    height: 1px;
    background-color: #325965;
    z-index: 1;
}

.access__route-item {
    position: relative;
    z-index: 2;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* flex: 1; */
}

.access__route-item:nth-of-type(2) {
    margin-left: -3.2vw;
}



.access__route-item.access__route-item--start {
    margin-top: -6px;
}

/* The Boxes */
.access__route-content {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #325965;
    padding: 6px 9px;
    min-height: 37px;
    min-width: 116px;
}

.access__route-name {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 23px;
    color: #325965;
    font-family: YakuHanMPs,"Noto Serif JP", serif;
    margin: 0;
}

.access__route-name span {
    font-size: 1.8rem;
    line-height: 19px;
    display: block;
}


/* Text Below Boxes */
.access__route-duration {
    font-size: 1.4rem;
    color: #325965;
    line-height: 18px;
    font-weight: 500;
    width: fit-content;
    font-family: "Noto Serif JP", serif;
}

.access__route-duration span {
    font-size: 1.2rem;
    display: block;
}

/* Modifiers for Start and End */
.access__route-item--start .access__route-content {
    background-color: #334e57;
    border-color: #334e57;
    color: #fff;
    padding: 4px 7px;
}

.access__route-item--start .access__route-name {
    color: #fff;
}

.access__route-item--end .access__route-content {
    background-color: #a42323;
    border-color: #a42323;
    color: #fff;
    padding: 6px 8px;
}

.access__route-item--end .access__route-name {
    color: #fff;
    font-size: 1.8rem;
}

@media (max-width: 768px) {
    .access__route-list {
        /* flex-direction: column;
    align-items: center;
    gap: 30px; */
    }

    .access__route-list::before {
        top: 0;
        bottom: 0;
        left: 50%;
        width: 1px;
        height: 100%;
    }
}















.access__transport {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    max-width: 960px;
    margin: 0 auto;
    gap: 80px;
    padding: 60px 0 40px;
}

.access__transport-item {
    /* flex: 1; */
    text-align: center;
    /* margin-top: 20px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.access__transport-title {
    background-color: #325965;
    color: #fff;
    padding: 8.5px 20px;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 35px;
    max-width: 400px;
    width: 100%;
    font-family: "Noto Serif JP", serif;

}

.access__transport-desc {
    font-size: 1.8rem;
    line-height: 28.8px;
    color: #343333;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
}

.access__transport-note {
    font-size: 1.3rem;
    line-height: 18px;
    display: block;
    margin-top: 8px;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;

}

.access__transport-visual {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    max-width: 400px;
    width: 100%;
}

.access__transport-visual img {
    max-width: 100%;
    height: auto;
}

.access__transport-divider {
    width: 1px;
    background-color: #abbabe;
    align-self: stretch;
    border-radius: 20px;
}

@media (max-width: 768px) {
    .access__transport {
        flex-direction: column;
        padding: 0;
        gap: 24px;
    }

    .access__transport-item {
        width: 100%;
    }

    .access__transport-divider {
        width: 100%;
        height: 1px;
        margin: 0;
    }

    .access__transport-desc {
        min-height: auto;
        font-size: 1.4rem;
        line-height: 21.5px;
    }

    .access__transport-title {
        padding: 9px 10px;
        font-size: 1.6rem;
        font-weight: 600;
        line-height: 23px;
        width: 100%;
    }

    .access__transport-note {
        font-size: 1rem;
        line-height: 14px;
    }
}








/* train */

.access__train {
    /* width: 100%;
    padding: 60px 0;
    background-color: #fff;  */
    position: relative;
}

.access__train::after {
    content: "";
    background-image: url("../images/access/train-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 822px;
    position: absolute;
    top: 0;
    z-index: -1;

}

.access__train::before {
    content: "";
    background-image: url("../images/access/train-bg-bottom.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 822px;
    position: absolute;
    bottom: 0;
    z-index: -1;

}


.access__train-itemwrap {
    display: flex;
    max-width: 1002px;
    margin: 0 auto;
    justify-content: space-between;
    margin-top: 50px;
    flex-wrap: wrap;
}

.access__train-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    /* For the vertical divider */
    padding: 7px 15px;
    border-left: 2px solid #b8c9c0;
}

.access__train-item:first-of-type {
    border-left: unset;
}

.access__train-item:nth-of-type(1) {
    padding: 0 17.5px 0 0;
}

.access__train-item:nth-of-type(4) {
    padding: 0 0 0 17.5px;
}


.access__train-header {
    text-align: center;
    margin-bottom: 16px;
}

.access__train-title {
    font-family: "Noto Serif JP", serif;
    font-size: 2.4rem;
    font-weight: 600;
    color: #343333;
    line-height: 34px;
    margin-bottom: 4px;
}

.access__train-subtitle {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.6rem;
    line-height: 20px;
    font-weight: 600;
    color: #5B846E;
}

.access__train-icon {
    width: 80px;
    height: 80px;
}

.access__train-icon img {
    width: 100%;
    height: auto;
    object-fit: contain;
}


@media (max-width:991px) {
    .access__train-title {
        font-size: 2.1rem;
    }

}


@media (max-width: 768px) {


    .access__train-item {
        padding: 8px 9px;
    }

    .access__train-item:nth-of-type(1) {
        padding: 8px 9px;
    }

    .access__train-item:nth-of-type(3) {
        border-left: unset;
        border-top: 2px solid #b8c9c0;
        padding: 7px 9px;
    }

    .access__train-item:nth-of-type(4) {
        border-top: 2px solid #b8c9c0;
        padding: 7px 9px;

    }


    .access__train-container {
        flex-wrap: wrap;
    }

    .access__train-itemwrap {
        flex-wrap: wrap;
        margin-top: 24px;
        margin-inline: 14px;
    }


    .access__train-item {
        flex: 0 0 50%;
    }

    .access__train-header {
        margin-bottom: 4px;
    }

    .access__train-title {
        font-size: 1.6rem;
        line-height: 23px;
    }

    .access__train-subtitle {
        font-size: 1.4rem;
        line-height: 17px;
    }

    .access__train-icon {
        width: 40px;
        height: 40px;
    }

    .access__train::after {
        content: "";
        background-image: url("../images/access/train-bg-sp.jpg");
        height: 822px;
    }

    .access__train::before {
        background-image: url("../images/access/train-bg-bottom-sp.jpg");
        height: 800px;
    }
}















.access__banner {
    background-image: url("../images/access/banner.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100px;
    margin-top: 40px;
}

.access__banner-block {
    max-width: 754px;
    width: 100%;
    margin-inline: auto;
    padding: 24px 0;
}

.access__banner-wrapper {
    max-width: 754px;
    width: 100%;
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 100px;
    border-radius: 4px;
}

.access__info-group {
    margin-right: 13px;
}

.access__info-group h2 {
    font-size: 2.8rem;
    line-height: 40px;
    font-weight: 600;
    margin: 0;
    color: #fff;
    font-family: "Noto Serif JP", serif;

}

.access__sub-label {
    font-size: 1.4rem;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 0.06em;
    font-family: "Noto Serif JP", serif;
    margin-bottom: -4px;
    color: #fff;
}

.access__time-slotwrap {
    display: flex;
    align-items: center;
    gap: 9px;
}

.access__time-slot {
    display: flex;
    align-items: center;
    gap: 9px;
    /* margin-right: 25px; */
}

/* .access__time-slot:last-of-type {
    margin-left: 25px;
} */


.access__hour-tag {
    background: #343333;
    padding: 3px 13px;
    font-size: 2rem;
    line-height: 30px;
    letter-spacing: 0.06em;
    font-weight: 600;
    color: #fff;
    font-family: "Noto Serif JP", serif;

}

.access__count {
    font-size: 7.6rem;
    letter-spacing: -0.06em;
    line-height: 133px;
    font-weight: 600;
    font-family: "Noto Serif JP", serif;
    line-height: 1;
    color: #fff;
}

.access__unit {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 26px;
    font-family: "Noto Serif JP", serif;
    color: #fff;
    margin-left: 4px;
}

.access__unit sup {
    vertical-align: super;
    font-size: smaller;
    line-height: normal;
}

.access__footnote {
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 18px;
    color: #fff;
    text-align: end;
    font-family: "Noto Serif JP", serif;
}



@media (max-width:768px) {

    .access__banner {
        margin-top: 24px;
    }


    .access__banner-block {
        padding: 24px;
    }

    .access__info-group h2 {
        font-size: 2.4rem;
        line-height: 34px;
    }

    .access__sub-label {
        font-size: 1.3rem;
        line-height: 19px;
    }

    .access__banner-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .access__footnote {
        font-size: 1rem;
        line-height: 14px;
    }

    .access__time-slotwrap {
        gap: 20px;
    }

    .access__count {
        font-size: 5.6rem;
        line-height: 72px;
    }

    .access__hour-tag {
        font-size: 1.5rem;
        line-height: 21px;
        padding: 3px 11px;
    }

    .access__unit {
        font-size: 1.4rem;
        line-height: 20px;
        margin-left: 0px;
    }

    .access__time-slot:last-of-type {
        margin-left: 0;
    }

}




.access__subway {
    background-color: #f8f8f5;
    padding: 48px;
    margin-top: 24px;
}

.access__subway-distance {
    font-size: 3.2rem;
    letter-spacing: 0.06em;
    line-height: 46px;
    color: #343333;
    font-weight: 600;
    font-family: "Noto Serif JP", serif;
    text-align: center;

}

.access__subway-description {
    font-size: 1.8rem;
    line-height: 31px;
    color: #343333;
    font-weight: 400;
    font-family: "Noto Serif JP", serif;
    margin-top: 24px;
    text-align: center;
}

.access__subway-image {
    max-width: 1000px;
    width: 100%;
    margin-inline: auto;
}

.access__routemap {
    max-width: 1100px;
    width: 100%;
    margin-inline: auto;
    margin-block: 80px 64px;
}






.access-stations__row {
    margin-bottom: 80px;
}

.access-stations__row:last-of-type {
    margin-bottom: 0;
}


.access-stations__ttl {
    position: relative;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 35px;
    color: #343333;
    font-family: "Noto Serif JP", serif;
    margin-bottom: 16px;

}

.access-stations__ssm {
    font-size: 2.4rem;
    line-height: 35px;
}

.access-stations__subttl {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 35px;
    padding: 5px 12px;
    color: #fff;
    font-family: "Noto Serif JP", serif;
    background-color: #343333;

}

.access-stations__stxt {
    font-size: 3.2rem;
    line-height: 46px;
}

.access-stations__ttext {
    font-size: 4rem;
    line-height: 57px;
    color: #325965;
}

.access-stations__sm {
    font-size: 2rem;
    line-height: 29px;
}

.access-stations__cards-wrap {
    margin-top: 16px;
}


.access-stations__cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.access-stations__card {
    width: calc(100% / 3);
    position: relative;
}

.access-stations__wrap {
    position: absolute;
    left: 18px;
    bottom: 31px;
    color: #fff;
    z-index: 1;
}

.access-stations__wrap .station__name {
    font-size: 3.2rem;
    display: block;
    line-height: 39px;
    width: fit-content;
    font-family: "Cormorant Garamond", serif;
}


.access-stations__wrap .station__time {
    font-size: 2.4rem;
    line-height: 1;
    display: inline-block;
    font-family: "Noto Serif JP", serif;
    margin-top: 5px;

}

.access-stations__wrap .station__num {
    font-size: 6rem;
    display: inline-block;
    line-height: 46px;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
}

.access-stations__wrap .station__label {
    font-size: 1.3rem;
    display: block;
    line-height: 19px;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    margin-top: 12px;
}

.access-stations__image .img-span-txt {
    z-index: 1;
}

.img-span-txt {
    font-size: 1.4rem;
    bottom: 10px;
    right: 10px;
    color: #fff;
    position: absolute;
    font-family: "Noto Serif JP", serif;
    line-height: 20px;
    letter-spacing: 0.06em;
    font-weight: 500;
    text-shadow: 0px 0px 2px rgb(0, 0, 0);
}



@media (max-width:768px) {


    .access-stations__image img{
        display: block;
        width: 100%;
        max-width: 100%;
        aspect-ratio: 171/200;
        height: auto;
    }

    .access__subway {
        padding: 24px 16px;
    }

    .access__subway-image {
        margin-top: 16px;
    }

    .access-stations__card {
        width: calc(100% / 2);
    }


    .access__subway-distance {
        font-size: 2.2rem;
        line-height: 34px;

    }

    .access__subway-description {
        font-size: 1.6rem;
        line-height: 26px;
        font-weight: 600;
        letter-spacing: 0.06em;
    }

    .access__routemap {
        margin-block: 32px;
    }


    .access-stations__ttl {
        font-size: 1.6rem;
        line-height: 16px;
    }

    .access-stations__stxt {
        font-size: 2rem;
        line-height: 29px;
    }

    .access-stations__ttext {
        font-size: 2.8rem;
        line-height: 40px;
    }

    .access-stations__sm {
        font-size: 1.4rem;
        line-height: 20px;
    }

    .access-stations__ssm {
        font-size: 1.4rem;
        line-height: 20px;
    }

    .access-stations__subttl {
        font-size: 1.6rem;
        line-height: 22px;
    }


    .access-stations__wrap .station__name {
        font-size: 2rem;
        line-height: 24px;
    }

    .access-stations__wrap .station__num {
        font-size: 3.2rem;
        line-height: 34px;
    }

    .access-stations__wrap .station__time {
        font-size: 1.6rem;
    }

    .access-stations__wrap .station__label {
        font-size: 1rem;
        line-height: 14px;
        margin-top: 2px;
    }

    .access-stations__wrap .station__time {
        margin-top: 0;
    }

    .img-span-txt {
        font-size: 1rem;
        line-height: 15px;
    }

    .access-stations__wrap {
        left: 10px;
        bottom: 27px;
    }


}









.access__car-box {
    margin-bottom: 80px;
}

.access__car-box:last-of-type {
    margin-bottom: 0;
}

.access__car {
    background: #325965;
    color: #fff;
    padding-block: 144px;
}

.access__car-container {
    max-width: 1100px;
    width: 100%;
    margin-inline: auto;
}

.access__car-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 4px;
}

.access__car-header {
    font-size: 6rem;
    line-height: 72px;
    font-weight: 400;
    font-family: "Cormorant Garamond", serif;
}

.access__bus .access__car-header {
    color: #325965;
}

.access__bus .access__car-subheader {
    color: #325965;
}

.access__car-underline {
    width: 100%;
    height: 1px;
    background: #fff;
    flex: 1;
}

.access__bus .access__car-underline {
    background: #000;
}



.access__bus .access__car-content {
    max-width: 1100px;
    width: 100%;
    margin-inline: 0 auto;

}

.access__car-subheader {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 35px;
    font-family: "Noto Serif JP", serif;
}

@media (max-width:768px) {
    .access__car-content {
        gap: 20px;
    }

    .access__car-header {
        font-size: 4rem;
        line-height: 48px;
    }

    .access__car-subheader {
        gap: 16px;
        line-height: 23px;
    }

    .access__car-subheader {
        font-size: 1.6rem;
    }
}

.access__car-description {
    font-size: 1.8rem;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    line-height: 31px;
    padding-block: 40px 44px;
}

.access__car-ttl {
    font-size: 2rem;
    font-weight: 400;
    font-family: "Noto Serif JP", serif;
    line-height: 29px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgb(255, 255, 255, 0.25);
    margin-bottom: 32px;
}

.access__car-ttl .big {
    font-size: 3rem;
    font-weight: 600;
    font-family: "Noto Serif JP", serif;

}

.access__car-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.access__car-col .img-sm-text {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 17px;
    bottom: 10px;
    right: 10px;
    font-family: 'Noto Sans JP', sans-serif;

}

.access__car-des {
    font-size: 3rem;
    line-height: 43.5px;
    font-family: "Noto Serif JP", serif;

}

.access__car-des .sm {
    font-size: 2rem;
    font-weight: 400;
    font-family: "Noto Serif JP", serif;

}

.access__car-des .big {
    font-size: 4rem;
}

.access__car-img {
    line-height: 0;
    position: relative;
    margin-bottom: 15px;
}

.access__car-footertxt {
    font-size: 1.3rem;
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
    line-height: 18.5px;
    margin-top: 80px;
}

@media (max-width:1199px) {
    .access__car {
        padding-inline: 15px;
    }

    .access__car-des {
        font-size: 2.8rem;
    }

    .access__car-row {
        gap: 22px;
    }

}

@media (max-width:991px) {
    .access__car-des {
        font-size: 2.2rem;
    }

    .access__car-des .sm {
        font-size: 1.6rem;
    }

    .access__car {
        padding-inline: 15px 0;
    }

    .access__car-wrap {
        padding-inline: 0 24px;
    }
}

@media (max-width:768px) {
    .access__car-row {
        flex-direction: column;
    }

    .access__car-description {
        font-size: 1.4rem;
        line-height: 22px;
        padding-block: 24px;
    }

    .access__car-ttl {
        font-size: 1.6rem;
        line-height: 23px;
        padding-bottom: 8px;
        margin-bottom: 16px;
    }

    .access__car-ttl .big {
        font-size: 2.6rem;
    }

    .access__car-img {

        margin-bottom: 10px;
    }

    .access__car-img img {
        width: 100%;
    }


    .access__car-des {
        font-size: 2rem;
        line-height: 32.5px;
    }

    .access__car-des .sm {
        font-size: 1.4rem;
        line-height: 20px;
    }

    .access__car-des .big {
        font-size: 3.2rem;
    }

    .access__car-row {
        gap: 15px;
    }

    .access__car-footertxt {
        margin-top: 40px;
        font-size: 1.3rem;
        line-height: 18.25px;
    }

    .access__car {
        padding-block: 72px;
    }

    .access__car-col {
        width: 100%;
    }
}

/* access bus */
.access__bus-left {
    max-width: 569px;
    width: 100%;
}

.access__bus {
    background-image: url("../images/access/car-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.access__bus-container {
    max-width: 1233px;
    width: 100%;
    margin-inline: auto;
    padding-block: 144px;
}

@media (max-width:1367px) {
    .access__bus-container {
        max-width: 1233px;
        width: 100%;
        margin-inline: auto 0;
        padding-block: 144px;
        padding-inline: 24px 0;

    }
}

.access__bus-ttl {
    font-size: 3.2rem;
    font-weight: 600;
    margin-bottom: 12px;
    font-family: "Noto Serif JP", serif;
    color: #343333;
}

.access__bus-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 52px;
    margin-top: 40px;
}

.access__bus-img {
    line-height: 0;
    position: relative;
}

.access__bus-informations {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 7px;


}

.access__bus-departure,
.access__bus-arrival {
    max-width: 130px;
    width: 100%;
    height: 100px;
    background: #325965;
    padding-inline: 9px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.access__bus-location {
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    font-family: "shippori-mincho", sans-serif;
}

.access__bus-location span {
    font-size: 1.8rem;
}

.access__bus-schedule {
    position: relative;
}

.access__bus-schedule:after {
    content: "";
    position: absolute;
    background-image: url("../images/access/arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 265px;
    height: 8px;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
}

.access__bus-scheduletxt {
    font-size: 1.4rem;
    font-weight: 400;
    text-align: center;
    font-family: "shippori-mincho", sans-serif;
}

.access__bus-number {
    font-size: 3.5rem;
    font-weight: 400;
    color: #B52A2B;
}

.access__bus-number.sm {
    font-size: 2.8rem;
}

.access__bus-scheduletxt .big {
    font-size: 1.6rem;
    font-weight: 400;
    padding-right: 7px;
}

.access__bus-price.black {
    font-size: 2.8rem;
    font-weight: 400;
    color: #242424;
}

.access__bus-infottl {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 7px;
    font-family: "shippori-mincho", sans-serif;
}

.access__bus-footertxt {
    font-size: 1.3rem;
    font-weight: 500;
    margin-top: 32px;
    color: #7B7A7A;
    font-family: "Noto Serif JP", serif;
}


.access__bus-schedule-image img {
    width: 100%;
}

.access__bus-schedule-image.sp {
    display: none;
}
/* 
@media (max-width:1199px) {
    .access__bus-container {
        padding-inline: 24px 0;
    }

} */

@media (max-width:991px) {

    .access__bus-wrap {
        gap: 15px
    }

    .access__bus-ttl {
        font-size: 2.4rem;
    }

    .access__bus-departure,
    .access__bus-arrival {
        max-width: 90px;
    }

    .access__bus-number {
        font-size: 2.2rem;

    }

    .access__bus-price.black {
        font-size: 1.6rem;
    }

    .access__bus-schedule:after {
        background-size: contain;
        width: 188px;
    }

    .access__bus-container {
        padding-inline: 15px 0;
    }

    .access__bus-wrap {
        padding-inline: 0 15px;
    }
}

@media (max-width:768px) {

    .access__bus-left {
        max-width: 100%;
        width: 100%;
    }

    .access__bus-schedule-image.sp {
        display: block;
        line-height: 0;
    }

    .access__bus-schedule-image.sp img {
        width: 100%;
    }

    .access__bus-wrap {
        flex-direction: column;
        gap: 24px;
    }

    .access__bus-ttl {
        font-size: 2.2rem;
        margin-bottom: 24px;
    }

    .access__bus-footertxt {
        font-size: 1rem;
    }

    .access__bus-footertxt {
        font-size: 1rem;
        font-weight: 500;
        margin-top: 20px;
        line-height: 16.5px;
        font-family: "Noto Serif JP", serif;
    }

    .access__bus-container {
        padding-block: 72px;
    }

    .access__bus-right {
        width: 100%;
    }

    .access__bus-img img {
        width: 100%;
    }

}