<!DOCTYPE html>
	<!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
	<!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
	<!--[if IE 8]>         <html class="no-js lt-ie9"> <![endif]-->
	<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->

	<head>		
		<meta charset="utf-8">
		<meta http-equiv="Content-Language" content="en">
		<title>Ocean House | Newport Oregon Hotels | Oregon Coast Bed and Breakfast</title>
		<meta name="description" content="Situated on a picturesque beach cove, Ocean House is like your own private paradise. Our secluded, boutique inn offers spectacular views of the Pacific Ocean and incomparable Oregon coastline from every window. It’s the perfect backdrop to your Newport, Oregon getaway.">
		<meta name="keywords" content="Newport , Oregon , Hotels, Hotel, Inn , Bed and Breakfast, Fire Pit, Oregon Coast , Agate Beach , Ocean House , Oceanfront , Beach , Historic Inn , B&B ">
		<link rel="canonical" href="https://www.oceanhouse.com/">
		<meta property="og:locale" content="en_US">
		<meta property="og:type" content="website">
		<meta property="og:title" content="Ocean House | Newport Oregon Hotels | Oregon Coast Bed and Breakfast">
		<meta property="og:description" content="Situated on a picturesque beach cove, Ocean House is like your own private paradise. Our secluded, boutique inn offers spectacular views of the Pacific Ocean and incomparable Oregon coastline from every window. It’s the perfect backdrop to your Newport, Oregon getaway.">
		<meta property="og:url" content="https://www.oceanhouse.com/">
		<meta property="og:site_name" content="Ocean House">
		<meta name="author"content="Ocean House">
		<meta name="Distribution"content="Global">
		<meta name="robots" content="">
		<meta name="geo.placename"content="4920 Northwest Woody Way, Newport, OR 97365, USA" >
		<meta name="geo.position"content="44.672775, -124.060348" >
		<meta name="geo.region"content="US-Oregon" >
		<meta name="ICBM"content="44.672775, -124.060348" >
		<meta name="viewport"content="width=device-width, initial-scale=1">
		<meta property="og:site_name" content="Ocean House">
		
		<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
		<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
		<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
		<link rel="manifest" href="/site.webmanifest">

		<link rel="stylesheet" href="css/base.css" />
<link rel="stylesheet" type="text/css" href="css/style.css">		<!-- <script async src="https://www.googletagmanager.com/gtag/js?id=UA-22905042-1"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-22905042-1');
</script>-->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-B71LY39C22"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-B71LY39C22');
</script>	</head>
	
<body>
<style>
a.banner-button {
    font-weight: 500;
    text-decoration: none;
    color: #fff;
    background-color: #267179;
    display: block;
    text-align: center;
    font-size: 0.9em;
    float: none;
    clear: both;
    padding: 5px 0;
}
a.banner-button:hover {
    color: #267179;
    background-color: #fff;
}
</style>

<header>
<!--<a href="2020-05-27.php" class="banner-button">COVID-19 Information -  Your safety and wellbeing continue to be our highest priority.</a>-->
    
<div id="logo">
    <a href="index.php"><img src="images/logos/Ocean-House-Logo.svg" alt="Ocean House Logo" title="Ocean House Logo" /></a>
</div>

<div id="myNav2" class="overlay" style="max-width: 450px;">
  <a href="javascript:void(0)" class="closebtn" onclick="closeNav2()">&times;</a>
  <div class="overlay-content" style="max-width: 400px; margin: 0 auto;">
      <h6>Book Now!</h6>
      <iframe id="reserve" src="booking/index.php" frameborder="0" scrolling="no" style="width: 100%; height: 300px;"></iframe>
  </div>
</div>

<span id="bookButton" onclick="openNav2()"><i class="fal fa-calendar-plus"></i></span>
	
