@charset "UTF-8";
/**
 * 追加でスタイルが必要名場合は下記に記入してください
 */
@media print, screen and (min-width: 741px) {
  .hide-pc {
    display: none;
  }
}
@media only screen and (max-width: 740px) {
  .hide-sp {
    display: none;
  }
}

/*満室御礼関連調整 - 20240314 */
.fully-occupied {
  width: 745px;
  color: #FF0;
  background-color: rgba(219,65,130,0.8);
  text-align: center;
  padding-bottom: 5px;
}
.button-nav.no-click {
  opacity: 0.5;
  pointer-events: none;
}
@media only screen and (max-width: 740px) {
  .fully-occupied {
    width: 90%;
    margin: 0 auto 38px;
    font-size: 24px;
    line-height: 1.5;
    padding-bottom: 3px;
  }
  _::-webkit-full-page-media, _:future, :root .fully-occupid {
    padding-top: 5px;
    padding-bottom: 0;
  }
}
.not-accepted {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.8em;
}
.not-accepted p {
  margin-bottom: 0;
}
.button-nav.no-click {
  opacity: 0.5;
  pointer-events: none;
}
@media print,screen and (min-width: 741px) {
  .not-accepted p {
    text-align: center;
    font-size: 22px;
  }
}
.contact-buttons {
  justify-content: center;
}
#cta .fully-occupied {
  width: 100%;
  color: #FF0;
  background-color: rgba(219,65,130,0.8);
  text-align: center;
  font-size: 24px;
  margin: 0 auto 10px;
  padding: 5px 0 8px;
}
@media only screen and (max-width: 740px) {
  #cta .fully-occupied {
    width: 90%;
    margin: 0 auto 10px;
    font-size: 20px;
    line-height: 1.5;
  }
  .ta-sp {
    text-align: left;
  }
}
.button-cta.no-click {
  opacity: 0.5;
  pointer-events: none;
}
.cta-main.contact-stop p {
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding-bottom: 10px;
  margin-top: -30px;
  margin-bottom: 0;
}
@media only screen and (max-width: 740px) {
  .cta-main.contact-stop {
    padding-bottom: 15px;
  }
  .cta-main.contact-stop p {
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 8px;
    padding-top: 5px;
    padding-bottom: 0;
    line-height: 1.5;
  }
}


/*ボタンの上に案内テキスト表示 - 20241111*/
.cta-list {
  align-items: end;
  margin-top: -30px;
}
.cta-list .guide-text {
  color: #fff;
  font-size: 13px;
  text-align: center;
  box-sizing: border-box;
  line-height: 1.4;
  height: 50px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.guide-text .ani-bounce {
  animation: bounce 2.5s infinite;
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-5px);
    animation-timing-function: ease-in;
  }
  40% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@media only screen and (max-width: 767px) {
  .cta-list {
    margin-top: 10px;
  }
  .cta-list .guide-text {
    font-size: 10px;
    height: 40px;
    margin-bottom: 5px;
  }
}

.closed-info {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 0.8em;
  line-height: 1.6;
}
.closed-info span {
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .closed-info {
    margin-bottom: 20px;
  }
}


@media print,screen and (min-width: 768px) {
  .cta-photo {
    display: flex;
    width: 18em;
  }
}
@media only screen and (max-width: 767px) {
  .cta-photo {
    padding:16px;
  }
  .cta-photo img:last-of-type {
    margin-top: 16px;
  }
}


/*# sourceMappingURL=layout.css.map */
