
.p-article07__cat{
	display:none;
}
.ch a img{
  opacity:1;
  transition:opacity .4s;
}
.ch a:hover img{
  opacity:.6;
}
.ch-sec-default1{
    padding-top: 4.8em;
    padding-bottom: 5em;
}
.ch-sec-default2{
    padding-top: 4.6em;
    padding-bottom: 4em;
}

@media screen and (max-width: 1280px) {
  .ch-sec-default1,
  .ch-sec-default2{
      padding-left: 2em !important;
      padding-right: 2em !important;
  }
}

@media screen and (max-width: 767px) {
  .ch-sec-default1{
      padding-top: 2.4em;
      padding-bottom: 3.8em;
  }
  .ch-sec-default2{
      padding-top: 2.8em;
      padding-bottom: 2.5em;
  }
  .ch-sec-default1,
  .ch-sec-default2{
      padding-left: 0 !important;
      padding-right: 0 !important;
  }
}
.ch-w-100{
  /*margin-left: calc(-50vw + 50%);*/
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background:var(--ch-bg-gray);
}

@media screen and (max-width: 1280px) {
  .ch-w-100{
    margin:0;
  }
}
@media screen and (max-width: 767px) {
  .ch-w-100{
    margin: 0 calc(50% - 50vw);
  }
}

.ch-w-100-inner{
  max-width:1200px;
  width:100%;
  margin:0 auto;
}

@media screen and (max-width: 1280px) {
  .ch-w-100-inner{
    max-width:100%;
  }
}

@media screen and (max-width: 1280px) {
  .l-inner-ch-fix{
    width:100%;
    max-width:100%;
  }
}


/* chiikisousei top */
.ch-header{
  background:url(./images/ch/ch-header.jpg) center / cover no-repeat;
  vertical-align: top;
}
@media screen and (max-width: 1320px) {
  .ch-header{
    padding-left:20px;
    padding-right:20px;
  }
}
.ch-header-wrap{
  display:flex;
  align-items: center;
  gap:1.40em;
  max-width:1400px;
  width:100%;
  margin:0 auto;
}
@media screen and (max-width: 767px) {
  .ch-header-wrap{
    flex-flow:column;
    gap:0;
  }
}
.ch-header-map{
  max-width:654px;
  flex: 0 0 50%;
  height:auto;
}



@media screen and (max-width: 767px) {
  .ch-header-map{
    max-width:85%;
    width:100%;
    height:auto;
    margin:0 auto 1.4em;
  }
}
.ch-header-map-img{
  width:100%;
}
.ch-header-main{
  max-width:calc(100% - 50%);
  width:100%;
}
@media screen and (max-width: 767px) {
  .ch-header-main{
    max-width:100%;
    width:100%;
  }
}
.ch-header-main-body{
  color:#023441;
  max-width:625px;
  width:100%;
  text-align:center;
}
@media screen and (max-width: 767px) {
  .ch-header-main-body{
    max-width:100%;
  }
}
.ch-header-main-body-title{
  margin-bottom:1.4em;
  width:96%;
}

@media screen and (max-width: 767px) {
  .ch-header-main-body-title{
    max-width:320px;
    width:100%;
    margin:1.6em auto 1em;
  }
}