<!--<a href="https://reserve3.resnexus.com/resnexus/reservations/lodging/4A16C3A2-29B9-4816-AAE1-D87C43C9A376?__utma=58057780.1124129774.1599839911.1599839911.1600268566.2&__utmb=58057780.8.10.1600268566&__utmc=58057780&__utmx=-&__utmz=58057780.1599839911.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)&__utmv=-&__utmk=217206418" target="_blank"><span id="bookButton"><i class="fal fa-calendar-plus"></i></span></a>-->

<div id="myNav" class="overlay">
  <a href="javascript:void(0)" class="closebtn" onclick="closeNav()">&times;</a>
  <div class="overlay-content">
      <a href="attractions.php">Explore Newport</a>
      <a href="guest-rooms.php">Guest Rooms</a>
	  <a href="meetings-and-events.php">Meetings & Events</a>
      <a href="amenities.php">Amenities</a>
      <a href="packages.php">Specials & Packages</a>
	  <a href="gift-certificates.php">Gift Certificates</a>
      <a href="photo-tour.php">Gallery</a>
	  <a href="about-the-inn.php">About the Inn</a>
      <a href="pet-policy.php">Pet Policy</a>
      <a href="directions.php">Directions</a>
	  <a href="faqs.php">FAQ</a>
      <a href="tel:15412653888"><i class="fas fa-phone"></i> &nbsp; 541-265-3888</a>
  </div>
</div>

<span id="menuOpen" onclick="openNav()"><i class="fal fa-bars"></i></span>

</header>

<script>
function openNav() {
  document.getElementById("myNav").style.height = "100%";
}

function closeNav() {
  document.getElementById("myNav").style.height = "0%";
}
    
function openNav2() {
  document.getElementById("myNav2").style.height = "100%";
}

function closeNav2() {
  document.getElementById("myNav2").style.height = "0%";
}
</script>

<iframe id="slideshow-home" src="includes/slideshow-home-new.html" frameborder="0" scrolling="no"></iframe>

<div id="wrapper">
    <div id="title-wrapper">
<h1>Welcome to the Ocean House</h1>
<h2><br>An oceanfront inn on the central coast of Oregon</h2>
<p>Situated on a picturesque beach cove, Ocean House is like your own private paradise. Our secluded, boutique inn offers spectacular views of the Pacific Ocean and incomparable Oregon coastline from every window. It’s the perfect backdrop to your Newport, Oregon getaway.</p>
<p>Ocean House is sequestered in a peaceful setting, with private access to a pristine, less-traveled beach. Outdoor garden paths lead to comfortable decks with stunning waterfront views. Cozy common areas are perfect for reading, socializing, or enjoying a glass of wine while basking in the breathtaking sunset at the end of each relaxing evening.</p>
<p>This hidden treasure is surrounded by lush, towering Douglas Firs and northwest foliage, appointed with top-notch personal touches, and is just minutes away from Newport, Oregon’s top attractions. Whether you’re planning a romantic getaway or corporate retreat, you’ve found your oasis at the Ocean House.</p>
<p>Shed the cares of the world, disconnect, and rejuvenate with us. </p> 
		</div>
		
		<div id="booking">
			<h6>Reserve Now</h6>
		  <iframe id="reserve" src="booking/index.php" frameborder="0" scrolling="no"></iframe>
		</div>
    
        <br class="clearfloat">
		
		<div class="equalCol3">
		  <img src="images/OH-breakfast.jpg" alt="ocean house breakfast" title="ocean house breakfast"/>
		  <!--<iframe width="100%" height="236" src="https://www.youtube.com/embed/InP1nFa3gTo" frameborder="0" allowfullscreen></iframe>-->
		  <h2>Unparalleled Offerings</h2>
			<p>Pristine scenery and dramatic views are just the start of what we offer at Ocean House. Enjoy fresh, homemade breakfast, uniquely appointed guest rooms, social gathering sites, and so much more.</p>
			<p><a href="guest-rooms.php"><i class="fas fa-arrow-circle-right"></i> Rooms & Suites</a></p>
		</div>
		<div class="equalCol3">
			<a href="meetings-and-events.php"><img src="images/meetings-and-events-home.jpg" alt="Transformative Space" title="Transformative Space" ></a>
		  <h2>Transformative Space</h2>
		  <p>Make a lasting impression on the company you keep. Ocean House has flexible space for corporate retreats, small weddings, and other important social gatherings. We’re a quick drive from Portland but secluded enough to feel a world away.</p>
		  <p><a href="meetings-and-events.php"><i class="fas fa-arrow-circle-right"></i> Meetings & Events</a></p>
		</div>
		<div class="equalCol3 nomargin">
