@charset "UTF-8";
/*16*1.75/2*/
/* 施設案内
-----------------------------------*/
.facility .facility-map {
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .facility .facility-map {
    width: 100%;
  }
}
.facility .facility-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 40px;
  margin-top: 80px;
}
@media (max-width: 640px) {
  .facility .facility-list ul {
    gap: 40px 0;
    margin-top: 60px;
  }
}
.facility .facility-list ul li {
  width: calc((100% - 80px) / 3);
}
@media (min-width: 640px) and (max-width: 1023px) {
  .facility .facility-list ul li {
    width: calc((100% - 40px) / 2);
  }
}
@media (max-width: 640px) {
  .facility .facility-list ul li {
    width: 100%;
  }
}
.facility .facility-list ul li .img img {
  width: 100%;
}
.facility .facility-list ul li .text {
  position: relative;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .facility .facility-list ul li .text {
    margin-top: 8px;
  }
}
.facility .facility-list ul li .text .ico-24hour {
  position: absolute;
  top: -4px;
  right: 0;
  width: 40px;
}
@media (max-width: 767px) {
  .facility .facility-list ul li .text .ico-24hour {
    top: -2px;
  }
}
.facility .facility-list ul li .text .ico-24hour img {
  width: 100%;
}
.facility .facility-list ul li .text h3 {
  margin-bottom: 6px;
  color: #00765C;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .facility .facility-list ul li .text h3 {
    font-size: 18px;
  }
}
.facility .facility-list ul li .text p + p {
  margin-top: 1em;
}
.facility .facility-list ul li .rv {
  margin-top: 0.5em;
}
.facility .facility-list ul li .rv ul {
  display: block;
  margin-top: 0;
}
.facility .facility-list ul li .rv ul li {
  width: 100%;
}
.facility .facility-list ul li .rv dl {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.5em;
}
.facility .facility-list ul li .rv dl dd {
  flex-grow: 2;
}
.facility .facility-overview table {
  width: 100%;
}
.facility .facility-overview th {
  width: 25%;
  padding: 16px;
  border-bottom: 1px solid #CCC;
  color: #00765C;
  text-align: center;
}
@media (max-width: 767px) {
  .facility .facility-overview th {
    display: block;
    width: 100%;
    padding: 16px 8px;
    padding-bottom: 0;
    border-bottom: none;
    text-align: left;
    font-size: 16px;
  }
}
.facility .facility-overview td {
  padding: 16px;
  border-left: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
@media (max-width: 767px) {
  .facility .facility-overview td {
    display: block;
    width: 100%;
    padding: 16px 8px;
    padding-top: 0;
    border-left: none;
  }
}
.facility .facility-overview tr:last-of-type th,
.facility .facility-overview tr:last-of-type td {
  border-bottom: none;
}
@media (max-width: 767px) {
  .facility .facility-overview tr:last-of-type td {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .facility .facility-overview tr:first-of-type th {
    padding-top: 0;
  }
}

/* 観光スポット
-----------------------------------*/
.spot {
  /* タブ切り替え */
}
.spot .spot-info {
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .spot .spot-info {
    width: 100%;
  }
}
.spot .spot-info h2 {
  margin-top: 0;
}
.spot .spot-info-wrap {
  display: flex;
  gap: 0 40px;
}
@media (max-width: 767px) {
  .spot .spot-info-wrap {
    flex-wrap: wrap;
    gap: 24px 0;
  }
}
.spot .spot-info-wrap .text {
  width: calc((100% - 40px) / 2);
}
@media (max-width: 767px) {
  .spot .spot-info-wrap .text {
    width: 100%;
  }
}
.spot .spot-info-wrap .img {
  width: calc((100% - 40px) / 2);
}
@media (max-width: 767px) {
  .spot .spot-info-wrap .img {
    width: 100%;
  }
}
.spot .tab-area {
  margin-top: 24px;
}
.spot .tab-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 0;
  margin-bottom: 32px;
}
.spot .tab-list li {
  width: 33.3333333333%;
  text-align: center;
}
.spot .tab-button {
  display: block;
  width: 100%;
  border: 1px solid #41BCD7;
  background-color: #fff;
  color: #333;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding: 12px 8px;
  line-height: 1.2;
  cursor: pointer;
}
@media (max-width: 767px) {
  .spot .tab-button {
    font-size: 16px;
  }
}
.spot .tab-button.is-active {
  background-color: #41BCD7;
  color: #fff;
}
.spot .tab-panel {
  display: none;
}
.spot .tab-panel.is-active {
  display: block;
}
.spot .tab-panel figure {
  text-align: center;
}
.spot .spot-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 60px 0;
}
@media (min-width: 768px) {
  .spot .spot-list li:nth-child(even) .spot-wrap .text {
    order: 2;
  }
  .spot .spot-list li:nth-child(even) .spot-wrap .img {
    order: 1;
  }
}
.spot .spot-list .spot-wrap {
  display: flex;
  gap: 0 40px;
}
@media (max-width: 767px) {
  .spot .spot-list .spot-wrap {
    flex-wrap: wrap;
    gap: 24px 0;
  }
}
.spot .spot-list .spot-wrap .text {
  width: calc((100% - 40px) / 2);
}
@media (max-width: 767px) {
  .spot .spot-list .spot-wrap .text {
    width: 100%;
  }
}
.spot .spot-list .spot-wrap .text dt {
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 700;
  color: #00765C;
}
@media (max-width: 767px) {
  .spot .spot-list .spot-wrap .text dt {
    margin-bottom: 8px;
    font-size: 18px;
  }
}
.spot .spot-list .spot-wrap .text .link {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .spot .spot-list .spot-wrap .text .link {
    margin-top: 24px;
  }
}
.spot .spot-list .spot-wrap .text .link ul {
  display: flex;
  gap: 0 40px;
}
@media (max-width: 767px) {
  .spot .spot-list .spot-wrap .text .link ul {
    flex-wrap: wrap;
    gap: 16px 0;
  }
  .spot .spot-list .spot-wrap .text .link ul li {
    width: 100%;
    text-align: center;
  }
}
.spot .spot-list .spot-wrap .text .link .com-bt {
  margin: 0;
  padding: 12px 48px 16px 24px;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  letter-spacing: 0.025em;
}
@media (max-width: 767px) {
  .spot .spot-list .spot-wrap .text .link .com-bt {
    padding: 12px 48px 16px;
    font-size: 14px;
  }
}
.spot .spot-list .spot-wrap .img {
  width: calc((100% - 40px) / 2);
}
@media (max-width: 767px) {
  .spot .spot-list .spot-wrap .img {
    width: 100%;
  }
}
.spot .spot-list .spot-wrap .img img {
  width: 100%;
}
.spot .spot-list .spot-wrap .img p {
  margin-top: 6px;
  font-size: 12px;
  text-align: right;
}
@media (max-width: 767px) {
  .spot .spot-list .spot-wrap .img p {
    font-size: 10px;
  }
}

