@charset "UTF-8";
/*==================================
  General - 共通
==================================*/
.l-footer {
  margin-top: 0;
}

/* 内枠 */
.l-inner {
  max-width: 1640px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

/* 共通 */
.u-bgBeige {
  background: #f2f2e6;
  color: #3a423a;
}

/* 白枠 */
.p-index-whbox {
  background: #fff;
  color: #3a423a;
  border-radius: 2em;
  padding: 40px;
}

@media only screen and (max-width: 767px) {
  .p-index-whbox {
    padding: 20px;
  }
}
/* キャプション */
.p-index-caption__top figcaption {
  margin-bottom: 0.3em;
}
.p-index-caption__bottom figcaption {
  margin-top: 0.3em;
}

/*==================================
  Title - 見出し
==================================*/
.p-index-title_p1 {
  font-size: 3.6rem;
  font-weight: 700;
  color: #197d41;
  text-align: center;
  position: relative;
  padding-bottom: 1.2em;
}
.p-index-title_p1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1em;
  height: 1em;
  background: url(/assets/images/common/pine.svg) no-repeat center/cover;
}
.p-index-title_p2 {
  font-size: 2.6rem;
  font-weight: 700;
}
.p-index-title_p1--rev,
.p-index-title_p2--rev {
  color: #fff;
}

@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 {
  margin-top: 20px;
  position: relative;
}
.p-index-mv_list img {
  height: 74vh;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 2em;
}
.p-index-mv_list a:hover img {
  opacity: 1;
}
.p-index-mv_catch {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-index-mv_catch img {
  width: 46vw;
  max-width: 260px;
  height: auto;
  filter: drop-shadow(0px 2px 3px rgba(61, 61, 61, 0.7));
}

@media only screen and (max-width: 1199px) {
  .p-index-mv_catch img {
    max-height: 50vh;
  }
}
/* Splide Adjustment */
.c-splide_image {
  position: relative;
}
.c-splide_image picture img {
  height: 74vh;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 2em;
}
.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: #197d41;
  height: 2.2em;
  width: 2.2em;
}
.c-splide_control {
  margin-top: 0.6em;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  bottom: 2em;
  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);
  opacity: 0.6;
}
.c-splide_pagination .splide__pagination__page.is-active {
  background: #db1f20;
}
.c-splide_toggle .splide__toggle {
  /* background: #db1f20;
  border-radius: 0.3em;
  color: #fff;
  line-height: 1;
  padding: 0.6em 0.4em;
  position: relative;
  font-weight: 700;
  font-size: 90%; */
}
.c-splide_toggle .splide__toggle:hover {
  opacity: 1;
}
.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 {  
  position: relative;
  background: #db1f20;
  border-radius: 0.3em;
  color: #fff;
  line-height: 1;
  padding: 2.2em 0.4em 0.6em;
  font-weight: 700;
  font-size: 90%;
  writing-mode: vertical-rl;
  height: max-content;
}
.c-splide_toggle .splide__toggle > span::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 50%;
  transform: translateX(-50%);
  width: 1em;
  height: 1em;
  background: url(/assets/images/common/i_play.svg) no-repeat center/cover;
}

@media only screen and (max-width: 767px) {
  .c-splide_control {
    bottom: 1em;
    right: 1em;
  }
}
/*==================================
  Notice - 注目記事
==================================*/
.p-index-notice_def {
  background: #fff;
  border: 2px solid #197d41;
  border-radius: 2em;
  padding: 40px;
}
.p-index-notice_head {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .p-index-notice_def {
    padding: 20px;
  }
  .p-index-notice_head {
    font-size: 2.2rem;
  }
}
/*==================================
  Search - 情報を探す
==================================*/
.p-index-purpose_inner {
  background: #197d41;
  border-radius: 2em;
  padding: 60px;
}