<!--<a href="packages.php"><img src="images/Stay3Promo-OH1.png" alt="ocean house specials" title="ocean house specials" ></a>
<h2>Specials</h2>
<p>Take your experience up a notch with thoughtful specials and add-ons, like our Romance Package, offering champagne in your room upon arrival, rose petals on your bed, handcrafted chocolates and so much more.</p>-->

<a href="packages.php"><img src="images/packages/beach-bonfire.jpg" alt="beach bonfire package" title="beach bonfire package"/></a>
<h2>Specials</h2>
<p>Take your experience up a notch with thoughtful specials and add-ons, like our Romance Package, offering champagne in your room upon arrival, rose petals on your bed, handcrafted chocolates and so much more.</p>

<p><a href="packages.php"><i class="fas fa-arrow-circle-right"></i> More Packages</a></p>
		</div>
		<br class="clearfloat">
		<video autoplay loop controls muted poster="video/20201001_145550.jpg" id="video1" alt="Ocean House video" title="Ocean House video">
			<source src="video/20201001_145550.webm" type="video/webm">
			<source src="video/20201001_145550.mp4" type="video/mp4">
			<source src="video/20201001_145550.ogv" type="video/ogv">
		</video>
		
			<div id="whats-unique" class="equalCol3 nomargin">
			  <h2><img src="images/dash.png" class="dash" alt="dash graphic" title="dash graphic" />WHY<img src="images/dash.png" class="dash" alt="dash graphic" title="dash graphic"/ ></h2>
			  <h4>OCEAN HOUSE</h4>
			  <ul>
			    <li>Unparalleled scenery in a quiet location.</li>
			    <li>Delicious, full-plated, made-from-scratch breakfasts.</li>
			    <li>Complimentary wine, soft drinks, and fresh baked cookies.</li>
			    <li>Large, well-appointed oceanview rooms.</li>
			    <li>A private pathway to miles of beach, waves, and tidepools.</li>
			    <li>Central Oregon coast attractions just minutes away.</li>
			    <li><a href="about-us.php">Part of the VIP Hospitality Group, known for five-star hospitality service.</a></li>
		      </ul>
			</div>
            <br class="clearfloat">
    <br class="clearfloat">
			<div id="explore">
				<div id="collage1"><a href="http://discovernewport.com/eat" target="_blank"><img src="images/home-explore/home-collage_01.jpg" alt="explore newport culinary adventures" title="explore newport culinary adventures"/><img src="images/home-explore/home-collage-over_01.jpg" alt="explore newport culinary adventures" title="explore newport culinary adventures"/></a><br><a href="https://discovernewport.com/play" target="_blank"><img src="images/home-explore/home-collage_05.jpg" alt="explore newport coastal attractions" title="explore newport coastal attractions"/><img src="images/home-explore/home-collage-over_05.jpg" alt="explore newport coastal attractions" title="explore newport coastal attractions"/></a></div>
				<div id="collage2"><a href="http://discovernewport.com/lighthouses" target="_blank"><img src="images/home-explore/home-collage_02.jpg" alt="explore newport historic lighthouses" title="explore newport historic lighthouses"/><img src="images/home-explore/home-collage-over_02.jpg" alt="explore newport historic lighthouses" title="explore newport historic lighthouses"/></a></div>
				<div id="collage3"><a href="http://discovernewport.com/beaches" target="_blank"><img src="images/home-explore/home-collage_03.jpg" alt="explore newport beaches" title="explore newport beaches"/><img src="images/home-explore/home-collage-over_03.jpg" alt="explore newport beaches" title="explore newport beaches"/></a><br><a href="attractions.php"><img src="images/home-explore/home-collage_06.jpg" alt="explore newport" title="explore newport"/></a></div>
				<div id="collage4"><a href="http://discovernewport.com/fishing-crabbing" target="_blank"><img src="images/home-explore/home-collage_04.jpg" alt="explore newport fishing and crabbing" title="explore newport fishing and crabbing"/><img src="images/home-explore/home-collage-over_04.jpg" alt="explore newport fishing and crabbing" title="explore newport fishing and crabbing"/></a></div>
			</div>
			<br class="clearfloat">
            

