@charset "UTF-8";

/*==================================
  1. General - 下層共通
==================================*/
.l-2col {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}

.l-2col_main {
  width: calc(100% - (300px + 60px));
}

.l-2col_side {
  width: 300px;
}

.l-2col_side > aside > *:first-of-type {
  margin-top: 0;
}

.l-2col_side > aside > *:nth-of-type(n + 2) {
  margin-top: 60px;
}

@media only screen and (max-width: 1199px) {
  .l-2col {
    display: block;
    margin-top: 30px;
  }
  .l-2col_main {
    width: 100%;
  }
  .l-2col_side {
    margin-top: 60px;
    width: 100%;
  }
  .l-2col_side > aside > *:nth-of-type(n + 2) {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  /* suvbisがない時 */
  .is-none {
    padding-top: 70.59px; /* nav */
  }
}

/*==================================
  2. subVisual - サブビジュアル
==================================*/
.p-subVisual {
  height: calc(350px - 70px);
  background: url(/assets/images/common/texture.jpg) repeat;
  display: flex;
  align-items: flex-end;
}

.p-subVisual_inr {
  width: 100%;
  height: calc(100% - 70px); /* ナビの高さ */
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-subVisual_ttl {
  display: block;
  font-size: 4.2rem;
  font-weight: 700;
  color: #268060;

  width: 90%;
  max-width: 1160px;
  text-align: center;
}

@media only screen and (max-width: 1199px) {
  .p-subVisual_inr {
    height: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .p-subVisual {
    height: 20vh;
  }
  .p-subVisual_ttl {
    font-size: 2.6rem;
  }
}

/*==================================
  3. Title - タイトル
==================================*/

/*
 	3.1 PageTitle - ページタイトル
====================================*/
.c-pageTtl {
  font-size: 3.2rem;
  font-weight: 700;

  padding-bottom: 10px;
  border-bottom: 2px solid #268060;
}

@media only screen and (max-width: 767px) {
  .c-pageTtl {
    font-size: 2.6rem;
  }
}

/*
 	3.2 CommonTitle - 共通タイトル
====================================*/
.c-cateTtl {
  font-size: 2.4rem;
  font-weight: 700;

  background: #e2f0eb;
  border-radius: 14px;
  padding: 1rem 2rem;
}
@media only screen and (max-width: 767px) {
  .c-cateTtl {
    font-size: 2rem;
    padding-bottom: 6px;
  }
}

/*==================================
  4. Main - メインカラム
==================================*/

/*
 	4.1 Breadcrumb - パンくず
====================================*/
.c-breadcrumb {
  margin-top: 40px;
}

.c-breadcrumbList {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
}

.c-breadcrumbList:nth-of-type(n + 2) {
  margin-top: 0.5rem;
}

.c-breadcrumbList li {
  position: relative;
  margin-right: 1em;
}

.c-breadcrumbList li:not(:first-of-type) {
  padding-left: 2em;
}

.c-breadcrumbList li:not(:first-of-type)::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .c-breadcrumb {
    margin-top: 20px;
  }
}

/*
 	4.2 Status - ページ情報
====================================*/
.c-pageInfo {
  display: flex;
  justify-content: flex-end;
  font-size: 90%;
}

.c-pageInfo_def {
  display: flex;
}

.c-pageInfo_def:not(:first-of-type) {
  margin-left: 2em;
}

.c-pageInfo_def dt {
  position: relative;
}

.c-pageInfo_def dt::after {
  content: "\ff1a";
  padding: 0 0.25em;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .c-pageInfo {
    flex-direction: column;
    align-items: flex-end;
  }
  .c-pageInfo_def:not(:first-of-type) {
    margin-left: 0;
  }
}

/* SNSシェアボタン */
.c-shareList {
  margin-top: 0.5em;
  display: flex;
  justify-content: flex-end;
}
.c-shareList > li {
  width: 100px;
}
.c-shareList > li:not(:first-of-type) {
  margin-left: 0.5em;
}
.c-shareList a {
  display: block;
}

@media only screen and (max-width: 767px) {
  .c-shareList > li {
    width: 80px;
  }
}

/*
 	4.3 Signature - 署名
====================================*/
.c-signature_head {
  font-size: 2.2rem;

  padding: 0.6em 20px;
  background: #0076ad;
  border-radius: 0.6em 0.6em 0 0;
  color: #fff;
  font-weight: 700;
}

.c-signature_body {
  padding: 0.6em 20px;
  border: 1px solid #0076ad;
  border-top: none;
  border-radius: 0 0 0.6em 0.6em;
}

.c-signature_name {
  font-weight: 700;
  margin-bottom: 0.3em;
}

@media only screen and (max-width: 767px) {
  .c-signature_head {
    font-size: 2rem;
  }
}

/*==================================
  5. Side - サイドカラム
==================================*/

/*
 	5.1 Side Category - サイドカテゴリ
====================================*/
.c-category_ttl {
  font-size: 2.2rem;
  font-weight: 700;

  background: #268060;
  border-radius: 2rem 2rem 0 0;
  color: #fff;
  padding: 16px 20px;
}

@media only screen and (max-width: 767px) {
  .c-category_ttl {
    padding: 12px 20px;
  }
}

/* マーク */
.c-categoryList li > a,
.c-categoryList_child li > a {
  display: block;
  padding-left: 1.2em;
  position: relative;
}

.c-categoryList li > a::before,
.c-categoryList_child li > a::before {
  content: "";
  position: absolute;
  top: calc(1em / 2 + 4px);
  left: 0;

  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.c-categoryList li > a::before {
  background: #268060;
}

.c-categoryList_child li > a::before {
  background: #e6b422;
}

/* 親カテゴリ*/
.c-categoryList {
  border: 1px solid #268060;
  border-top: none;
  border-radius: 0 0 2rem 2rem;
  background: #fff;
}

.c-categoryList li {
  padding: 20px;
}

.c-categoryList li:not(:first-of-type) {
  border-top: 1px solid #268060;
}

@media only screen and (max-width: 767px) {
  .c-categoryList li {
    padding: 16px;
  }
}

/* 子カテゴリ*/
.c-categoryList_child {
  border: 1px solid #268060;
  border-top: none;
  background: #f5f5f5;
  padding: 20px;
}
.c-categoryList_child li:not(:first-of-type) {
  margin-top: 10px;
}

.c-categoryList_child li > a {
  font-size: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*
 	5.2 EasySearch - かんたん検索
====================================*/
/* Frame */
.c-easysearch {
  background: #e2f0eb;
  border-radius: 2rem;
  padding: 20px;
}
.c-easysearch_ttl {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .c-easysearch {
    padding: 10px;
  }
}

/* Side-only */
.c-searchList__side li > a span {
  line-height: 60px;
  padding-left: 60px;
}

.c-searchList__side li > a span::after {
  top: 10px;
  left: 10px;
  width: 40px;
  aspect-ratio: 1 / 1;
}

/*
 	5.3 Voice - 町民の声
====================================*/
.c-voice_btn {
  display: block;
  background: #e6b422;
  padding: 20px;

  text-decoration: none;
}

.c-voice_btn > span {
  display: block;
  position: relative;
  padding-top: 4em;
  font-weight: 700;
  color: #414141;
}

.c-voice_btn > span::before {
  content: "";
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3.4em;
  aspect-ratio: 1 / 1;
}
.c-voice_btn > span::after {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 50%;
  transform: translateX(-50%);
  width: 2em;
  aspect-ratio: 1 / 1;
  background: url(/assets/images/index/ai04.svg) no-repeat center/cover;
}

/*==================================
  6. Page - 下層ページ
==================================*/

/*
 	6.1 Category List - カテゴリ一覧
====================================*/
/* カテゴリ新着 */
.c-newsBox {
  border: 10px solid #e2f0eb;
  border-radius: 2rem;
}

.c-newsBox_inr {
  background: #fff;
  border-radius: 2rem;
  padding: 40px;
}

.c-newsTtl {
  padding: 20px 40px 0;
}

.c-newsTtl > span {
  font-size: 2.8rem;
  font-weight: 700;
}

/* adjustment */
.c-newsBox .c-newsBox_inr {
  padding-top: 20px;
}

@media only screen and (max-width: 767px) {
  .c-newsBox_inr {
    padding: 20px;
  }
  .c-newsTtl {
    padding: 10px 20px 0;
  }
  .c-newsTtl > span {
    font-size: 2.4rem;
  }
  /* adjustment */
  .c-newsBox .c-newsBox_inr {
    padding-top: 10px;
  }
}

.c-news_btn {
  margin-top: 20px;
  text-align: center;
}

/* カテゴリ一覧 - 本体 */
.c-linkList li {
  border-bottom: 1px solid #dedede;
  padding: 20px 0;
}

.c-linkList li > a {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .c-linkList li {
    padding: 16px 0;
  }
}

/* 一覧ページのみ */
.c-linkListUnit .c-linkList:first-of-type {
  border-top: 1px solid #dedede;
}

/* サイトマップ用 */
.c-linkList__col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

@media only screen and (max-width: 767px) {
  .c-linkList__col2 {
    display: block;
  }
}

/* アイコン */
.i-folder li,
.i-page li {
  position: relative;
  padding-left: calc(1.8em + (20px * 2));
}

.i-folder li::before,
.i-page li::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  width: 1.8em;
  aspect-ratio: 1 / 1;
}

.i-folder li::before {
  background: url(/assets/images/common/i_folder.svg) no-repeat;
}
.i-page li::before {
  background: url(/assets/images/common/i_page.svg) no-repeat;
}

@media only screen and (max-width: 767px) {
  .i-folder li,
  .i-page li {
    padding-left: calc(1.8em + (16px * 2));
  }
  .i-folder li::before,
  .i-page li::before {
    top: 16px;
    left: 10px;
  }
}

/*
 	6.2 News - 新着情報
====================================*/
/* ページャー */
.c-paging_list {
  display: flex;
  justify-content: center;
  text-align: center;
}

.c-paging_list li:not(:first-of-type) {
  margin-left: 6px;
}

.c-paging_list li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-decoration: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: inherit;
}

.c-paging_list li > a.is-current,
.c-paging_list li > a:hover,
.c-paging_list li > a:focus {
  background: #268060;
  color: #fff;
}

.c-paging_list li.c-paging_prev > a,
.c-paging_list li.c-paging_next > a {
  border: none;
}

.c-paging_arrow {
  border: none;
  position: relative;
  width: 100%;
  height: 100%;
}
.c-paging_arrow::before,
.c-paging_arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
}
.c-paging_arrow::before {
  width: 36px;
  height: 36px;
}
.c-paging_arrow::after {
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
}
.c-paging_arrow.left::after {
  right: -6px;
  transform: rotate(225deg);
}
.c-paging_arrow.right::after {
  left: 11px;
  transform: rotate(45deg);
}

/*
 	6.3 Calendar - カレンダー
====================================*/
/* カレンダーアイコン */
.c-label02 {
  display: inline-block;
  text-align: center;
  width: 10em;
  font-size: 1.4rem;
  font-weight: 700;
  background: #e6b422;
  border-radius: 6px;
}

/* イベントカレンダーのタブボタン */
.p-eventTabBtn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  gap: 10px;
}

