/* イベント一覧ショートコード用 */
.event_thanks {
  color: #fff !important;
}

.top_event_wrapper .eventList-container {
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 10px;
}

.custom-next-button {
  position: absolute;
  background-image: url("https://www.npo-tashizan.jp/wp-content/uploads/handle_right.png");
  background-size: cover;
  width: 60px;
  height: 60px;
  top: 58%;
  right: 0;
}

/* 独自画像は残し、Swiper標準の三角形だけを消す */
.swiper-navigation-icon {
  content: none !important;
  display: none !important;
}

.eventList {
  display: inline-block;
  padding: 0;
  margin: 0;
}

.eventList_item {
  display: inline-block;
  width: 160px;
  margin-right: 10px;
  text-align: center;
}

.event_card_maplink {
  width: 155px;
  background: #e5007f;
  margin: 8px auto 10px auto;
  padding: 2px 0 4px 0;
  font-size: 15px;
  letter-spacing: -4px;
  color: #fff;
  border-radius: 50vh;
  border: #ffd2ed 3px solid;
  box-shadow: 1px 3px 3px #333;
}

/* イベント一覧スライドアイテム */
.top_event_wrapper .swiper-container-wrapper {
  overflow: hidden;
}


/* 画像＆ボタン重ね設定 */
.ImgBtnWrapper {
  position: relative;
  width: 100vw;
  max-width: 500px;
  margin: 0 auto;
}

.ImgBtn_img {
  width: 95%;
  max-width: 500px;
}

.ImgBtnWrapper .gaiyou_p {
  display: block;
  position: absolute;
  top: 8.8%;
  left: 50%;
  font-size: 1.3rem;
  transform: translate(-50%, -50%);
  letter-spacing: -0.08em;
  white-space: nowrap;
}

.ImgBtnWrapper .gaiyou_p p {
  margin-bottom: 10px !important;
  line-height: 1.2;
}

.ImgBtnWrapper .gaiyou_list {
  position: absolute;
  top: 41.5%;
  left: 48%;
  font-size: 1.2rem;
  transform: translate(-50%, -50%);
  letter-spacing: -0.08em;
  white-space: nowrap;
}

.ImgBtnWrapper .gaiyou_list p {
  margin-bottom: 10px !important;
}

.ImgBtn_btn_about {
  position: absolute;
  bottom: 4.2%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 80vw;
  max-width: 400px;
}

.houhou_p {
  position: absolute;
  top: 23%;
  left: 50%;
  font-size: 1.2rem;
  font-weight: bold;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  font-feature-settings: "palt";
}

.ImgBtn_btn_entry {
  position: absolute;
  bottom: 13%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 80vw;
  max-width: 400px;
}

.ImgBtn_btn_entry p a {
  color: #000 !important;
  border-bottom: #000 1px dotted;
}

.ImgBtn_btn_play {
  position: absolute;
  bottom: 56.5%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 80vw;
  max-width: 400px;
}

.ImgBtn_btn_ig {
  position: absolute;
  top: 27.9%;
  left: 49%;
  transform: translate(-50%, 0%);
  width: 70% !important;
  min-width: 0px !important;
}

.ImgBtn_btn_faq {
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 80vw;
  max-width: 400px;
}

/* カスタム投稿全般 */
.section {
  width: 100%;
  min-height: 50vh;
  margin: 0 auto;
}

.section_header {
  width: 95%;
  max-width: 500px;
  margin: 0 auto;
  padding-top: 15px;
}

.section_inner {
  width: 100%;
  max-width: 750px;
  margin: auto;
}

.footer1 {
  color: #fff;
}

.footer1 h2 {
  margin-top: 15px;
}

/* イベント一覧 */
.event_top_entry {
  padding-top: 25px;
}

.section-eventList ul.eventList {
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 20px;
  padding: 10px;
  margin: 0 auto;
  max-width: 800px;
  box-sizing: border-box;
}

ul.eventList .eventList_item {
  text-align: center;
  margin: 0 auto;
}

.kenmei {
  font-size: 15px !important;
  font-weight: 500;
}

@media screen and (max-width: 781px) {
  .kenmei {
    text-align: center;
  }
}

.noEvent {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}

/* 新着情報一覧 */
.news-archive {
  padding: 20px 0;
}