/* アクセス
-----------------------------------*/
.access {
  /* アクセス方法 */
}
.access .access-info {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .access .access-info {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .access .access-info {
    width: 100%;
  }
}
.access .access-info dl {
  display: flex;
  flex-wrap: wrap;
}
.access .access-info dl dt {
  width: 25%;
  padding: 16px;
  border-bottom: 1px solid #CCC;
  color: #00765C;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .access .access-info dl dt {
    width: 100%;
    padding: 16px 8px;
    padding-bottom: 0;
    border-bottom: none;
    text-align: left;
    font-size: 16px;
  }
  .access .access-info dl dt:first-of-type {
    padding-top: 0;
  }
}
.access .access-info dl dt:last-of-type {
  border-bottom: none;
}
.access .access-info dl dd {
  width: 75%;
  padding: 16px;
  border-left: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
@media (max-width: 767px) {
  .access .access-info dl dd {
    width: 100%;
    padding: 16px 8px;
    padding-top: 0;
    border-left: none;
  }
  .access .access-info dl dd:last-of-type {
    padding-bottom: 0;
  }
}
.access .access-info dl dd:last-of-type {
  border-bottom: none;
}
.access .access-info .img {
  margin-top: 60px;
}
.access .access-info .img img {
  width: 100%;
}
@media (max-width: 767px) {
  .access .access-info .map-link {
    text-align: center;
  }
}
.access .access-info .map-link .com-bt {
  margin: 16px 0 0;
  padding: 12px 48px 16px 24px;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  letter-spacing: 0.025em;
}
@media (min-width: 768px) {
  .access .access-info .map-link .com-bt {
    max-width: none;
    width: auto;
  }
}
@media (max-width: 767px) {
  .access .access-info .map-link .com-bt {
    padding: 12px 48px 16px;
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .access .access-info .tel-link {
    pointer-events: none;
    color: #333;
    text-decoration: none;
  }
}
.access .tab-area {
  margin-top: 24px;
}
.access .tab-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 0;
  margin-bottom: 32px;
}
.access .tab-list li {
  width: 50%;
  text-align: center;
}
.access .tab-button {
  display: block;
  width: 100%;
  border: 1px solid #41BCD7;
  background-color: #fff;
  color: #333;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding: 12px 8px;
  line-height: 1.2;
  cursor: pointer;
}
@media (max-width: 767px) {
  .access .tab-button {
    font-size: 16px;
  }
}
.access .tab-button.is-active {
  background-color: #41BCD7;
  color: #fff;
}
.access .tab-panel {
  display: none;
}
.access .tab-panel.is-active {
  display: block;
}
.access .tab-panel figure {
  text-align: center;
}
.access .access-place {
  max-width: 830px;
  margin: 0 auto;
  padding: 40px;
  border: 1px solid #41BCD7;
}
@media (max-width: 767px) {
  .access .access-place {
    padding: 16px 5%;
  }
}
.access .access-place .place-title {
  margin-bottom: 24px;
  text-align: center;
}
@media (max-width: 767px) {
  .access .access-place .place-title {
    margin-bottom: 16px;
  }
}
.access .access-place .place-title img {
  width: 240px;
}
@media (max-width: 767px) {
  .access .access-place .place-title img {
    width: 140px;
  }
}
.access .access-place .note {
  margin-top: 40px;
  padding: 24px;
  background-color: #EEE;
}
@media (max-width: 767px) {
  .access .access-place .note {
    margin-top: 32px;
    padding: 16px 5%;
  }
}
.access .access-place .note dt {
  margin-bottom: 16px;
}
.access .access-place .note dt span {
  padding-bottom: 8px;
  border-bottom: 1px solid #333;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .access .access-place .note dt span {
    font-size: 16px;
  }
}

