.icon-gray {
    color: #888;
    margin-right: 4px;
}

/* ボタン内のアイコンは白のままにするか、あるいは少し透明度を下げる */
.btn .fa-phone {
    font-size: 0.9em;
}

/* 店舗情報のアイコン調整 */
.store-info-item .fa-location-dot,
.store-info-item .fa-phone {
    width: 20px;
    text-align: center;
    color: #999; /* 指定のグレー */
}