/* 共通 */
.flex {
  display: flex;
}
.container{
  width: 100%;
  /* max-width: 1200px; */
  margin: 0 auto;
  /* padding: 0 3rem; */
}
.serif {
  font-family: "Noto Serif JP", serif;
}
/* header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding-top: 2rem;
  height: 80px;
}

@media (max-width:768px) {
  .header {
    height: 40px;
  }
}
.header.scrolled {
  background-color: #fff;
}

header.is-subpage {
  background-color: #fff;
}

@media (max-width:800px) {
  .header.scrolled {
  background-color: inherit;
}
  .header_nav {
    display: none;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding-top: 100px;
  }

  .header_nav.active {
    display: block;
  }
}

@media (max-width:1165px) { 
.header_nav {
  padding-inline: 1rem !important;
}
}
.header-br {
  display: none;
}
@media (max-width:1165px) {
.header-br {
  display: flex;
}
}
.header_nav ul {
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
@media (max-width:768px) {
  .header_nav ul {
    flex-direction: column;
    row-gap: 30px;
  }
}
.header_nav li {
  text-align: center;
}
.header_nav li a {
  color: #fd780f;
  font-size: 2rem;
}

@media (max-width:1000px) {
  .header_nav li a {
    font-size: 1.6rem;
  }
}

.header .nav_line {
  height: 60px;
  background-color: #06c755;
  color: #fff;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding: 0 2rem;
  column-gap: 1rem;
  border-radius: 100px;
}

@media (max-width:800px) {
  .header.nav_line {
    height: 50px;
  }
}

.header_hamburger {
  display: none;
}
.header_nav.active {
  padding-top: 50px;
}
@media (max-width:800px) {
  .header_hamburger {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 20px;
    cursor: pointer;
    border: none;
    background: transparent;
  }

  .header_hamburger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: #333;
    border-radius: 2px;
    transition: all 0.3s ease;
  }

  .header_hamburger span:nth-child(1) {
    top: 0;
  }

  .header_hamburger span:nth-child(2) {
    top: 8px;
  }

  .header_hamburger span:nth-child(3) {
    bottom: 0;
  }

  .header_hamburger.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 8px;
  }

  .header_hamburger.active span:nth-child(2) {
    opacity: 0;
  }

  .header_hamburger.active span:nth-child(3) {
    transform: rotate(-45deg);
    bottom: 8px;
  }
}

.c-page__title {
  text-align: center;
  padding-block: 7rem;
  font-size: 5rem;
}
@media (max-width:800px) {
  .c-page__title {
    font-size: 3.5rem;
  }
}
.l-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 3rem;
}

@media (max-width:768px) {
  .l-inner {
    padding: 0 15px;
  }
}

.u-sp {
  display: none;
}

@media (max-width:768px) {
  .u-sp {
    display: flex;
  }
}

/*  footer */

.contact {
  padding-block: 3rem;
  border-top: 10px solid #FAE423;
}
.contact-inner {
  max-width: 1000px;
}

.contact-contents{
  justify-content: space-between;
}

@media (max-width:768px) {
  .contact-contents {
    flex-direction: column;
    align-items: center;
  }
}

.contact_text_header h3 {
color: #FCB430;
font-size: 2.5rem;
}

@media (max-width:768px) {
  .contact_text_header h3{
    font-size: 2rem;
  }
}
.contact_text_header h2 {
color: #E5006C;
font-size: 3.5rem;
font-weight: 700;
}

@media (max-width:768px) {
  .contact_text_header h2{
    font-size: 2.5rem;
  }
}
.contact_text_address {
  margin-top: 2rem;
}
.contact_text_address address{
  font-style: normal;
}

.contact_text_address-mail a {
  text-decoration: underline;
}
.contact_sns {
  display: flex;
  align-items: end;
  column-gap: 1.5rem;
}
@media (max-width:1000px) {
  .contact_sns{
    flex-direction: column;
    justify-content: center;
  }
}

@media (max-width:768px) {
  .contact_sns{
    width: 100%;
    flex-direction: row;
    justify-content: center;
  }
}
@media (max-width:650px) {
  .contact_sns{
    flex-direction: column;
    row-gap: 2rem;
    align-items: center;
  }
}

.contact_sns-line {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 1.5rem;
  column-gap: 2rem;
}
.contact_sns-other{
  text-align: center;
}
.contact_sns-other-icon {
  text-align: center;
  justify-content: space-between;
  column-gap: 1rem;
  margin-top: 1.5rem;
}
.footer-line-icon,
.footer-line-qr,
.footer-facebook-icon ,
.footer-instagram-icon {
  aspect-ratio: 1 /1;
  width: 100px;
}
.footer-line-icon{
  background: #06c755;
  padding: 1rem;
  box-sizing: border-box;
  object-fit: initial;
}

