@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font-size */
/* ============================================ */
/* font-family */
/* ============================================ */
/* news */
/* ============================================ */
.news-outer {
  position: relative;
}
.news-outer::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/common/bg_water.jpg") top center/100% auto repeat-y;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 30%);
          mask-image: linear-gradient(180deg, transparent 0%, #000 30%);
}

.news-wrapper {
  padding: 100px 0 150px;
}
@media all and (max-width: 896px) {
  .news-wrapper {
    padding: 40px 0 72px;
  }
}

.news-container {
  container-type: inline-size;
}

.news-category__list {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.4;
  color: #4EBDD2;
  display: flex;
  flex-wrap: wrap;
  gap: 24px 4.48cqw;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}
@media all and (max-width: 896px) {
  .news-category__list {
    font-size: 1rem;
    gap: 20px 4.48cqw;
  }
}
@media all and (max-width: 480px) {
  .news-category__list {
    gap: 20px 16px;
  }
}
@media all and (max-width: 480px) {
  .news-category__list__item {
    width: calc((100% - 20px) / 2);
  }
}
.news-category__list__item.--active .news-category__list__link {
  color: #2F2F2F;
  border-bottom-color: #4EBDD2;
}
.news-category__list__link {
  display: inline-block;
  padding: 0 12px 12px;
  border-bottom: 2px solid transparent;
}
@media all and (max-width: 896px) {
  .news-category__list__link {
    padding: 0 8px 8px;
  }
}

.news-inner {
  display: none;
}
.news-inner.--active {
  display: block;
}

.news-none {
  margin-top: 72px;
  font-size: 1.25rem;
}
@media all and (max-width: 896px) {
  .news-none {
    margin-top: 40px;
    font-size: 1.0625rem;
  }
}

