.joyhorse-summary__inner {
    font-size: 1.8rem;
}

.joyhorse-summary__inner .nd-markdown-p {
    margin-bottom: 0;
}

.joyhorse-facility .nd-markdown-p:not(:first-child) {
    margin-bottom: 0;
}

.joyhorse-facility__info.nd-markdown-p {
    margin-bottom: 0;
}

.joyhorse-facility div.m-scroll-table table thead {
    display: none;
}

.joyhorse-facility div.m-scroll-table table tbody td:nth-of-type(2):nth-child(even) {
    background: var(--colorMain2);
}

.joyhorse-facility h2.m-large-heading {
    margin-bottom: 6rem;
}

.joyhorse-facility .joyhorse-facility__inner .nd-markdown-p {
    margin-bottom: 6rem;
}

.joyhorse-facility .joyhorse-facility__location .nd-markdown-p,
.joyhorse-facility .joyhorse-facility__access .nd-markdown-p {
    margin-bottom: 0;
}

/*
.joyhorse-facility .joyhorse-facility__location>.nd-markdown-p,
.joyhorse-facility .joyhorse-facility__access>.nd-markdown-p,
*/
.joyhorse-facility .joyhorse-facility__inner>.nd-markdown-p {
    margin-left: 1rem;
}
.joyhorse-facility__info .m-small-heading {
    margin-bottom: 2rem;
}

@media print {
    .joyhorse-facility div.m-scroll-table table tbody td {
        text-align:left;
        padding: 1.2rem 2rem;
    }

    .joyhorse-facility div.m-scroll-table table tbody td:nth-of-type(1) {
        color: #141414;
        background: #9FBCC2;
        font-weight: 600;
        font-size: 1.6rem;
    }

    .joyhorse-facility div.m-scroll-table table tbody td:nth-of-type(1):nth-child(odd) {
        color: #141414;
        background: #9FBCC2;
        font-weight: 600;
        font-size: 1.6rem;
    }
}

@media screen {
    .joyhorse-summary__inner {
        font-size: 1.4rem;
    }

    .joyhorse-facility * br.only-pc {
        display:none;
    }
    .joyhorse-facility .m-scroll-table {
        overflow: visible;
    }
    .m-scroll-table__content {
        white-space: normal;
        min-width: calc(100% + 0.8rem);
        max-width: calc(100% + 0.8rem); 
    }

    .m-basic-table__cell {
        text-align:left;
        font-size: 1.2rem;
        padding: 0.6rem 1rem;
    }
    .joyhorse-facility div.m-scroll-table table tbody td:nth-of-type(1) {
        color: #141414;
        background: #9FBCC2;
        font-weight: 600;
        font-size: 1.2rem;
        white-space:nowrap;
    }

    .joyhorse-facility div.m-scroll-table table tbody td:nth-of-type(1):nth-child(odd) {
        color: #141414;
        background: #9FBCC2;
        font-weight: 600;
        font-size: 1.2rem;
    }
    .joyhorse-cafility div.m-scroll-table table tbody td:nth-of-type(2) {
        word-break: break-all;
    }
    .joyhorse-facility div.m-scroll-table table thead {
        display: none;
    }

    .joyhorse-facility div.m-scroll-table table tbody td:nth-of-type(2):nth-child(even) {
        background: var(--colorMain2);
    }

    .joyhorse-facility h2.m-large-heading {
        margin-bottom: 2rem;
    }

    .joyhorse-facility .joyhorse-facility__inner .nd-markdown-p {
        margin-bottom: 2rem;
    }
    .joyhorse-facility__info .m-small-heading {
        margin-bottom: 1rem;
    }
}