/* コンテナ */
.news-archive .container {
  width: 95%;
  max-width: 500px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.85);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

/* タイトル */
.archive-title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

/* ニュースリスト */
.news-archive .news-list {
  list-style: none;
  padding: 0;
  margin: 0;
  background: none !important;
}

.news-archive .news-item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.news-archive .news_date {
  font-size: 14px;
  color: #aa1bff;
  width: 120px;
  flex-shrink: 0;
  margin-top: 5px;
}

.news-archive .news_title {
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-archive.news-list .news_title a {
  text-decoration: none;
}

.news_title a:hover {
  opacity: 0.7;
  color: gray;
}

/* ページネーション */
.news-pagination {
  text-align: center;
  margin-top: 20px;
}

.news-pagination a,
.news-pagination span {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 5px;
  text-decoration: none;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.news-pagination a:hover {
  background-color: #f87474;
  color: #fff;
}

.news-pagination .current {
  background-color: #f87474;
  color: #fff;
  border-color: #f87474;
}

/* 新着情報がない場合 */
.no-news {
  text-align: center;
  color: #999;
  font-size: 16px;
}

/* ーーーーーーーーーーーーーーー */
/* イベントカード */
/* ーーーーーーーーーーーーーーー */

.event_card {
  position: relative;
  background: url("https://www.npo-tashizan.jp/wp-content/uploads/event_card.png") no-repeat center center;
  background-size: cover;
  box-sizing: border-box;
  width: 160px;
  height: 210px;
  margin: 0 auto;
  --event_panel-padding: 7px;
  --event_panel-inner-size: 8px;
  padding-top: var(--event_panel-padding);
  border-radius: calc(var(--event_panel-inner-size) + var(--event_panel-padding));
  overflow: hidden;
  /* 余分な要素を隠す */
}

.link_over {
  position: absolute;
  width: 155px;
  height: 200px !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.event_title {
  color: #000;
  background: rgba(255, 255, 255, 0.85);
  height: 90px;
  margin: 0 auto;
  width: 145px;
  padding: 12px 5px;
  border-radius: var(--event_panel-inner-size);
}

.event_title p {
  display: inline-block;
  font-family: "tyranno";
  font-size: 16px;
}

.event_card_pre {
  margin: 0 0 5px !important;
  padding: 0 20px;
  border-radius: 50vh;
  color: #fff;
  background: #025e4c;
  line-height: 1.5;
}

.event_card_park {
  margin: 0 auto;
  line-height: 1.2;
  color: #025e4c;
  text-align: center;
  align-items: center;
}

.event_date {
  display: table;
  height: 108px;
  margin: 0 auto;
  color: #fff;
}

.event_date p {
  margin: 0;
  padding: 0px 5px;
  display: table-cell;
  vertical-align: middle;
  text-align: justify !important;
  font-weight: 600;
  line-height: 1.5;
  font-size: 14.5px !important;
}

/* ーーーーーーーーーーーーーーー */
/* イベント絞り込み */
/* ーーーーーーーーーーーーーーー */
/* 絞り込みフォーム全体 */
.filter-form {
  text-align: center;
  margin: 20px auto;
  padding: 10px;
  background: linear-gradient(135deg, #ffffff, #e8ddff);
  border: 3px solid #aa1bff;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  width: 95%;
  max-width: 450px;
}

/* セレクトボックスのスタイル */
.filter-form select {
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  background-color: #aa1bff;
  border: 2px solid #6d12a1;
  border-radius: 10px;
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  /* セレクトボックスをフォーム幅に合わせる */
}

/* セレクトボックスのホバー・フォーカス */
.filter-form select:hover,
.filter-form select:focus {
  background-color: #c389ff;
  border-color: #8925d4;
  /*   transform: scale(1.05); */
}

/* ドロップダウン矢印の追加 */
.filter-form {
  position: relative;
}

.filter-form::after {
  content: "▼";
  color: #fff;
  font-size: 14px;
  position: absolute;
  right: 35px;
  top: 30px;
  transform: translateY(-50%);
  pointer-events: none;
  /* クリック無効 */
}

/* オプションリスト */
.filter-form select option {
  background: #fff;
  color: #333;
  font-weight: normal;
}

/* 注意書きのスタイル */
.form_warning {
  font-weight: 600;
  font-size: 12px;
  line-height: 0.1;
  color: red;
}

/* ーーーーーーーーーーーーーーー */
/* イベント詳細 */
/* ーーーーーーーーーーーーーーー */
.section-eventList {
  width: 100%;
  margin: 0 auto;
  padding-top: 15px;
}

.section-event {
  width: 100%;
  margin: 0 auto;
  padding-top: 15px;
}

.section-event .section_inner {
  background: rgba(241, 241, 241);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.9);
  width: 95%;
  max-width: 500px;
}

.section-event .eventHeading,
.section-eventList .eventHeading {
  text-align: center;
  line-height: 1.5;
  color: #fff;
  font-size: 2.3rem;
  margin-bottom: 20px;
}

.section-event .eventHeading {
  text-shadow: 0 3px 4px rgba(0, 0, 0, 0.9);
}

.section_header {
  text-align: center;
}

.section-event .section_header {
  font-size: 1.2em;
  background: #aa1bff;
  padding: 20px 0 10px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 0 0 34px 0 !important;
  width: 100% !important;
}

.single_event_wrapper {
  padding-bottom: 5px;
  text-align: justify;
}

.eventHeading {
  position: relative;
  color: #4d9bc1;
  z-index: 1;
}

.prefecture {
  display: inline-block;
  font-family: "tyranno";
  font-size: 18px;
  line-height: 2;
  color: #fff;
  padding: 0 30px;
  border-radius: 50vh;
  background: #510787;
}

.hunter_map {
  width: 95%;
  max-width: 450px;
  margin: 0 auto;
}

.hunter_map p {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

.receptionBox {
  margin: 0 auto;
  text-align: center;
}

.detailInner {
  display: flex;
  max-width: 450px;
  padding-bottom: 10px;
}

.eventLabel {
  font-family: "tyranno";
  display: inline-block;
  margin: 0 5px;
  width: 100px;
  height: 30px;
  text-align: center;
  line-height: 1.8;
  border-radius: 100vh;
  background: #13d0af;
  color: #fff;
}

.detailInner p {
  padding-top: 3px;
  margin-bottom: 0px;
}

.receptionLink {
  color: #000;
  border-bottom: #000 1px dotted;
}

.receptionLink:hover {
  color: gray;
  border-bottom: gray 1px dotted;
}

.receptionImg {
  margin: 0 auto;
  text-align: center;
}

.receptionImg img {
  width: 95%;
  max-width: 450px;
  height: auto;
  border: #cccccc 3px solid;
}

.questionBox {
  margin: 15px auto;
  padding: 5px 10px;
  width: 95%;
  max-width: 450px;
  background-color: #fff;
  border-radius: 12px;
}

.section-event .questionBox {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.questionTitle {
  margin: 0 auto;
  color: #aa1bff;
  text-align: center;
  font-size: 18px;
  line-height: 3;
  border-bottom: #aa1bff 2px solid;
}

.questionBox p {
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 10px 0;
  font-weight: 500;
}

.detailBox {
  width: fit-content;
  max-width: 95%;
  margin: 0 auto;
  color: #000 !important;
  font-weight: 500;
}

.noteField {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
  padding-bottom: 10px;
}

.noteField p {
  text-align: left;
}

.noteField p a {
  color: #59b9c6;
}

/* ハンターマップ一覧 */
.hunter-map-list a {
  margin-bottom: 40px;
}

/* お知らせ */
.section-infoBody {
  width: 95%;
  max-width: 500px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.infoTitle {
  display: inline-block;
  font-size: 24px;
  text-align: left;
  margin: 0 auto 20px;
  color: #333;
}

.infoBox {
  margin: 0 auto;
  width: 100% !important;
}

.infoBox p {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 15px;
}

.infoBox a {
  border-bottom: 1px dotted;
}

.infoBox a[href^="http"]:after,
.infoBox a[href^="//"]:after {
  margin: 0 0 0 3px;
  font-family: "Font Awesome 5 Free";
  content: '\f35d';
  font-weight: 900;
}

.infoBox a[href^="https://www.rectus.co.jp/"]:after {
  margin: inherit;
  font-family: inherit;
  content: '';
  font-weight: inherit;
}