</div>

<div id="aboveFooter">
		<div id="wrap">
			<div id="googleMap" class="col1">
			  <iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d11349.175727707052!2d-124.0603484!3d44.6727755!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xc0099a63f3b748e2!2sOcean%20House%20Bed%20%26%20Breakfast!5e0!3m2!1sen!2sca!4v1600273368592!5m2!1sen!2sca" frameborder="0" style="border:0" allowfullscreen></iframe>
			</div>
			<div id="tripAdvisor" class="col2">
				<iframe src="includes/tripadvisor-widgets.html" frameborder="0" scrolling="no"></iframe>
			</div>
<div id="instagram" class="col3 nomargin">
<br><h2 style="text-align: center;"><a href="https://www.instagram.com/oceanhousenewport/" target="_blank"><i class="fab fa-instagram" style="font-size: 3em;"></i><br>@oceanhousenewport</a></h2>
<br><a href="https://www.instagram.com/oceanhousenewport/" target="_blank"><img src="../images/instagram-grid.png" style="width: 100%; max-width: 400px;" /></a>
<br><br><h2 style="text-align: center;"><a href="https://www.facebook.com/oceanhousenewport/" target="_blank"><i class="fab fa-facebook" style="font-size: 3em;"></i><br>@oceanhousenewport</a></h2>
</div>
<br class="clearfloat">
</div>
</div>

<footer>
	<div id="languages">
<div id="google_translate_element"></div>
<script type="text/javascript">
function googleTranslateElementInit() {
  new google.translate.TranslateElement({pageLanguage: 'en', includedLanguages: 'de,en,es,ja,ko,zh-CN', layout: google.translate.TranslateElement.InlineLayout.SIMPLE, autoDisplay: false}, 'google_translate_element');
}
</script><script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
</div>	<div id="footerwrapper">
		<div class="leftFooter">
			<p style="margin-left: 0;"><a href="http://www.viphgroup.com/" target="_blank" style="margin-left: 0;"><img src="images/VIP-Hospitality-Logo.png" alt="VIP Hospitality logo" title="VIP Hospitality logo" /></a></p>
