@charset "UTF-8";
/*==================================
  General - 共通
==================================*/
.p-index-hr {
  margin: 80px auto;
  border-color: #e85369;
}

@media only screen and (max-width: 767px) {
  .p-index-hr {
    margin: 40px auto;
  }
}
.p-index-pattern {
  position: relative;
}
.p-index-pattern::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 64/13;
  background: url(/assets/images/index/pattern.svg) no-repeat center/cover;
}
.p-index-pattern > * {
  position: relative;
}

/*==================================
  Title - 見出し
==================================*/
.p-index-title_p1 {
  font-family: "Zen Old Mincho", serif;
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
}
.p-index-title_p2 {
  font-size: 2.6rem;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .p-index-title_p1 {
    font-size: 3rem;
  }
  .p-index-title_p2 {
    font-size: 2rem;
  }
}
/*==================================
  mainVisual - メインビジュアル
==================================*/
.p-index-mv_inner {
  padding-top: 60px;
}

@media only screen and (max-width: 767px) {
  .p-index-mv_inner {
    padding-top: 30px;
  }
}

/* Splide Adjustment */
.c-splide_image .splide__slide a {
  display: block;
}
.c-splide_image .splide__slide a:hover img {
  opacity: 1;
}
.c-splide_arrow {
  background: transparent;
  border-radius: 0;
}
.c-splide_arrow svg {
  fill: #e85369;
  height: 2.2em;
  width: 2.2em;
}
.c-splide_arrow--prev {
  left: 11%;
}
.c-splide_arrow--next {
  right: 11%;
}
.c-splide_control {
  margin-top: 0.6em;
  display: flex;
  justify-content: flex-end;
  margin-right: 2em;
}
.c-splide_pagination {
  position: initial;
  gap: 0.8em;
}
.c-splide_pagination .splide__pagination__page {
  background: #fff;
  box-shadow: 0 0 4px rgba(61, 61, 61, 0.7);
}
.c-splide_pagination .splide__pagination__page.is-active {
  background: #c8141d;
}
.c-splide_toggle .splide__toggle {
  background: #c8141d;
  border-radius: 9999px;
  color: #fff;
  padding: 0 0.8em;
  position: relative;
  font-weight: 700;
  font-size: 90%;
}
.c-splide_toggle .splide__toggle.is-active > span::before {
  background: url(/assets/images/common/i_pause.svg) no-repeat center/cover;
}
.c-splide_toggle .splide__toggle > span {
  padding-left: 1.5em;
  position: relative;
}
.c-splide_toggle .splide__toggle > span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background: url(/assets/images/common/i_play.svg) no-repeat center/cover;
}

/*==================================
  Notice - 重要なお知らせ
==================================*/
.p-index-notice_def {
  border: 4px solid #e85369;
  padding: 40px;
}
.p-index-notice_head {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
}
.p-index-notice_body {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .p-index-notice_def {
    padding: 20px;
  }
  .p-index-notice_head {
    font-size: 2.2rem;
  }
  .p-index-notice_body {
    margin-top: 10px;
  }
}

.c-lineList--sim .c-lineList_item::before {
  background: #e85369;
}

/*==================================
  News - 新着情報
==================================*/
.p-index-news_inner {
  background: url(/assets/images/index/bg_image.jpg) no-repeat bottom center/cover;
}
.p-index-news_rss {
  text-align: right;
  margin-bottom: 10px;
}
.p-index-news_rss > a {
  display: inline-block;
  text-decoration: none;
  background: #c8141d;
  border-radius: 9999px;
  color: #fff;
  font-weight: 700;
  padding: 0 1em;
}
.p-index-news_rss-icon {
  position: relative;
  padding-left: 1.4em;
}
.p-index-news_rss-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background: url(/assets/images/index/rss.svg) no-repeat center/cover;
}
.p-index-news_frame {
  background: #fff;
  padding: 40px;
}
.p-index-news_event {
  border-bottom: 1px solid #d8d8d8;
}
.p-index-news_event .p-eventList {
  gap: 0;
}
.p-index-news_event .p-eventList > li {
  padding: 20px 0;
  border-top: 1px solid #d8d8d8;
}

@media only screen and (max-width: 767px) {
  .p-index-news_frame {
    padding: 20px;
  }
}
/* topNews - 高さ固定 */
.p-news-list--hFix {
  height: 370px;
  overflow-y: auto;
  margin-bottom: 0;
}

/*==================================
  search - サイト内検索
==================================*/
.p-index-search_inner {
  padding-bottom: 200px;
  position: relative;
}
.p-index-search_inner::before {
  content: "";
  background: url(/assets/images/index/deco_clip.png) no-repeat center/cover;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50vw;
  max-width: 500px;
  aspect-ratio: 407/65;
}
.p-index-search_unit {
  display: flex;
  gap: 0 40px;
}
.p-index-search_unit-6w {
  width: 60%;
}
.p-index-search_unit-4w {
  width: 40%;
}
.p-index-search_box {
  border: 2px solid #e85369;
  height: 48px;
}
.p-index-search_cse {
  padding: 0 6px;
  display: grid;
  place-content: center stretch;
}
.p-index-search_num form {
  width: 100%;
  height: 100%;
  position: relative;
}
.p-index-search_num form input {
  width: calc(100% - 4em);
  height: 100%;
  padding: 0 1em;
  text-align: left;
  background: #fff;
  margin-right: 4em;
  border: 1px solid transparent;
}
.p-index-search_num form button {
  width: 4em;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  background: #f0b9bc;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .p-index-search_inner {
    padding-bottom: 100px;
  }
  .p-index-search_unit {
    flex-direction: column;
  }
  .p-index-search_unit-6w {
    width: 100%;
  }
  .p-index-search_unit-4w {
    width: 100%;
    margin-top: 20px;
  }
  .p-index-search_cse {
    height: auto;
  }
}
/* adjustment */
.gsc-input-box {
  border-color: transparent !important;
  background: transparent !important;
}

