/* --------------------
 Access
-------------------- */
.com-page-head {
    background-image: url(../images/pages/access/access-page-head.webp);
}

.access {
    margin: 0 0 160px;
}

@media (min-width: 768px) {
    .access {
        margin: 0 0 140px;
    }
}

.access__main {
    container-type: inline-size;
    overflow-x: clip;
    padding: 0 0 120px;
    position: relative;
}

@media (min-width: 768px) {
    .access__main {
        padding: 0 0 160px;
    }
}

@media (min-width: 992px) {
    .access__main {
        padding: 0 0 220px;
    }
}

.access__main:before {
    background-color: #ffffff;
    content: "";
    display: block;
    height: 140px;
    left: -1px;
    -webkit-mask-image: url(../images/commons/com-bg-mask-top.svg);
    mask-image: url(../images/commons/com-bg-mask-top.svg);
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: auto 100%;
    mask-size: auto 100%;
    pointer-events: none;
    position: absolute;
    right: -1px;
    top: 480px;
    transform: translateY(-2px);
    width: auto;
    z-index: 1;
}

@media (min-width: 768px) {
    .access__main:before {
        top: 280px;
    }
}

@container (min-width: 1200px) {
    .access__main:before {
        aspect-ratio: 1200/140;
        height: auto;
        -webkit-mask-size: cover;
        mask-size: cover;
    }
}

.access__main:after {
    background-color: #ffffff;
    bottom: 0;
    content: "";
    display: block;
    height: 140px;
    left: -1px;
    -webkit-mask-image: url(../images/commons/com-bg-mask-bottom.svg);
    mask-image: url(../images/commons/com-bg-mask-bottom.svg);
    -webkit-mask-position: center top;
    mask-position: center top;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: auto 100%;
    mask-size: auto 100%;
    pointer-events: none;
    position: absolute;
    right: -1px;
    top: auto;
    transform: translateY(2px);
    width: auto;
    z-index: 1;
}

@container (min-width: 1200px) {
    .access__main:after {
        aspect-ratio: 1200/140;
        height: auto;
        -webkit-mask-size: cover;
        mask-size: cover;
    }
}

.access__main__bg {
    background-color: #345569;
    bottom: 0;
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 480px;
    z-index: 0;
}

@media (min-width: 768px) {
    .access__main__bg {
        top: 280px;
    }
}

