@charset "UTF-8";
.p-news-cont {
  padding: 160px 5% 0;
  color: #3D3D3D;
  max-width: 800px;
  margin: 0 auto;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-news-cont {
    padding-top: 150px;
  }
}

.p-news_date {
  display: block;
  font-size: 13px;
  color: #666;
  text-align: right;
  margin-top: 8px;
}

.p-news_tag {
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 4px 12px;
  white-space: nowrap;
  margin-bottom: 8px;
}
.p-news_tag--info   { background: #c9a21f; }
.p-news_tag--event  { background: #6db33f; }
.p-news_tag--season { background: #c97b3e; }

.p-news_ttl {
  color: #3D3D3D;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.16em;
  margin-top: 5px;
}

.p-news_en {
  color: #94873F;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-align: center;
}

.p-news_body {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-news_body {
    margin-top: 30px;
  }
}
.p-news_body img {
  width: 100%;
  height: auto;
}
.p-news_body h2 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: left;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-news_body h2 {
    margin-top: 60px;
    margin-bottom: 16px;
    padding: 0;
    letter-spacing: 0.16em;
  }
}
.p-news_body h2.center {
  text-align: center;
}
.p-news_body h2 .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-news_body h2 .sp {
    display: block;
  }
}
.p-news_body h2 + p {
  margin-top: 16px;
}
.p-news_body p {
  color: #242422;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-news_body p {
    margin-bottom: 16px;
  }
}
.p-news_body p + p {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-news_body p + p {
    margin-top: 16px;
  }
}
.p-news_body .p-news_imgWrap {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-news_body .p-news_imgWrap {
    margin-top: 16px;
  }
}
.p-news_body .p-news_imgWrap + p {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-news_body .p-news_imgWrap + p {
    margin-top: 16px;
  }
}
.p-news_body .p-news_mv {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-news_body .p-news_mv {
    margin-bottom: 60px;
  }
}
.p-news_body .p-news_banner {
  display: block;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-news_body .p-news_banner {
    margin-top: 60px;
  }
}
.p-news_body .p-news_banner + h2 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-news_body .p-news_banner + h2 {
    margin-top: 60px;
  }
}
.p-news_body .p-room-list {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .p-news_body .p-room-list {
    margin-top: 16px;
  }
}
.p-news_body .p-room-list__item {
  width: calc((100% - 10px) / 2);
}
.p-news_body .p-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #6F6B57;
  border-radius: 4px;
  color: #3D3D3D;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  margin: 24px auto 0;
  padding: 10px 10px 10px 16px;
  transition: 0.5s;
}
@media screen and (min-width: 1272px) {
  .p-news_body .p-btn:hover {
    color: #fff;
    background-color: #3D3D3D;
  }
  .p-news_body .p-btn:hover:after {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .p-news_body .p-btn {
    margin-top: 16px;
  }
}
.p-news_body .p-btn span {
  position: relative;
  padding-right: 24px;
  transition: 0.5s;
}
.p-news_body .p-btn span::after {
  position: absolute;
  content: "＞";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-news_body .p-night-list {
  display: flex;
  gap: 40px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-news_body .p-night-list {
    gap: 10px;
    margin-top: 16px;
  }
}
.p-news_body .p-night-list_item {
  width: calc((100% - 40px) / 2);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-news_body .p-night-list_item {
    width: calc((100% - 10px) / 2);
  }
}
.p-news_body .p-night-list_caption {
  position: absolute;
  color: #fff !important;
  left: 18px;
  bottom: 10px;
  font-size: 14px !important;
  line-height: 2;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-news_body .p-night-list_caption {
    left: 8px;
    bottom: 10px;
    font-size: 14px !important;
    margin-bottom: 0;
  }
}
.p-news_body .p-night-list_caption .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-news_body .p-night-list_caption .sp {
    display: block;
  }
}
.p-news_body .p-insta_imgWrap {
  text-align: center;
}
.p-news_body .p-insta_imgWrap img {
  max-width: 627px;
}

/* ---- News一覧（archive-post-kisarazu-info） ---- */
.newsList-cont {
  max-width: 1144px;
  margin: 0 auto;
  padding: 160px 32px 80px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .newsList-cont {
    padding: 150px 32px 60px;
  }
}
.newsList-cont .news-ttl {
  text-align: center;
  margin-bottom: 40px;
}
.newsList-cont .topNew-list {
  padding: 0;
}
.newsList-cont .topNew-list ul {
  row-gap: 64px;
}
@media screen and (max-width: 767px) {
  .newsList-cont .topNew-list ul {
    row-gap: 40px;
  }
}
.newsList-cont .news-empty {
  text-align: center;
  font-size: 15px;
  color: #1E1E1E;
}

.topNew-list .kisarazu-news-cards li {
  width: 29.93%;
}
@media screen and (max-width: 767px) {
  .topNew-list .kisarazu-news-cards li {
    width: 100%;
  }
  .topNew-list .kisarazu-news-cards li:nth-child(n + 2) {
    margin-top: 16px;
  }
}
.kisarazu-news-card a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.kisarazu-news-card__img {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 66.67%; /* 3:2 */
}
.kisarazu-news-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.kisarazu-news-card__tag {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 4px 12px;
  white-space: nowrap;
}
.kisarazu-news-card__tag--info {
  background: #AA8C1E;
}
.kisarazu-news-card__tag--event {
  background: #6db33f;
}
.kisarazu-news-card__tag--season {
  background: #c97b3e;
}
.kisarazu-news-card__body {
  padding: 10px 0 0;
}
.kisarazu-news-card__date {
  display: block;
  font-size: 13px;
  color: #666;
  margin-bottom: 6px;
}
.kisarazu-news-card__title {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .kisarazu-news-card a {
    display: flex;
    align-items: flex-start;
    gap: 12px;
  }
  .kisarazu-news-card__img {
    width: 30%;
    aspect-ratio: 3 / 2;
    padding-top: 0;
    flex-shrink: 0;
  }
  .kisarazu-news-card__tag {
    font-size: 10px;
    padding: 2px 6px;
  }
  .kisarazu-news-card__body {
    flex: 1;
    min-width: 0;
    padding: 0;
  }
  .kisarazu-news-card__date {
    font-size: 12px;
    margin-bottom: 2px;
  }
  .kisarazu-news-card__title {
    font-size: 13px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.news-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 60px;
}
.news-pagination a,
.news-pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 8px;
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #1E1E1E;
  text-decoration: none;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
}
@media screen and (min-width: 1272px) {
  .news-pagination a:hover {
    background: #1E1E1E;
    color: #fff;
    border-color: #1E1E1E;
  }
}
.news-pagination .current {
  background: #AA8C1E;
  border-color: #AA8C1E;
  color: #fff;
}
.news-pagination .disabled {
  opacity: 0.3;
}
@media screen and (max-width: 767px) {
  .news-pagination {
    margin-top: 32px;
    gap: 4px;
  }
  .news-pagination a,
  .news-pagination span {
    min-width: 32px;
    height: 32px;
    font-size: 12px;
  }
}