form.gsc-search-box {
  margin-bottom: 0 !important;
}

table.gsc-search-box {
  margin-bottom: 0 !important;
}

/*
 	purpose
====================================*/
/* top-only */
@media only screen and (min-width: 1200px) {
  .p-index-purpose_list {
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
  }
  .p-index-purpose_list li > a {
    text-align: center;
  }
  .p-index-purpose_list li > a [class^=purpose] {
    padding-top: 100px;
    letter-spacing: 0.1em;
  }
  .p-index-purpose_list li > a [class^=purpose]::before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
  }
}
/*==================================
  information - ご案内
==================================*/
.p-index-info_link-btn a {
  background: #fff;
  border: 2px solid #e85369;
  font-weight: 700;
  padding: 20px;
}
.p-index-info_link-btn a > span {
  display: inline-block;
  padding-left: calc(2.2em + 20px);
  position: relative;
}
.p-index-info_link-btn a > span::before {
  content: "";
  position: absolute;
  top: -0.2em;
  left: 0;
  width: 2.2em;
  aspect-ratio: 1/1;
}

.info01::before {
  background: url(/assets/images/index/info01.svg) no-repeat center/cover;
}

.info02::before {
  background: url(/assets/images/index/info02.svg) no-repeat center/cover;
}

.info03::before {
  background: url(/assets/images/index/info03.svg) no-repeat center/cover;
}

/*==================================
  Adsense - 広告
==================================*/
/*==================================
  Social - 公式SNS
==================================*/
.p-index-social_unit {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
.p-index-social_unit a {
  width: 84%;
  margin: 0 auto;
}
.p-index-social_unit a:hover .p-index-social_icon::before {
  box-shadow: 0 0px 6px #6a6a6a;
}
.p-index-social_icon {
  position: relative;
  display: block;
  font-weight: 700;
  height: 100%;
  padding-top: calc(100% + 1em);
}
.p-index-social_icon::before {
  content: "";
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 0px 6px #d8d8d8;
  transition: 0.5s;
}
.p-index-social_icon-line::before {
  background: #fff url(/assets/images/common/s_line.svg) no-repeat center/36%;
}
.p-index-social_icon-twitter::before {
  background: #fff url(/assets/images/common/s_twitter.svg) no-repeat center/36%;
}
.p-index-social_icon-instagram::before {
  background: #fff url(/assets/images/common/s_instagram.svg) no-repeat center/36%;
}
.p-index-social_icon-facebook::before {
  background: #fff url(/assets/images/common/s_facebook.svg) no-repeat center/36%;
}
.p-index-social_icon-youtube::before {
  background: #fff url(/assets/images/common/s_youtube.svg) no-repeat center/36%;
}

/*==================================
  About - 村について
==================================*/
.p-index-about_inner {
  width: 100%;
  position: relative;
  min-height: 646px;
  padding: 0 calc(50% + 20px) 0 0;
}
.p-index-about_inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: -120px;
  width: calc(50% + 100px);
  aspect-ratio: 20/19;
  background: url(/assets/images/index/map.png) no-repeat center/cover;
}
.p-index-about_list {
  display: grid;
  gap: 20px;
}
.p-index-about_list .c-btn {
  max-width: none;
}

@media only screen and (max-width: 1199px) {
  .p-index-about_inner {
    min-height: auto;
    padding: calc(50% + 120px) 0 0;
  }
  .p-index-about_inner::before {
    right: 50%;
    transform: translateX(50%);
  }
}
/*
 	population
====================================*/
.p-index-pop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 120px;
  line-height: 1.4;
}
.p-index-pop_heading {
  flex-shrink: 0;
  position: relative;
  padding-left: 100px;
}
.p-index-pop_heading::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 0;
  height: 80%;
  aspect-ratio: 23/14;
  background: url(/assets/images/index/ic_stats.svg) no-repeat center/cover;
}
.p-index-pop_detail {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.p-index-pop_detail > li {
  width: 25%;
}
.p-index-pop_status {
  text-align: center;
}
.p-index-pop_status > dt {
  font-weight: 400;
}
.p-index-pop_status-num {
  font-size: 4rem;
  font-weight: 700;
  display: inline-block;
  margin-right: 0.1em;
}

@media only screen and (max-width: 1199px) {
  .p-index-pop {
    flex-direction: column;
    gap: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-index-pop {
    align-items: center;
    gap: 20px 0;
  }
  .p-index-pop_detail {
    width: auto;
    display: grid;
  }
  .p-index-pop_detail > li {
    width: auto;
  }
  .p-index-pop_status {
    text-align: left;
    display: flex;
    align-items: center;
    gap: 0 20px;
  }
  .p-index-pop_status > dt {
    width: 6em;
    flex-shrink: 0;
  }
  .p-index-pop_status-num {
    font-size: 3.4rem;
  }
}
/*==================================
  link - 関連リンク
==================================*/
.p-index-link_list {
  gap: 20px;
}

@media only screen and (max-width: 767px) {
  .p-index-link_list {
    gap: 10px;
  }
}