.access__main__bg:before {
    background-image: url(../images/commons/com-bg.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 2010px 3516px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    -webkit-mask-image: linear-gradient(-120deg, rgba(72, 102, 120, 0) 0%, rgba(72, 102, 120, 0) 20%, #486678 100%);
    mask-image: linear-gradient(-120deg, rgba(72, 102, 120, 0) 0%, rgba(72, 102, 120, 0) 20%, #486678 100%);
    position: absolute;
    right: 170px;
    top: 0;
    z-index: 0;
}

.access__main-container {
    margin: 0 auto;
    max-width: 1120px;
    padding: 0 16px;
    position: relative;
    width: 100%;
    z-index: 2;
}

@media (min-width: 768px) {
    .access__main-container {
        padding: 0 30px;
    }
}

.access__main__map {
    margin: 0 0 60px;
}

.access__main__map iframe {
    border: none;
    display: block;
    height: 360px;
    width: 100%;
}

@media (min-width: 768px) {
    .access__main__map iframe {
        height: 480px;
    }
}

@media (min-width: 992px) {
    .access__main__map iframe {
        height: 580px;
    }
}

.access__main__detail {
    align-items: stretch;
    display: flex;
    flex-flow: column nowrap;
    gap: 44px;
    margin: 0 auto;
    max-width: 980px;
    width: 100%;
}

@media (min-width: 992px) {
    .access__main__detail {
        flex-direction: row;
    }
}

.access__main__detail__contact {
    width: 100%;
}

@media (min-width: 768px) {
    .access__main__detail__contact {
        display: grid;
        gap: 0 30px;
        grid-gap: 0 30px;
        grid-template-columns: 1fr 200px;
        grid-template-rows: auto;
    }
}

@media (min-width: 992px) {
    .access__main__detail__contact {
        display: block;
        width: calc(50% - 22px);
    }
}

.access__main__detail__contact__address {
    color: #ffffff;
    display: block;
    font-size: var(--fs15);
    grid-column: 1/2;
    grid-row: 1/2;
    letter-spacing: 0.1em;
    line-height: 1.6;
    margin: 0 0 8px;
    padding: 0 0 0 23px;
    position: relative;
    width: auto;
}

@media (min-width: 768px) {
    .access__main__detail__contact__address {
        font-size: var(--fs16);
    }
}

@media (min-width: 992px) {
    .access__main__detail__contact__address {
        width: -webkit-fit-content;
        width: fit-content;
    }
}

.access__main__detail__contact__address:before {
    background-image: url(../images/icons/icon-white-map-pin.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 24px;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 15px;
}

.access__main__detail__contact__tel {
    align-items: flex-start;
    display: flex;
    flex-flow: column nowrap;
    gap: 4px;
    grid-column: 1/2;
    grid-row: 2/3;
    justify-content: flex-start;
    margin: 0 0 20px;
    width: auto;
}

@media (min-width: 768px) {
    .access__main__detail__contact__tel {
        align-items: flex-end;
        flex-direction: row;
        margin: 0;
    }
}

@media (min-width: 992px) {
    .access__main__detail__contact__tel {
        margin: 0 0 20px;
    }
}

.access__main__detail__contact__tel__number a {
    align-items: center;
    color: #ffffff;
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs29);
    font-weight: 500;
    gap: 4px;
    justify-content: flex-start;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-decoration: none;
    width: -webkit-fit-content;
    width: fit-content;
}

.access__main__detail__contact__tel__number a:before {
    background-image: url(../images/icons/icon-white-tel.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 21px;
    transform: translateY(3px);
    width: 15px;
}

.access__main__detail__contact__tel__note p {
    color: #ffffff;
    font-size: var(--fs14);
    letter-spacing: 0.06em;
    margin: 0;
}

.access__main__detail__contact__action {
    align-self: flex-end;
    grid-column: 2/3;
    grid-row: 1/3;
    margin: 0;
}

.access__main__detail__contact__action .com-button {
    height: 44px;
    justify-content: flex-start;
    margin: 0 0 0 auto;
    max-width: 200px;
    min-width: 200px;
    padding: 0 0 0 30px;
    text-align: left;
}

@media (min-width: 768px) {
    .access__main__detail__contact__action .com-button {
        font-size: var(--fs16);
    }
}

.access__main__detail__route {
    width: 100%;
}

@media (min-width: 992px) {
    .access__main__detail__route {
        width: calc(50% - 22px);
    }
}

.access__main__detail__route__title {
    color: #ffffff;
    font-size: var(--fs14);
    letter-spacing: 0.1em;
    line-height: 1.6;
    margin: 0 0 12px;
    padding: 0 0 0 26px;
    position: relative;
}

@media (min-width: 768px) {
    .access__main__detail__route__title {
        font-size: var(--fs15);
    }
}

.access__main__detail__route__title:before {
    background-image: url(../images/icons/icon-white-search-2.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 20px;
    left: 0;
    margin: 0;
    position: absolute;
    top: 2px;
    width: 20px;
}

@media (min-width: 768px) {
    .access__main__detail__route__title:before {
        height: 22px;
        top: 0;
        width: 22px;
    }
}

.access__main__detail__route__form {
    display: block;
    margin: 0;
    padding: 0;
}

@media (min-width: 992px) {
    .access__main__detail__route__form {
        padding: 0 0 0 24px;
    }
}

.access__main__detail__route__form__dep {
    align-items: stretch;
    display: flex;
    flex-flow: row nowrap;
    margin: 0 0 21px;
}

.access__main__detail__route__form__dep:last-child {
    margin-bottom: 0;
}

.access__main__detail__route__form__dep__title {
    align-items: center;
    background-color: #b0a39f;
    color: #ffffff;
    display: flex;
    flex-flow: row nowrap;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: var(--fs12);
    font-weight: 400;
    height: 34px;
    justify-content: center;
    line-height: 1.2;
    position: relative;
    text-align: center;
    width: 50px;
}

@media (min-width: 768px) {
    .access__main__detail__route__form__dep__title {
        font-size: var(--fs14);
        width: 74px;
    }
}

.access__main__detail__route__form__dep__title:before {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 15"><path d="M1,15c-.55,0-1-.45-1-1v-1c0-.56.45-1,1-1s1,.44,1,1v1c0,.55-.45,1-1,1ZM1,9c-.55,0-1-.45-1-1v-1c0-.55.45-1,1-1s1,.45,1,1v1c0,.55-.45,1-1,1ZM1,3c-.55,0-1-.45-1-1v-1C0,.45.45,0,1,0s1,.45,1,1v1c0,.55-.45,1-1,1Z" style="fill: %23b2a19d;"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -3px;
    content: "";
    display: block;
    height: 15px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    transform: translateY(100%);
    width: 2px;
}

.access__main__detail__route__form__dep__field {
    flex-grow: 1;
    flex-shrink: 1;
    width: auto;
}

.access__main__detail__route__form__dep__field input {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    background-color: #ffffff;
    border: none;
    border-radius: 0;
    display: block;
    font-size: var(--fs14);
    height: 34px;
    line-height: 1.2;
    padding: 2px 10px;
    width: 100%;
}

.access__main__detail__route__form__dep__field input::placeholder {
    color: #cccccc;
    font-size: var(--fs14);
    font-weight: 400;
    letter-spacing: 0.06em;
}

.access__main__detail__route__form__dep__field input::-webkit-input-placeholder {
    color: #cccccc;
    font-size: var(--fs14);
    font-weight: 400;
    letter-spacing: 0.06em;
}

.access__main__detail__route__form__dep__field input::-moz-placeholder {
    color: #cccccc;
    font-size: var(--fs14);
    font-weight: 400;
    letter-spacing: 0.06em;
}

.access__main__detail__route__form__dep__field input:-ms-input-placeholder {
    color: #cccccc;
    font-size: var(--fs14);
    font-weight: 400;
    letter-spacing: 0.06em;
}

.access__main__detail__route__form__dep__field input:-moz-placeholder {
    color: #cccccc;
    font-size: var(--fs14);
    font-weight: 400;
    letter-spacing: 0.06em;
}

.access__main__detail__route__form__dest {
    align-items: stretch;
    display: flex;
    flex-flow: row nowrap;
    margin: 0 0 24px;
}

.access__main__detail__route__form__dest:last-child {
    margin-bottom: 0;
}

.access__main__detail__route__form__dest__title {
    align-items: center;
    background-color: var(--color-theme);
    color: #ffffff;
    display: flex;
    flex-flow: row nowrap;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: var(--fs12);
    font-weight: 400;
    height: 34px;
    justify-content: center;
    line-height: 1.2;
    text-align: center;
    width: 50px;
}

@media (min-width: 768px) {
    .access__main__detail__route__form__dest__title {
        font-size: var(--fs14);
        width: 74px;
    }
}

.access__main__detail__route__form__dest__field {
    align-items: center;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    background-color: #ffffff;
    border: none;
    color: var(--color-theme);
    display: flex;
    flex-flow: row nowrap;
    flex-grow: 1;
    flex-shrink: 1;
    font-size: var(--fs14);
    height: 34px;
    justify-content: flex-start;
    line-height: 1.2;
    padding: 2px 10px;
    width: auto;
}

.access__main__detail__route__form__action .com-button {
    font-size: var(--fs12);
    height: 44px;
    justify-content: flex-start;
    margin: 0 0 0 auto;
    max-width: 200px;
    min-width: 200px;
    padding: 0 0 0 54px;
    text-align: left;
}

.access__guide {
    padding: 60px 0 0;
}

@media (min-width: 768px) {
    .access__guide {
        padding: 80px 0 0;
    }
}

.access__guide-container {
    margin: 0 auto;
    max-width: 1120px;
    padding: 0 16px;
    width: 100%;
}

@media (min-width: 768px) {
    .access__guide-container {
        padding: 0 30px;
    }
}

.access__guide .com-title:before {
    display: none;
}

.access__guide__fig {
    border-bottom: 1px solid var(--color-theme);
    border-top: 1px solid var(--color-theme);
    padding: 60px 0;
    text-align: center;
}

@media (min-width: 768px) {
    .access__guide__fig {
        padding: 100px 0;
    }
}

.access__guide__route {
    border-bottom: 1px solid var(--color-theme);
    padding: 60px 0;
}

@media (min-width: 768px) {
    .access__guide__route {
        padding: 100px 0;
    }
}

.access__guide__route__title {
    color: var(--color-theme);
    font-size: var(--fs22);
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 1.4;
    margin: 0 0 50px;
    text-align: center;
}

@media (min-width: 768px) {
    .access__guide__route__title {
        font-size: var(--fs24);
        margin: 0 0 100px;
    }
}

.access__guide__route__main {
    align-items: stretch;
    display: flex;
    flex-flow: column nowrap;
    gap: 60px;
}

@media (min-width: 768px) {
    .access__guide__route__main {
        gap: 40px 60px;
    }
}

@media (min-width: 992px) {
    .access__guide__route__main {
        flex-direction: row;
    }
}

.access__guide__route__main__bus {
    width: 100%;
}

@media (min-width: 992px) {
    .access__guide__route__main__bus {
        width: calc(50% - 30px);
    }
}

.access__guide__route__main__bus__item {
    align-items: center;
    display: flex;
    flex-flow: column nowrap;
    gap: 20px 16px;
    margin: 0 0 40px;
    width: 100%;
}

@media (min-width: 768px) {
    .access__guide__route__main__bus__item {
        align-items: stretch;
        flex-direction: row;
        justify-content: flex-start;
        margin: 0 0 20px;
    }
}

.access__guide__route__main__bus__item__head {
    flex-grow: 0;
    flex-shrink: 0;
    position: relative;
    width: 120px;
}

@media (min-width: 768px) {
    .access__guide__route__main__bus__item__head {
        width: 136px;
    }
}

.access__guide__route__main__bus__item__head__icon {
    align-items: center;
    aspect-ratio: 1/1;
    background-color: #e6eaec;
    border-radius: 50%;
    display: flex;
    flex-flow: row nowrap;
    height: auto;
    justify-content: center;
    width: 100%;
}

.access__guide__route__main__bus__item__head__icon img {
    transform: scale(0.9);
}

@media (min-width: 768px) {
    .access__guide__route__main__bus__item__head__icon img {
        transform: none;
    }
}

.access__guide__route__main__bus__item__head__label {
    align-items: center;
    background-color: #b0a39f;
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs12);
    height: 50px;
    justify-content: center;
    left: -4px;
    letter-spacing: 0.025em;
    position: absolute;
    top: -16px;
    width: 50px;
    z-index: 1;
}

@media (min-width: 768px) {
    .access__guide__route__main__bus__item__head__label {
        font-size: var(--fs14);
        height: 58px;
        left: 0;
        top: -12px;
        width: 58px;
    }
}

.access__guide__route__main__bus__item__contents {
    width: 100%;
}

@media (min-width: 768px) {
    .access__guide__route__main__bus__item__contents {
        align-self: center;
        flex-grow: 1;
        flex-shrink: 1;
        width: auto;
    }
}

.access__guide__route__main__bus__item__contents__title {
    font-size: var(--fs20);
    font-weight: 500;
    letter-spacing: 0.14em;
    line-height: 1.4;
    margin: 0 0 12px;
}

@media (min-width: 768px) {
    .access__guide__route__main__bus__item__contents__title {
        font-size: var(--fs22);
    }
}

.access__guide__route__main__bus__item__contents__content {
    margin: 0 0 12px;
}

.access__guide__route__main__bus__item__contents__content p {
    font-size: var(--fs16);
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin: 0;
}

@media (min-width: 768px) {
    .access__guide__route__main__bus__item__contents__content p {
        font-size: var(--fs18);
    }
}

.access__guide__route__main__bus__item__contents__note {
    list-style: none;
    margin: 0;
    padding: 0;
}

.access__guide__route__main__bus__item__contents__note > li {
    font-size: var(--fs12);
    line-height: 1.4;
    margin: 0;
    padding: 0 0 0 1em;
    text-indent: -1em;
}

.access__guide__route__main__bus__fig {
    text-align: center;
}

.access__guide__route__main__list {
    width: 100%;
}

@media (min-width: 992px) {
    .access__guide__route__main__list {
        width: calc(50% - 30px);
    }
}

.access__guide__route__main__list__item {
    align-items: center;
    display: flex;
    flex-flow: column nowrap;
    gap: 20px 16px;
    margin: 0 0 60px;
    width: 100%;
}

@media (min-width: 768px) {
    .access__guide__route__main__list__item {
        align-items: stretch;
        flex-direction: row;
        justify-content: flex-start;
        margin: 0 0 40px;
    }
}

.access__guide__route__main__list__item:last-child {
    margin-bottom: 0;
}

.access__guide__route__main__list__item__head {
    flex-grow: 0;
    flex-shrink: 0;
    position: relative;
    width: 120px;
}

@media (min-width: 768px) {
    .access__guide__route__main__list__item__head {
        width: 136px;
    }
}

.access__guide__route__main__list__item__head__icon {
    align-items: center;
    aspect-ratio: 1/1;
    background-color: #e6eaec;
    border-radius: 50%;
    display: flex;
    flex-flow: row nowrap;
    height: auto;
    justify-content: center;
    width: 100%;
}

.access__guide__route__main__list__item__head__icon img {
    transform: scale(0.9);
}

@media (min-width: 768px) {
    .access__guide__route__main__list__item__head__icon img {
        transform: none;
    }
}

.access__guide__route__main__list__item__contents {
    width: 100%;
}

@media (min-width: 768px) {
    .access__guide__route__main__list__item__contents {
        align-self: center;
        flex-grow: 1;
        flex-shrink: 1;
        width: auto;
    }
}

.access__guide__route__main__list__item__contents__title {
    font-size: var(--fs20);
    font-weight: 500;
    letter-spacing: 0.14em;
    line-height: 1.4;
    margin: 0 0 12px;
}

@media (min-width: 768px) {
    .access__guide__route__main__list__item__contents__title {
        font-size: var(--fs22);
    }
}

.access__guide__route__main__list__item__contents__content {
    margin: 0 0 12px;
}

.access__guide__route__main__list__item__contents__content p {
    font-size: var(--fs16);
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin: 0;
}

@media (min-width: 768px) {
    .access__guide__route__main__list__item__contents__content p {
        font-size: var(--fs18);
    }
}

.access__guide__route__main__list__item__contents__note {
    list-style: none;
    margin: 0;
    padding: 0;
}

.access__guide__route__main__list__item__contents__note > li {
    font-size: var(--fs12);
    line-height: 1.4;
    margin: 0;
    padding: 0 0 0 1em;
    text-indent: -1em;
}

.access__guide__route__main__list__item__contents__action {
    margin: 16px 0 0;
}

.access__guide__route__main__list__item__contents__action a {
    align-items: center;
    border: 1px solid var(--color-theme);
    border-radius: 18px;
    color: inherit;
    display: flex;
    flex-flow: row nowrap;
    font-family: var(--ff-brandon-grotesque);
    font-size: var(--fs12);
    font-weight: 500;
    height: 35px;
    justify-content: flex-start;
    letter-spacing: 0.1em;
    line-height: 1.05;
    margin: 0;
    min-width: 148px;
    padding: 0.175em 48px 0 20px;
    position: relative;
    text-decoration: none;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: -webkit-fit-content;
    width: fit-content;
}

.access__guide__route__main__list__item__contents__action a:after {
    background-color: var(--color-theme);
    bottom: 0;
    content: "";
    display: block;
    height: 10px;
    margin: auto 0;
    -webkit-mask-image: url(../images/icons/icon-navy-arrow-right.svg);
    mask-image: url(../images/icons/icon-navy-arrow-right.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    right: 12px;
    top: 0;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 16px;
}

.access__guide__route__main__list__item__contents__action a:focus {
    background-color: var(--color-theme);
    color: #fff;
}

.access__guide__route__main__list__item__contents__action a:focus:after {
    background-color: #ffffff;
}

@media (hover: hover) and (pointer: fine) {
    .access__guide__route__main__list__item__contents__action a:hover {
        background-color: var(--color-theme);
        color: #fff;
    }

    .access__guide__route__main__list__item__contents__action a:hover:after {
        background-color: #ffffff;
    }
}

.access__guide__car {
    border-bottom: 1px solid var(--color-theme);
    margin: 0 0 50px;
    padding: 60px 0;
}

@media (min-width: 768px) {
    .access__guide__car {
        margin: 0 0 70px;
        padding: 100px 0;
    }
}

.access__guide__car__title {
    color: var(--color-theme);
    font-size: var(--fs22);
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 1.4;
    margin: 0 0 50px;
    text-align: center;
}

@media (min-width: 768px) {
    .access__guide__car__title {
        font-size: var(--fs24);
        margin: 0 0 60px;
    }
}

.access__guide__car__content {
    margin: 0 0 50px;
}

@media (min-width: 768px) {
    .access__guide__car__content {
        margin: 0 0 60px;
    }
}

.access__guide__car__content p {
    font-size: var(--fs14);
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin: 0 0 1.5em;
    text-align: center;
}

.access__guide__car__content p:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .access__guide__car__content p {
        font-size: var(--fs16);
    }
}

.access__guide__car__fig figcaption {
    display: block;
    font-size: var(--fs11);
    font-weight: inherit;
    letter-spacing: 0.05em;
    line-height: 1.4;
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    .access__guide__car__fig figcaption {
        font-size: var(--fs14);
        letter-spacing: 0.1em;
    }
}

.access__guide__action .com-button {
    margin: 0 auto;
}