@charset "utf-8";
/* CSS Document */
@media all {
	pre{
		font-family: "Zen Old Mincho", serif;
		font-weight: 400;
		font-style: normal;
	}
  #firstview h1,
	#post article h3,
	h5,
	h6{
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    font-style: normal;
  }
  #firstview .subtitle, .newscontent .newsdate {
    font-family: "Crimson Pro", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }
	.postcontent h5{
		font-size: 1.86rem;
		margin-bottom: 1em;
	}
	.postcontent h6{
		font-size: 1.46rem;
		margin-bottom: 1em;
	}
	.postcontent p{
		line-height: 1.7;
		text-align: justify;
	}
	.postcontent .wp-block-preformatted{
		background: #E0DBD4;
		padding: 2em 3em;
		line-height: 1.7;
		text-align: justify;
		margin-bottom: 1em;
	}
	.postcontent .internal_links{
		margin: 0 auto 40px 0;
	}
	.postcontent .internal_links.nobar{
		margin: 0 auto 40px 0;
		width: 185px;
		border-bottom: none;
	}
	.postcontent .internal_links.nobar::after{
		border-bottom: none;
	}
	.postcontent .wp-block-buttons>.wp-block-button{
		margin-bottom: 40px;
	}
	.postcontent .wp-block-buttons>.wp-block-button .wp-block-button__link{
		font-size: 1rem;
		background-color: #050807;
		border-radius: 0;
		padding: 1em 3.5em;
		transition: .3s;
	}
	.postcontent .wp-block-buttons>.wp-block-button .wp-block-button__link:hover{
		opacity: .7;
	}
	.postcontent .wp-element-caption{
		font-size: 0.9rem;
	}
	.postcontent .is-layout-flex:where(.is-layout-flex){
		gap: 30px;
	}
	.postcontent .wp-block-video{
		margin-bottom: 10px;
	}
	.postcontent figure.item-list01 td{
		border-width: 0 0 1px 0;
		font-size: 1rem;
	}
	.postcontent figure.item-list01 td:nth-of-type(odd){
		border-color: #050807;
		word-break: keep-all;
		vertical-align: middle;
		padding: 0.5em 2em 0.5em 1em;
	}
	.postcontent figure.item-list01 td:nth-of-type(even){
		border-color: #b5b5b5;
		padding: 0.5em 1em;
	}
	.postcontent figure.item-list02 tr{
		display: flex;
	}
	.postcontent figure.item-list02 td{
		border-width: 0 0 1px 0;
		font-size: 1rem;
	}
	.postcontent figure.item-list02 td:nth-of-type(odd){
		border-color: #050807;
		width: 190px;
		padding: 0.5em 2em 0.5em 1em;
		display: flex;
		align-items: center;
	}
	.postcontent figure.item-list02 td:nth-of-type(even){
		border-color: #b5b5b5;
		width: calc(100% - 190px);
		padding: 0.5em 1em;
	}
	
  /* 投稿一覧 */
  #firstview {
    width: 100%;
    padding: 200px 0 0;
    text-align: center;
  }
  #firstview h1 {
    font-size: 2.93rem;
  }
  #firstview .subtitle {
    font-size: 1.2rem;
    padding-bottom: 130px;
  }
  #contens {
    width: calc(100% - 40px);
    max-width: 1380px;
    margin: 0 auto;
    padding: 110px 0;
    display: flex;
  }
	#event #contens{
		max-width: 1000px;
		display: block;
	}
  #contens .newslist {
    width: 980px;
  }
	#event #contens .eventbox{
	  width: 100%;
	  display: flex;
	  flex-wrap: wrap;
	}
	#event #contens .eventbox li{
		width: calc(100% / 3);
		padding: 15px 10px;
	}
	#event #contens .eventbox li .image{
		width: 100%;
		position: relative;
		margin-bottom: 10px;
	}
	#event #contens .eventbox li .image::before{
		content: "";
		display: block;
		padding-top: 67%;
	}
	#event #contens .eventbox li .image .child{
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		overflow: hidden;
	}
  #sidebar {
    width: calc(100% - 980px);
    padding-left: 85px;
    min-width: 285px;
  }
  #sidebar a{
    display: block;
    width: 100%;
    padding: 1.5em 1em;
  }
  #sidebar h2 {
    font-size: 1.3rem;
    text-align: left;
    padding-bottom: 1em;
    border-bottom: solid 1px #ccc;
  }
  #sidebar ul {
    margin-bottom: 80px;
  }
  #sidebar .category-list li {
    border-bottom: solid 1px #ccc;
  }
  #sidebar .category-list li:hover,
  #sidebar .archive-month li:hover,
  .archive-list dt:hover,
  .newspart:hover {
    background: rgba(181, 181, 181, 0.2);
    transition: .3s;
  }
  #sidebar li.current-archive{
    background: rgba(181, 181, 181, 0.2);
  }
  .result-count {
    padding-bottom: 1em;
    border-bottom: solid 1px #ccc;
  }
  .category-list li {
    position: relative;
  }
  .category-list li::before {
	display: block;
    position: absolute;
    content: "";
    top: 43%;
    right: 20px;
    width: 40px;
    height: 21px;
    background: url("../../../../common/images/icon_arrow_bk.png") no-repeat;
  }
  .archive-list dt {
    display: block;
    padding: 1.5em 1em;
    border-bottom: solid 1px #ccc;
    cursor: pointer;
    position: relative;
  }
