.excursionLink{
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    font-size: 18px;
    padding: 12px;
    padding-right: 32px;
    line-height: 1.78;
    border: 3px solid #e60213;
    border-right: 32px solid #e60213;
    margin-bottom: 36px;
    position: relative;
}

.excursionLink:hover{
    opacity: .6;
}

.excursionLink::after{
    content: '';
    width: .6em;
    height: .6em;
    display: block;
    position: absolute;
    margin-top: -.2em;
    right: -1em;
    top: 50%;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.excursionLink *{
    font-weight: bold;
}

.excursionLink > *:first-child{
    width: 160px;
}

.excursionLink > *:last-child{
    width: calc(100% - 160px);
    padding-left: 26px;
}

.excursionLink_spType{
    display: none;
}

.excursionLink_type{
    font-size: 12px;
}

@media screen and (max-width:599px){

    .excursionLink{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        font-size: 14px;
        border-width: 2px;
        border-right: 22px solid #e60213;
    }

    .excursionLink::after{
        width: .8em;
        height: .8em;
        margin-top: -.2em;
        right: -1em;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }

    .excursionLink > *:first-child{
        width: 100px;
        background: #f1f1f1;
    }

    .excursionLink > *:last-child{
        width: calc(100% - 100px);
        padding-left: 14px;
    }

    .excursionLink_type{
        display: none;
    }

    .excursionLink_spType{
        display: block;
        text-align: center;
        padding: 6px;
        font-size: 10px;
    }
}