<p><a href="https://www.thecoholodge.com/" target="_blank">The Coho Oceanfront Lodge</a> - Lincoln City, OR<br>
<a href="https://www.innatwecoma.com/" target="_blank">Inn at Wecoma</a> - Lincoln City, OR<br>
<a href="https://surflandhotel.com" target="_blank">Surfland Hotel</a> - Lincoln City, OR<br>
<a href="https://www.innatnyebeach.com/" target="_blank">The Inn at Nye Beach</a> - Newport, OR<br>
<a href="https://oceanhouse.com" target="_blank">Ocean House</a> - Newport, OR<br>
<a href="https://www.nyebeachcondosandcottages.com/" target="_blank">Nye Beach Condos & Cottages</a> - Newport, OR<br>
<a href="https://www.majesticinnandspa.com/" target="_blank">Majestic Inn and Spa</a> - Anacortes, WA<br>	
<a href="https://www.saratogainnlangley.com/" target="_blank">Saratoga Inn</a> - Whidbey Island/Langley, WA<br>
<a href="https://thedallesinn.com/" target="_blank">The Dalles Inn</a> - The Dalles, OR<br>
<a href="https://www.ihg.com/evenhotels/hotels/us/en/eugene/eugev/hoteldetail" target="_blank">EVEN Hotel</a> - Eugene, OR</p>
		</div>
		<div class="rightFooter">
		  <p>Sign up for Special Offers</p>
		  <form>
		  <input type="text" value="Enter your email" class="formText">
		  <input type="button" value="Send" class="formButton">
		  </form>
			<p><a href="contacts.php">Contact</a><span>|</span><a href="about-us.php">About</a><span>|</span><a href="blog.php">Blog</a><span>|</span><a href="faqs.php">FAQ</a><span>|</span><a href="careers.php">Careers</a><br><a href="terms-of-use.php">Terms of Use</a><span>|</span><a href="privacy-policy.php">Privacy Policy</a></p>
		  <p>4920 NW Woody Way, Newport, Oregon 97365</p>
			<p><a href="tel:15412653888">1.541.265.3888</a><span>|</span><a href="mailto:reservations@oceanhouse.com "><i class="fa fa-envelope"></i></a><span>|</span><a href="https://d35ign.ca" target="_blank"><i class="fa fa-laptop" title="Website Design"></i></a></p>
		</div>
		<div class="centerFooter">
			<p><a href="https://www.facebook.com/Ocean-House-Bed-and-Breakfast-136226849785592" target="_blank"><i class="fab fa-facebook-f fa-2x"></i></a>
<!--<a href="https://www.google.com/maps/place/Ocean+House+Bed+%26+Breakfast/@44.6727755,-124.0603484,15z/data=!4m8!3m7!1s0x0:0xc0099a63f3b748e2!5m2!4m1!1i2!8m2!3d44.6727755!4d-124.0603484" target="_blank"><i class="fab fa-google-plus-g fa-2x"></i></a>-->
			<a href="https://www.instagram.com/oceanhousenewport/" target="_blank"><i class="fab fa-instagram fa-2x"></i></a>
			<a href="https://twitter.com/" target="_blank"><i class="fab fa-twitter fa-2x"></i></a>
<!--<a href="https://www.pinterest.com/" target="_blank"><i class="fab fa-pinterest-p fa-2x"></i></a>--></p>
			<p><a href="http://www.oceanhouse.com/"><img src="images/logos/Ocean-House-Footer-Logo.svg" alt="Ocean House Logo" title="Ocean House Logo" /></a></p>
		</div>
		<br class="clearfloat">
	</div>
</footer>

<div id="callnowbutton"><a href="tel:15412653888"><img src="images/phone.svg" alt="click phone icon to call us directly" title="click phone icon to call us directly" /></a></div>
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<!--<script src="js/jquery-1.9.1.min.js"></script>-->
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.7.1/css/all.css" integrity="sha384-6jHF7Z3XI3fF4XZixAuSu0gGKrXwoX/w3uFPxC56OtjChio7wtTGJWRW53Nhx6Ev" crossorigin="anonymous">
<!-- Magnific Popup files -->
<!--<link rel="stylesheet" href="gallery/magnific-popup.min.css">-->
<!--<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>-->
<!--<script src="gallery/jquery.magnific-popup.js"></script>-->
<script>(function(){ var s = document.createElement('script'), e = ! document.body ? document.querySelector('head') : document.body; s.src = 'https://acsbapp.com/apps/app/dist/js/app.js'; s.async = true; s.onload = function(){ acsbJS.init({ statementLink : '', footerHtml : '', hideMobile : false, hideTrigger : false, language : 'en', position : 'right', leadColor : '#146FF8', triggerColor : '#146FF8', triggerRadius : '50%', triggerPositionX : 'right', triggerPositionY : 'bottom', triggerIcon : 'people', triggerSize : 'medium', triggerOffsetX : 20, triggerOffsetY : 20, mobile : { triggerSize : 'small', triggerPositionX : 'right', triggerPositionY : 'center', triggerOffsetX : 0, triggerOffsetY : 0, triggerRadius : '50%' } }); }; e.appendChild(s);}());</script>