.archive-list dt::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  background-color: #000;
  top: 50%;
  right: 45px;
  transform: translateY(-50%) rotate(-180deg);
  font-size: 24px;
  color: #000;
  transition: .3s;
}
.archive-list dt.active::after {
  content: "+";
  width: auto;
  height: auto;
  right: 45px;
  background: none;
  transform: translateY(-50%);
}
  #sidebar .archive-list .archive-month {
    position: relative;
    border-bottom: solid 1px #ccc;
    margin-bottom: 40px;
  }
  #sidebar .archive-list .archive-month li {
    position: relative;
  }
  #sidebar .archive-list .archive-month li::before {
    position: absolute;
    content: "";
    top: 43%;
    right: 20px;
    width: 40px;
    height: 21px;
    background: url("../../../../common/images/icon_arrow_bk.png") no-repeat;
  }
  .newspart {
    width: 100%;
    border-bottom: solid 1px #ccc;
    padding: 15px 30px;
    align-items: center;
    position: relative;
  }
  .newspart::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 20px;
    width: 40px;
    height: 21px;
    background: url("../../../../common/images/icon_arrow_bk.png") no-repeat;
  }
.article-link {
	display: block;
	width: 100%;
}
	.newspart .textbox{
		display: flex;
		align-items: center;
	}
  .newspart .child {
  width: 142px;
  height: auto;
  }
  .newscontent {
    width: calc(100% - 220px);
    padding: 3em 5em 3em 3em;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
  }
  .newscontent .newsdate {
    width: 8em;
    font-size: 1.2rem;
  }
  .newscontent .category {
    width: auto;
    font-size: 1rem;
  }
  .newscontent h4 {
    width: 100%;
    font-size: 1.2rem;
  }
  /*ページネーション*/
  .pagination {
    margin: 4rem 0;
    text-align: center;
  }
  .pagination ul {
    display: flex;
    justify-content: center;
    list-style: none;
  }
  .pagination ul li {
    line-height: 1em;
    padding-right: 5px;
  }
  .pagination ul li:last-child {
    border: 0;
  }
  .pagination ul li a, .pagination .current {
    display: block;
    width: 1.6em;
    padding-bottom: .7em;
  }
  .pagination ul li a.prev, .pagination ul li a.next {
    position: relative;
  }
  .pagination ul li a.prev::before{
    position: absolute;
    content: "";
    width: 1rem;
    height: 1rem;
    top: -8%;
    background: url("../../../../common/images/icon_arrow_bk.png") no-repeat;
    background-size: 70%;
  }
  .pagination ul li a.next::before {
    position: absolute;
    content: "";
    width: 1rem;
    height: 1rem;
    top: 13%;
    background: url("../../../../common/images/icon_arrow_bk.png") no-repeat;
    background-size: 70%;
  }
  .pagination ul li a.next::before {
    left: 1em;
  }
  .pagination ul li a.prev::before {
    right: 1em;
    transform: rotateZ(180deg);
  }
  .pagination ul li a.prev span, .pagination ul li a.next span {
  display: none;
  }
  .pagination ul li a {
    text-decoration: none;
    color: #8C8C8C;
  }
  .pagination ul li a:hover {
    opacity: .6;
  }
  /*投稿ページネーション*/
  .postpagination {
      width: 500px;
      margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-top: 40px;    
  }
  .pagination .current {
      border-bottom: 1px #000 solid;
  }
  .postpagination a {
    display: block;
    text-decoration: none;
  color: #333;
  }
  .postpagination a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #3b3b3b;
  }
  .postpagination a:hover {
    opacity: .6;
  }
  .postpagination .prev,
  .postpagination .archive,
  .postpagination .next{
    position: relative;
  }
  .postpagination .prev,
  .postpagination .next{
    width: 30%;
      text-align: center;

  }
  .postpagination .prev{
    width: 30%;
      text-align: center;
      padding-left: 10px;

  }
  .postpagination .next{
    width: 30%;
      text-align: center;
      padding-right: 10px;
  }
  .postpagination .prev::before {
    position: absolute;
    content: "";
    top: 35%;
    left: 0;
    width: 20px;
    height: 12px;
    background: url("../../../../common/images/icon_arrow_bk.png") no-repeat;
    background-size: 50%;
    transform: scale(-1,1)
  }
  .postpagination .archive {
  width: 40%;
  text-align: center;
  }
  .postpagination .archive::before {
    position: absolute;
    content: "";
    top: -53%;
    left: 5%;
    width: 1px;
    height: 47px;
    background: #686868;
  }
  .postpagination .archive::after {
    position: absolute;
    content: "";
    top: -53%;
    right: 5%;
    width: 1px;
    height: 47px;
    background: #686868;
  }
  .postpagination .next::after {
    position: absolute;
    content: "";
    top: 35%;
    right: 0;
    width: 20px;
    height: 12px;
    background: url("../../../../common/images/icon_arrow_bk.png") no-repeat;
    background-size: 50%;
  }
  /* 投稿ページ */
  #post {
    width: calc(100% - 40px);
    max-width: 1380px;
    margin: 0 auto;
    padding: 110px 0;
    display: flex;
  }
  #event #post {
    width: calc(100% - 40px);
    max-width: 1000px;
    margin: 0 auto;
    padding: 110px 0;
    display: block;
  }
  #post article {
	  width: 100%;
    max-width: 1000px;
  }
  #post article .article-info {
    font-size: 1.2rem;
    display: flex;
  }
  #post article .article-date {
    padding-right: 1em;
  }
  #post article h3 {
    font-size: 1.86rem;
    padding-bottom: 1em;
    border-bottom: solid 1px #ccc;
  }
  #post article .postcontent{
    padding: 20px 0;
  }
  #post article img {
    margin-bottom: 0.5em;
  }
  #post article p {
    margin-bottom: 1em;
  }
  #post article ol {
    list-style-type: decimal;
    padding-left: 1em;
  }
  #post article ul {
    list-style-type: disc;
    padding-left: 1em;
  }
  #post article ol li, #post article ul li {
    list-style: inherit;
  }
    #post #sidebar {
    padding: 48px 0 0 85px;
  }
}
@media screen and (max-width: 567px) {
	
	.postcontent .is-layout-flex:where(.is-layout-flex){
		gap: 15px;
	}
	.postcontent figure.item-list02 tr{
		flex-direction: column;
	}
	.postcontent figure.item-list02 td:nth-of-type(odd){
		border-color: #050807;
		width: 100%;
		padding: 0.5em 1em;
	}
	.postcontent figure.item-list02 td:nth-of-type(even){
		border-color: #b5b5b5;
		width: 100%;
		padding: 0.5em 1em;
		margin-bottom: 2em;
	}
	
  /* ファーストビュー */
  #firstimage h2 {
    font-size: 2rem;
    top: calc(50% - 3em);
  }
  .newspart {
    font-size: 1.1rem;
    padding: 0;
  }
  .newsdate {
    font-size: 1.1rem;
  }
  .newscontent {
    width: 100%;
    padding: 1em 0 1em 1em;
    box-sizing: border-box;
  }
	/*一覧ページ*/
  #contens {
    padding: 110px 0 0;
	flex-direction: column;
  }
  #contens .newslist {
    width: 100%;
  }
	#event #contens .eventbox li{
		width: 50%;
		padding: 10px;
	}
	.newspart .textbox {
    padding: 1em 0;
}
	.newspart::before {
    right: -20px;
}
	.newscontent h4 {
    width: 85%;
    font-size: 1rem;
}
	.newscontent .newsdate {
    width: 6em;
}
  #sidebar {
    width: 100%;
	padding-left: 0;
  }
	.archive-list dt.active::after {
    right: 37px;
}
  /* 投稿ページ */
  #post {
    padding: 110px 0;
	flex-direction: column;
  }
  #post article {
    font-size: 1rem;
  }
  .article-info {
    font-size: 1.4rem;
  }
  .postpagination {
   width: 100%;
}
    .postpagination .prev::before {
    left: -10%;
}
    .postpagination .next::after {
    right: -10%;
}
    
    #post article h3 {
    font-size: 1.4rem;
  }
  #post #sidebar {
    width: 100%;
	padding: 100px 0 0 0;
  }
}
@media screen and (min-width: 568px) and (max-width: 1024px) {
  /* ファーストビュー */
  #firstimage h2 {
    font-size: 2rem;
    top: calc(50% - 2em);
  }
	/*一覧ページ*/
  #contens {
    padding: 110px 0;
	flex-direction: column;
  }
  #contens .newslist {
    width: 100%;
  }
	.newspart .textbox {
    padding: 1em 0;
}
	.newspart::before {
    right: -20px;
}
	.newscontent h4 {
    width: 85%;
    font-size: 1rem;
}
	.newscontent .newsdate {
    width: 6em;
}
  #sidebar {
    width: 100%;
	padding-left: 0;
    max-width: 500px;
      margin: 0 auto;
  }
	.archive-list dt.active::after {
    right: 37px;
}
  #post {
    padding: 110px 0;
	flex-direction: column;
  }
  #post .newslist {
    width: 100%;
  }#post #sidebar {
    padding: 90px 0;
}
}
@media screen and (min-width: 1025px) {}