@charset "UTF-8";
/* --------------------
 Nyuen
-------------------- */
@media (min-width: 992px) {
    .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;
    }
}

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

@media (min-width: 768px) {
    .message {
        padding: 24px var(--c-pad) 0;
    }
}

.message__content {
    margin: 0 auto 20px;
}

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

@media (min-width: 768px) {
    .message__content p {
        font-size: var(--fs20);
        line-height: 2.68;
    }
}

@media (min-width: 1240px) {
    .message__content p {
        font-size: var(--fs22);
    }
}

.message__name {
    font-size: var(--fs16);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1;
    margin: 0 auto 30px;
    text-align: right;
}

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

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

.message__icon {
    margin: 0 auto;
    max-width: 850px;
    padding: 0 10px 0 0;
    position: relative;
    text-align: right;
    width: 100%;
}

.message__icon:before {
    background-image: url(../images/pages/nyuen/nyuen-message-line.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 621px 18px;
    bottom: 24px;
    content: "";
    display: block;
    flex: 1 1 auto;
    height: 18px;
    position: absolute;
    right: auto;
    top: auto;
    width: calc(100% - 122px);
}

@media (min-width: 768px) {
    .message__icon:before {
        background-size: 690px 19px;
        height: 19px;
        width: calc(100% - 144px);
    }
}

.message__icon img {
    width: 92px;
}

@media (min-width: 768px) {
    .message__icon img {
        width: 114px;
    }
}

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

.menu__list {
    align-items: stretch;
    display: flex;
    flex-flow: row nowrap;
    gap: 30px;
}

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

.menu__list__item {
    flex: 0 0 calc(50% - 15px);
}

@media (min-width: 768px) {
    .menu__list__item {
        flex: 0 0 calc(50% - 20px);
    }
}

.menu__list__item__link {
    display: block;
    text-decoration: none;
}

.menu__list__item__link__icon {
    margin: 0 0 16px;
    position: relative;
    text-align: center;
    width: 100%;
}

.menu__list__item__link__icon:before {
    aspect-ratio: 1/1;
    background-image: url(../images/pages/nyuen/nyuen-menu-icon-bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    margin: 0 auto;
    max-width: 170px;
    width: 85%;
}

@media (min-width: 768px) {
    .menu__list__item__link__icon:before {
        width: 100%;
    }
}

.menu__list__item__link__icon span {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: -36px;
}

.menu__list__item__link__icon span img {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    transition: bottom var(--duration) var(--cubic) 0s;
}

.menu__list__item__link__icon span img.--info {
    width: min(170px, 36.2666666667vw);
}

@media (min-width: 768px) {
    .menu__list__item__link__icon span img.--info {
        width: 170px;
    }
}

.menu__list__item__link__icon span img.--tour {
    width: min(250px, 53.3333333333vw);
}

@media (min-width: 768px) {
    .menu__list__item__link__icon span img.--tour {
        width: 250px;
    }
}

.menu__list__item__link__title {
    color: var(--color-sage-green);
    font-size: var(--fs22);
    font-weight: 900;
    letter-spacing: 0.2em;
    line-height: 1.33;
    margin: 0;
    text-align: center;
    transition: color var(--duration) var(--cubic) 0s;
}

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

.menu__list__item__link__title span {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 8px;
    justify-content: center;
    letter-spacing: inherit;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: -webkit-fit-content;
    width: fit-content;
    z-index: 1;
}

@media (min-width: 768px) {
    .menu__list__item__link__title span {
        gap: 12px;
        min-width: 5.5em;
        padding: 0;
    }
}

.menu__list__item__link__title span:before {
    background-color: var(--color-bright-yellow);
    border-radius: 0 5px;
    bottom: -0.05em;
    content: "";
    display: block;
    height: 8px;
    left: -0.25em;
    margin: 0 auto;
    position: absolute;
    right: -0.25em;
    width: auto;
    z-index: -1;
}

@media (min-width: 992px) {
    .menu__list__item__link__title span:before {
        bottom: -0.1em;
        height: 14px;
    }
}

.menu__list__item__link__title span:after {
    background-color: var(--color-sage-green);
    content: "";
    display: block;
    height: 15px;
    -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 18"><path d="M10.45,6.93c1.29,1.38,1.29,2.76,0,4.14l-4.36,4.75c-.5.56-1.03.96-1.58,1.21-.56.25-1.22.37-1.98.37-1,0-1.55-.36-1.65-1.08-.1-.72.27-1.55,1.12-2.49l4.4-4.84L2,4.16c-.85-.94-1.31-1.77-1.36-2.49-.06-.72.29-1.08,1.06-1.08h.84c.76,0,1.42.12,1.98.35.56.24,1.08.65,1.58,1.23l4.36,4.75Z" style="fill: %236fa88b;"/><path d="M28.4,6.93c1.29,1.38,1.29,2.76,0,4.14l-4.36,4.75c-.5.56-1.03.96-1.58,1.21-.56.25-1.22.37-1.98.37-1,0-1.55-.36-1.65-1.08-.1-.72.27-1.55,1.12-2.49l4.4-4.84-4.4-4.84c-.85-.94-1.31-1.77-1.36-2.49-.06-.72.29-1.08,1.06-1.08h.84c.76,0,1.42.12,1.98.35.56.24,1.08.65,1.58,1.23l4.36,4.75Z" style="fill: %236fa88b;"/></svg>');
    mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 18"><path d="M10.45,6.93c1.29,1.38,1.29,2.76,0,4.14l-4.36,4.75c-.5.56-1.03.96-1.58,1.21-.56.25-1.22.37-1.98.37-1,0-1.55-.36-1.65-1.08-.1-.72.27-1.55,1.12-2.49l4.4-4.84L2,4.16c-.85-.94-1.31-1.77-1.36-2.49-.06-.72.29-1.08,1.06-1.08h.84c.76,0,1.42.12,1.98.35.56.24,1.08.65,1.58,1.23l4.36,4.75Z" style="fill: %236fa88b;"/><path d="M28.4,6.93c1.29,1.38,1.29,2.76,0,4.14l-4.36,4.75c-.5.56-1.03.96-1.58,1.21-.56.25-1.22.37-1.98.37-1,0-1.55-.36-1.65-1.08-.1-.72.27-1.55,1.12-2.49l4.4-4.84-4.4-4.84c-.85-.94-1.31-1.77-1.36-2.49-.06-.72.29-1.08,1.06-1.08h.84c.76,0,1.42.12,1.98.35.56.24,1.08.65,1.58,1.23l4.36,4.75Z" style="fill: %236fa88b;"/></svg>');
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    transform: translateY(4px);
    transition: background-color var(--duration) var(--cubic) 0s;
    width: 24px;
}

@media (min-width: 768px) {
    .menu__list__item__link__title span:after {
        height: 18px;
        width: 30px;
    }
}

.menu__list__item__link:focus .menu__list__item__link__icon img {
    bottom: 10px;
}

.menu__list__item__link:focus .menu__list__item__link__title {
    color: var(--color-pink);
}

.menu__list__item__link:focus .menu__list__item__link__title span:after {
    background-color: var(--color-pink);
}

@media (hover: hover) and (pointer: fine) {
    .menu__list__item__link:hover .menu__list__item__link__icon img {
        bottom: 10px;
    }

    .menu__list__item__link:hover .menu__list__item__link__title {
        color: var(--color-pink);
    }

    .menu__list__item__link:hover .menu__list__item__link__title span:after {
        background-color: var(--color-pink);
    }
}

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

@media (min-width: 768px) {
    .info {
        margin: 0 auto 100px;
        padding: 0 var(--c-pad) 90px;
    }
}

.info: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;
    max-width: var(--container-width);
    position: absolute;
    right: 0;
    width: auto;
}

.info .com-title {
    margin-bottom: 45px;
}

.info__overview {
    margin: 0 0 50px;
}

.info__overview__title {
    color: var(--color-sage-green);
    font-size: var(--fs24);
    font-weight: 900;
    letter-spacing: 0.075em;
    line-height: 1.33;
    margin: 0 0 52px;
    text-align: center;
}

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

.info__overview__fig {
    margin: 48px 0 0 ;
    padding: 0 0 0 16px;
    text-align: center;
}

.info__overview__content p {
    font-size: var(--fs18);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.95;
    margin: 0 0 2em;
    text-align: center;
}

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

.info__overview__content p:last-child {
    margin: 0;
}

.info__table-wrapper {
    margin: 0 0 36px;
}

@media (max-width: 991px) {
    .info__table-wrapper {
        padding: 0 0 10px;
        white-space: nowrap;
    }
}

.info__table {
    border: none;
    border-collapse: separate;
    border-spacing: 0px;
    margin: 0;
    width: 100%;
}

@media (min-width: 992px) {
    .info__table {
        table-layout: fixed;
    }
}

.info__table > thead > tr > td, .info__table > thead > tr > th {
    background-color: var(--color-mint-green);
    color: var(--color-white);
    font-size: var(--fs24);
    font-weight: 900;
    letter-spacing: 0.075em;
    line-height: 1.33;
    padding: 12px 8px;
    text-align: center;
    vertical-align: middle;
}

@media (min-width: 768px) {
    .info__table > thead > tr > td, .info__table > thead > tr > th {
        font-size: var(--fs28);
        padding: 20px 8px;
    }
}

@media (min-width: 1240px) {
    .info__table > thead > tr > td, .info__table > thead > tr > th {
        font-size: var(--fs30);
    }
}

.info__table > thead > tr > td:first-child, .info__table > thead > tr > th:first-child {
    border-top-left-radius: 20px;
}

@media (min-width: 768px) {
    .info__table > thead > tr > td:first-child, .info__table > thead > tr > th:first-child {
        border-top-left-radius: 30px;
    }
}

.info__table > thead > tr > td:last-child, .info__table > thead > tr > th:last-child {
    border-top-right-radius: 20px;
}

@media (min-width: 768px) {
    .info__table > thead > tr > td:last-child, .info__table > thead > tr > th:last-child {
        border-top-right-radius: 30px;
    }
}

.info__table > tbody > tr > td, .info__table > tbody > tr > th {
    background-color: var(--color-white);
    border-bottom: 2px solid var(--color-mint-green);
    border-left: 2px solid var(--color-mint-green);
    font-size: var(--fs16);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.5;
    padding: 12px 8px;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

@media (min-width: 768px) {
    .info__table > tbody > tr > td, .info__table > tbody > tr > th {
        border-bottom-width: 4px;
        border-left-width: 4px;
        font-size: var(--fs20);
        padding: 20px 8px;
    }
}

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

.info__table > tbody > tr > td:last-child, .info__table > tbody > tr > th:last-child {
    border-right: 2px solid var(--color-mint-green);
}

@media (min-width: 768px) {
    .info__table > tbody > tr > td:last-child, .info__table > tbody > tr > th:last-child {
        border-right-width: 4px;
    }
}

.info__table > tbody > tr > td em, .info__table > tbody > tr > th em {
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
}

.info__table > tbody > tr > td em.--red, .info__table > tbody > tr > th em.--red {
    color: #e32422;
}

.info__table > tbody > tr > td em.--blue, .info__table > tbody > tr > th em.--blue {
    color: #003e57;
}

.info__table > tbody > tr > td b, .info__table > tbody > tr > th b {
    color: #3a8860;
    font-weight: 900;
}

.info__table > tbody > tr:nth-child(even) > th, .info__table > tbody > tr:nth-child(even) > td {
    background-color: #ecf5f1;
}

.info__table > tbody > tr:last-child > th:first-child, .info__table > tbody > tr:last-child > td:first-child {
    border-bottom-left-radius: 20px;
}

@media (min-width: 768px) {
    .info__table > tbody > tr:last-child > th:first-child, .info__table > tbody > tr:last-child > td:first-child {
        border-bottom-left-radius: 30px;
    }
}

.info__table > tbody > tr:last-child > th:last-child, .info__table > tbody > tr:last-child > td:last-child {
    border-bottom-right-radius: 20px;
}

@media (min-width: 768px) {
    .info__table > tbody > tr:last-child > th:last-child, .info__table > tbody > tr:last-child > td:last-child {
        border-bottom-right-radius: 30px;
    }
}

.info__table > tbody > tr.--line > th:after, .info__table > tbody > tr.--line > td:after {
    border-bottom: 2px solid var(--color-mint-green);
    bottom: 2px;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: auto;
}

@media (min-width: 768px) {
    .info__table > tbody > tr.--line > th:after, .info__table > tbody > tr.--line > td:after {
        border-bottom-width: 4px;
        bottom: 4px;
    }
}

.info__note {
    margin: 0 auto;
    max-width: 1180px;
    width: 100%;
}

.info__note ul {
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
}

@media (min-width: 768px) {
    .info__note ul {
        margin: 0 0 40px;
    }
}

.info__note ul:last-child {
    margin: 0;
}

.info__note ul > li {
    font-size: var(--fs16);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.95;
    margin: 0;
    padding: 0 0 0 1em;
    position: relative;
}

@media (min-width: 768px) {
    .info__note ul > li {
        font-size: var(--fs20);
    }
}

@media (min-width: 992px) {
    .info__note ul > li {
        font-size: var(--fs22);
    }
}

.info__note ul > li:before {
    content: "・";
    left: 0;
    position: absolute;
    top: 0;
}

.info__note ul.--star > li {
    text-indent: -1em;
}

.info__note ul.--star > li:before {
    display: none;
}

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

.tour__overview {
    margin: 0 0 44px;
}

.tour__overview__content p {
    font-size: var(--fs16);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.95;
    margin: 0 0 2em;
    text-align: center;
}

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

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

.tour__overview__content p:last-child {
    margin: 0;
}

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

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

.tour__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) {
    .tour__contact__title {
        font-size: var(--fs30);
        padding: 20px 0;
    }
}

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

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

.tour__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) {
    .tour__contact__list__item {
        border-bottom: none;
        flex: 0 0 50%;
    }
}

.tour__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) {
    .tour__contact__list__item:after {
        display: block;
    }
}

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

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

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

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

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

.tour__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) {
    .tour__contact__list__item__tel__icon {
        height: 126px;
        width: 96px;
    }
}

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

.tour__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) {
    .tour__contact__list__item__tel__title {
        font-size: var(--fs30);
    }
}

.tour__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) {
    .tour__contact__list__item__tel__number {
        font-size: var(--fs37);
    }
}

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

.tour__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) {
    .tour__contact__list__item__tel__note {
        font-size: var(--fs20);
    }
}

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

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

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

.tour__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) {
    .tour__contact__list__item__email__icon {
        height: 72px;
        top: 60px;
        width: 93px;
    }
}

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

.tour__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) {
    .tour__contact__list__item__email__title {
        font-size: var(--fs30);
    }
}

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