<div id="rightSlide2">
	<a href="#" class="button3a"><img src="images/best-rate-button.png" alt="best rate tab" title="best rate tab" /></a>
	<div id="rightWrapper2">
		<h2>Avoid online booking fees. Reserve Direct!</h2>
		<p>The Ocean House Oceanfront Inn the best rates available on the web.<br>If you find a better rate within 24 hours of booking ... <strong>We will match it, and beat it by 10%</strong></p>

		<table id="bestRate" width="100%" border="0" cellspacing="0" cellpadding="0">
		  <tbody>
			<tr>
			  <td align="left" valign="middle" style="width: 28%;"></td>
			  <td align="center" valign="middle" style="width: 18%;"><img src="images/logos/Ocean-House-Logo.svg" alt="Ocean house Logo" title="Ocean house Logo" /></td>
			  <td align="center" valign="middle" style="width: 18%;"><img src="images/logo-expedia.png" alt="Expedia Logo" title="Expedia Logo" /></td>
			  <td align="center" valign="middle" style="width: 18%;"><img src="images/logo-booking.png" alt="Booking.com Logo" title="Booking.com Logo" /></td>
			  <td align="center" valign="middle" style="width: 18%;"><img src="images/logo-hotels.png" alt="Hotels.com Logo" title="Hotels.com Logo" /></td>
			</tr>
			<tr>
			  <td align="left" valign="middle"><strong>No Booking Fees</strong></td>
			  <td align="center" valign="middle" class="border"><i class="fa fa-check green"></i></td>
			  <td align="center" valign="middle" class="border"><i class="fa fa-times red"></i></td>
			  <td align="center" valign="middle" class="border"><i class="fa fa-times red"></i></td>
			  <td align="center" valign="middle" class="border"><i class="fa fa-times red"></i></td>
			</tr>
			<tr>
			  <td align="left" valign="middle"><strong>Guaranteed Rates</strong></td>
			  <td align="center" valign="middle" class="border"><i class="fa fa-check green"></i></td>
			  <td align="center" valign="middle" class="border"><i class="fa fa-times red"></i></td>
			  <td align="center" valign="middle" class="border"><i class="fa fa-times red"></i></td>
			  <td align="center" valign="middle" class="border"><i class="fa fa-times red"></i></td>
			</tr>
			<tr>
			  <td align="left" valign="middle"><strong>Exclusive Promotions</strong></td>
			  <td align="center" valign="middle" class="border"><i class="fa fa-check green"></i></td>
			  <td align="center" valign="middle" class="border"><i class="fa fa-times red"></i></td>
			  <td align="center" valign="middle" class="border"><i class="fa fa-times red"></i></td>
			  <td align="center" valign="middle" class="border"><i class="fa fa-times red"></i></td>
			</tr>
			<tr>
			  <td align="left" valign="middle"><strong>Upgrades (Upon Availability)</strong></td>
			  <td align="center" valign="middle" class="border"><i class="fa fa-check green"></i></td>
			  <td align="center" valign="middle" class="border"><i class="fa fa-times red"></i></td>
			  <td align="center" valign="middle" class="border"><i class="fa fa-times red"></i></td>
			  <td align="center" valign="middle" class="border"><i class="fa fa-times red"></i></td>
			</tr>
		  </tbody>
		</table>

	  <p><em>Contact must be made within 24 hours of booking to be eligible through management.<br>Best Rate Guarantee does not apply to taxes, gratuities, or additional guest charges/fees</em></p>
	</div>
</div>
</body>
</html>