/* top-only */
@media only screen and (min-width: 1200px) {
  .p-index-purpose_list {
    grid-template-columns: repeat(4, 1fr);
  }
  .p-index-purpose_list li > a {
    text-align: center;
  }
  .p-index-purpose_list li > a [class^="purpose"] {
    padding-bottom: 130px;
    letter-spacing: 0.1em;
  }
  .p-index-purpose_list li > a [class^="purpose"]::before {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 120px;
  }
}
.p-index-searchbox_inner {
  display: flex;
  gap: 0 40px;
}
.p-index-searchbox_w60 {
  width: 60%;
}
.p-index-searchbox_w40 {
  width: 40%;
}
.p-index-searchbox_frame {
  background: #fff;
  border-radius: 10px;
  height: 48px;
}
.p-index-searchbox_cse {
  padding: 0 6px;
  display: grid;
  place-content: center stretch;
}
.p-index-searchbox_num form {
  width: 100%;
  height: 100%;
  position: relative;
}
.p-index-searchbox_num form input {
  width: calc(100% - 4.6em);
  height: 100%;
  padding: 0 1em;
  text-align: left;
  background: #fff;
  border-radius: 10px 0 0 10px;
  margin-right: 4.6em;
  border: 1px solid transparent;
}
.p-index-searchbox_num form button {
  width: 4.6em;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  background: #197d41;
  border-radius: 0 10px 10px 0;
  color: #fff;
  font-weight: 700;
}

/* 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;
}

.p-index-keyword_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.p-index-keyword_list > li a {
  display: block;
  text-decoration: none;
  background: #197d41;
  border-radius: 9999px;
  color: #fff;
  padding: 2px 1.2em;
}

@media only screen and (max-width: 1199px) {
  .p-index-purpose_inner {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .p-index-searchbox_inner {
    flex-direction: column;
  }
  .p-index-searchbox_w60 {
    width: 100%;
  }
  .p-index-searchbox_w40 {
    width: 100%;
    margin-top: 20px;
  }
  .p-index-searchbox_cse {
    height: auto;
  }
  .p-index-keyword_list {
    gap: 10px 20px;
  }
}
/*==================================
  Outside - 町外向けバナー
==================================*/
.p-index-outside_list {
  display: flex;
}
.p-index-outside_list > li {
  flex: 1;
}
.p-index-outside_list > li > a {
  display: block;
  text-decoration: none;
}
.p-index-outside_list figure figcaption {
  font-size: 2rem;
  font-weight: 700;
  color: #3a423a;
  text-align: center;
  margin-bottom: 0.5em;
}

@media only screen and (max-width: 767px) {
  .p-index-outside_list {
    flex-direction: column;
    gap: 20px;
  }
  .p-index-outside_list figure figcaption {
    font-size: 1.8rem;
  }
}
/*==================================
  News - 新着情報
==================================*/
.p-index-news_rss {
  text-align: right;
  margin-bottom: 10px;
}
.p-index-news_rss > a {
  display: inline-block;
  text-decoration: none;
  background: #bfdb6f;
  border-radius: 9999px;
  color: #3a423a;
  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;
}

/*==================================
  About - 村について
==================================*/
.p-index-about_inner {
  background: #197d41;
  border-radius: 2em;
  color: #fff;
  padding: 80px;
}
.p-index-about_map {
  position: relative;
  padding-right: calc(56% + 40px);
}
.p-index-about_map::before {
  content: "";
  position: absolute;
  top: 0;
  right: -60px;
  width: 56%;
  aspect-ratio: 31/34;
  background: url(/assets/images/index/map.svg) no-repeat center/cover, url(/assets/images/index/map_bird.png) no-repeat center/cover;
}
.p-index-about_unit {
  display: flex;
  gap: 40px;
}
.p-index-about_unit > * {
  flex: 1;
}
.p-index-about_arrow-list {
  display: flex;
  gap: 40px;
}
.p-index-about_arrow-list a {
  text-decoration: none;
  color: inherit;
}
.p-index-about_arrow-list figure img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-index-about_arrow-list figure figcaption {
  font-weight: 700;
  margin-top: 0.3em;
  position: relative;
  padding-left: 1.7em;
}
.p-index-about_arrow-list figure figcaption::before {
  content: "";
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 1.2em;
  height: 1.2em;
  background: #bfdb6f;
  border-radius: 50%;
}
.p-index-about_arrow-list figure figcaption::after {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0.3em;
  width: 0.4em;
  height: 0.4em;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}
