/* --------------------
 Access
-------------------- */
@media (min-width: 768px) {
    .com-page-head {
        padding-top: 10px;
    }
}

.com-page-head__title img {
    width: 150px;
}

@media (min-width: 768px) {
    .com-page-head__title img {
        width: 279px;
    }
}

@media (min-width: 992px) {
    .com-page-head__title img {
        width: 348px;
    }
}

.access {
    margin: 0 auto 80px;
    max-width: calc(920px + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

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

@media (min-width: 768px) {
    .access .com-title {
        margin-bottom: 56px;
    }
}

.access__map {
    margin: 0 0 20px;
}

.access__map iframe {
    border: none;
    display: block;
    height: 400px;
    width: 100%;
}

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

.access__content {
    margin: 0 0 80px;
}

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

.access__content p {
    font-size: var(--fs16);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.79;
    margin: 0;
}

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

@media (min-width: 992px) {
    .access__content p {
        font-size: var(--fs24);
    }
}

.access__icon {
    text-align: center;
}

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

.profile {
    margin: 0 auto;
    max-width: calc(var(--container-width) + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

@media (min-width: 768px) {
    .profile .com-title {
        margin-bottom: 52px;
    }
}

.profile__table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.profile__table > tbody > tr > th, .profile__table > tbody > tr > td {
    font-size: var(--fs16);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.79;
    position: relative;
    text-align: left;
    vertical-align: middle;
    width: auto;
}

@media (min-width: 768px) {
    .profile__table > tbody > tr > th, .profile__table > tbody > tr > td {
        font-size: var(--fs20);
    }
}

@media (min-width: 992px) {
    .profile__table > tbody > tr > th, .profile__table > tbody > tr > td {
        font-size: var(--fs24);
    }
}

.profile__table > tbody > tr > th:after, .profile__table > tbody > tr > td:after {
    background-image: url(../images/commons/com-dashed-line-01.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 2px;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: auto;
    width: auto;
}

.profile__table > tbody > tr > th {
    background-color: rgba(var(--color-mint-green-rgb), 0.2);
    padding: 12px 12px;
    width: 95px;
}

@media (min-width: 768px) {
    .profile__table > tbody > tr > th {
        padding: 20px 30px;
        width: 160px;
    }
}

@media (min-width: 992px) {
    .profile__table > tbody > tr > th {
        padding: 24px 40px;
        width: 200px;
    }
}

.profile__table > tbody > tr > th .--justify {
    text-align-last: justify;
}

.profile__table > tbody > tr > th .--justify span {
    display: block;
    letter-spacing: inherit;
}

.profile__table > tbody > tr > th .--justify:has(span) {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.profile__table > tbody > tr > td {
    padding: 12px 12px;
}

@media (min-width: 768px) {
    .profile__table > tbody > tr > td {
        padding: 20px 24px;
    }
}

@media (min-width: 992px) {
    .profile__table > tbody > tr > td {
        padding: 24px 30px;
    }
}

.profile__table > tbody > tr > td a[href^=tel] {
    color: inherit;
    letter-spacing: inherit;
    text-decoration: none;
}

.profile__table > tbody > tr:first-child > th:before, .profile__table > tbody > tr:first-child > td:before {
    background-image: url(../images/commons/com-dashed-line-01.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 2px;
    bottom: auto;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.profile__contact {
    border: 2px solid var(--color-orange);
    border-radius: 20px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .profile__contact {
        border-radius: 30px;
        border-width: 4px;
    }
}

.profile__contact__title {
    background-color: var(--color-orange);
    color: var(--color-white);
    font-size: var(--fs22);
    font-weight: 900;
    letter-spacing: 0.075em;
    line-height: 1.33;
    margin: 0;
    padding: 12px 0;
    text-align: center;
}

@media (min-width: 768px) {
    .profile__contact__title {
        font-size: var(--fs30);
        padding: 20px 0;
    }
}

.profile__contact__list {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
}

@media (min-width: 768px) {
    .profile__contact__list {
        flex-wrap: nowrap;
    }
}

.profile__contact__list__item {
    background-color: var(--color-white);
    border-bottom: 2px solid var(--color-orange);
    flex: 0 0 100%;
    position: relative;
}

@media (min-width: 768px) {
    .profile__contact__list__item {
        border-bottom: none;
        flex: 0 0 50%;
    }
}

.profile__contact__list__item:after {
    background-color: var(--color-orange);
    bottom: 0;
    content: "";
    display: none;
    left: auto;
    position: absolute;
    right: -2px;
    top: 0;
    width: 4px;
    z-index: 1;
}

@media (min-width: 768px) {
    .profile__contact__list__item:after {
        display: block;
    }
}

.profile__contact__list__item:last-child {
    border-bottom: none;
}

.profile__contact__list__item:last-child:after {
    display: none;
}

.profile__contact__list__item__tel {
    padding: 160px 12px 40px;
    position: relative;
}

@media (min-width: 768px) {
    .profile__contact__list__item__tel {
        padding: 180px 20px 40px;
    }
}

@media (min-width: 1240px) {
    .profile__contact__list__item__tel {
        padding: 50px 30px 50px 180px;
    }
}

.profile__contact__list__item__tel__icon {
    background-image: url(../images/pages/nyuen/nyuen-tour-icon-01.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 108px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 30px;
    width: 82px;
}

@media (min-width: 768px) {
    .profile__contact__list__item__tel__icon {
        height: 126px;
        width: 96px;
    }
}

@media (min-width: 1240px) {
    .profile__contact__list__item__tel__icon {
        bottom: 0;
        height: 180px;
        left: 28px;
        margin: auto 0;
        top: 0;
        width: 136px;
    }
}

.profile__contact__list__item__tel__title {
    color: var(--color-orange);
    font-size: var(--fs26);
    font-weight: 900;
    letter-spacing: 0.075em;
    line-height: 1.33;
    margin: 0 0 12px;
    text-align: center;
}

@media (min-width: 992px) {
    .profile__contact__list__item__tel__title {
        font-size: var(--fs30);
    }
}

.profile__contact__list__item__tel__number {
    color: var(--color-orange);
    font-size: var(--fs28);
    font-weight: 900;
    letter-spacing: 0.075em;
    line-height: 1;
    margin: 0 0 16px;
    text-align: center;
}

@media (min-width: 992px) {
    .profile__contact__list__item__tel__number {
        font-size: var(--fs37);
    }
}

.profile__contact__list__item__tel__number a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    text-decoration: none;
}

.profile__contact__list__item__tel__note {
    color: var(--color-orange);
    font-size: var(--fs18);
    font-weight: 900;
    letter-spacing: 0.075em;
    line-height: 1;
    text-align: center;
}

@media (min-width: 992px) {
    .profile__contact__list__item__tel__note {
        font-size: var(--fs20);
    }
}

.profile__contact__list__item__email {
    padding: 130px 12px 30px;
    position: relative;
}

@media (min-width: 768px) {
    .profile__contact__list__item__email {
        padding: 180px 20px 40px;
    }
}

@media (min-width: 1240px) {
    .profile__contact__list__item__email {
        padding: 50px 40px 50px 180px;
    }
}

.profile__contact__list__item__email__icon {
    background-image: url(../images/pages/nyuen/nyuen-tour-icon-02.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 54px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 40px;
    width: 70px;
}

@media (min-width: 768px) {
    .profile__contact__list__item__email__icon {
        height: 72px;
        top: 60px;
        width: 93px;
    }
}

@media (min-width: 1240px) {
    .profile__contact__list__item__email__icon {
        bottom: 0;
        height: 90px;
        left: 40px;
        margin: auto 0;
        top: 40px;
        width: 116px;
    }
}

.profile__contact__list__item__email__title {
    color: var(--color-orange);
    font-size: var(--fs26);
    font-weight: 900;
    letter-spacing: 0.075em;
    line-height: 1.33;
    margin: 0 0 30px;
    text-align: center;
}

@media (min-width: 992px) {
    .profile__contact__list__item__email__title {
        font-size: var(--fs30);
    }
}

@media (min-width: 992px) {
    .profile__contact__list__item__email__action .com-button {
        gap: 36px;
        padding-left: 40px;
        padding-right: 20px;
    }
}