Research success within easy reach.

Perfectly located just off the A34 in Wilmslow, South Manchester, our facility offers free parking and excellent transport links — ideal for local, national and international clients.

Easy access also helps respondents arrive on time, improving punctuality and attendance.

Getting here

Nestled in the heart of leafy Cheshire, Reflections is easily reached whether you’re travelling locally or from further afield.

Our address is:

Harefield House,
Fulshaw Estate,
Alderley Road,
Wilmslow,
Cheshire,
SK9 1PF

 

By Train

Wilmslow Station is a 10–15 minute stroll or  5-minute taxi ride away. The station is well-connected, offering frequent direct services from Manchester (20 minutes) and London Euston direct (around 2 hours).

By Car

Travelling by car is simple with fast access from the A34, M56 and M6. Ample complimentary parking is available directly on-site.

By Air

Manchester Airport is only 12 minutes away by car or taxi.

By Bus

Alderley Road is served by local bus routes, with stops just moments from the Fulshaw Estate entrance.

Getting here

W3W ///gently.speaks.tulip

Local Information

Wilmslow blends boutique sophistication with everyday ease — making it an ideal base for visiting teams.

From luxury brands and independent retailers to Hoopers, the town’s landmark department store, there’s plenty to explore between sessions.

Whether you’re in the mood for fine dining, inventive cocktails or a quick artisan coffee, Wilmslow’s food scene delivers.

With stylish hotels, an art-deco cinema, and tranquil parks all within walking distance, it’s the perfect setting to unwind after a productive day.

Click “Wilmslow’s Way Better” for more info

Contact the Reflections team

Location

Harefield House,
Fullshaw Estate,
Wilmslow,
Cheshire,
SK9 1PF

Call us

01625 900 745

Office hours

Mon-Thu: 9:00am- 4:30pm

Enquiry form

Facility
Location
Services
Catering
Tech
Parking

document.querySelectorAll('a[href^="#"]').forEach(anchor => { anchor.addEventListener('click', function(e) { e.preventDefault(); const target = document.querySelector(this.getAttribute('href')); if (!target) return; const targetPosition = target.getBoundingClientRect().top + window.pageYOffset; const startPosition = window.pageYOffset; const distance = targetPosition - startPosition; const duration = 3000; // <<< SCROLL DURATION set to 3000 milliseconds (1 second) let start = null; function step(timestamp) { if (!start) start = timestamp; const progress = timestamp - start; const ease = progress / duration; const eased = ease < 1 ? ease : 1; window.scrollTo(0, startPosition + distance * eased); if (progress < duration) { window.requestAnimationFrame(step); } } window.requestAnimationFrame(step); }); });