602 lines
50 KiB
HTML
602 lines
50 KiB
HTML
<!doctype html>
|
||
<html lang="zh-CN">
|
||
<head>
|
||
<meta charset="utf-8">
|
||
<title>酒店列表</title>
|
||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
<style>
|
||
body{margin:0;background:#f4f4f4;font-family:Arial,"Microsoft YaHei",sans-serif;color:#111}
|
||
.wrap{max-width:1460px;margin:0 auto;padding:20px}
|
||
.top{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}
|
||
.top a{margin-left:10px;color:#0b5c7a;text-decoration:none}
|
||
.card{display:grid;grid-template-columns:438px 1fr 230px;background:#fff;border-radius:18px;margin-bottom:24px;overflow:hidden}
|
||
.img{width:438px;height:100%;object-fit:cover;background:#ddd}
|
||
.info{padding:28px}
|
||
.brand{display:inline-block;background:#0b684d;color:#fff;border-radius:4px;padding:6px 9px;margin-right:10px;font-weight:bold}
|
||
.code{display:inline-block;background:#eee;color:#333;border-radius:4px;padding:5px 8px;margin-left:8px;font-size:14px;font-weight:bold}
|
||
h2{display:inline;font-size:24px}
|
||
.addr{color:#444;margin:8px 0 6px;font-size:17px}
|
||
.dist{color:#555;margin-bottom:22px}
|
||
.features{display:grid;grid-template-columns:repeat(2,minmax(180px,1fr));gap:13px 40px;font-size:18px;color:#333}
|
||
.features span:before{content:"◆";font-size:12px;color:#666;margin-right:9px}
|
||
.side{padding:36px 24px;text-align:right;display:flex;flex-direction:column;justify-content:center}
|
||
.price{font-size:32px;font-weight:bold}
|
||
.btn{background:#c9310c;color:#fff;border-radius:7px;padding:18px 24px;text-decoration:none;font-weight:bold;display:inline-block;margin-top:28px}
|
||
.tax{color:#555;margin-top:12px}
|
||
table{width:100%;border-collapse:collapse;background:#fff}
|
||
th,td{border:1px solid #ddd;padding:10px;vertical-align:top}
|
||
th{background:#eee}
|
||
.hotel-code{font-weight:bold;color:#0b5c7a}
|
||
.thumb{width:110px;height:78px;object-fit:cover}
|
||
.pager{margin:22px 0;text-align:center}
|
||
.pager a{margin:0 8px;color:#0b5c7a}
|
||
@media(max-width:900px){
|
||
.card{grid-template-columns:1fr}
|
||
.img{width:100%;height:240px}
|
||
.side{text-align:left}
|
||
}
|
||
.rating{margin:10px 0;color:#333;font-weight:bold}
|
||
.welcome{margin:14px 0 18px;color:#444;line-height:1.55;font-size:15px}
|
||
.welcome-text{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
|
||
.welcome.open .welcome-text{display:block}
|
||
.welcome-toggle{margin-top:6px;border:0;background:none;color:#0b5c7a;cursor:pointer;padding:0;font-size:14px}
|
||
</style>
|
||
</head>
|
||
<body>
|
||
<div class="wrap"><div class="top"><div>找到 5983 家酒店</div><div><a href="table-222.html">表格模式</a></div></div>
|
||
<div class="card" id="hotel-REAWS" data-hotel-code="REAWS">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-reading-2850033300-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HOLI</span>
|
||
<h2>Holiday Inn 读 - 西</h2>
|
||
<span class="code">REAWS</span>
|
||
</div>
|
||
<div class="addr">Padworth Lane, Bath Road Reading RG7 5HT | 0800 40 50 60</div>
|
||
<div class="rating">评分:4.06</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">The Holiday Inn® Reading - West is perfectly situated just 4 miles from the M4 motorway, making it an ideal choice for travellers heading to Reading or Newbury, both reachable within 20 minutes. For a hassle-free commute, take advantage of the hotel's free parking and hop on a bus right outside the door, or catch a local train from nearby Aldermaston Station. Heathrow Airport is just a 40-minute drive away.
|
||
The hotel features 9 fully equipped conference rooms, ideal for business meetings, and the spacious Bourne Suite, which accommodates up to 200 guests, is perfect for special events with its private bar, dance floor, and garden patio. Nearby, you can explore Highclere Castle, famously featured in Downton Abbey, or take a 35-minute drive to enjoy a family day at LEGOLAND® Windsor Resort.
|
||
Each room is designed for ultimate relaxation with plush bedding, a pillow menu, and cosy amenities. Guests can enjoy complimentary Wi-Fi, and the kids stay and eat free offer. In the Open Lobby, you can savour a variety of meals throughout the day, unwind with a coffee while catching up on the latest sports events, or simply bask in the inviting atmosphere.</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>无线互联网</span><span>允许携带宠物</span><span>健身中心</span><span>儿童餐饮欢乐尽享</span><span>In hotel restaurants</span><span>套房</span><span>含车位</span><span>EV Charging</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">REAWS</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax"></div>
|
||
<a class="btn" href="#">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-REDCH" data-hotel-code="REDCH">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-and-suites-reedsville-5680203531-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HEXS</span>
|
||
<h2>Holiday Inn Express & Suites Reedsville - State Coll Area</h2>
|
||
<span class="code">REDCH</span>
|
||
</div>
|
||
<div class="addr">30 Happy Valley Drive Reedsville Pennsylvania 17084 | 1 888 HOLIDAY (1 888 465 4329)</div>
|
||
<div class="rating">评分:4.66</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Holiday Inn Express & Suites Reedsville - State Coll Area
|
||
The Kishacoquillas Valley is one of the most picturesque spots in the Central Pennsylvania Mountains near the Amish communities and our hotel in Reedsville places you right in the middle of it. Our 100% smoke-free hotel was built in 2018, so we have all the latest amenities for you to enjoy. Among these are cable TV with more than 60 channels, free Wi-Fi, an exercise facility with Matrix® Fitness Commercial Equipment and an indoor heated pool open all year around. And don't forget to stop by the lobby each morning for your complimentary hot breakfast.
|
||
When you're not relaxing in one of our 83 guest rooms, you'll find that the location of our hotel in Central Pennsylvania puts you just a quick drive from numerous popular attractions such as Penns Cave and Reeds Gap State Park, a largely untouched wilderness area just seven miles from our doorstep. There you can fish, hunt, swim, hike, and, in the winter months, ski cross-country. For something more civilized, Near by the Big Valley Antique Mall, a large emporium full of countless gems just waiting to be discovered. Business travelers will easily be able to visit Philips, General Electric, Landstar® Trucking and other businesses.
|
||
Just over the ridge is the famous Penn State University, making our Reedsville hotel a popular place to stay among those visiting the campus. Nearby is the Beaver Springs Dragway, an IHRA-sanctioned drag strip.</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>免费早餐</span><span>室内游泳池</span><span>无线互联网</span><span>允许携带宠物</span><span>商务中心</span><span>健身中心</span><span>EV Charging</span><span>套房</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">REDCH</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax"></div>
|
||
<a class="btn" href="#">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-REHLW" data-hotel-code="REHLW">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/staybridge-suites-lewes-10367899354-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">STAY</span>
|
||
<h2>Staybridge Suites Rehoboth Beach</h2>
|
||
<span class="code">REHLW</span>
|
||
</div>
|
||
<div class="addr">34521 Old Postal Lane Lewes Delaware 19958 | 1 877 238 8889</div>
|
||
<div class="rating">评分:4.50</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Nestled between the charming towns of Lewes and Rehoboth Beach along Coastal Highway (Route 1), Staybridge Suites Rehoboth Beach is a pet-friendly hotel offering elevated stays for leisure and business travelers alike. Perfect for those seeking hotels in Lewes, Delaware or Rehoboth Beach, our property spans 4 acres and features 94 spacious, extended-stay suites with fully equipped kitchenettes and plush bedding. Enjoy complimentary amenities including a daily breakfast buffet, Wi-Fi, fitness center, seasonal outdoor pool, free parking, and laundry facilities. Staybridge Suites is an ideal choice among Lewes, Delaware hotels, with easy access to the iconic Boardwalk, tax-free shopping, dining, golfing and everything that Southern Delaware has to offer.</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>免费早餐</span><span>泳池 </span><span>无线互联网</span><span>允许携带宠物</span><span>套房</span><span>含车位</span><span>简易厨房</span><span>健身中心</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">REHLW</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax"></div>
|
||
<a class="btn" href="#">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-REHRB" data-hotel-code="REHRB">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-and-suites-rehoboth-beach-8387234617-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HEXS</span>
|
||
<h2>Holiday Inn Express & Suites Rehoboth Beach</h2>
|
||
<span class="code">REHRB</span>
|
||
</div>
|
||
<div class="addr">18438 Kates Lane Rehoboth Beach Delaware 19971 | 1 888 HOLIDAY (1 888 465 4329)</div>
|
||
<div class="rating">评分:4.64</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Our hotel near Rehoboth and Dewey beaches puts you in a vibrant hub for shopping, dining, and family fun. Stroll along the Rehoboth boardwalk and sample local cuisine at popular spots like Dogfish Head Brewery or Fins Raw Bar and Restaurant. Take advantage of tax-free shopping at the nearby Tanger Outlets and Midway Shopping Center. For adrenaline-fueled fun, head to Midway Speedway Park for go-kart racing or take a short drive to Cape Henlopen State Park for ocean explorations and hiking. Teams in tournaments at Sports at the Beach, Sandhill Fields, and DE Turf complexes will find our pet-friendly location convenient and our service superior. Relax with spacious rooms, complimentary Express Start™ Breakfast, free Wi-Fi, and free parking.</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>免费早餐</span><span>室内游泳池</span><span>无线互联网</span><span>允许携带宠物</span><span>儿童餐饮欢乐尽享</span><span>健身中心</span><span>商务中心</span><span>Children's Activities</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">REHRB</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax"></div>
|
||
<a class="btn" href="#">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-REXMX" data-hotel-code="REXMX">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-reynosa-5481931646-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HOLI</span>
|
||
<h2>Holiday Inn 雷诺萨ZONA Dorada的</h2>
|
||
<span class="code">REXMX</span>
|
||
</div>
|
||
<div class="addr">Calle Emilio Portes Gil : 703 Col. Prado Sur Reynosa Tamaulipas 88560 | 800 000 04 04</div>
|
||
<div class="rating">评分:4.42</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">在 Reynosa城市的商务酒店
|
||
Holiday InnⓇ Reynosa Zona Dorada 酒店是您下一次商务旅行的最佳选择。它位于在一个优越的地理位置,您将接近石油化工业和捷迅方便前往城市的商业和购物中心。是一个提供给您又安全、舒适又现代化设施及服务的休息点,让您在一天的工作后能放松休息。
|
||
假日酒店是一间拥有全方位服务的酒店,里设有一间餐厅,免费上网和一个设备齐全的商务中心。您也可以在健身房锻炼,及在游泳池游泳。享受在墨西哥超过50家以上的假日酒店里的豪华设施/服务合理价格。</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>泳池 </span><span>无线互联网</span><span>商务中心</span><span>不允许携带宠物</span><span>儿童餐饮欢乐尽享</span><span>健身中心</span><span>In hotel restaurants</span><span>套房</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">REXMX</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax"></div>
|
||
<a class="btn" href="#">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-REXVF" data-hotel-code="REXVF">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-reynosa-6502089284-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HOLI</span>
|
||
<h2>Holiday Inn 雷诺萨,工业PONIENTE</h2>
|
||
<span class="code">REXVF</span>
|
||
</div>
|
||
<div class="addr">Carr. Monterrey Reynosa Parque Industrial Villa Florida Reynosa Tamaulipas 88780 | 800 000 04 04</div>
|
||
<div class="rating">评分:4.47</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">在Reynosa城市的商务酒店
|
||
Holiday Inn Ⓡ Reynosa-Industrial Poniente 酒店是您下一次商务旅行的最佳选择。它位于在一个优越的地理位置,您将接近石油化工业和捷迅方便前往城市的商业和购物中心。是一个提供给您又安全、舒适又现代化设施及服务的休息点,让您在一天的工作后能放松休息。
|
||
假日酒店是一间拥有全方位服务的酒店,里设有一间餐厅,免费上网和一个设备齐全的商务中心。您也可以在健身房锻炼,及在游泳池游泳。享受在墨西哥超过50家以上的假日酒店里的豪华设施/服务合理价格。</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>泳池 </span><span>无线互联网</span><span>商务中心</span><span>区域班车接送</span><span>健身中心</span><span>儿童餐饮欢乐尽享</span><span>不允许携带宠物</span><span>机场班车</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">REXVF</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax"></div>
|
||
<a class="btn" href="#">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-RFDDX" data-hotel-code="RFDDX">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-dixon-11044458630-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HIEX</span>
|
||
<h2>Holiday Inn Express Dixon</h2>
|
||
<span class="code">RFDDX</span>
|
||
</div>
|
||
<div class="addr">136 Plaza Dr Suite B Dixon Illinois 61021 | 1 888 HOLIDAY (1 888 465 4329)</div>
|
||
<div class="rating">评分:null</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Get more for your money when staying in Dixon, IL! The Holiday Inn Express Dixon is located near I-88 and is all about helping you get great value for your money. We know your hotel is a place for you to rest, so we’ve made sure it’s packed with the amenities you depend on. Our Dixon hotel offers guests super value with friendly and responsive service. Our pet-friendly hotel is the perfect place to base yourself when coming to explore Dixon and nearby Nelson or Eldena.We are perfectly located for you to hit all the major attractions in the area, including Castle Rock State Park, Ronald Reagan Boyhood Home and the Emerald Hill Golf Course. We are also close to White Pines State Park and the Loveland Museum.When you’re done checking out the sights in and around Dixon, come back to us to unwind. Take a swim in the indoor heated pool or relax in the hot tub. Want to keep up your fitness levels? Why not get your sweat on in our fully equipped fitness center.Featuring premium bedding, a flat-screen TV, free WiFi and free hot breakfast each morning, we look to take care of the little things so you can concentrate on what matters most, creating memorable experiences.Whether it’s business or pleasure that brings you here, you’ll be thankful for the extra value we bring to your trip.</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>免费早餐</span><span>室内游泳池</span><span>无线互联网</span><span>允许携带宠物</span><span>套房</span><span>商务中心</span><span>健身中心</span><span>儿童餐饮欢乐尽享</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">RFDDX</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax">Excludes 1.5% Service Charge.</div>
|
||
<a class="btn" href="#">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-RFDIL" data-hotel-code="RFDIL">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-rockford-7464880305-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HOLI</span>
|
||
<h2>Holiday Inn Rockford(I-90&Rt 20/State St)</h2>
|
||
<span class="code">RFDIL</span>
|
||
</div>
|
||
<div class="addr">7550 East State Street Rockford Illinois 61108 | 1 888 HOLIDAY (1 888 465 4329)</div>
|
||
<div class="rating">评分:4.18</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Welcome to the Holiday Inn Rockford(I-90&Rt 20/State St), conveniently located at Exit 15 and perfectly situated for both business and leisure. Our location provides easy access to local giants, such as Collins Aerospace, General Mills, and major medical centers.
|
||
Our hotel in Rockford, Illinois, puts you minutes from the city's best attractions. Explore the serene Anderson Japanese Gardens, the interactive Discovery Center Museum, or the Burpee Museum of Natural History. Nature lovers will enjoy the Nicholas Conservatory and Sinnissippi Park, while entertainment seekers are close to the Hard Rock Casino.
|
||
As a hotel in Rockford, we feature the city’s largest indoor hotel pool and newly updated rooms with microwaves, mini-fridges, and Keurigs. Enjoy a complimentary airport shuttle and on-site dining at Scoreboard Bar & Grille, famous for the Hoffman House fish fry. With free Wi-Fi and parking, we are your ideal Forest City home base.</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>室内游泳池</span><span>无线互联网</span><span>允许携带宠物</span><span>商务中心</span><span>机场班车</span><span>区域班车接送</span><span>健身中心</span><span>儿童餐饮欢乐尽享</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">RFDIL</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax"></div>
|
||
<a class="btn" href="www.rockhospitality.com">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-RFDLP" data-hotel-code="RFDLP">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-and-suites-loves-park-2533322009-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HEXS</span>
|
||
<h2>Holiday Inn Express & Suites 罗克福德,爱园</h2>
|
||
<span class="code">RFDLP</span>
|
||
</div>
|
||
<div class="addr">7552 Park Place Loves Park Illinois 61111 | 1 888 HOLIDAY (1 888 465 4329)</div>
|
||
<div class="rating">评分:4.49</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Stay Smart at the Holiday Inn Express Loves Park/Rockford hotel. Our staff welcomes you to the Holiday Inn Express & Suites, conveniently located off of Interstate I-90/I-39. Whether traveling for business, a sports tournament or just passing by, you will find our hotel in the ideal location. Enjoy one of our local restaurants such as GreenFire, Franchesco’s Ristorante or any number of nationally known restaurants, just two-miles away. In your down time, take a short drive to Rock Cut State Park, Volcano Falls or head over to the Rockford Rivets Stadium to catch a baseball game!Danfoss is a short three-minute drive from our hotel and the brand new Javon Bea Hospital is just four-minutes away. In addition, you will find Woodward Inc. and Rock Valley College within a three-mile radius. If you are traveling for a sports tournament, we are six-minutes from Mercy Health Sportscore Two.When you arrive, you'll appreciate our convenient free parking. You can start your day with a workout in our 24-hour Fitness Center, refuel with our free hot breakfast, and work smarter with our free high speed Internet and 24-hour Business Center. Relax in our indoor pool after a long day. Dine at one of the many restaurants nearby or use outdoor grills to create your own, home cooked meal.Make the smart choice and reserve your room at the Holiday Inn Express</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>免费早餐</span><span>室内游泳池</span><span>无线互联网</span><span>允许携带宠物</span><span>商务中心</span><span>套房</span><span>含车位</span><span>儿童餐饮欢乐尽享</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">RFDLP</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax"></div>
|
||
<a class="btn" href="https://rockhospitality.com/">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-RFDSS" data-hotel-code="RFDSS">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/staybridge-suites-rockford-3898318109-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">STAY</span>
|
||
<h2>Staybridge Suites 罗克福德</h2>
|
||
<span class="code">RFDSS</span>
|
||
</div>
|
||
<div class="addr">633 North Bell School Road Rockford Illinois 61107 | 1 877 238 8889</div>
|
||
<div class="rating">评分:4.67</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Staybridge Suites welcomes you for an Extended Stay at our hotel in Rockford, Illinois.
|
||
Ideally situated just over six miles from downtown, Staybridge Suites of Rockford, IL is in close proximity to the Chicago - Rockford International Airport. Our hotel is also located near prominent businesses, as well as popular area attractions. Rock Cut State Park is located just 5 miles away, offering weekend family getaway activities like kayaking, mountain biking, fishing, hiking, and camping.
|
||
Enjoy our daily breakfast before heading out for the day. Our wonderful breakfast is available on weekdays from 6:30 AM - 9:30 AM and on weekends from 7:30 AM-10:30 AM. Relax and enjoy our evening social on Monday through Wednesday nights from 5:30 PM–7:00 PM. Lastly, we offer complimentary Wi-Fi to keep you connected and allow your furry friends to keep you company during your stay at our extended stay pet-friendly hotel.
|
||
Be sure to book your room reservation in Rockford, Illinois with us today. Welcome home!</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>免费早餐</span><span>室内游泳池</span><span>无线互联网</span><span>允许携带宠物</span><span>商务中心</span><span>健身中心</span><span>标准厨房</span><span>简易厨房</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">RFDSS</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax"></div>
|
||
<a class="btn" href="#">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-RFDWS" data-hotel-code="RFDWS">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/candlewood-suites-rockford-9743501302-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">CDLW</span>
|
||
<h2>Candlewood Suites 罗克福德</h2>
|
||
<span class="code">RFDWS</span>
|
||
</div>
|
||
<div class="addr">7555 Walton Street Rockford Illinois 61108 | 1 877 CANDLEWOOD (1 877 226 3539)</div>
|
||
<div class="rating">评分:4.44</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Green Spaces Surround Rockford, IL, Hotel's Property Known as "The Forest City," Rockford is home to numerous parks and forest preserves. The Candlewood Suites Rockford hotel's location in Rockford, IL, surrounds guests with vast forests and beautiful gardens while still maintaining its proximity to downtown. Located on the edge of Rockford, IL, the hotel's property is conveniently situated near I-90 and I-39, just 15 miles from Chicago Rockford International Airport (RFD). Traveling to your business destination is easy with the Van Galder Bus Service, which is less than a block from the hotel. Downtown Rockford is just a short trip away and home to such companies as Woodard INC., Stellantis, Rocknel Fastener, and Hard Rock Casino. In a city that is nationally recognized for its plant life, the hotel's location in Rockford, IL is near a multitude of parks and gardens, like the breathtaking Anderson Japanese Gardens located just seven miles away. For some family fun, visit Volcano Falls Adventure Park for miniature golf, laser tag and batting cages. Rockford has also been recognized as the "best mid-sized golf city" by Golf Digest. No matter what the purpose is for your stay, this hotel is sure to make you feel at home. We offer free laundry facilities, an on-site convenience store, Fitness Centers and more to make your stay as comfortable as possible. Book your stay and "Consider Us Home."</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>无线互联网</span><span>允许携带宠物</span><span>健身中心</span><span>简易厨房</span><span>套房</span><span>含车位</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">RFDWS</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax"></div>
|
||
<a class="btn" href="#">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-RGCTX" data-hotel-code="RGCTX">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-and-suites-rio-grande-city-5297055742-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HEXS</span>
|
||
<h2>Holiday Inn Express & Suites 格兰德河市</h2>
|
||
<span class="code">RGCTX</span>
|
||
</div>
|
||
<div class="addr">5274 East Highway 83 Rio Grande City Texas 78582 | 1 888 HOLIDAY (1 888 465 4329)</div>
|
||
<div class="rating">评分:4.70</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Our newly renovated Rio Grande City, TX Hotel's One of the Best A few miles from the U.S - Mexico border and the Rio Grande River, our hotel's location in Rio Grande City makes it one of the best places to stay in the area. Our Holiday Inn Express® Hotel & Suites Rio Grande City is minutes from area attractions and businesses, which makes travel a breeze for our hotel's guests. In Rio Grande City, vacationers appreciate our close proximity to the Great Texas Coastal Birding Trail where visitors can spot hundreds of the over 600 different bird species in the state. Enjoy our rich history with a ride on the hand-operated ferry in Los Ebanos. It's the last hand-pulled, international ferry in existence. If you're taking advantage of our Rio Grande City, TX hotel's accommodations while working, you'll be glad to know that we offer a business center with fax, copy, e-mail and print services. We encourage you to reserve one of our meeting rooms for your next event, too. Our helpful service staff is on hand to aid you in making your event or seminar a success. Whether you're staying with us on business or for leisure in Rio Grande City, TX, our hotel's Express Start breakfast bar is a great way to start your day. Drop in and fill up on hot entrees, juices, cereals, eggs, pastries and our signature cinnamon rolls before you head out. Our outdoor pool and fitness center are perfect for relaxing or burning off a few extra calories.</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>免费早餐</span><span>泳池 </span><span>无线互联网</span><span>商务中心</span><span>健身中心</span><span>不允许携带宠物</span><span>套房</span><span>含车位</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">RGCTX</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax"></div>
|
||
<a class="btn" href="#">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-RGGAR" data-hotel-code="RGGAR">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/staybridge-suites-rogers-9902916132-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">STAY</span>
|
||
<h2>Staybridge Suites 罗杰斯 - 本顿维尔</h2>
|
||
<span class="code">RGGAR</span>
|
||
</div>
|
||
<div class="addr">1801 South 52nd Street Rogers Arkansas 72758 | 1 877 238 8889</div>
|
||
<div class="rating">评分:4.45</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">At STAYBRIDGE BENTONVILLE/ROGERS, you will truly find your home away from home. Being strategically located within close proximity to the WALMART, J B HUNT, & TYSON corporate offices, makes our location a safe and fantastic selection for the savvy business traveler.
|
||
|
||
Leisure guests will be able to explore all of the lush natural landscapes & exhilarating entertainment options that NWA has to offer. From CRYSTAL BRIDGES MUSEUM, THE UNIVERSITY OF ARKANSAS, and THE WALMART AMP; there is something for everyone!
|
||
|
||
Convenience and modern amenities can be anticipated on all fronts. Guests will have access to our complimentary Wi-Fi, spacious fitness center, cozy common areas, and on-site complimentary guest laundry. Oh, and don’t forget, your PETS ARE WELCOME TOO! We love to interact with our guests at our COMPLIMENTARY EVENING RECEPTION, featuring a variety of appetizers & cocktails. From our highly visible location, off of I-49, to amazing restaurants, plentiful shopping, & exciting entertainment options; guests will find everything they need for a memorable stay in NWA.</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>免费早餐</span><span>无线互联网</span><span>允许携带宠物</span><span>商务中心</span><span>标准厨房</span><span>儿童餐饮欢乐尽享</span><span>套房</span><span>含车位</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">RGGAR</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax"></div>
|
||
<a class="btn" href="#">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-RHEGC" data-hotel-code="RHEGC">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-reims-7888095755-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HOLI</span>
|
||
<h2>Holiday Inn 兰斯市中心</h2>
|
||
<span class="code">RHEGC</span>
|
||
</div>
|
||
<div class="addr">46 Rue Buirette Reims 51100 | 0811 980 002</div>
|
||
<div class="rating">评分:4.16</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Family-friendly hotel in central Reims with cathedral views, an Italian restaurant and rooftop bar
|
||
Holiday Inn® Reims - City Centre hotel is a 10-minute walk from Reims Train Station and a 45-minute drive from Châlons Vatry Airport (XCR).
|
||
The recently renovated hotel is located in the historic city centre, close to shops, restaurants and cafés. You can walk to the 13th-century Reims Cathedral, the coronation site of France’s ancient kings. The famous Champagne cellars of Veuve Clicquot-Ponsardin and Taittinger, and the idyllic Parc de Champagne, are a short drive away. The hotel has two meeting rooms with space for up to 20 delegates. Reims Congress Centre is a five-minute walk away, and key businesses, like Forbo Sarlino and Neoma Business School, are less than 10 minutes away by car.
|
||
At this hotel you can enjoy:
|
||
- Free Wi-Fi throughout the hotel
|
||
- Private indoor parking for a fee
|
||
- A rooftop terrace with charming city views
|
||
Bright rooms (3 accessible hotel rooms) offer a minibar, tea and coffee making facilities and a pillow menu to help ensure a good night's sleep.Kids stay and eat free. A full buffet breakfast is served in the rooftop Il Duomo restaurant, where you can also enjoy mouthwatering Italian cuisine in the evening. End your day with a glass of Champagne in the adjacent rooftop bar, while admiring the cathedral and city views.</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>无线互联网</span><span>允许携带宠物</span><span>商务中心</span><span>儿童餐饮欢乐尽享</span><span>Children's Activities</span><span>In hotel restaurants</span><span>套房</span><span>EV Charging</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">RHEGC</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax"></div>
|
||
<a class="btn" href="#">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-RHERV" data-hotel-code="RHERV">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-and-suites-reims-10456450823-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HEXS</span>
|
||
<h2>Holiday Inn Express & Suites Reims - Rives de Vesle</h2>
|
||
<span class="code">RHERV</span>
|
||
</div>
|
||
<div class="addr">12 Rue de l'Abreuvoir Reims 51100 | 0811 980 002</div>
|
||
<div class="rating">评分:4.28</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Welcome to Holiday Inn Express &amp; Suites Reims Rives de Vesle, a perfect choice for both families and business travelers, offering stunning views of the iconic Reims Cathedral.
|
||
|
||
Ideally situated near the Comédie tram stop, on the line linking Reims Centre train station to Champagne-Ardenne TGV station in Bezannes, the hotel benefits from excellent transport connections. A scenic 15-minute walk along the Vesle River will lead you directly to the cathedral.
|
||
|
||
Champagne lovers will enjoy the close proximity of prestigious Champagne houses and the Parc de Champagne, just a short drive away. The Palais des Congrès is located only two minutes on foot, and local business districts are easily accessible. Explore the historic city of coronations through its museums and the Saint-Remi Basilica, or attend major cultural events such as the Flâneries Musicales and shows at the Reims Arena.
|
||
|
||
For business travelers, the hotel features six fully equipped meeting rooms and a fitness room. After a busy day, relax at our rooftop bar on the 9th floor and take in the exceptional panoramic views of the cathedral.
|
||
|
||
Our dedicated team is committed to ensuring a comfortable and memorable stay. Thanks to our prime location, we invite you to discover the very best of Reims and the Champagne region.</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>免费早餐</span><span>无线互联网</span><span>允许携带宠物</span><span>简易厨房</span><span>套房</span><span>EV Charging</span><span>健身中心</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">RHERV</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax">Excludes 2.75% Service Charge.</div>
|
||
<a class="btn" href="#">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-RHIRL" data-hotel-code="RHIRL">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-and-suites-rhinelander-9841910715-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HEXS</span>
|
||
<h2>Holiday Inn Express & Suites Rhinelander</h2>
|
||
<span class="code">RHIRL</span>
|
||
</div>
|
||
<div class="addr">1958 Navajo Street Rhinelander Wisconsin 54501 | 1 888 HOLIDAY (1 888 465 4329)</div>
|
||
<div class="rating">评分:4.57</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Welcome to the Holiday Inn Express and Suites of Rhinelander. Make yourself at home in one of our 99 guestrooms. With a stay at the Holiday Inn Express & Suites you'll be within a 4-minute drive of downtown, several shopping stores and the Hodag Dome. This hotel is 6 miles from the Oneida County Airport.
|
||
At Holiday Inn Express & Suites of Rhinelander our featured amenities include a Business Center and a meeting room. Free self-parking is available onsite. Our recreational amenities include an indoor pool, a hot tub, and a Fitness Center. Our hotel features a picnic area and a guest laundry area. Some of our amenities include refrigerators, microwaves, Flat-screen TVs, and wireless Internet.</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>免费早餐</span><span>室内游泳池</span><span>无线互联网</span><span>不允许携带宠物</span><span>商务中心</span><span>健身中心</span><span>套房</span><span>含车位</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">RHIRL</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax"></div>
|
||
<a class="btn" href="www.hiexpress.com/rhinelanderwi">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-RHPTX" data-hotel-code="RHPTX">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-and-suites-graham-7812690004-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HEXS</span>
|
||
<h2>Holiday Inn Express & Suites 格雷厄姆</h2>
|
||
<span class="code">RHPTX</span>
|
||
</div>
|
||
<div class="addr">1581 Hwy 380 Bypass Graham Texas 76450 | 1 888 HOLIDAY (1 888 465 4329)</div>
|
||
<div class="rating">评分:4.40</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Stay Smart at our Graham, Texas HotelCome experience a memorable stay with first-class amenities and beautiful décor at the finest hotel in Graham, TX. Our hotel is located off the 380 Bypass, three miles from the Graham Regional Airport and near many of the area's top attractions.Corporate travelers appreciate that we are within driving distance of many local businesses, including Graham Oil Transports, Southern Bleacher, Zack Burkett. Our business-oriented Graham, TX hotel's meeting space is 500-square feet, big enough for a meeting or event for 40 people. Also, we have a 24-hour business center and free high-speed Internet access to help you stay in touch when away from home.Our Holiday Inn Express® & Suites is centrally located near many attractions. We are within one mile of the Old Post Office Museum and Art Center, Robert E. Richeson Memorial Museum and the Graham Drive-In Theater. Spend the day with your family at our outdoor pool and whirlpool or at one of the lakes near our Graham, Texas hotel. We are seven miles from Lake Eddleman and six miles from Lake Graham.Whether business or pleasure brings you to Graham, TX, our hotel is ready to meet your needs. Complimentary amenities include a 24-hour fitness center and our Express Start Breakfast Bar. You'll find comfortable, contemporary accommodations and quality amenities when staying with us!</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>免费早餐</span><span>泳池 </span><span>无线互联网</span><span>允许携带宠物</span><span>商务中心</span><span>健身中心</span><span>简易厨房</span><span>儿童餐饮欢乐尽享</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">RHPTX</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax"></div>
|
||
<a class="btn" href="#">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-RICAA" data-hotel-code="RICAA">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/candlewood-suites-richmond-8875942754-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">CDLW</span>
|
||
<h2>Candlewood Suites 里士满机场</h2>
|
||
<span class="code">RICAA</span>
|
||
</div>
|
||
<div class="addr">5400 Audubon Drive Richmond Virginia 23231 | 1 877 CANDLEWOOD (1 877 226 3539)</div>
|
||
<div class="rating">评分:4.09</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Richmond International Airport is located 1.5 miles from the hotel. Candlewood Suites® Richmond Airport hotel's perks exceed both vacation and business travelers' expectations. Guests enjoy the benefits of having all of the comforts of home while staying at the hotel's location near downtown Richmond, Virginia. When traveling on business, there is no need to sacrifice convenience. Close to Kraft/Mondelez International, Coca Cola, Verizon and QTS our location offers a short commute to many major businesses. Guests are able to keep in touch with clients by using the free high-speed, wireless Internet access. They consider the hotel a smart alternative to a corporate apartment in Richmond. The hotel's amenities are also great for vacationers. Travelers enjoy the apartment-style suites, and the hotel's proximity to downtown Richmond, Virginia gives them easy access to all of the popular sites. Just a few minutes away, visitors can take flight at the Virginia Aviation Museum or take a stroll through Dorey Park. Consider us your home away from home during your stay in Richmond. The hotel's complimentary laundry facilities allow guests to pack light, and the 24-hour free Fitness Center helps you maintain your exercise regimen. If you choose to stay in for the night, borrow one of 65-plus DVDs from the lending library and relax in the cozy suite. These suites have everything you need for a stress-free stay.</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>无线互联网</span><span>允许携带宠物</span><span>商务中心</span><span>健身中心</span><span>标准厨房</span><span>套房</span><span>含车位</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">RICAA</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax">Excludes 2% Service Charge.</div>
|
||
<a class="btn" href="#">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-RICAV" data-hotel-code="RICAV">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/avid-hotels-glen-allen-7619388803-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">AVID</span>
|
||
<h2>avid hotels Richmond North - Ashland</h2>
|
||
<span class="code">RICAV</span>
|
||
</div>
|
||
<div class="addr">10261 Washington Highway Glen Allen Virginia 23059 | 1 877 495 2843</div>
|
||
<div class="rating">评分:4.42</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Welcome to avid hotel - Richmond North-Ashland located on I-95 Exit 86B in the suburb of Richmond, VA, managed by the Henrico County Sports and Entertainment Authority, Meadow Event Park. Minutes away from Kings Dominion Theme Park, Richmond Convention Center, VCU, and Richmond International Airport, our hotel is perfect for both business and leisure travelers. Enjoy easy access to entertainment options such as the State Capital, Richmond Coliseum, and Richmond International Raceway. For business travelers, we're central to Harley Davidson, Bass Pro Shop, Siemens, Tyson Foods, John Deere, and McKesson, with convenient access from I-95 and I-295.
|
||
|
||
Relax in our Glen Allen hotel where we focus on getting the essentials right, every time. Enjoy a sound sleep on high-quality mattresses with blackout roller shades. Your room will be spotlessly clean, equipped with a 55-inch HD TV, free WiFi, and a refrigerator. Start your day with our free Good all-around breakfast and fresh bean-to-cup coffee. Stay active in our brand new gym and indoor pool.
|
||
|
||
Experience reliable rest at avid hotel - Ashland in Glen Allen, VA.</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>免费早餐</span><span>室内游泳池</span><span>无线互联网</span><span>允许携带宠物</span><span>健身中心</span><span>商务中心</span><span>含车位</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">RICAV</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax"></div>
|
||
<a class="btn" href="#">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-RICBD" data-hotel-code="RICBD">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/candlewood-suites-glen-allen-5519833957-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">CDLW</span>
|
||
<h2>Candlewood Suites 里士满西尾短泵</h2>
|
||
<span class="code">RICBD</span>
|
||
</div>
|
||
<div class="addr">4120 Tom Leonard Drive Glen Allen Virginia 23060 | 1 877 CANDLEWOOD (1 877 226 3539)</div>
|
||
<div class="rating">评分:4.54</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Long stays in our pet-friendly Glen Allen, VA hotel
|
||
|
||
Candlewood Suites Glen Allen is an optimal place for guests looking for a comfortable home away from home. Each apartment-style suite offers a full kitchen, free wired high-speed Internet and Wi-Fi, cozy bedding, and plenty of space to stretch out and stay a while.
|
||
|
||
Stay entertained at nearby popular attractions including Short Pump Town Center, West Creek Business Park, Capital One, Innsbrook Office Park. Enjoy the beautiful scenery and charm of the city. The hotel is just a short trip to Monument Avenue, historic downtown Richmond, the state Capitol, and more.
|
||
|
||
Amenities at Candlewood Suites Glen Allen include a nicely equipped Fitness Center, laundry facilities, and a space to grill at the gazebo outdoors for a feel of home. Grab a snack any time of day at the Candlewood Cupboard featuring meals, quick bites, and drinks. Should you need something extra, the Lending Locker is for borrowing anything you may need to make your stay more comfortable; from slow cookers to board games to umbrellas. The hotel is pet-friendly and has a dedicated outdoor space just for your furry friends.
|
||
|
||
When you stay at Candlewood Suites Glen Allen, you’ll be right at home, whether you stay a night, a week, or longer.</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>无线互联网</span><span>允许携带宠物</span><span>商务中心</span><span>健身中心</span><span>标准厨房</span><span>套房</span><span>含车位</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">RICBD</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax"></div>
|
||
<a class="btn" href="#">选择酒店</a>
|
||
</div>
|
||
</div><div class="pager"><a href="page-221.html">上一页</a> 第 222 / 300 页 <a href="page-223.html">下一页</a></div></div>
|
||
<script>
|
||
document.addEventListener("click", function(e) {
|
||
if (!e.target.classList.contains("welcome-toggle")) return;
|
||
const box = e.target.closest(".welcome");
|
||
box.classList.toggle("open");
|
||
e.target.textContent = box.classList.contains("open") ? "收起" : "展开";
|
||
});
|
||
</script>
|
||
</body>
|
||
</html> |