Compare meta key separation

You may be able to use the LIKE operator:

$meta_args[] = array(
    'key' => 'availability',
    'value'   => $availability,
    'compare' => 'LIKE'
);

In the codex you can see a list of comparison operators.