.p-eventTabBtn_item {
  width: calc(100% / 4 - 20px);
  font-size: 1.6rem;
}

.p-eventTabBtn_btn {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 12px 1em;
  background: #fff;
  border: 1px solid #268060;
  border-radius: 20px;
  color: inherit;
  width: 100%;
}

.p-eventTabBtn_btn:hover,
.p-eventTabBtn_btn:focus,
.p-eventTabBtn_btn.current {
  background: #268060;
  color: #fff;
}

.p-eventTabBtn_btn:link {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .p-eventMonth_btn {
    width: 32px;
    height: 32px;
  }
  .p-eventTabBtn {
    gap: 5px;
  }
  .p-eventTabBtn_item {
    width: calc(100% / 2 - 5px);
  }
}

/* イベントカレンダー本体 */
.p-eventMonth {
  position: relative;
  max-width: 496px;
  margin-left: auto;
  margin-right: auto;
}

.p-eventMonth_txt {
  line-height: 1;
  text-align: center;
  font-weight: 700;
}
.p-eventMonth_txt > * {
  display: block;
}
.p-eventMonth_txt_num {
  font-size: 9rem;
}
.p-eventMonth_txt_en {
  margin-top: 5px;
}

.p-eventMonth_btn {
  position: absolute;
  top: 50%;
  width: 64px;
  height: 64px;
  z-index: 5;
}
.p-eventMonth_btn.p-eventMonth_btn__prev {
  left: 0;
  transform: translateY(-50%) scale(-1);
}
.p-eventMonth_btn.p-eventMonth_btn__next {
  right: 0;
  transform: translateY(-50%);
}
.p-eventMonth_btn::before,
.p-eventMonth_btn::after {
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
/* .p-eventMonth_btn::before {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #3c6eaf;
} */
.p-eventMonth_btn::after {
  left: 16px;
  width: 18px;
  height: 18px;
  border-top: 3px solid #268060;
  border-right: 3px solid #268060;
  transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .p-eventMonth_btn::before {
    width: 40px;
    height: 40px;
  }
  .p-eventMonth_btn::after {
    left: 12px;
    width: 12px;
    height: 12px;
  }
}

/* カレンダー本体 */
.p-eventcal_ttl {
  font-size: 2.6rem;
  font-weight: 700;

  background: #e2f0eb;
  border-radius: 14px;
  padding: 1rem 2rem;
}

@media only screen and (max-width: 767px) {
  .p-eventcal_ttl {
    font-size: 2.2rem;
    padding-bottom: 6px;
  }
}

.p-eventcalList_item {
  padding: 20px 40px;
  border-bottom: 1px solid #cecece;
  min-height: 89px;
}
/* .p-eventcalList_item:nth-child(2n) {
  background: #fafafa;
} */
.p-eventcalList_item_ttl {
  white-space: nowrap;
  font-weight: 500;
}
.p-eventcalList_item_ttl span {
  font-weight: 700;
  font-size: 3rem;
}
.p-eventcalList_item_body {
  flex: 1;
}
.p-eventcalList_item.p-eventcalList_item__sat .p-eventcalList_item_ttl {
  color: #076baf;
}
.p-eventcalList_item.p-eventcalList_item__hol .p-eventcalList_item_ttl {
  color: #c34349;
}

.c-eventlist_item:not(:first-child) {
  margin-top: 10px;
}

.c-eventlist_item_txt {
  flex: 1;
}

.c-eventlist_item_txt a {
  text-decoration: underline;
}

.c-eventlist_item_txt a:hover,
.c-eventlist_item_txt a:focus {
  text-decoration: none;
}

@media only screen and (min-width: 769px) {
  .p-eventcalList_item_body {
    margin-left: 60px;
  }
  .p-eventcalList_item {
    display: flex;
    align-items: center;
  }
  .p-eventcalList_item_ttl {
    width: 10em;
    text-align: center;
  }
  .c-eventlist_item {
    display: flex;
  }
  .c-eventlist_item_txt {
    margin-left: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .p-eventcalList_item {
    padding: 20px 0;
  }
  .p-eventcalList_item_body {
    margin-top: 10px;
  }
  .c-eventlist_item_txt {
    margin-top: 10px;
  }
  .c-eventlist_item:not(:first-child) {
    margin-top: 20px;
  }
}

/*
 	6.4 Organization - 組織情報
====================================*/
/* 部署 */
.c-orgTtl01 {
  font-size: 2.4rem;
  font-weight: 700;

  background: #e2f0eb;
  border-radius: 14px;
  padding: 1rem 2rem;
}

.c-orgTtl02 {
  font-size: 2.2rem;
  font-weight: 700;
  /* indent */
  margin-left: 40px;

  padding: 6px 20px;
  border-left: 10px solid #268060;
}

@media only screen and (max-width: 767px) {
  .c-orgTtl01 {
    font-size: 2rem;
    padding-bottom: 6px;
  }
  .c-orgTtl02 {
    font-size: 1.8rem;
  }
}

/* 最小部署 */
.c-orgList {
  /* indent */
  margin-left: calc(40px * 1); /*　40 x 階層の数 */
}
.c-orgList > li {
  padding-left: 0.5em;
}
.c-orgList > li:not(:first-of-type) {
  margin-top: 10px;
}
.c-orgList > li:before {
  content: "";
  position: relative;
  top: -2px;
  left: -8px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #363636;
}

/*
 	6.5 Voice - 町民の声
====================================*/
/* 一覧ページ - 検索窓 */
.c-faqTable {
  display: flex;
  background: #268060;
  color: #fff;
  padding: 20px 40px;
  border-radius: 1rem;
}

.c-faqTable_ttl {
  flex-shrink: 0;
  font-size: 110%;
  font-weight: 700;
  padding-right: 40px;

  display: flex;
  align-items: center;
}

.c-faqTable_det {
  width: 100%;
  border-left: 2px solid #fff;
  padding-left: 40px;
}

@media only screen and (max-width: 767px) {
  .c-faqTable {
    display: block;
    padding: 20px;
  }
  .c-faqTable > * {
    display: block;
    padding: 0;
  }
  .c-faqTable_det {
    border-left: none;
    border-top: 2px solid #fff;
    margin-top: 10px;
    padding-top: 10px;
  }
}

.c-faq_form {
  margin-top: 10px;
  width: 100%;
  position: relative;
}

.c-faq_form input {
  margin-right: 4.5em;
  width: calc(100% - 4.5em);
  height: 100%;
  padding: 8px 1em;
  text-align: left;
  background: #fff;
  border-radius: 1rem 0 0 1rem;
  color: #414141;
}

.c-faq_form button {
  font-weight: 700;
  text-align: center;
  width: 4.5em;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #e6b422;
  color: #414141;
  border-radius: 0 1rem 1rem 0;
}

/* 一覧ページ - 最近の更新 */
.c-faqPanel > dd {
  margin-top: 20px;
}

.c-faqPanel .c-newsList_item_date {
  display: inline-block;
  position: relative;
  padding-left: calc(1.8em + 0.75em);
}

.c-faqPanel .c-newsList_item_date::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.8em;
  aspect-ratio: 1 / 1;
  background: url(/assets/images/common/i_voice.svg) no-repeat center/cover;
}

/*
 	6.6 Purpose - かんたん検索
====================================*/
.c-purposeUnit {
  margin-left: 1em; /* indent */
}

/* 第3層カテゴリ名 */
.c-folderTtl {
  font-size: 2rem;
  font-weight: 700;
}

.c-folderTtl > span {
  position: relative;
  padding-left: calc(1.8em + 20px);
}

.c-folderTtl > span::before {
  content: "";
  position: absolute;
  top: 0em;
  left: 0;
  width: 1.8em; /* line-height */
  aspect-ratio: 6 / 5;
  background: url(/assets/images/common/i_folder.svg) no-repeat;
}

@media only screen and (max-width: 767px) {
  .c-folderTtl {
    font-size: 1.8rem;
  }
}

/*==================================
  7. 404 - NotFound
==================================*/
.c-notfound {
  margin-top: 80px;
  text-align: center;
}
.c-notfound > *:not(:first-child) {
  margin-top: 40px;
}
.c-notfound > figure {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.c-notfound_ttl {
  font-size: 3.6rem;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .c-notfound > figure {
    width: 60%;
  }
  .c-notfound_ttl {
    font-size: 2.4rem;
  }
}
