.access {
    font-family: "Noto Serif JP", serif;
    /* padding-top: 90px; */
    /* background-color: #EDE2D0; */
}

.footer-menu .access {
    font-family: "Noto Sans JP", sans-serif;
}

.access .container {
    max-width: 1220px;
    margin-block: 0;
}

@media only screen and (max-width: 1200px) {
    .access .container {
        padding: 0 40px;
    }
}

@media only screen and (max-width: 991px) {
    .access .container {
        padding: 0 15px;
    }
}

.access-info {
    background-color: #EDE2D0;
    padding-top: 117px;
    padding-bottom: 76px;
}

@media only screen and (max-width: 991px) {
    .access-info {
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .access-info {
        padding-bottom: 30px;
        padding-top: 50px;

    }
}

.access-desc {
    font-size: 2.8rem;
    line-height: 54px;
    text-align: center;
    color: #484848;
    margin-bottom: 64px;
    font-weight: 600;
}

@media only screen and (max-width: 1200px) {
    .access-desc {
        font-size: 2.4rem;
    }
}

@media only screen and (max-width: 991px) {
    .access-desc {
        font-size: 2rem;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .access-desc {
        font-size: 1.6rem;
        margin-bottom: 30px;
    }
}

.access-desc-lg {
    font-size: 4.5rem;
    line-height: 1.24;
    font-weight: 600;
    color: #C69513;
}

@media only screen and (max-width: 1200px) {
    .access-desc-lg {
        font-size: 4.2rem;
    }
}

@media only screen and (max-width: 991px) {
    .access-desc-lg {
        font-size: 4rem;
    }
}

@media only screen and (max-width: 767px) {
    .access-desc-lg {
        font-size: 3rem;
    }
}

.access-desc-lg span {
    color: #484848;
}

.access-desc-lg.-before {
    position: relative;
}

.access-desc-lg.-before::before {
    position: absolute;
    content: "JRü";
    width: 75px;
    height: 26px;
    font-size: 1.8rem;
    color: #484848;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
    .access-desc-lg.-before::before {
        font-size: 1.4rem;
        height: 20px;
        top: -10px;
    }
}

.access-distance {
    padding-bottom: 90px;
    margin-bottom: 212px;
    position: relative;
    background-color: #EDE2D0;
}

@media only screen and (max-width: 991px) {
    .access-distance {
        margin-bottom: 150px;
    }
}

@media only screen and (max-width: 767px) {
    .access-distance {
        margin-bottom: 100px;
        padding-bottom: 45px;
    }
}

.access-distance-ttl {
    font-size: 2.7rem;
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: 0.08em;
    text-align: center;
    padding-bottom: 19px;
    margin-bottom: 21px;
    color: #5E4C31;
    font-weight: 600;
    border-bottom: 1px solid #C69513;
}

@media only screen and (max-width: 991px) {
    .access-distance-ttl {
        font-size: 2.5rem;
    }
}

@media only screen and (max-width: 767px) {
    .access-distance-ttl {
        font-size: 2rem;
    }
}

.access-distance-ttl span.access-distance-ttl-lg {
    color: #5E4C31;
    font-size: 4.0rem;
}

@media only screen and (max-width: 991px) {
    .access-distance-ttl span.access-distance-ttl-lg {
        font-size: 3.5rem;
    }
}

@media only screen and (max-width: 767px) {
    .access-distance-ttl span.access-distance-ttl-lg {
        font-size: 3.0rem;
    }
}


.access-distance-ttl span {
    color: #C69513;
    font-size: 3.2rem;
}

@media only screen and (max-width: 991px) {
    .access-distance-ttl span {
        font-size: 3rem;
    }
}

@media only screen and (max-width: 767px) {
    .access-distance-ttl span {
        font-size: 2.5rem;
    }
}

.access-distance-row {
    display: flex;
    gap: 10px;
}

@media only screen and (max-width: 767px) {
    .access-distance-row {
        flex-direction: column;
    }
}

.access-distance-col {
    width: calc(50% - 5px);
}

@media only screen and (max-width: 767px) {
    .access-distance-col {
        width: 100%;
    }
}


.access-distance-ttl .-lg {
    font-size: 4rem;
    line-height: 1.2;
}

@media only screen and (max-width:767px) {
    .access-distance-ttl .-lg {
        font-size: 3.5rem;
    }
}

.access-distance-duration {
    font-size: 2.5rem;
    font-weight: 700;
    color: #484848;
    font-family: "Shippori Mincho", serif;
    white-space: nowrap;
}

@media only screen and (max-width: 1200px) {
    .access-distance-duration {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 991px) {
    .access-distance-duration {
        font-size: 1.7rem;
    }
}

@media only screen and (max-width: 767px) {
    .access-distance-duration {
        font-size: 1.4rem;
    }
}


.access-distance-duration .-xl {
    font-size: 5rem;
}

@media only screen and (max-width: 1360px) {
    .access-distance-duration .-xl {
        font-size: 4.5rem;
    }
}

@media only screen and (max-width: 1200px) {
    .access-distance-duration .-xl {
        font-size: 4.2rem;
    }
}

@media only screen and (max-width: 991px) {
    .access-distance-duration .-xl {
        font-size: 3.8rem;
    }
}

@media only screen and (max-width: 767px) {
    .access-distance-duration .-xl {
        font-size: 3.8rem;
    }
}

@media only screen and (max-width: 767px) {
    .access-distance-duration .-fs26 {
        font-size: 1.7rem;
    }
}

.access-distance-duration .-lg {
    font-size: 4.3rem;
}

@media only screen and (max-width: 1360px) {
    .access-distance-duration .-lg {
        font-size: 3.8rem;
    }
}

@media only screen and (max-width: 991px) {
    .access-distance-duration .-lg {
        font-size: 2.8rem;
    }
}

@media only screen and (max-width: 767px) {
    .access-distance-duration .-lg {
        font-size: 2.3rem;
    }
}

.access-distance-duration .-sm {
    font-size: 1.8rem;
    line-height: 1.4;
    white-space: nowrap;
}

@media only screen and (max-width: 1200px) {
    .access-distance-duration .-sm {
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 991px) {
    .access-distance-duration .-sm {
        font-size: 1.4rem;
    }
}

@media only screen and (max-width: 767px) {
    .access-distance-duration .-sm {
        font-size: 1.4rem;
    }
}

.access-distance-duration .-md {
    font-size: 3.6rem;
    line-height: 1.4;
}

@media only screen and (max-width: 1200px) {
    .access-distance-duration .-md {
        font-size: 3rem;
    }
}

@media only screen and (max-width: 992px) {
    .access-distance-duration .-md {
        font-size: 2.6rem;
    }
}

@media only screen and (max-width: 767px) {
    .access-distance-duration .-md {
        font-size: 2rem;
    }
}

.access-distance-duration .-fs15 {
    font-size: 1.5rem;
    line-height: 1.4;
}


@media only screen and (max-width: 1200px) {
    .access-distance-duration .-fs15 {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 991px) {
    .access-distance-duration .-fs15 {
        font-size: 0.8rem;
    }
}

.access-distance-duration .-fs26 {
    font-size: 2.6rem;
}

@media only screen and (max-width: 1200px) {
  .access-distance-duration .-fs26 {
    font-size: 2.2rem;
  }
}

@media only screen and (max-width: 991px) {
  .access-distance-duration .-fs26 {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .access-distance-duration .-fs26 {
    font-size: 1.6rem;
  }
}

.access-distance-support {
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 600;
    color: #484848;
}

@media only screen and (max-width: 1200px) {
    .access-distance-support {
        font-size: 1.2rem;
    }
}

.access-distance-cnt {
    margin-bottom: 18px;
}

.access-distance::before {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 212px 100vw 0 0;
    border-color: #EDE2D0 transparent transparent transparent;
    transform: rotate(0deg);
    left: 0;
    bottom: -212px;
    z-index: 2;
}

@media only screen and (max-width: 991px) {
    .access-distance::before {
        border-width: 100px 100vw 0 0;
        border-color: #EDE2D0 transparent transparent transparent;
        bottom: -100px;
    }

}

@media only screen and (max-width: 767px) {
    .access-distance::before {
        border-width: 60px 100vw 0 0;
        border-color: #EDE2D0 transparent transparent transparent;
        bottom: -60px;
    }

}

.access-distance::after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 100vw 212px 0;
    border-color: transparent #F1E9DC transparent transparent;
    transform: rotate(0deg);
    right: 0;
    bottom: -212px;
    z-index: 1;
}

@media only screen and (max-width: 991px) {
    .access-distance::after {
        border-width: 0 100vw 100px 0;
        border-color: transparent #F1E9DC transparent transparent;
        bottom: -100px;
    }
}

@media only screen and (max-width: 767px) {
    .access-distance::after {
        border-width: 0 100vw 60px 0;
        border-color: transparent #F1E9DC transparent transparent;
        bottom: -60px;
    }
}

.access-express {
    position: relative;
    background-color: #fff;
    padding-bottom: 253px;
    padding-top: 38px;
}

@media only screen and (max-width: 991px) {
    .access-express {
        padding-bottom: 153px;
    }
}

@media only screen and (max-width: 767px) {
    .access-express {
        padding-bottom: 100px;
    }
}

.access-express::before {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 212px 0 0 100vw;
    border-color: transparent transparent transparent #F1E9DC;
    transform: rotate(0deg);
    left: 0;
    bottom: 0;
    z-index: 2;
}

@media only screen and (max-width: 991px) {
    .access-express::before {
        border-width: 100px 0 0 100vw;
    }
}

@media only screen and (max-width: 767px) {
    .access-express::before {
        border-width: 60px 0 0 100vw;
    }
}

.access-express::after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0 212px 100vw;
    border-color: transparent transparent #EDE2D0 transparent;
    transform: rotate(0deg);
    right: 0;
    bottom: 0;
    z-index: 3;
}

@media only screen and (max-width: 991px) {
    .access-express::after {
        border-width: 0 0 100px 100vw;
    }
}

@media only screen and (max-width: 767px) {
    .access-express::after {
        border-width: 0 0 60px 100vw;
    }
}


.access-express-ttl {
    font-size: 2.7rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0.08em;
    position: relative;
    padding-bottom: 80px;
    margin-bottom: 46px;
        color: #484848;

    &::after {
        position: absolute;
        content: '';
        width: 2px;
        height: 66px;
        background-color: #C69513;
        bottom: 0;
        right: 50%;
        transform: translateX(-50%);
    }
}


@media only screen and (max-width: 767px) {
    .access-express-ttl {
        font-size: 2rem;
        padding-bottom: 50px;
        margin-bottom: 30px;

        &::after {
            height: 40px;
        }
    }
}

.access-express-ttl span {
    font-size: 4rem;
}

.access-express-ttl-bg-gred {
    position: relative;
    z-index: 1;
}

.access-express-ttl-bg-gred::after{
    position: absolute;
    content: '';
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='88' height='20' viewBox='0 0 88 20'><defs><linearGradient id='linear-gradient' y1='0.5' x2='1' y2='0.5' gradientUnits='objectBoundingBox'><stop offset='0' stop-color='%23debe68'/><stop offset='1' stop-color='%23ffe08d' stop-opacity='0'/></linearGradient></defs><rect width='88' height='20' fill='url(%23linear-gradient)' style='mix-blend-mode:multiply;isolation:isolate'/></svg>");
    /* width: calc(100% + 80px); */
    width: 100%;
    height: 25px;
    bottom: 0;
    /* left: -40px; */
    left: 0px;
    z-index: -1;
}



@media only screen and (max-width: 767px) {
    .access-express-ttl span {
        font-size: 3.2rem;
    }
}

.access-express-desc {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 23px;
    color: #484848;
}

@media only screen and (max-width: 1200px) {
    .access-express-desc {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 991px) {
    .access-express-desc {
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 767px) {
    .access-express-desc {
        font-size: 1.4rem;
    }
}

.access-express-subttl {
    font-size: 2.7rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 55px;
    color: #484848;
}

@media only screen and (max-width: 991px) {
    .access-express-subttl {
        font-size: 2.5rem;
    }
}

@media only screen and (max-width: 767px) {
    .access-express-subttl {
        font-size: 2.2rem;
    }
}

.access-express-subttl span {
    font-size: 5.9rem;
    color: #DEBE68;
}

@media only screen and (max-width: 991px) {
    .access-express-subttl span {
        font-size: 5.5rem;
    }
}

@media only screen and (max-width: 767px) {
    .access-express-subttl span {
        font-size: 4rem;
    }
}

.access-express-row {
    display: flex;
    gap: 16px;
    margin-bottom: 63px;
}

@media only screen and (max-width: 991px) {
    .access-express-row {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .access-express-row {
        flex-direction: column;
    }
}

.access-express-col {
    width: calc(33.33% - 10px);
}

.access-express-col-image{
    line-height: 0;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .access-express-col-image{
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .access-express-col-image img{
        width: 100%;
    }
}

.access-express-col-text{
    position: absolute;
    font-size: 1.2rem;
    right: 9px;
    bottom: 8px;
    color: #fff;
    letter-spacing: 0.05em;
    font-weight: 500;
    line-height: 17px;
    font-family: 'Noto Sans JP', sans-serif;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.96);
}

.access-express-col-text.card{
    right: 18px;
    bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .access-express-col {
        width: 100%;
    }
}

.access-express-title {
    background-color: #F18700;
    font-size: 2.5rem;
    line-height: 34px;
    font-weight: 600;
    color: #fff;
    padding: 11px 0;
    text-align: center;
}

@media only screen and (max-width: 991px) {
    .access-express-title {
        font-size: 2rem;
    }
}

.access-express-title.-ylw {
    background-color: #DFB700;
    color: #484848;
}

.access-express-title.-blue {
    background-color: #92B8CD;
}

.access-express-box {
    padding: 16px 0 9px;
    border-bottom: 2px solid #F18700;
}

.access-express-box.-ylw {
    border-bottom: 2px solid #DFB700;
}

.access-express-box.-blue {
    border-bottom: 2px solid #92B8CD;
}

.access-express-train {
    font-size: 2.4rem;
    font-weight: 600;
    padding-bottom: 16px;
}

@media only screen and (max-width: 991px) {
    .access-express-train {
        font-size: 2rem;
    }
}


.access-express-rate {
    font-size: 2.4rem;
    font-weight: 600;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

@media only screen and (max-width: 991px) {
    .access-express-rate {
        font-size: 2rem;
    }
}

.access-express-rate span {
    font-size: 10rem;
    color: #962F2F;
    font-weight: 600;
    line-height: 0.66;
    padding-right: 9px;
}

.access-express-rate .num{
    font-size: 2.9rem;
    font-weight: 600;
    color: #000;
    padding-right: 0;
}

@media only screen and (max-width: 1200px) {
    .access-express-rate span {
        font-size: 8rem;
    }
}

@media only screen and (max-width: 992px) {
    .access-express-rate span {
        font-size: 6rem;
    }
}

.access-express-rate-desc {
    font-size: 1.8rem;
    font-weight: 600;
    text-align: right;
}

@media only screen and (max-width: 991px) {
    .access-express-rate-desc {
        font-size: 1.6rem;
    }
}

.access-express-ul li {
    font-size: 1rem;
    font-weight: 400;
    display: flex;
    line-height: 16px;
    font-family: "Shippori Mincho", serif;
    color: #484848;
}

.access-direct {
    background: #EDE2D0;
    padding-block: 91px 138px;
}

.access-direct-wrapper {
    display: flex;
    margin-bottom: 96px;
}

.access-direct-card {
    background: #FFF;
    width: calc(100% / 2);
    position: relative;
}

.access-direct-ttl {
    color: #FFF;
    background: #5E4C31;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    font-weight: 600;
    padding-block: 24px;
}

.access-direct-ttl-text {
    font-size: 2.8rem;
    line-height: 36px;
    font-weight: 600;
    /* color: #484848; */
}

.access-direct-ttl-text.cr{
    color: #484848;
}

.access-direct-ttl .access-direct-ttl-text .fs-xs {
    text-align: center;
    display: block;
}

.access-direct-ttl-text .fs-xs {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 24px;
}

.access-direct-ttl-text .fs-sm {
    font-weight: 600;
    font-size: 2rem;
}

.access-direct-desc {
    padding: 8px 20px 6px 0;
}

.access-direct-desc-flex {
    max-width: 475px;
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    padding-left: 21px;
    margin-bottom: 19px;
    gap: 30px;    
    color: #484848;
    @media (max-width:767px) {
     gap: 50px;     
    }
}

.access-direct-ttl-num {
    font-size: 3.3rem;
    line-height: 1;
    font-weight: 600;
}

.access-direct-ttl-num .nm{
    font-size: 4.9rem;
    padding-right: 4px;
}

.fs-xl {
    color: #962F2F;
    font-size: 10.9rem;
    line-height: 1;
    font-weight: 600;
    padding-left: 6px;
}

.access-direct-ttl-text:has(.fs-sm) {
    margin-bottom: 10px;
    color: #484848;
}

.access-direct-wrapper .access-express-ul {
    margin-left: 21px;
    color: #484848;
}

.access-direct img {
    display: block;
}

@media (max-width:1199px) {
    .access-direct-ttl-text {
        font-size: 2rem;
    }

    .access-direct-ttl-text .fs-xs {
        font-size: 1.6rem;
    }

    .access-direct-ttl {
        gap: 20px;
        padding-left: 2px;
    }

    .access-direct-ttl-text .fs-sm {
        font-size: 1.4rem;
    }

    .access-direct-ttl-num {
        font-size: 2.5rem;
    }

    .fs-xl {
        font-size: 6rem;
    }

        .access-direct-desc-flex {
        margin-bottom: 10px;
    }
}

@media (max-width:991px) {

    .access-direct-ttl {
        gap: 10px;
        padding-block: 12px;
    }
    .access-direct-desc-flex {
        margin-bottom: 5px;
    }

    .access-direct-ttl-text {
        font-size: 1.8rem;
        line-height: 22px;
    }

    .access-direct-ttl-text .fs-xs {
        font-size: 1.4rem;
    }

    .access-direct-ttl-text .fs-sm {
        font-size: 1.4rem;
    }

    .access-direct-ttl-num {
        font-size: 2rem;
    }

    .fs-xl {
        font-size: 7rem;
    }
}

@media (max-width:767px) {
    .access-direct{
        padding-block: 50px;
    }
    .access-direct-desc{
        padding: 10px 5px;
    }
    .access-direct-wrapper{
        flex-direction: column;
        margin-bottom: 30px;
    }
    .access-direct-card{
        width: 100%;
    }

    .access-direct-ttl {
        flex-wrap: wrap;
        gap: 15px;
        padding: 10px 5px;
    }

    .access-direct-ttl-text {
        font-size: 1.7rem;
        line-height: 20px;
    }

    .access-direct-ttl-text .fs-xs {
        font-size: 1.2rem;
    }

    .fs-xl {
        font-size: 5rem;
    }
}