/*
Theme Name: 依山楼岩崎
Author: BUSINESS BRAIN CO.,LTD.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*トップページ ニュースティッカー*/
.section-top-keyvisual .news-notice {
  justify-content: flex-start;
}
.news-ticker {
  position: relative;
}
.news-ticker-wrap {
  padding-bottom: 25px;
}
.news-ticker__nav {
  width: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -10px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 1;
}
.news-slide {
  text-align: left;
}
.news-slide a {
  display: block;
}
.news-slide a span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
  @media screen and (max-width: 767px) {
    .news-ticker__nav {
      bottom: -1.33vw;
      color: #000;
      font-size: 0.12rem;
    }
  }

.section-top-keyvisual .notice-link {
  -webkit-line-clamp: none!important;
}

/*カレンダー調整*/
.holiday_date {
  color: #f00!important;
}
.daytrip-timetable .information-sex {
  color: #888;
}
  @media screen and (max-width: 767px) {
    .timetable-opening .opening-note {
      display: block;
    }
  }