


.section-title-large {
  line-height: 0.8em;
  }
  .concept-section, .all-day-dining-section, .party-section, .news-section{
  padding: 50px 0px;
  overflow: hidden;
  }
  .concept-image, .all-day-dining-image {
  position: relative;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  }
  .concept-image img, .all-day-dining-image img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  }
  .concept-image-caption {
  position: absolute;
  bottom: 15px;
  left: -15px;
  z-index: 10;
  display: inline-block;
  }
  .concept-image-caption p {
  background-color: #B39354;
  color: #F3F3F1;
  padding: 5px 10px;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin: 0;
  width: fit-content;
  }
  .concept-image-caption p:first-child {
  margin-bottom: 6px;
  }
  .news-section .description-left {
  width: 90%;
  padding-left　: 0;
  margin-left: auto;
  margin-right: auto;
  ;
  }
  .news-section .description > p:first-child {
  margin-bottom: 1em;
  }
  .news-section .newsList {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 1.5em;
  }
  .news-section .newsList li {
  border-bottom: 1px solid rgba(243, 243, 241, 0.3);
  padding-bottom: 1em;
  margin-bottom: 1em;
  }
  .news-section .newsList li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
  }
  .news-section .newsList li a {
  text-decoration: none;
  color: inherit;
  display: block;
  }
  .news-section .newsList li a:hover {
  opacity: 0.8;
  }
  .news-section .newsList .data p {
  margin: 0;
  line-height: 1.6;
  }
  .news-section .newsList time {
  font-weight: 300;
  font-size: 0.9em;
  margin-right: 0.5em;
  }
  .section-subtitle-large {
  padding-left: 0;
  }
  .concept-section .anim-on-scroll.animate__fadeInUp,
  .all-day-dining-section .anim-on-scroll.animate__fadeInUp,
  .party-section .anim-on-scroll.animate__fadeInUp,
  .news-section .anim-on-scroll.animate__fadeInUp,
  .site-footer.anim-on-scroll.animate__fadeInUp {
  --animate-duration: 1.8s;
  }
  .concept-section .concept-image.animate__fadeInUp {
  --animate-delay: 0.2s;
  }
  .concept-section .description.animate__fadeInUp {
  --animate-delay: 0.4s;
  }
  .all-day-dining-section .all-day-dining-image.animate__fadeInUp {
  --animate-delay: 0.2s;
  }
  .all-day-dining-section .description.animate__fadeInUp {
  --animate-delay: 0.4s;
  }
  .all-day-dining-section .button-wrapper.animate__fadeInUp {
  --animate-delay: 0.5s;
  }
  .party-section .rotating-text-badge-container.animate__fadeInUp {
  --animate-delay: 0.2s;
  }
  .party-section .description.animate__fadeInUp {
  --animate-delay: 0.4s;
  }
  .news-section .description-left.animate__fadeInUp {
  --animate-delay: 0.2s;
  }
  .news-section .button-wrapper.anim-delay-news-button.animate__fadeInUp {
  --animate-delay: 0.4s;
  }