@charset "UTF-8";

h2{
  text-align: center;
  color: #0d2d52;
}

.txt{
  margin-bottom: 10px;
  padding: 0 auto;
}

/* スライダー*/
.slider{
    margin: 0 auto 40px;
    max-width: 900px;
    width: 80%;
}

.slick-img{
  overflow: hidden;
  width: 300px;
  /* height: 30vw; */
  max-height: 600px;
  object-fit: cover;
}
.slider-img img {
    /* height: auto; */
    width: 100%;
}
.thumbnail{
  margin: 0 10vw;
}
.slick-img{
  overflow: hidden;
  width: 70%;
  height:40vw;
  object-fit: cover;
}

.thumbnail-img{
  padding: 0 4%;
  overflow: hidden;
  width: 100%;
  height: 10vw;
  object-fit: cover;
}

.text-slider{
font-size: 1.5rem;
font-family: 'Kaisei Opti', serif;
margin-bottom: 15px;
font-weight:bold;
}

.text-slider_2{
  font-size: calc(16/1440*100vw);
  margin: 2vw 10vw 20px 10vw;
  }

.slider_setsumei{
  text-align: center;
  color: #DB292C;
  font-size: 2vh;
  padding-bottom: 10px;
}

.nearby_facilities
{
  width: 100%;
}
.space{
  background-color: #fff;
  padding: 5px;
}
.txt{
  text-align: center;
}
.s-landscape{
  margin-bottom: 100px;
}
@media (max-width: 1000px) {
  .text-slider{
    font-size: calc(45/1000*100vw);
  }}

@media (max-width: 1000px) {
  .text-slider_2{
  font-size: calc(28/1000*100vw);
  margin: 2vh 5vw;
}
}

@media (max-width: 600px) {
  .container {
    grid-template-columns: 1fr;
}
}