.linkList--pink .linkItem__place{
    background: #f8c8dd;
    color: #f7589e;
}

.linkList--pink .linkItem__btn{
    background: #f7599f;
}

.linkList--orange .linkItem__place{
    background: #ffefdf;
    color: #f0810c;
}

.linkList--orange .linkItem__btn{
    background: #f0810c;
}

.linkItem a{
    font-weight: bold;
    text-decoration: none;
}

.linkItem__body{
    align-items: center;
    background: #fff;
    border: 2px solid #ddd;
    box-sizing: border-box;
    display: flex; justify-content: space-between;
    margin: 0 0 14px 0;
    padding: 4px 6px;
    min-width: auto;
}

.linkItem__place{
    border-radius: 50%;
    height: 60px;
    line-height: 60px;
    margin: 0 0 0 0;
    text-align: center;
    width: 60px;
}

.linkItem__date{
    color: #666;
    font-size: 120%; line-height: 1.1;
    margin: 0 0 0 0;
    width: 44%;
}

.linkItem__btn{
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 100%;
    letter-spacing: 5px;
    line-height: 50px;
    margin: 0 0 0 0;
    text-align: center;
    width: 30%;
}


.linkList--orange .linkItem__body.pickup-body .linkItem__btn {
    background: #ef6801;
}

.linkItem__body.pickup-body {
    background: #fdfadf;
    border: 2px solid #ffd1a0;
}

.linkList--orange .linkItem__body.pickup-body 
 .linkItem__place {
    background: #f6d800;
    color: #000;
}

.linkList--orange .linkItem__body.pickup-body .linkItem__date {
    color: #000;
}