.ch-header-main-body-title-img{
  width:100%;
  height:auto; 
}
.ch-header-main-body-year{
  display:inline-block;
  padding-top:.34em;
  padding-bottom:.2em;
  line-height:1;
  width:6em;
  margin-bottom:1.2em;
  color:#FFF;
  font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size:1.6rem;
  font-weight:bold;
  text-align:center;
  border-radius:.2em;
  background:linear-gradient(to right , #F5680A,#FFAC70);
}
@media screen and (max-width: 767px) {
  .ch-header-main-body-year{
    font-size:1.2rem;
    margin-bottom:.6em;
	padding-bottom:.3em;
  }
}
.ch-header-main-body-paragraph{
  font-size:1.45rem;
  line-height:1.6
}
@media screen and (max-width: 767px) {
  .ch-header-main-body-paragraph{
    font-size:1.2rem;
    line-height:1.6;
    margin-bottom:1.6em;
    padding-left:.8em;
    padding-right:.8em;
  }
}

@media screen and (max-width: 767px) {
  .ch-header-main-body-paragraph-br{
      display:none !important;
  }
}

/* お知らせ */
.ch-info-body{}
@media screen and (max-width: 1024px) {
  .ch-info-body{
    max-width:960px;
    width:100%;
    margin-left:auto;
    margin-right:auto;
  }  
}

@media screen and (max-width: 767px) {
  .ch-info-body{
    padding: 0 20px;
  }
}

/* 中分類 */
.ch-main-content{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:2em;
}
@media screen and (max-width: 767px) {
  .ch-main-content{
    grid-template-columns: 1fr;
    gap:20px;
  }
}
.ch-main-content-body{
  display:flex;
  gap:1.6em;
  padding:1.6em;
  line-height:1.5;
  background:var(--ch-bg-gray);
  box-shadow: 0 0 4px #dadada;
  opacity:1;
  transition: all 10s  ease-in-out;
}
@media screen and (max-width: 767px) {
  .ch-main-content-body{
    display:block;
  }
}
.ch-main-content-body:hover{
  color:#000 !important;
  box-shadow: 0 0 8px #b2b2b2;
  opacity:.6;
}
.ch-main-content-body-figure{
  width:45%;
  background:#e6f3ff;
}
.ch-main-content-body-figure-img{
  width:100%;
  height:auto;
  aspect-ratio:37 / 25;
  object-fit: contain;
}
.ch-main-content-body-content{
  width:55%;
  padding-top:0em;
}
@media screen and (max-width: 767px) {
  .ch-main-content-body-figure{
    width:100%;
  }
  .ch-main-content-body-content{
    width:100%;
    padding:.4em;
  }
}
.ch-main-content-body-content-title{
  font-size:1.3rem;
  margin-top:.4em;
  margin-bottom:.4em;
  line-height:1.3;
}
@media screen and (max-width: 767px) {
  .ch-main-content-body-content-title{
    margin-top:.8em;
    font-size:1.2rem;
  }
}
.ch-main-content-body-content-summary{
	word-break: break-word;
}

.ch-pickup{
  max-width:1200px;
  width:100%;
  margin-left:auto;
  margin-right:auto;
}
@media screen and (max-width: 1280px) {
  .ch-sec-default1.ch-pickup{
    max-width:100vw;
    margin-left:0;
    margin-right:0;
  }
}

.ch-pickup .slick-list{
  margin: 0 -1em;
}
.ch-pickup .slick-slide {
  margin: 0 1em;
}

.ch-pickup .slick-next {
  top:75px;
}
.ch-pickup .slick-prev {
  top:75px;
}
@media screen and (max-width: 1280px) {
  .ch-pickup .slick-next {
    top:50%;
    right:-10px;
  }
  .ch-pickup .slick-prev {
    top:50%;
    left:-10px;
  }
}
@media screen and (max-width: 767px) {
  .ch-pickup-body{
      margin-bottom:.8em;
  }
}
.ch-pickup-body-link-img{
  width:100%;
}
.ch-pickup-body-link-date{
  margin-top:.5em;
  margin-bottom:.6em;
}
.ch-pickup-body-link-title{
  margin-bottom:.6em;
  line-height:1.3;
}
.ch-pickup-body-link-content{
  line-height:1.3;
  word-break: break-word;
}
.chiikisousei-logo-footer{
  max-width:298px;
  width:100%;
}

/* SNS�o�i�[ */
.ch-sns{

}
.ch-sns-wrap{
  max-width:920px;
  width:100%;
  margin:0 auto;
  position:relative;
  background:var(--ch-bg-gray);
  padding:4em;
  border-radius:.6em;
}
@media screen and (max-width: 767px) {
  .ch-sns-wrap{
    padding:1.6em;
  }
}
.ch-sns-title{
  font-size:2rem;
  position:absolute;
  top:-.6em;
  left:0;
  right:0;
  text-align:center;
}
@media screen and (max-width: 767px) {
  .ch-sns-title{
    font-size:1.5em;
    margin-bottom:1.2em;
  }
}
.ch-sns-title-text{
  display:inline-block;
}
.ch-sns-title-text::before,
.ch-sns-title-text::after{
  content:"";
  display:inline-block;
  width:33px;
  height:33px;
  margin-bottom:-.2em;
}
@media screen and (max-width: 767px) {
  .ch-sns-title-text::before,
  .ch-sns-title-text::after{
    width:1em;
    height:1em;
  }
}
.ch-sns-title-text::before{
  background:url(./images/naname-left.svg) left bottom / cover no-repeat;
}
.ch-sns-title-text::after{
  background:url(./images/naname-right.svg) left bottom / cover no-repeat;
}
.ch-sns-list{
  display:flex;
  justify-content: center;
  gap:2em;
}
@media screen and (max-width: 767px) {
  .ch-sns-list{
    flex-flow: column;
    gap:1.2em;
  }
}
.ch-sns-list-item{
  width:50%;
}
@media screen and (max-width: 767px) {
  .ch-sns-list-item{
    width:100%;
  }
}
.ch-sns-list-item-img{
  width:100%;
}
.ch-sns-list-item-text{
  padding:.8em;
  line-height:1.5;
}

/* 地域創生関連ページヘッダー */
@media screen and (max-width: 1280px) {
  .ch-archive-header-inner .ch-header-header-inner-title{
    /*
    padding-left:20px;
    padding-right:20px;
    */
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .ch-archive-header-inner .ch-header-header-inner-title{ 
    text-align:center;
  }
}
/* 過去のイベント一覧 */
.ch-event-header{
	background:url(./images/ch/ch-header-event-archive.jpg) right center / cover no-repeat;
}
@media screen and (max-width: 1280px) {
  .ch-event-header .ch-header-header-inner-title{
        margin-left:0;
        margin-right:0;
  }
}
@media screen and (max-width: 1280px) {
  .ch-event-header .ch-header-header-inner-title{
        margin-left:auto;
        margin-right:auto;
  }
}
/* イベント記事 */
.p-single-header.ch-event-header{
	background:url(./images/ch/ch-header-event-archive.jpg) right center / cover no-repeat;
}
/*　固定ページ */
.ch-page-header{
	background:url(./images/ch/ch-page-item.jpg) left center / cover no-repeat;
}
@media screen and (max-width: 767px) {
  .ch-page-header{
    background:url(./images/ch/ch-page-item.jpg) center center / cover no-repeat;
  }
}
.ch-archive-header-inner{
	max-width:1200px;
	width:100%;
	margin:0 auto;
	padding:4em 0;
}
@media screen and (max-width: 767px) {
  .ch-page-header-box{
    width:80%;
  }
}

.ch-page-header-box-img{
    max-width:600px;
    width:100%;
    height:auto;
    aspect-ratio:3 / 1.6;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
  .ch-page-header-box-img{
      aspect-ratio:auto;
  }
}

/* 投稿ページ */
.p-single-header.ch-post-header{
	background:url(./images/ch/ch-post-header.jpg) right center / cover no-repeat;
}
@media screen and (max-width: 767px) {
	.p-single-header.ch-post-header{
		min-height:140px;
		height:auto;
		padding-top:2em;
		padding-bottom:2em;
	}
}
/* 投稿アーカイブ（地域創生） */
.ch-archive-header{
	background:url(./images/ch/ch-header-post-archive.jpg) right center / cover no-repeat;
}

.ch-archive-header-inner.ch-archive-header-inner-fix{
  width: 93.75%;
  margin-left:auto;
  margin-right:auto;
  padding:0;
}
@media screen and (max-width: 767px) {
  .ch-archive-header-inner.ch-archive-header-inner-fix{
    padding-top:1.6em;
    padding-bottom:1.6em;
  }
  .ch-archive-header-inner.ch-archive-header-inner-fix.t-flex{
    flex-flow:column;
  }
}
.ch-header-header-inner-title{
    font-size:2.4rem;
    margin-bottom:0;
  	line-height:1.4;
  	text-shadow: 0px 0px 8px #FFF,0px 0px 8px #FFF ,0px 0px 8px #FFF , 0px 0px 2px #FFF ;
}
@media screen and (max-width: 1280px) {
  .ch-page-header .ch-header-header-inner-title{
        width: 93.75%;
        margin-left:auto;
        margin-right:auto;
  }
  .ch-archive-header-inner.ch-archive-header-inner-fix .ch-header-header-inner-title{
    margin-bottom:.4em;
  }
}
@media screen and (max-width: 767px) {
  .ch-header-header-inner-title{
    font-size:1.6rem;

  }
}


.l-secondary.l-secondary-fix{
	border-top:0;
	margin-top:.4em;
}

.p-post-list02-fix{
	background:#F5F8FB;
	padding: 0 .8em;
}
.p-post-list02-fix-li{
	line-height:1.4;
	border-bottom:solid 1px #cdd3d2;
}
.p-post-list02-fix-link{
	display:block;
	padding-top:1em;
	padding-bottom:1em;
	padding-left:1.2em;
	text-indent:-.8em;
}
.p-post-list02-fix-li:last-child{
	border-bottom:0;
}
.p-post-list02-fix-link::before{
	content:"";
	display: inline-block;
	color: #333;
	line-height: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 0.3em 0.55em;
	border-left-color: currentColor;
	border-right: 0;
	margin-right:.2em;
	vertical-align:2px;
}
.p-widget__title-fix{
	font-weight:bold;
	background:#000;
	color:#FFF;
	padding:1.4em 1em;
    font-size: 18px;
    line-height: 1;
}
