<script>
document.addEventListener('DOMContentLoaded', () => {

  const cam    = document.querySelector('select[name="tipo-camera"]');
  const appart = document.querySelector('select[name="tipo-appartamento"]');

  /* Aggiorna l’attributo required in base allo stato corrente */
  const refreshRequired = () => {
    if (cam.value !== '' || appart.value !== '') {
      cam.removeAttribute('required');
      appart.removeAttribute('required');
    } else {
      cam.setAttribute('required', 'required');
      appart.setAttribute('required', 'required');
    }
  };

  /* — Se cambio la camera, azzero l’appartamento — */
  cam.addEventListener('change', () => {
    if (cam.value !== '') {
      appart.selectedIndex = 0;   // reset solo dell’altro campo
    }
    refreshRequired();
  });

  /* — Se cambio l’appartamento, azzero la camera — */
  appart.addEventListener('change', () => {
    if (appart.value !== '') {
      cam.selectedIndex = 0;      // reset solo dell’altro campo
    }
    refreshRequired();
  });

  refreshRequired(); // stato iniziale
});
</script>
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//www.hoteltorricella.com/main-sitemap.xsl"?>
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<url>
		<loc>https://www.hoteltorricella.com/tag/hotel-con-garage-lago-trasimeno/</loc>
		<lastmod>2026-02-11T15:17:42+01:00</lastmod>
	</url>
	<url>
		<loc>https://www.hoteltorricella.com/tag/hotel-con-parcheggio-lago-trasimeno/</loc>
		<lastmod>2026-02-11T15:17:42+01:00</lastmod>
	</url>
	<url>
		<loc>https://www.hoteltorricella.com/tag/hotel-con-piscina/</loc>
		<lastmod>2026-02-11T15:20:07+01:00</lastmod>
	</url>
	<url>
		<loc>https://www.hoteltorricella.com/tag/hotel-lago-trasimeno/</loc>
		<lastmod>2026-02-11T15:20:07+01:00</lastmod>
	</url>
	<url>
		<loc>https://www.hoteltorricella.com/tag/hotel-ricarica-bici-elettriche-lago-trasimeno/</loc>
		<lastmod>2026-02-11T15:17:42+01:00</lastmod>
	</url>
	<url>
		<loc>https://www.hoteltorricella.com/tag/mezza-pensione/</loc>
		<lastmod>2026-02-11T15:20:07+01:00</lastmod>
	</url>
	<url>
		<loc>https://www.hoteltorricella.com/tag/ponte-1-maggio/</loc>
		<lastmod>2026-02-11T15:16:47+01:00</lastmod>
	</url>
	<url>
		<loc>https://www.hoteltorricella.com/tag/ponte-25-aprile/</loc>
		<lastmod>2026-02-11T15:16:47+01:00</lastmod>
	</url>
	<url>
		<loc>https://www.hoteltorricella.com/tag/vacanze-bici/</loc>
		<lastmod>2026-02-11T15:17:42+01:00</lastmod>
	</url>
	<url>
		<loc>https://www.hoteltorricella.com/tag/vacanze-di-luglio/</loc>
		<lastmod>2026-02-11T15:20:07+01:00</lastmod>
	</url>
	<url>
		<loc>https://www.hoteltorricella.com/tag/vacanze-moto-lago-trasimeno/</loc>
		<lastmod>2026-02-11T15:17:42+01:00</lastmod>
	</url>
</urlset>
<!-- XML Sitemap generated by Yoast SEO -->