.p-index-about_link-btn a {
  padding: 1.2em;
  background: #197d41;
  border-radius: 1.6em;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.p-index-pop_flex {
  display: flex;
  align-items: center;
  gap: 20px;
  line-height: 1.6;
}
.p-index-pop_ttl {
  display: inline-block;
  background: #0d411d;
  border-radius: 10px;
  padding: 4px 1em;
}
.p-index-pop_num > span {
  display: inline-block;
  font-size: 280%;
  font-weight: 700;
  margin-right: 0.1em;
  letter-spacing: 0;
}
.p-index-pop_gender-ttl ::after {
  content: "：";
}
.p-index-pop_gender-ppl {
  display: inline-block;
  font-size: 160%;
  font-weight: 700;
  margin-right: 0.1em;
  letter-spacing: 0;
}

@media only screen and (max-width: 1199px) {
  .p-index-about_inner {
    padding: 60px 40px;
  }
  .p-index-about_map {
    padding-right: 0;
    padding-top: calc(86vw - 80px);
  }
  .p-index-about_map::before {
    top: 0;
    right: 50%;
    transform: translateX(50%);
    width: 86%;
  }
  .p-index-about_unit {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .p-index-about_inner {
    padding: 40px 0;
  }
  .p-index-about_map {
    padding-top: calc(100vw - 80px);
  }
  .p-index-about_unit {
    gap: 20px;
  }
  .p-index-about_arrow-list {
    gap: 20px;
  }
  .p-index-pop_flex {
    gap: 10px;
  }
  .p-index-pop_status {
    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;
  }
}
/*==================================
  Social - 公式SNS
==================================*/
.p-index-social_unit {
  display: flex;
  gap: 60px;
}
.p-index-social_unit > * {
  flex: 1;
}
.p-index-social_movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 0 auto;
}
.p-index-social_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-index-social_movie-detail {
  padding-top: 80px;
  position: relative;
}
.p-index-social_movie-detail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  max-width: 200px;
  aspect-ratio: 40/9;
  background: url(/assets/images/index/youtube.svg) no-repeat center/cover;
}
.p-index-social_button a {
  background: #fff;
  border-radius: 2em;
  padding: 1.4em;
  font-weight: 700;
}
.p-index-social_button a span {
  display: inline-block;
  position: relative;
  padding-left: calc(60px + 1em);
}
.p-index-social_button a span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
}
.p-index-social_button--instagram::before {
  background: url(/assets/images/common/s_instagram.svg) no-repeat center/cover;
}
.p-index-social_button--twitter::before {
  background: url(/assets/images/common/s_twitter.svg) no-repeat center/cover;
}
.p-index-social_button--facebook::before {
  background: url(/assets/images/common/s_facebook.svg) no-repeat center/cover;
}

@media only screen and (max-width: 1199px) {
  .p-index-social_unit {
    flex-direction: column;
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .p-index-social_movie-detail {
    padding-top: 60px;
  }
}
/*==================================
  link - 関連リンク
==================================*/
.p-index-link_list {
  gap: 20px;
}

@media only screen and (max-width: 767px) {
  .p-index-link_list {
    gap: 10px;
  }
}
/*==================================
  Adsense - 広告
==================================*/
.p-index-adsense_inner {
  background: #197d41;
  color: #fff;
}
.p-index-adsense_inner a {
  color: #fff;
}

/*スライダー*/
.p-index-mv_inner,
.p-index-mv_list {
  /* pointer-events: none; */
}