.contact_sns-line-saitama {
  text-align: center;
}
.footer {
  background: #feeedc;
  padding-block: 5rem 2rem;
}

.footer-top {
  border-bottom: 1px solid #000;
}
.footer-inner {
  max-width: 1200px;
  text-align: center;
}

.footer_nav {
  width: 100%;
  margin-bottom: 5rem;
}

.footer_nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
@media (max-width:800px) {
  .footer_nav ul {
    flex-direction: column;
    row-gap: 30px;
  }
}
.footer_nav li a {
  color: #fd780f;
  font-size: 2rem;
}

@media (max-width:1000px) {
  .footer_nav li a {
    font-size: 1.6rem;
  }
}


.footer_nav .nav_line {
  height: 60px;
  background-color: #06c755;
  background-repeat: no-repeat;
  color: #fff;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding: 0 2rem;
  column-gap: 1rem;
  border-radius: 100px;
}

@media (max-width:800px) {
  .footer .nav_line {
    height: 50px;
  }
}

.footer small {
  text-align: center;
}

.footer-br {
  display: flex;
}

@media (max-width:800px) {
  .footer-br {
    display: none;
  }
}
.footer-copyright {
  margin-top: 2rem;
}

.footer-copyright-br {
  display: none;
}
@media (max-width:380px) {
  .footer-copyright-br {
    display: flex;
  }
}

/* サイドバー*/
@media screen and (min-width:768px) {
  aside {
    flex-basis: 35%;
  }
}
@media screen and (min-width:1280px) {
  aside {
    flex-basis: 30%;
  }
}

.p-widget-title {
  font-size: 20px;
  font-weight: 700;
}

.p-wpost-items {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width:768px) {
  .p-wpost-items {
    gap: 16px;
    margin-top: 16px;
  }
}

.p-wpost-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.p-wpost-item:hover {
  opacity: 0.5;
}
.p-wpost-item:nth-child(5) .p-category-card__img {
  margin-top: -1px;
}
@media screen and (min-width:768px) {
  .p-wpost-item {
    gap: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-wpost-item-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35.82%;
          flex: 0 0 35.82%;
}
.p-wpost-item-img img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width:768px) {
  .p-wpost-item-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
  .p-wpost-item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (min-width: 1280px) {
  .p-wpost-item-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    aspect-ratio: 1/1;
  }
  .p-wpost-item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-wpost-item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  width: 100%;
}
@media screen and (min-width:768px) {
  .p-wpost-item-body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.67%;
            flex: 0 0 66.67%;
    padding-top: 3px;
    padding-right: 10px;
    gap: 8px;
  }
}

.p-wpost-item-body-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 3px;
}
@media (max-width: 374px) {
  .p-wpost-item-body-top {
    padding-right: 0;
  }
}

.p-wpost-item-body-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-wpost-item-body-name {
  color: #E61264;
  font-size: 12px;
  border: 1px solid currentColor;
  padding-top: 3px;
  padding-bottom: 4px;
  padding-inline: 11px;
}
@media (max-width: 374px) {
  .p-wpost-item-body-name {
    padding-inline: 0.5rem;
  }
}

.p-wpost-item-body-tag {
  color: #E61264;
}

.p-wpost-item-body-date {
  color: #888;
  margin-top: 2px;
}
@media (max-width: 374px) {
  .p-wpost-item-body-date {
    margin-top: 3px;
  }
}

.p-wpost-item-body-text {
  font-weight: 700;
  line-height: 1.42857;
}

.p-widget__category {
  margin-top: 60px;
}
@media screen and (min-width:768px) {
  .p-widget__category {
    margin-top: 81px;
  }
}

.p-widget__lists {
  margin-top: 16px;
  padding-left: 20px;
}

.p-widget__list {
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  padding-block: 16px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.p-widget__list:hover {
  opacity: 0.5;
}

.p-widget__list a {
  display: block;
}

.p-widget__list-text {
  margin-left: 6px;
}
/* カテゴリーページ */
.category-container {
  margin-block: 6rem;
  display: flex;
  gap: 1em;
}

.category-inner{
  flex-basis: 70%;
}

@media (max-width:768px) {
  .category-inner{
    flex: 0 0 60%;
  }
}

.category-item  {
  align-items: center;
  gap: 20px;
}
@media (max-width:500px) {
  .category-item  {
    flex-direction: column;
    align-items: start;
  }
}

.category-item-img {
  width: 100%;
}
@media (min-width:500px) {
.category-item-img  {
  flex: 0 0 200px;
}
}

.page-category-mv {
  /* background: url(../img/qr-line.png) no-repeat center center / cover; */
  background-color: #FAE423;
}



/* 記事内容 */

.p-category-cards {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.p-category-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  width: 100%;
  box-sizing: border-box;
  flex-direction: column;
}

.p-category-card:hover {
  opacity: 0.5;
}
@media screen and (min-width:768px) {
  .p-category-card {
    gap: 20px;
    flex-direction: row;
  }
}

.p-category-card__img {
 overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35.82%;
          flex: 0 0 35.82%;
}
.p-category-card__img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width:768px) {
  .p-category-card__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32.89%;
            flex: 0 0 32.89%;
    aspect-ratio: 250/156;
  }
}