/* RVパーク予約
-----------------------------------*/
@media (min-width: 768px) {
  .rv-calendar .rv-calendar-wrap {
    padding: 0 24px;
  }
}
@media (min-width: 768px) and (max-width: 1232px) {
  .rv-calendar .rv-calendar-wrap {
    width: 90%;
    margin: 0 auto;
  }
}
.rv-calendar .rv-calendar-wrap .legend {
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .rv-calendar .rv-calendar-wrap .legend {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .rv-calendar .rv-calendar-wrap .legend {
    margin-bottom: 12px;
    font-size: 12px;
  }
}
.rv-calendar .rv-calendar-wrap .legend .maru {
  color: rgb(30, 115, 190);
}
.rv-calendar .rv-calendar-wrap .legend .sankaku {
  color: rgb(221, 153, 51);
}
.rv-calendar .rv-calendar-wrap .legend .batsu {
  color: rgb(221, 51, 51);
}
.rv-calendar .rv-calendar-wrap .week_slot {
  background-color: #40bbd6 !important;
  color: #FFF;
  font-weight: 500;
}
.rv-calendar .rv-calendar-wrap .dateField {
  background-color: #f0fafc;
}
.rv-calendar .rv-calendar-wrap .pastDay .dateField,
.rv-calendar .rv-calendar-wrap .closingDay .dateField {
  background-color: transparent !important;
}
.rv-calendar .rv-calendar-wrap .sun {
  color: #F00;
}
.rv-calendar .rv-calendar-wrap .sat {
  color: #00F;
}

#booking-package_calendarPage .symbolPanel {
  font-size: 1.2em !important;
  display: inline-block;
}

/* プライバシーポリシー
-----------------------------------*/
@media (min-width: 768px) {
  .privacy .privacy-info {
    padding: 0 24px;
  }
}
@media (min-width: 768px) and (max-width: 1232px) {
  .privacy .privacy-info {
    width: 90%;
    margin: 0 auto;
  }
}
.privacy h2 {
  margin: 2em 0 0.5em 0;
  font-weight: 500;
  font-size: 20px;
}
@media (max-width: 767px) {
  .privacy h2 {
    font-size: 18px;
  }
}
.privacy p + p,
.privacy p + dl,
.privacy p + ul,
.privacy ul + p,
.privacy p + ol,
.privacy ol + p {
  margin-top: 1em;
}

/* 利用規約
-----------------------------------*/
@media (min-width: 768px) {
  .term .term-info {
    padding: 0 24px;
  }
}
@media (min-width: 768px) and (max-width: 1232px) {
  .term .term-info {
    width: 90%;
    margin: 0 auto;
  }
}
.term h2 {
  margin: 2em 0 0.5em 0;
  font-weight: 500;
  font-size: 20px;
}
@media (max-width: 767px) {
  .term h2 {
    font-size: 18px;
  }
}
.term p + dl,
.term p + ul,
.term ul + p,
.term p + ol,
.term ol + p {
  margin-top: 1em;
}

