@charset "UTF-8";

.tpl-col--fixed img {
  height: 100%;
}

.tpl-image--over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.tpl-image--over.is-active {
  opacity: 1;
}

.tpl-room-type__header .tpl-room-type__title .big {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 300;
}

.tpl-label--limited {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: .1em;
}

.entryText {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  background: #D9D9D9;
  color: #3F2021;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 2;
  margin: 20px auto;
  text-align: center;
}
