{"id":2927,"date":"2024-01-23T17:31:50","date_gmt":"2024-01-23T16:31:50","guid":{"rendered":"https:\/\/www.hoteliturregi.com\/habitaciones\/"},"modified":"2024-08-14T11:42:48","modified_gmt":"2024-08-14T09:42:48","slug":"rooms","status":"publish","type":"page","link":"https:\/\/www.hoteliturregi.com\/en\/rooms\/","title":{"rendered":"Rooms"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; module_class=&#8221;page-header header-img&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;rgba(0,0,0,0.2)&#8221; background_image=&#8221;https:\/\/www.hoteliturregi.com\/wp-content\/uploads\/2024\/01\/askizu.jpg&#8221; background_blend=&#8221;multiply&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h1>Rooms<\/h1>\n<p class=\"subtitle\">DISCOVER OUR ROOMS<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row module_class=&#8221;booking-widget innerpage&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; hover_enabled=&#8221;0&#8243; saved_tabs=&#8221;all&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; sticky_enabled=&#8221;0&#8243; global_module=&#8221;3390&#8243;]<form class=\"ibe\" method=\"GET\"><div class=\"form-wrap\"><div class=\"formdate\"><label>Check-In<\/label><input type=\"text\" value=\"14 august\" name=\"nice_check_in_date\" id=\"nice_check_in_date\"><input type=\"text\" value=\"14 august\" name=\"check_in_date\" class=\"form-control date_picker checkin\"><\/div><div class=\"formdate\"><label>Check-Out<\/label><input type=\"text\" value=\"15 August\" name=\"nice_check_out_date\" id=\"nice_check_out_date\"><input type=\"text\" value=\"15 August\" name=\"check_out_date\" class=\"form-control date_picker checkout\"><\/div><div class=\"huespedes adults\"><label>Guests<br\/><span>(+14 years)<\/span><\/label><div><span class=\"minus\">-<\/span><input type=\"text\" name=\"number_adults\" value=1 class=\"inp-huespedes\"><span class=\"plus\">+<\/span><\/div><\/div><div class=\"huespedes habitaciones\"><label>Rooms<\/label><div><span class=\"minus\">-<\/span><input type=\"text\" name=\"number_rooms\" value=1 class=\"inp-habitaciones\"><span class=\"plus\">+<\/span><\/div><\/div><input type=\"hidden\" name=\"locale\" value=\"en\"><input type=\"submit\" value=\"Book\"><\/div><\/form><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><script type=\"text\/javascript\"><!-- [et_pb_line_break_holder] -->    jQuery(document).ready(function($) {<!-- [et_pb_line_break_holder] -->        $('.date_picker.checkin').datepicker({<!-- [et_pb_line_break_holder] -->           \taltFormat: 'dd  MM',<!-- [et_pb_line_break_holder] -->            altField: \"#nice_check_in_date\",<!-- [et_pb_line_break_holder] -->          \tdateFormat: \"yy-mm-dd\",<!-- [et_pb_line_break_holder] -->        });<!-- [et_pb_line_break_holder] -->        $('.date_picker.checkout').datepicker({<!-- [et_pb_line_break_holder] -->           \taltFormat: 'dd  MM',<!-- [et_pb_line_break_holder] -->            altField: \"#nice_check_out_date\",<!-- [et_pb_line_break_holder] -->          \tdateFormat: \"yy-mm-dd\",<!-- [et_pb_line_break_holder] -->        });<!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] --><\/script><!-- [et_pb_line_break_holder] --><script type=\"text\/javascript\"><!-- [et_pb_line_break_holder] -->\t$(document).ready(function() {<!-- [et_pb_line_break_holder] -->\t\t\t$('.minus').click(function () {<!-- [et_pb_line_break_holder] -->\t\t\t\tvar $input = $(this).parent().find('input');<!-- [et_pb_line_break_holder] -->        if ($input.hasClass('inp-menores')){<!-- [et_pb_line_break_holder] -->          console.log('menores+');<!-- [et_pb_line_break_holder] -->          var count = parseInt($input.val()) - 1;<!-- [et_pb_line_break_holder] -->\t\t\t\t\tcount = count < 0 ? 0 : count;<!-- [et_pb_line_break_holder] -->        } else{<!-- [et_pb_line_break_holder] -->  \t\t\t\tvar count = parseInt($input.val()) - 1;<!-- [et_pb_line_break_holder] -->\t\t\t\t  count = count < 1 ? 1 : count;        <!-- [et_pb_line_break_holder] -->        }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->\t\t\t\t$input.val(count);<!-- [et_pb_line_break_holder] -->\t\t\t\t$input.change();<!-- [et_pb_line_break_holder] -->\t\t\t\treturn false;<!-- [et_pb_line_break_holder] -->\t\t\t});<!-- [et_pb_line_break_holder] -->\t\t\t$('.plus').click(function () {<!-- [et_pb_line_break_holder] -->\t\t\t\tvar $input = $(this).parent().find('input');<!-- [et_pb_line_break_holder] -->        if ($input.hasClass('inp-huespedes')){<!-- [et_pb_line_break_holder] -->          console.log('huespedes+');<!-- [et_pb_line_break_holder] -->          var count = parseInt($input.val()) + 1;<!-- [et_pb_line_break_holder] -->\t\t\t\t\tcount = count > 2 ? 2 : count;<!-- [et_pb_line_break_holder] -->        }<!-- [et_pb_line_break_holder] -->       <!-- [et_pb_line_break_holder] -->        if ($input.hasClass('inp-habitaciones')){<!-- [et_pb_line_break_holder] -->          console.log('habitaciones+');<!-- [et_pb_line_break_holder] -->          var count = parseInt($input.val()) + 1;<!-- [et_pb_line_break_holder] -->          count = count > 8 ? 8 : count;<!-- [et_pb_line_break_holder] -->        }<!-- [et_pb_line_break_holder] -->        $input.val(count);<!-- [et_pb_line_break_holder] -->\t\t\t  $input.change();<!-- [et_pb_line_break_holder] -->\t\t\t\treturn false;<!-- [et_pb_line_break_holder] -->\t\t\t});<!-- [et_pb_line_break_holder] -->\t\t});<!-- [et_pb_line_break_holder] -->  <\/script>[\/et_pb_code][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; module_class=&#8221;room-view&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text module_class=&#8221;narrow-text&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: center;\">Bearing the names of the small towns that run along the Basque coast and featuring unique designs right down to every last detail, we invite you to discover the eight rooms of our hotel and decide which one you prefer.<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>Sea Views<\/h2>\n<p>[\/et_pb_text][et_pb_blurb title=&#8221;Jaizkibel&#8221; image=&#8221;https:\/\/www.hoteliturregi.com\/wp-content\/uploads\/2024\/05\/jaizkibel_06-1.jpg&#8221; admin_label=&#8221;Jaizkibel&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; link_option_url=&#8221;https:\/\/www.hoteliturregi.com\/en\/rooms\/#jaizkibel&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;Igeldo&#8221; image=&#8221;https:\/\/www.hoteliturregi.com\/wp-content\/uploads\/2024\/01\/igeldo.jpg&#8221; admin_label=&#8221;Igeldo&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; link_option_url=&#8221;https:\/\/www.hoteliturregi.com\/en\/rooms\/#igeldo&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;Zarautz&#8221; image=&#8221;https:\/\/www.hoteliturregi.com\/wp-content\/uploads\/2024\/01\/zarautz.jpg&#8221; admin_label=&#8221;Zarautz&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; link_option_url=&#8221;https:\/\/www.hoteliturregi.com\/en\/rooms\/#zarautz&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;Getaria Suite&#8221; image=&#8221;https:\/\/www.hoteliturregi.com\/wp-content\/uploads\/2024\/01\/getaria.jpg&#8221; admin_label=&#8221;Suite Getaria&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; link_option_url=&#8221;https:\/\/www.hoteliturregi.com\/en\/rooms\/#getaria&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>Mountain Views<\/h2>\n<p>[\/et_pb_text][et_pb_blurb title=&#8221;Orio&#8221; image=&#8221;https:\/\/www.hoteliturregi.com\/wp-content\/uploads\/2024\/01\/orio_02.jpg&#8221; admin_label=&#8221;Orio&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; link_option_url=&#8221;https:\/\/www.hoteliturregi.com\/en\/rooms\/#orio&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;Zumaia&#8221; image=&#8221;https:\/\/www.hoteliturregi.com\/wp-content\/uploads\/2024\/01\/zumaia.jpg&#8221; admin_label=&#8221;Zumaia&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; link_option_url=&#8221;https:\/\/www.hoteliturregi.com\/en\/rooms\/#zumaia&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;Askizu&#8221; image=&#8221;https:\/\/www.hoteliturregi.com\/wp-content\/uploads\/2024\/01\/askizu.jpg&#8221; admin_label=&#8221;Askizu&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; link_option_url=&#8221;https:\/\/www.hoteliturregi.com\/en\/rooms\/#askizu&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;Iturregi Suite&#8221; image=&#8221;https:\/\/www.hoteliturregi.com\/wp-content\/uploads\/2024\/01\/suite-iturregi.jpg&#8221; admin_label=&#8221;Suite Iturregi&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; link_option_url=&#8221;https:\/\/www.hoteliturregi.com\/en\/rooms\/#iturregi&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_blurb][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; module_class=&#8221;rooms&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;2_3,1_3&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;1&#8243; make_equal=&#8221;on&#8221; module_id=&#8221;jaizkibel&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;2_3&#8243; module_class=&#8221;room-col-img&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; background_enable_image=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_gallery gallery_ids=&#8221;527,528,529,530,526,1655&#8243; fullwidth=&#8221;on&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_gallery][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; module_class=&#8221;room-col-content&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text admin_label=&#8221;Vistas&#8221; module_class=&#8221;vistas&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>SEA VIEWS<\/p>\n<p>[\/et_pb_text][et_pb_text admin_label=&#8221;Nombre habitaci\u00f3n: JAIZKIBEL&#8221; module_class=&#8221;room-name&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>JAIZKIBEL<\/h2>\n<p>[\/et_pb_text][et_pb_text admin_label=&#8221;Contenido&#8221; module_class=&#8221;room-content&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>A room decorated in cheerful tones that draws inspiration from England and whose views steal the show. It has a bright bathroom integrated into the room with a bathtub located in front of a large window to offer a beautiful view of the Rat\u00f3n de Getaria (&#8220;Getaria&#8217;s Mouse&#8221; \u2013 the peninsula shaped like a rodent), perfect for enjoying a relaxing bath. There is also a balcony with outdoor furniture.<\/p>\n<p>[\/et_pb_text][et_pb_button button_url=&#8221;https:\/\/www.hoteliturregi.com\/en\/rooms\/jaizkibel-room&#8221; button_text=&#8221;Book&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;2_3,1_3&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;1&#8243; make_equal=&#8221;on&#8221; module_id=&#8221;igeldo&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;2_3&#8243; module_class=&#8221;room-col-img&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; background_enable_image=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_gallery gallery_ids=&#8221;658,1769,656,655,1768&#8243; fullwidth=&#8221;on&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; auto=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_gallery][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; module_class=&#8221;room-col-content&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text admin_label=&#8221;Vistas&#8221; module_class=&#8221;vistas&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>SEA VIEWS<\/p>\n<p>[\/et_pb_text][et_pb_text admin_label=&#8221;Nombre habitaci\u00f3n: IGELDO&#8221; module_class=&#8221;room-name&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>IGELDO<\/h2>\n<p>[\/et_pb_text][et_pb_text admin_label=&#8221;Contenido&#8221; module_class=&#8221;room-content&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>An elegant corner room that offers a wonderful view of the coast, as well as large windows overlooking the garden. It has a balcony furnished with a table that is perfect for enjoying breakfast while contemplating the serenity of the surroundings. There is a large independent bathroom equipped with a beautiful freestanding bathtub and separate shower.<\/p>\n<p>[\/et_pb_text][et_pb_button button_url=&#8221;https:\/\/www.hoteliturregi.com\/en\/rooms\/igeldo-room&#8221; button_text=&#8221;Book&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;2_3,1_3&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;1&#8243; make_equal=&#8221;on&#8221; module_id=&#8221;zarautz&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;2_3&#8243; module_class=&#8221;room-col-img&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; background_enable_image=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_gallery gallery_ids=&#8221;668,667,671,670,669&#8243; fullwidth=&#8221;on&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; auto=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_gallery][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; module_class=&#8221;room-col-content&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text admin_label=&#8221;Vistas&#8221; module_class=&#8221;vistas&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>SEA VIEWS<\/p>\n<p>[\/et_pb_text][et_pb_text admin_label=&#8221;Nombre habitaci\u00f3n: ZARAUTZ&#8221; module_class=&#8221;room-name&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>ZARAUTZ<\/h2>\n<p>[\/et_pb_text][et_pb_text admin_label=&#8221;Contenido&#8221; module_class=&#8221;room-content&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>A charming room with high sloping ceilings and elegant colors. It is furnished with a comfortable sofa located next to the large window that offers a beautiful view of the Cantabrian Sea. The bathroom integrated into the room has a wood-clad bathtub and separate shower. An original sink decorated with a restored antique fireplace makes this a truly cozy room.<\/p>\n<p>[\/et_pb_text][et_pb_button button_url=&#8221;https:\/\/www.hoteliturregi.com\/en\/rooms\/zarautz-room&#8221; button_text=&#8221;Book&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;2_3,1_3&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;1&#8243; make_equal=&#8221;on&#8221; module_id=&#8221;getaria&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;2_3&#8243; module_class=&#8221;room-col-img&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; background_enable_image=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_gallery gallery_ids=&#8221;690,691,692,693,694&#8243; fullwidth=&#8221;on&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; auto=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_gallery][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; module_class=&#8221;room-col-content&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text admin_label=&#8221;Vistas&#8221; module_class=&#8221;vistas&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>SEA VIEWS<\/p>\n<p>[\/et_pb_text][et_pb_text admin_label=&#8221;Nombre habitaci\u00f3n: SUITE GETARIA&#8221; module_class=&#8221;room-name&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>GETARIA SUITE <\/h2>\n<p>[\/et_pb_text][et_pb_text admin_label=&#8221;Contenido&#8221; module_class=&#8221;room-content&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>A majestic suite with classic details and dominated by its large four-poster bed and tall wardrobes. It features a large bathroom with a majestic vanity, a bathtub with sea views, and a separate shower. However, this suite&#8217;s greatest charm lies in its private balcony, which is at the top of the building \u2013 the ideal place to contemplate the views of the coast while having breakfast, enjoying a glass of wine, or simply relaxing in the calm offered by the landscape. Without a doubt, the hotel&#8217;s room par excellence.<\/p>\n<p>[\/et_pb_text][et_pb_button button_url=&#8221;https:\/\/www.hoteliturregi.com\/en\/rooms\/getaria-suite&#8221; button_text=&#8221;Book&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;2_3,1_3&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;1&#8243; make_equal=&#8221;on&#8221; admin_label=&#8221;Fila&#8221; module_id=&#8221;orio&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;2_3&#8243; module_class=&#8221;room-col-img&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; background_enable_image=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_gallery gallery_ids=&#8221;68,85,86,88,87&#8243; fullwidth=&#8221;on&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; auto=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_gallery][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; module_class=&#8221;room-col-content&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text admin_label=&#8221;Vistas&#8221; module_class=&#8221;vistas&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>MOUNTAIN VIEWS<\/p>\n<p>[\/et_pb_text][et_pb_text admin_label=&#8221;Nombre habitaci\u00f3n: ORIO&#8221; module_class=&#8221;room-name&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>ORIO<\/h2>\n<p>[\/et_pb_text][et_pb_text admin_label=&#8221;Contenido&#8221; module_class=&#8221;room-content&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>A room decorated in serene, light colors with a bright, adapted bathroom area and separate shower and bathtub. It has a large, west-facing window with views of the garden.<\/p>\n<p>[\/et_pb_text][et_pb_button button_url=&#8221;https:\/\/www.hoteliturregi.com\/en\/rooms\/orio-room&#8221; button_text=&#8221;Book&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;2_3,1_3&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;1&#8243; make_equal=&#8221;on&#8221; module_id=&#8221;zumaia&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;2_3&#8243; module_class=&#8221;room-col-img&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; background_enable_image=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_gallery gallery_ids=&#8221;495,506,505,508,507&#8243; fullwidth=&#8221;on&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; auto=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_gallery][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; module_class=&#8221;room-col-content&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text admin_label=&#8221;Vistas&#8221; module_class=&#8221;vistas&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>MOUNTAIN VIEWS<\/p>\n<p>[\/et_pb_text][et_pb_text admin_label=&#8221;Nombre habitaci\u00f3n: ZUMAIA&#8221; module_class=&#8221;room-name&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>ZUMAIA<\/h2>\n<p>[\/et_pb_text][et_pb_text admin_label=&#8221;Contenido&#8221; module_class=&#8221;room-content&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>A bright corner room decorated in warm tones and dominated by its elegant four-poster bed. Its two large windows with extensive views of the garden and mountains make it one of the sunniest rooms in the hotel. It has a small reading nook and a sofa. Its independent bathroom features a wood-clad bathtub and separate shower.<\/p>\n<p>[\/et_pb_text][et_pb_button button_url=&#8221;https:\/\/www.hoteliturregi.com\/en\/rooms\/zumaia-room&#8221; button_text=&#8221;Book&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;2_3,1_3&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;1&#8243; make_equal=&#8221;on&#8221; module_id=&#8221;askizu&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;2_3&#8243; module_class=&#8221;room-col-img&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; background_enable_image=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_gallery gallery_ids=&#8221;517,518,519,515,516&#8243; fullwidth=&#8221;on&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; auto=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_gallery][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; module_class=&#8221;room-col-content&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text admin_label=&#8221;Vistas&#8221; module_class=&#8221;vistas&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>MOUNTAIN VIEWS<\/p>\n<p>[\/et_pb_text][et_pb_text admin_label=&#8221;Nombre habitaci\u00f3n: ASKIZU&#8221; module_class=&#8221;room-name&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>ASKIZU<\/h2>\n<p>[\/et_pb_text][et_pb_text admin_label=&#8221;Contenido&#8221; module_class=&#8221;room-content&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>A room with high sloping ceilings and elegant oriental touches. It has a modern and sophisticated bathroom integrated into the room, featuring a central glass shower that separates the two independent sinks on either side. From its large window one can see the beautiful garden and the stone arch of the old farmhouse where the pool is located. It has a reading nook and a sofa.<\/p>\n<p>[\/et_pb_text][et_pb_button button_url=&#8221;https:\/\/www.hoteliturregi.com\/en\/rooms\/askizu-room&#8221; button_text=&#8221;Book&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;2_3,1_3&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;1&#8243; make_equal=&#8221;on&#8221; module_id=&#8221;iturregi&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;2_3&#8243; module_class=&#8221;room-col-img&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; background_enable_image=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_gallery gallery_ids=&#8221;681,677,679,678,680&#8243; fullwidth=&#8221;on&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; auto=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_gallery][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; module_class=&#8221;room-col-content&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text admin_label=&#8221;Vistas&#8221; module_class=&#8221;vistas&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>MOUNTAIN VIEWS<\/p>\n<p>[\/et_pb_text][et_pb_text admin_label=&#8221;Nombre habitaci\u00f3n: SUITE ITURREGI&#8221; module_class=&#8221;room-name&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>ITURREGI SUITE<\/h2>\n<p>[\/et_pb_text][et_pb_text admin_label=&#8221;Contenido&#8221; module_class=&#8221;room-content&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Elegant, spacious, and bright suite in warm colors and with an open closet\/dressing area. It has a large window that receives the afternoon sun and has beautiful views of the pool and the mountain. From the window, one can see the horizon and the small village of Askizu. Its large bathroom is presided over by an elegant bathtub with a separate, open shower. It also has two independent sinks to provide all the necessary comforts for an unforgettable stay.<\/p>\n<p>[\/et_pb_text][et_pb_button button_url=&#8221;https:\/\/www.hoteliturregi.com\/en\/rooms\/iturregi-suite\/&#8221; button_text=&#8221;Book&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Rooms DISCOVER OUR ROOMS<form class=\"ibe\" method=\"GET\"><div class=\"form-wrap\"><div class=\"formdate\"><label>Check-In<\/label><input type=\"text\" value=\"14 august\" name=\"nice_check_in_date\" id=\"nice_check_in_date\"><input type=\"text\" value=\"14 august\" name=\"check_in_date\" class=\"form-control date_picker checkin\"><\/div><div class=\"formdate\"><label>Check-Out<\/label><input type=\"text\" value=\"15 August\" name=\"nice_check_out_date\" id=\"nice_check_out_date\"><input type=\"text\" value=\"15 August\" name=\"check_out_date\" class=\"form-control date_picker checkout\"><\/div><div class=\"huespedes adults\"><label>Guests<br\/><span>(+14 years)<\/span><\/label><div><span class=\"minus\">-<\/span><input type=\"text\" name=\"number_adults\" value=1 class=\"inp-huespedes\"><span class=\"plus\">+<\/span><\/div><\/div><div class=\"huespedes habitaciones\"><label>Rooms<\/label><div><span class=\"minus\">-<\/span><input type=\"text\" name=\"number_rooms\" value=1 class=\"inp-habitaciones\"><span class=\"plus\">+<\/span><\/div><\/div><input type=\"hidden\" name=\"locale\" value=\"en\"><input type=\"submit\" value=\"Book\"><\/div><\/form>Bearing the names of the small towns that run along the Basque coast and featuring unique designs right down to every last detail, we invite you to discover the eight rooms of our hotel and decide which one you prefer.Sea ViewsMountain ViewsSEA VIEWSJAIZKIBELA room decorated in cheerful tones that draws inspiration from [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":10,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","inline_featured_image":false,"footnotes":""},"class_list":["post-2927","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.hoteliturregi.com\/en\/wp-json\/wp\/v2\/pages\/2927","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.hoteliturregi.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.hoteliturregi.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.hoteliturregi.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.hoteliturregi.com\/en\/wp-json\/wp\/v2\/comments?post=2927"}],"version-history":[{"count":8,"href":"https:\/\/www.hoteliturregi.com\/en\/wp-json\/wp\/v2\/pages\/2927\/revisions"}],"predecessor-version":[{"id":3392,"href":"https:\/\/www.hoteliturregi.com\/en\/wp-json\/wp\/v2\/pages\/2927\/revisions\/3392"}],"wp:attachment":[{"href":"https:\/\/www.hoteliturregi.com\/en\/wp-json\/wp\/v2\/media?parent=2927"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}