@charset "UTF-8";
body {
  font-family: arial, sans-serif;
  margin: auto;
  width: 1024px;
}

@media only screen and (max-width: 1024px) {
  body {
    width: 95%
  }
}

img {
  max-width: 100%;
}

#logo a {
  display: block;
  width: 100%;
  text-align: right;
}

#logo a img {
  width: 350px;
  height: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

#webp-alert {
  display: none;
}

#footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
}

#instagram, #email, #phone {
  width: 33%;
}

#instagram {
  text-align: left;
}

#instagram a img {
  width: 150px;
  height: auto;
}

#email {
  text-align: center;
}

#email a img {
  width: 290px;
  height: auto;
}


#phone {
  text-align: right;
}

#phone a img {
  width: 190px;
  height: auto;
}


@media only screen and (max-width: 720px) {
  #footer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  #instagram, #email, #phone {
    width: 95%;
    text-align: center;
  }
}

/* ************************************************** swiper */

.swiper {
  width: 100%;
  /*height: 100%;*/
  height: calc(100vh - 120px);
  max-height: 737px;
}

@media only screen and (max-width: 720px) {
  .swiper {
    height: 100%;
  }
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
