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

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

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

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

.overview {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 40px 44px;
    margin: 0 auto 120px;
    max-width: calc(var(--container-width) + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

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

.overview__main {
    flex: 0 0 100%;
}

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

.overview__main__title {
    color: var(--color-sage-green);
    font-size: var(--fs24);
    font-weight: 900;
    letter-spacing: 0.075em;
    line-height: 1.66;
    margin: 0 0 30px;
}

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

@media (min-width: 992px) {
    .overview__main__content {
        max-width: 520px;
    }
}

.overview__main__content p {
    font-size: var(--fs16);
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1.89;
    margin: 0 0 1.75em;
}

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

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

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

.overview__fig {
    flex: 0 0 100%;
}

@media (min-width: 992px) {
    .overview__fig {
        flex: 0 0 calc(50% - 24px);
    }
}

.overview__fig img {
    border-radius: 0 20px;
}

@media (max-width: 991px) {
    .overview__fig img {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .overview__fig img {
        border-radius: 0 30px;
    }
}

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

.detail .com-title {
    margin-bottom: 90px;
}

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

.detail__table-wrapper {
    margin: 0 0 60px;
    position: relative;
}

.detail__table-wrapper__icon {
    background-image: url(../images/icons/icon-rabbit-03.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: auto;
    content: "";
    display: block;
    height: 76px;
    left: 0;
    margin: 0;
    position: absolute;
    right: auto;
    top: -73px;
    width: 90px;
    z-index: 1;
}

@media (min-width: 768px) {
    .detail__table-wrapper__icon {
        height: 101px;
        left: 20px;
        top: -98px;
        width: 120px;
    }
}

@media (min-width: 992px) {
    .detail__table-wrapper__icon {
        height: 126px;
        left: 54px;
        top: -124px;
        width: 150px;
    }
}

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

@media (max-width: 767px) {
    .detail__table {
        display: block;
    }
}

@media (max-width: 767px) {
    .detail__table > tbody {
        display: block;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .detail__table > tbody > tr {
        display: block;
        margin: 0 0 40px;
        position: relative;
        width: 100%;
    }

    .detail__table > tbody > tr:last-child {
        margin-bottom: 0;
    }
}

.detail__table > tbody > tr > th, .detail__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: 100%;
}

@media (max-width: 767px) {
    .detail__table > tbody > tr > th, .detail__table > tbody > tr > td {
        display: block;
        width: 100%;
    }
}

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

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

.detail__table > tbody > tr > th:after, .detail__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: none;
    height: 2px;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: auto;
    width: auto;
}

@media (min-width: 768px) {
    .detail__table > tbody > tr > th:after, .detail__table > tbody > tr > td:after {
        display: block;
    }
}

.detail__table > tbody > tr > th {
    background-color: rgba(var(--color-mint-green-rgb), 0.2);
    padding: 8px 0;
}

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

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

@media (max-width: 767px) {
    .detail__table > tbody > tr > th .--justify {
        letter-spacing: 1em;
    }
}

@media (min-width: 768px) {
    .detail__table > tbody > tr > th .--justify {
        text-align-last: justify;
    }
}

.detail__table > tbody > tr > td {
    padding: 8px 0;
}

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

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

.detail__table > tbody > tr > td a {
    color: var(--color-coral-red);
    text-decoration: underline;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
    transition: color var(--duration) var(--cubic) 0s, -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
    transition: color var(--duration) var(--cubic) 0s, text-decoration-color var(--duration) var(--cubic) 0s;
    transition: color var(--duration) var(--cubic) 0s, text-decoration-color var(--duration) var(--cubic) 0s, -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
}

.detail__table > tbody > tr > td a:focus {
    -webkit-text-decoration-color: color-mix(in srgb, currentColor, transparent 100%);
    text-decoration-color: color-mix(in srgb, currentColor, transparent 100%);
}

@media (hover: hover) and (pointer: fine) {
    .detail__table > tbody > tr > td a:hover {
        -webkit-text-decoration-color: color-mix(in srgb, currentColor, transparent 100%);
        text-decoration-color: color-mix(in srgb, currentColor, transparent 100%);
    }
}

.detail__table > tbody > tr:first-child > th:before, .detail__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: none;
    height: 2px;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

@media (min-width: 768px) {
    .detail__table > tbody > tr:first-child > th:before, .detail__table > tbody > tr:first-child > td:before {
        display: block;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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