@charset "utf-8";

.p-shortstay__main {
  padding: 50px 0 50px;
  height: auto;
  background: url('../images/index/about-bg.svg') no-repeat top center / 140%, linear-gradient(white 3%, #ebf7fc 3%, #ebf7fc 50%, #ebf7fc 100%);
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-shortstay__main {
    padding: 100px 0 50px;
    background: url('../images/index/about-bg.svg') no-repeat top center / 100%, linear-gradient(white 1%, #ebf7fc 1%, #ebf7fc 50%, #ebf7fc 100%);
    height: auto;
  }
}
 
.p-shortstay__main .facility + .facility {
  margin-top: 80px;
}
 
.p-shortstay__main .facility .calender {
  margin-top: 30px;
}
 
.p-shortstay__main .facility .calender iframe {
  width: 100%;
  height: 500px;
}
 
.p-shortstay__main .facility .subtitle {
  font-size: 20px;
  margin-top: 20px;
}
 
.p-shortstay__main .facility .notelist {
  margin-top: 10px;
}
 
.p-shortstay__main .facility .notelist li {
  text-indent: -1em;
  margin-left: 1em;
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .p-shortstay__main .facility + .facility {
    margin-top: 100px;
  }
 
  .p-shortstay__main .facility .calender iframe {
    height: 600px;
  }
}