.p-category-card__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  width: 100%;
}
@media screen and (min-width:768px) {
  .p-category-card__contents {
    gap: 17px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 67.11%;
            flex: 0 0 67.11%;
    margin-top: 12px;
  }
}

.p-category-card__contents-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 3px;
}
@media (max-width: 374px) {
  .p-category-card__contents-top {
    padding-right: 0;
  }
}
@media (max-width: 435px) {
  .p-category-card__contents-top {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width:768px) {
  .p-category-card__contents-top {
    padding-right: 0;
  }
}

.p-category-card__contents-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width:768px) {
  .p-category-card__contents-title {
    gap: 12px;
    font-size: 20px;
  }
}

.p-category-card__contents-name {
  color: #E61264;
  font-size: 12px;
  border: 1px solid currentColor;
  padding-top: 3px;
  padding-bottom: 4px;
  padding-inline: 11px;
}
@media (max-width: 374px) {
  .p-category-card__contents-name {
    padding-inline: 0.5rem;
    font-size: 14px;
  }
}
@media screen and (min-width:768px) {
  .p-category-card__contents-name {
    padding-block: 7px;
    padding-inline: 23px;
  }
}

.p-category-card__contents-tag {
  color: #E61264;
}
@media screen and (min-width:768px) {
  .p-category-card__contents-tag {
    font-size: 14px;
  }
}

.p-category-card__contents-date {
  color: #888;
  margin-top: 2px;
}
@media screen and (min-width:768px) {
 .p-category-card__contents-date {
  font-size: 14px;
  margin-top: 8px;
  }
}
@media (max-width: 435px) {
 .p-category-card__contents-date  {
    text-align: right;
  }
}
.p-category-card__contents-text {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 行数を指定 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
 }
@media screen and (min-width:768px) {
  .p-category-card__contents-text {
    font-size: 16px;
    line-height: 1.75;
  }
}

.pagination {
  margin-top: 39px;
  text-align: center;
}
@media screen and (min-width:768px) {
  .pagination {
    margin-top: 61px;
  }
}

.pagination a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.pagination a:hover {
  opacity: 0.6;
}

.pagination a.next,
.pagination a.prev {
  font-size: 28px;
  height: 40px;
  min-width: 40px;
}
@media (max-width: 374px) {
  .pagination a.next,
  .pagination a.prev {
    height: 30px;
    min-width: 30px;
    line-height: 1.7;
  }
}
@media screen and (min-width:768px) {
  .pagination a.next,
  .pagination a.prev {
    height: 50px;
    min-width: 50px;
  }
}

.pagination a.next:hover,
.pagination a.prev:hover {
  opacity: 0.5;
}

.page-numbers {
  background: #F8F8F8;
  color: #888;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  height: 40px;
  margin-right: 3px;
  min-width: 40px;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 374px) {
  .page-numbers {
    height: 30px;
    min-width: 30px;
  }
}
@media screen and (min-width:768px) {
  .page-numbers {
    height: 50px;
    margin-right: 6px;
    min-width: 50px;
    padding-top: 2px;
  }
}

.page-numbers:last-child {
  margin-right: 0;
}
@media screen and (min-width:768px) {
  .page-numbers:last-child {
    margin-left: 12px;
  }
}

@media screen and (min-width:768px) {
  .page-numbers:first-child {
    margin-right: 20px;
  }
}

.page-numbers.current {
  background: green;
  color: #fff;
}

.page-numbers.dots,
.page-numbers.next,
.page-numbers.prev {
  border: none;
  min-width: initial;
  width: auto;
}

.pagination .page-numbers.current:first-child {
  margin-right: 6px;
}
.pagination .page-numbers.current:last-child {
  margin-left: 0;
}

/* アーカイブページ */
.p-page__mv {
  width: 100%;
  position: relative;
  margin-top: 100px;
}
@media (max-width:768px) {
  .p-page__mv  {
    margin-top: 60px;
  }
}


/* 市政情報 */