.news-list {
  margin-top: 72px;
}
@media all and (max-width: 896px) {
  .news-list {
    margin-top: 40px;
  }
}
.news-list__item {
  border-bottom: 1px solid #E3E3E3;
}
.news-list__item.--news .news-list__category {
  color: #0097E0;
}
.news-list__item.--sightseeing .news-list__category {
  color: #3E965C;
}
.news-list__item.--operation .news-list__category {
  color: #D17100;
}
.news-list__item.--fishing .news-list__category {
  color: #8C5E99;
}
.news-list__item.--blog .news-list__category {
  color: #D8B000;
}
.news-list__item.--fireworks .news-list__category {
  color: #EC6D81;
}
.news-list__link {
  padding: 32px 92px 32px 0;
  display: flex;
  align-items: center;
  gap: 12px 2.99cqw;
  position: relative;
}
@media all and (max-width: 896px) {
  .news-list__link {
    padding: 18px 40px 18px 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
.news-list__link::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/common/circle_arrow_right_blue.svg") center center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 24px;
  translate: 0 -50%;
}
@media all and (max-width: 896px) {
  .news-list__link::after {
    width: 20px;
    height: 20px;
    right: 0;
  }
}
.news-list__block {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 2.99cqw;
}
@media all and (max-width: 896px) {
  .news-list__block {
    flex-wrap: wrap;
    gap: 12px 2.56cqw;
  }
}
.news-list__category {
  text-align: center;
  width: 148px;
  padding: 4px 10px;
  border-radius: 9999px;
  background: #fff;
  color: #0097E0;
  border: 2px solid currentColor;
  font-size: 1rem;
}
@media all and (max-width: 896px) {
  .news-list__category {
    width: 120px;
    font-size: 0.875rem;
  }
}
.news-list__data {
  width: 120px;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.25rem;
}
@media all and (max-width: 896px) {
  .news-list__data {
    width: 100px;
    font-size: 1.0625rem;
  }
}
.news-list__ttl {
  flex-grow: 1;
  font-size: 1.25rem;
  font-weight: 500;
}
@media all and (max-width: 896px) {
  .news-list__ttl {
    font-size: 1.0625rem;
  }
}

.camel_paging_sp {
  margin-top: 72px;
}
@media all and (max-width: 896px) {
  .camel_paging_sp {
    margin-top: 40px;
  }
}
.camel_paging_sp ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 1.25rem;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media all and (max-width: 896px) {
  .camel_paging_sp ul {
    gap: 14px 12px;
    font-size: 1rem;
  }
}
.camel_paging_sp ul > li {
  width: 40px;
  height: 40px;
  border: 2px solid #4EBDD2;
  border-radius: 50%;
  background: #fff;
  color: #4EBDD2;
  display: grid;
  place-content: center;
}
@media all and (max-width: 896px) {
  .camel_paging_sp ul > li {
    width: 32px;
    height: 32px;
  }
}
.camel_paging_sp ul > li.active {
  background: #4EBDD2;
  color: #fff;
}
.camel_paging_sp ul > li.nolink {
  border-color: #DADADA;
  color: #DADADA;
}
.camel_paging_sp ul > li a {
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
}
@media (hover: hover) {
  .camel_paging_sp ul > li a:hover {
    opacity: 1;
  }
}

.news-detail__wrapper {
  padding: 80px 0 160px;
  position: relative;
  z-index: 20;
}
@media all and (max-width: 896px) {
  .news-detail__wrapper {
    padding: 40px 0 96px;
  }
}
.news-detail__container {
  container-type: inline-size;
}
.news-detail__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 16px 24px;
}
@media all and (max-width: 896px) {
  .news-detail__group {
    flex-wrap: wrap;
    gap: 12px 20px;
  }
}
.news-detail__category {
  text-align: center;
  width: 148px;
  padding: 4px 10px;
  border-radius: 9999px;
  background: #fff;
  color: #0097E0;
  border: 2px solid currentColor;
  font-size: 1rem;
}
@media all and (max-width: 896px) {
  .news-detail__category {
    width: 120px;
    font-size: 0.875rem;
  }
}
.news-detail__category.--news {
  color: #0097E0;
}
.news-detail__category.--sightseeing {
  color: #3E965C;
}
.news-detail__category.--operation {
  color: #D17100;
}
.news-detail__category.--fishing {
  color: #8C5E99;
}
.news-detail__category.--blog {
  color: #D8B000;
}
.news-detail__category.--fireworks {
  color: #EC6D81;
}
.news-detail__date {
  width: 120px;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.25rem;
}
@media all and (max-width: 896px) {
  .news-detail__date {
    width: 100px;
    font-size: 1.0625rem;
  }
}
.news-detail__ttl {
  font-size: clamp(1.25rem, 0.9421rem + 1.2632vw, 2rem);
  font-weight: 500;
  padding-bottom: 40px;
  border-bottom: 1px solid #E3E3E3;
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .news-detail__ttl {
    padding-bottom: 24px;
    margin-top: 24px;
  }
}
.news-detail__contents {
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .news-detail__contents {
    margin-top: 32px;
  }
}
.news-detail__contents > * {
  margin-top: 80px;
}
@media all and (max-width: 896px) {
  .news-detail__contents > * {
    margin-top: 48px;
  }
}
.news-detail__contents > *:first-child {
  margin-top: 0;
}
.news-detail__contents h3 {
  font-size: clamp(1.0625rem, 0.9855rem + 0.3158vw, 1.25rem);
  font-weight: 700;
}
.news-detail__contents p {
  line-height: 2;
}
.news-detail__contents img + img {
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .news-detail__contents img + img {
    margin-top: 16px;
  }
}
.news-detail__contents figure {
  text-align: center;
}
.news-detail__contents figure img {
  width: 100%;
  max-width: none;
}
.news-detail__contents figure figcaption {
  margin-top: 8px;
  margin-inline: auto;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  text-align: left;
}
@media all and (max-width: 896px) {
  .news-detail__contents figure figcaption {
    margin-top: 4px;
  }
}
.news-detail__contents table {
  display: block;
  width: 100%;
  border-collapse: collapse;
  overflow: auto;
  padding-bottom: 10px;
}
.news-detail__contents table tbody {
  display: inline-block;
}
.news-detail__contents table th, .news-detail__contents table td {
  box-sizing: border-box;
  padding: 5px 15px;
  white-space: nowrap;
  border: 1px solid #ccc;
}
.news-detail__contents table th {
  background: #4EBDD2;
  color: #fff;
  font-weight: 500;
}
.news-detail__contents table td {
  background: #fff;
}
.news-detail__contents iframe {
  display: block;
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
.news-detail__contents ul {
  line-height: 2;
}
.news-detail__contents ul li {
  padding-left: 1.4em;
  position: relative;
}
.news-detail__contents ul li::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background: #4EBDD2;
  position: absolute;
  top: 0.8em;
  left: 0;
}
.news-detail__contents ol {
  line-height: 2;
  counter-reset: item;
  list-style-type: none;
}
.news-detail__contents ol li {
  text-indent: -1.4em;
  padding-left: 1.4em;
}
.news-detail__contents ol li:before {
  counter-increment: item;
  content: counter(item) ".";
  padding-right: 0.5em;
  font-weight: 700;
  color: #4EBDD2;
}
.news-detail__contents em {
  font-style: italic;
}
.news-detail__contents a {
  color: #4EBDD2;
  text-decoration: underline;
  text-underline-offset: 0.4em;
}
.news-detail__contents a[target=_blank]::after {
  font-family: "Material Symbols Outlined";
  content: " \e89e ";
  font-size: 1.2em;
  vertical-align: -0.2em;
}
.news-detail__contents a[href$=".pdf"]::after {
  font-family: "Material Symbols Outlined";
  content: " \e415 ";
  font-size: 1.2em;
  vertical-align: -0.2em;
}
.news-detail__contents a[href$=".docx"]::after, .news-detail__contents a[href$=".doc"]::after, .news-detail__contents a[href$=".xlsx"]::after, .news-detail__contents a[href$=".xls"]::after {
  font-family: "Material Symbols Outlined";
  content: " \e173 ";
  font-size: 1.2em;
  vertical-align: -0.2em;
}
.news-detail__contents a.--download::after {
  font-family: "Material Symbols Outlined";
  content: " \f090 ";
  font-size: 1.2em;
  vertical-align: -0.2em;
}
.news-detail__flex {
  display: flex;
  gap: 40px;
}
@media all and (max-width: 896px) {
  .news-detail__flex {
    gap: 24px;
  }
}
@media all and (max-width: 600px) {
  .news-detail__flex {
    flex-direction: column;
  }
}
.news-detail__flex img {
  width: 100%;
  max-width: none;
}
.news-detail__flex > * {
  width: calc((100% - 32px) / 2);
}
@media all and (max-width: 896px) {
  .news-detail__flex > * {
    width: calc((100% - 20px) / 2);
  }
}
@media all and (max-width: 600px) {
  .news-detail__flex > * {
    width: 100%;
  }
}
.news-detail__flex.--reverse {
  flex-direction: row-reverse;
}
@media all and (max-width: 600px) {
  .news-detail__flex.--reverse {
    flex-direction: column;
  }
}
.news-detail__block > * {
  margin-top: 12px;
}
@media all and (max-width: 896px) {
  .news-detail__block > * {
    margin-top: 10px;
  }
}
.news-detail__block > *:first-child {
  margin-top: 0;
}
.news-detail__img > * {
  margin-top: 12px;
}
@media all and (max-width: 896px) {
  .news-detail__img > * {
    margin-top: 10px;
  }
}
.news-detail__img > *:first-child {
  margin-top: 0;
}
.news-detail .common-btn {
  margin-top: 100px;
}
@media all and (max-width: 896px) {
  .news-detail .common-btn {
    margin-top: 64px;
  }
}
.news-detail__anchor {
  margin-top: 100px;
}
@media all and (max-width: 896px) {
  .news-detail__anchor {
    margin-top: 64px;
  }
}
.news-detail__anchor__list {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.4;
  color: #4EBDD2;
  display: flex;
  flex-wrap: wrap;
  gap: 32px 4.48cqw;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}
@media all and (max-width: 896px) {
  .news-detail__anchor__list {
    font-size: 1rem;
    gap: 24px 4.48cqw;
  }
}
@media all and (max-width: 480px) {
  .news-detail__anchor__list {
    gap: 24px;
  }
}
@media all and (max-width: 480px) {
  .news-detail__anchor__list__item {
    width: calc((100% - 24px) / 2);
  }
}
.news-detail__anchor__list__link {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media all and (max-width: 896px) {
  .news-detail__anchor__list__link {
    gap: 8px;
  }
}
@media all and (max-width: 480px) {
  .news-detail__anchor__list__link {
    justify-content: space-between;
  }
}
.news-detail__anchor__list__link::after {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/common/circle_arrow_right_blue.svg") center center/contain no-repeat;
}
@media all and (max-width: 896px) {
  .news-detail__anchor__list__link::after {
    width: 20px;
    height: 20px;
  }
}