/* イベント
-----------------------------------*/
/* カレンダー */
@media (min-width: 768px) {
  .schedule .schedule-wrap {
    padding: 0 40px;
  }
}
@media (min-width: 768px) and (max-width: 1232px) {
  .schedule .schedule-wrap {
    width: 90%;
    margin: 0 auto;
  }
}
.schedule .schedule-wrap .wrap-month {
  position: relative;
  margin-bottom: 24px;
  padding: 0 124px;
}
@media (max-width: 767px) {
  .schedule .schedule-wrap .wrap-month {
    padding: 0;
  }
}
.schedule .schedule-wrap .wrap-month .heading-month {
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .schedule .schedule-wrap .wrap-month .heading-month {
    margin-bottom: 16px;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .schedule .schedule-wrap .wrap-month .pager-month {
    display: flex;
    justify-content: center;
  }
}
.schedule .schedule-wrap .wrap-month .pager-month li {
  width: 124px;
  position: absolute;
  top: 4px;
}
@media (max-width: 767px) {
  .schedule .schedule-wrap .wrap-month .pager-month li {
    position: static;
    width: 100px;
  }
}
.schedule .schedule-wrap .wrap-month .pager-month .prev {
  left: 0;
}
.schedule .schedule-wrap .wrap-month .pager-month .prev a {
  padding-left: 24px;
}
@media (max-width: 767px) {
  .schedule .schedule-wrap .wrap-month .pager-month .prev a {
    padding-left: 21px;
  }
}
.schedule .schedule-wrap .wrap-month .pager-month .prev a::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 14px;
  background: #333;
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
          clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
@media (max-width: 767px) {
  .schedule .schedule-wrap .wrap-month .pager-month .prev a::before {
    top: 5px;
    width: 14px;
    height: 12px;
  }
}
.schedule .schedule-wrap .wrap-month .pager-month .next {
  right: 0;
  text-align: right;
}
@media (max-width: 767px) {
  .schedule .schedule-wrap .wrap-month .pager-month .next {
    border-left: 1px solid #000;
  }
}
.schedule .schedule-wrap .wrap-month .pager-month .next a {
  padding-right: 24px;
}
@media (max-width: 767px) {
  .schedule .schedule-wrap .wrap-month .pager-month .next a {
    padding-right: 21px;
  }
}
.schedule .schedule-wrap .wrap-month .pager-month .next a::after {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  display: inline-block;
  width: 16px;
  height: 14px;
  background: #333;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
}
@media (max-width: 767px) {
  .schedule .schedule-wrap .wrap-month .pager-month .next a::after {
    top: 5px;
    width: 14px;
    height: 12px;
  }
}
.schedule .schedule-wrap .wrap-month .pager-month a {
  position: relative;
  color: #333;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
}
@media (max-width: 767px) {
  .schedule .schedule-wrap .wrap-month .pager-month a {
    font-size: 15px;
  }
}
.schedule .schedule-wrap .wrap-month .pager-month a:hover {
  color: #41BCD7;
}
.schedule .schedule-wrap .wrap-month .pager-month a:hover::before, .schedule .schedule-wrap .wrap-month .pager-month a:hover::after {
  background-color: #41BCD7;
}
.schedule .schedule-wrap .wrap-date {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .schedule .schedule-wrap .wrap-date {
    display: block;
  }
}
.schedule .schedule-wrap .wrap-date .table {
  width: 48%;
}
@media (max-width: 767px) {
  .schedule .schedule-wrap .wrap-date .table {
    width: 100%;
    font-size: 14px;
  }
  .schedule .schedule-wrap .wrap-date .table + .table {
    margin-top: -1px;
  }
}
.schedule .schedule-wrap .wrap-date .table th,
.schedule .schedule-wrap .wrap-date .table td {
  padding: 12px;
  border: solid 1px #666;
}
@media (max-width: 767px) {
  .schedule .schedule-wrap .wrap-date .table th,
.schedule .schedule-wrap .wrap-date .table td {
    padding: 8px;
  }
}
.schedule .schedule-wrap .wrap-date .table th {
  background-color: #00a581;
  color: #FFF;
  font-weight: 500;
  text-align: center;
}
.schedule .schedule-wrap .wrap-date .table td a {
  display: block;
  color: #333;
}
.schedule .schedule-wrap .wrap-date .table td a:not(:first-of-type) {
  margin-top: 4px;
}
.schedule .schedule-wrap .wrap-date .table tbody td:nth-child(1),
.schedule .schedule-wrap .wrap-date .table tbody td:nth-child(2) {
  width: 35px;
  text-align: center;
}
.schedule .schedule-wrap .wrap-date .table tbody .day-sat td:nth-child(1),
.schedule .schedule-wrap .wrap-date .table tbody .day-sat td:nth-child(2) {
  background-color: rgba(82, 165, 217, 0.15);
  color: #52A5D9;
}
.schedule .schedule-wrap .wrap-date .table tbody .day-sun td:nth-child(1),
.schedule .schedule-wrap .wrap-date .table tbody .day-sun td:nth-child(2), .schedule .schedule-wrap .wrap-date .table tbody .day-off td:nth-child(1),
.schedule .schedule-wrap .wrap-date .table tbody .day-off td:nth-child(2) {
  background-color: rgba(231, 57, 79, 0.15);
  color: #E7394F;
}

/* お知らせ
-----------------------------------*/
/* 一覧 */
.news {
  /* 詳細（お知らせ・イベント） */
}
@media (min-width: 768px) {
  .news .news-wrap {
    padding: 0 24px;
  }
}
@media (min-width: 768px) and (max-width: 1232px) {
  .news .news-wrap {
    width: 90%;
    margin: 0 auto;
  }
}
.news .news-wrap .list-news {
  width: 100%;
  margin: 0 auto;
}
.news .news-wrap .list-news li {
  border-bottom: 1px solid #666;
}
.news .news-wrap .list-news .news-info {
  display: flex;
  gap: 0 24px;
}
@media (max-width: 767px) {
  .news .news-wrap .list-news .news-info {
    gap: 0 16px;
  }
}
.news .news-wrap .list-news .news-info .date {
  width: 90px;
  font-weight: 500;
}
.news .news-wrap .list-news .news-info .title {
  width: calc(100% - 144px);
}
@media (max-width: 767px) {
  .news .news-wrap .list-news .news-info .title {
    width: calc(100% - 106px);
  }
}
.news .news-wrap .list-news a {
  display: block;
  color: #333;
  padding: 20px 16px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .news .news-wrap .list-news a {
    padding: 16px 0;
  }
}
.news .news-wrap .list-news a:hover {
  color: #40bbd6;
}
.news .news-wrap .list-news a:hover .news-thumb img {
  transform: scale(1.1);
}
.news .news-wrap .list-news .news-thumb {
  margin-bottom: 12px;
  aspect-ratio: 1/1.414;
  overflow: hidden;
}
@media (max-width: 767px) {
  .news .news-wrap .list-news .news-thumb {
    margin-bottom: 10px;
  }
}
.news .news-wrap .list-news .news-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
}
@media (min-width: 768px) {
  .news .entry-detail {
    padding: 0 40px;
  }
}
@media (min-width: 768px) and (max-width: 1232px) {
  .news .entry-detail {
    width: 90%;
    margin: 0 auto;
  }
}
.news .entry-detail .entry-body .entry-header {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 3px solid #40bbd6;
}
@media (max-width: 767px) {
  .news .entry-detail .entry-body .entry-header {
    padding-bottom: 16px;
    border-bottom-width: 2px;
  }
}
.news .entry-detail .entry-body .entry-header::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 20px;
  height: 9px;
  background-color: #00755c;
}
@media (max-width: 767px) {
  .news .entry-detail .entry-body .entry-header::before {
    bottom: -2px;
    width: 16px;
    height: 6px;
  }
}
.news .entry-detail .entry-body .entry-header .entry-meta {
  padding-bottom: 6px;
}
@media (max-width: 767px) {
  .news .entry-detail .entry-body .entry-header .entry-meta {
    padding-bottom: 4px;
  }
}
.news .entry-detail .entry-body .entry-header .entry-meta .date {
  font-size: 14px;
  color: #00755c;
}
@media (max-width: 767px) {
  .news .entry-detail .entry-body .entry-header .entry-meta .date {
    font-size: 12px;
  }
}
.news .entry-detail .entry-body .entry-header .entry-title {
  margin-inline: 20px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .news .entry-detail .entry-body .entry-header .entry-title {
    margin-inline: 16px;
    font-size: 20px;
  }
}
.news .entry-detail .entry-body .entry-content {
  margin-top: 40px;
  word-break: break-word;
}
@media (max-width: 767px) {
  .news .entry-detail .entry-body .entry-content {
    margin-top: 32px;
  }
}
.news .entry-detail .entry-body .entry-content > h2 {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.news .entry-detail .entry-body .entry-content h2 {
  margin-block: 80px 24px;
  color: #41BCD7;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .news .entry-detail .entry-body .entry-content h2 {
    margin-block: 40px 16px;
    font-size: 20px;
  }
}
.news .entry-detail .entry-body .entry-content h2 + h3 {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.news .entry-detail .entry-body .entry-content h3 {
  margin-block: 40px 24px;
  color: #00765C;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .news .entry-detail .entry-body .entry-content h3 {
    margin-block: 32px 16px;
    font-size: 18px;
  }
}
.news .entry-detail .entry-body .entry-content h3 + h4 {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.news .entry-detail .entry-body .entry-content h4 {
  margin-block: 24px 0;
  font-size: 18px;
  font-weight: 700;
}
.news .entry-detail .entry-body .entry-content h4 + p {
  -webkit-margin-before: 0.5em;
          margin-block-start: 0.5em;
}
@media (max-width: 767px) {
  .news .entry-detail .entry-body .entry-content h4 {
    font-size: 16px;
  }
}
.news .entry-detail .entry-body .entry-content p {
  margin-block: 1.5em;
}
.news .entry-detail .entry-body .entry-content ul {
  margin-block: 1.5em;
  -webkit-padding-start: 30px;
          padding-inline-start: 30px;
}
.news .entry-detail .entry-body .entry-content ul li {
  list-style: disc;
}
.news .entry-detail .entry-body .entry-content ol {
  margin-block: 1.5em;
  -webkit-padding-start: 30px;
          padding-inline-start: 30px;
}
.news .entry-detail .entry-body .entry-content .map,
.news .entry-detail .entry-body .entry-content .youtube {
  width: 100%;
  margin-block: 1.5em;
  aspect-ratio: 16/9;
}
.news .entry-detail .entry-body .entry-content .map iframe,
.news .entry-detail .entry-body .entry-content .youtube iframe {
  width: 100%;
  height: 100%;
}
.news .entry-detail .entry-body .entry-content .img-main {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .news .entry-detail .entry-body .entry-content .img-main {
    margin-bottom: 60px;
  }
}
.news .entry-detail .entry-body .entry-content .img-main + h2, .news .entry-detail .entry-body .entry-content .img-main + h3, .news .entry-detail .entry-body .entry-content .img-main + h4, .news .entry-detail .entry-body .entry-content .img-main + p {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.news .entry-detail .entry-body .entry-content .img-yoko {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 767px) {
  .news .entry-detail .entry-body .entry-content .img-yoko {
    gap: 24px;
  }
}
.news .entry-detail .entry-body .entry-content .img-yoko figure {
  max-width: 800px;
}
.news .entry-detail .entry-body .entry-content .img-yoko2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 767px) {
  .news .entry-detail .entry-body .entry-content .img-yoko2 {
    gap: 24px;
  }
}
.news .entry-detail .entry-body .entry-content .img-yoko2 figure {
  max-width: 800px;
  width: calc((100% - 40px) / 2);
}
@media (max-width: 767px) {
  .news .entry-detail .entry-body .entry-content .img-yoko2 figure {
    width: 100%;
  }
}
.news .entry-detail .entry-body .entry-content .img-tate {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 767px) {
  .news .entry-detail .entry-body .entry-content .img-tate {
    gap: 24px;
  }
}
.news .entry-detail .entry-body .entry-content .img-tate figure {
  max-width: 640px;
}
.news .entry-detail .entry-body .entry-content .img-tate2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 767px) {
  .news .entry-detail .entry-body .entry-content .img-tate2 {
    gap: 24px;
  }
}
.news .entry-detail .entry-body .entry-content .img-tate2 figure {
  max-width: 640px;
  width: calc((100% - 40px) / 2);
}
@media (max-width: 767px) {
  .news .entry-detail .entry-body .entry-content .img-tate2 figure {
    width: 100%;
  }
}
.news .entry-detail .entry-body .entry-content figcaption {
  margin-top: 0.5em;
  font-size: 80%;
}
.news .entry-detail .entry-body .entry-content .table1 {
  margin-block: 1.5em;
}
.news .entry-detail .entry-body .entry-content .table1 dl {
  display: flex;
  flex-wrap: wrap;
}
.news .entry-detail .entry-body .entry-content .table1 dl dt {
  width: 25%;
  padding: 16px;
  border-bottom: 1px solid #CCC;
  color: #00765C;
  font-weight: 500;
}
@media (max-width: 767px) {
  .news .entry-detail .entry-body .entry-content .table1 dl dt {
    width: 100%;
    padding: 16px 8px;
    padding-bottom: 0;
    border-bottom: none;
    text-align: left;
    font-size: 16px;
  }
  .news .entry-detail .entry-body .entry-content .table1 dl dt:first-of-type {
    padding-top: 0;
  }
}
.news .entry-detail .entry-body .entry-content .table1 dl dt:last-of-type {
  border-bottom: none;
}
.news .entry-detail .entry-body .entry-content .table1 dl dd {
  width: 75%;
  padding: 16px;
  border-left: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
@media (max-width: 767px) {
  .news .entry-detail .entry-body .entry-content .table1 dl dd {
    width: 100%;
    padding: 16px 8px;
    padding-top: 0;
    border-left: none;
  }
  .news .entry-detail .entry-body .entry-content .table1 dl dd:last-of-type {
    padding-bottom: 0;
  }
}
.news .entry-detail .entry-body .entry-content .table1 dl dd:last-of-type {
  border-bottom: none;
}
.news .entry-detail .entry-body .entry-content .table1 dl dd ul,
.news .entry-detail .entry-body .entry-content .table1 dl dd ol {
  margin-block: 0;
}
.news .entry-detail .entry-body .entry-content .table1 dl dd ul + p,
.news .entry-detail .entry-body .entry-content .table1 dl dd ol + p {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}
.news .entry-detail .entry-body .entry-content .table1 dl dd p + ul, .news .entry-detail .entry-body .entry-content .table1 dl dd p + ol {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}
.news .entry-detail .entry-body .entry-content .tbl-scroll {
  overflow-x: auto;
  display: block;
  padding: 0 0 1.5em 0;
}
.news .entry-detail .entry-body .entry-content .tbl-scroll table {
  width: 100%;
  margin-block: 1.5em;
  table-layout: fixed;
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
}
@media (max-width: 767px) {
  .news .entry-detail .entry-body .entry-content .tbl-scroll table {
    min-width: 600px;
  }
}
.news .entry-detail .entry-body .entry-content .tbl-scroll table th,
.news .entry-detail .entry-body .entry-content .tbl-scroll table td {
  padding: 16px;
  border-left: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
.news .entry-detail .entry-body .entry-content .tbl-scroll table th {
  background-color: #f7f7f7;
  color: #00765C;
  font-weight: 500;
  text-align: center;
}
.news .entry-detail .entry-body .entry-content hr {
  margin-block: 5em;
}
@media (max-width: 767px) {
  .news .entry-detail .entry-body .entry-content hr {
    margin-block: 4.285em;
  }
}
.news .entry-detail .entry-body .entry-content .t-xlarge {
  font-size: 1.77em;
}
.news .entry-detail .entry-body .entry-content .t-large {
  font-size: 1.33em;
}
.news .entry-detail .entry-body .entry-content .t-small {
  font-size: 0.83em;
}
.news .entry-detail .entry-body .entry-content .t-xsmall {
  font-size: 0.67em;
}
.news .entry-detail .entry-body .event-day .date .kaisai {
  display: inline-block;
  margin-right: 1em;
  padding: 2px 16px 3px;
  background-color: #00765c;
  border-radius: 100px;
  color: #FFF;
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 767px) {
  .news .entry-detail .entry-body .event-day .date .kaisai {
    display: block;
    margin-right: 0;
    padding: 3px 12px 3px;
    font-size: 11px;
  }
}
.news .entry-detail .entry-body .event-day .eventdate_year {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 767px) {
  .news .entry-detail .entry-body .event-day .eventdate_year {
    display: block;
    padding-top: 3px;
    font-size: 14px;
    text-align: center;
  }
}
.news .entry-detail .entry-body .event-day .day {
  display: flex;
  align-items: flex-end;
  gap: 0 8px;
  margin: 8px 0 0 20px;
}
@media (max-width: 767px) {
  .news .entry-detail .entry-body .event-day .day {
    gap: 0 6px;
    margin: 0;
  }
}
.news .entry-detail .entry-body .event-day .day .eventdate_month {
  color: #40bbd6;
  font-family: "Roboto", sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 767px) {
  .news .entry-detail .entry-body .event-day .day .eventdate_month {
    font-size: 38px;
  }
}
.news .entry-detail .entry-body .event-day .day .eventdate_youbi {
  display: flex;
  justify-content: center;
  align-items: center;
}
.news .entry-detail .entry-body .event-day .day .eventdate_youbi span {
  display: inline-block;
  margin-bottom: 8px;
  padding-inline: 6px;
  color: #FFF;
  font-size: 20px;
  background-color: #40bbd6;
  border-radius: 100px;
}
@media (max-width: 767px) {
  .news .entry-detail .entry-body .event-day .day .eventdate_youbi span {
    margin-bottom: 6px;
    padding: 4px 4px 5px;
    font-size: 12px;
    line-height: 1;
  }
}
.news .entry-detail .entry-body .entry-image {
  max-width: 66.6666666667%;
  margin: 40px auto 0;
  margin-top: 40px;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .news .entry-detail .entry-body .entry-image {
    margin: 32px auto 0;
  }
}
@media (max-width: 425px) {
  .news .entry-detail .entry-body .entry-image {
    max-width: none;
    width: 100%;
  }
}
.news .entry-detail .entry-body .entry-image img {
  max-width: 1120px;
  width: 100%;
  max-height: 1584px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.news .entry-detail .entry-body .data-detail {
  display: flex;
  flex-wrap: wrap;
  background-color: #FFF;
  border: 8px solid #EEE;
  padding: 16px;
}
@media (max-width: 767px) {
  .news .entry-detail .entry-body .data-detail {
    border-width: 6px;
  }
}
.news .entry-detail .entry-body .data-detail dt {
  width: 25%;
  padding: 14px 16px;
  border-bottom: 1px solid #CCC;
}
@media (max-width: 767px) {
  .news .entry-detail .entry-body .data-detail dt {
    width: 100%;
    padding: 14px 0 8px;
    border-bottom: none;
    font-size: 16px;
  }
  .news .entry-detail .entry-body .data-detail dt:first-of-type {
    padding-top: 0;
  }
}
.news .entry-detail .entry-body .data-detail dt:last-of-type {
  border-bottom: none;
}
.news .entry-detail .entry-body .data-detail dt span {
  display: block;
  background-color: #40bbd6;
  color: #FFF;
  font-weight: 500;
  padding: 2px 24px;
}
@media (max-width: 767px) {
  .news .entry-detail .entry-body .data-detail dt span {
    display: inline-block;
    padding: 2px 16px;
  }
}
.news .entry-detail .entry-body .data-detail dd {
  width: 75%;
  padding: 16px;
  border-left: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
@media (max-width: 767px) {
  .news .entry-detail .entry-body .data-detail dd {
    width: 100%;
    padding: 0 0 16px;
    border-left: none;
  }
}
.news .entry-detail .entry-body .data-detail dd:last-of-type {
  border-bottom: none;
}
.news .entry-detail .entry-body .data-detail dd p,
.news .entry-detail .entry-body .data-detail dd ul,
.news .entry-detail .entry-body .data-detail dd ol {
  margin-block: 0;
}
.news .entry-detail .entry-body .data-detail dd p + p,
.news .entry-detail .entry-body .data-detail dd ul + p,
.news .entry-detail .entry-body .data-detail dd ol + p {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}
.news .entry-detail .entry-body .data-detail dd p + ul, .news .entry-detail .entry-body .data-detail dd p + ol {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}
@media (min-width: 768px) {
  .news .schedule-detail .entry-header {
    display: flex;
    gap: 0 32px;
    align-items: center;
  }
  .news .schedule-detail .entry-header .event-day {
    width: 205px;
    margin-block: 0;
  }
  .news .schedule-detail .entry-header .entry-title {
    width: calc(100% - 32px);
  }
}
@media (max-width: 767px) {
  .news .schedule-detail .event-day {
    display: flex;
    align-items: flex-start;
    gap: 0 12px;
    margin-bottom: 8px;
  }
}
.news .schedule-detail .btn {
  padding-top: 44px;
  text-align: center;
}

.page .news .news-footer {
  margin-top: 160px;
  padding-bottom: 160px;
  background-color: #f3f3f3;
}
@media (max-width: 767px) {
  .page .news .news-footer {
    margin-top: 100px;
    padding-bottom: 100px;
  }
}
.page .news .news-wrap .heading02 {
  font-size: 34px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .page .news .news-wrap .heading02 {
    font-size: 26px;
  }
}
.page .news .news-wrap .btn {
  padding-top: 44px;
  text-align: center;
}

/* 404
-----------------------------------*/
.notfound .heading-main .heading01 h1 {
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  line-height: 1.3;
}
.notfound .inner {
  text-align: center;
}
.notfound .inner .btn {
  margin-top: 44px;
}
/*# sourceMappingURL=contents.css.map */