/* コラム＆ニュースリリース用CSS */

#column #local-main-visual,
#info #local-main-visual {
  background-image: url(../img/facility/main.jpg);
}

#column #local-main-visual .inner .inner-02 .head-F span{
  margin-top: 2rem;
}

.section_column {
  width: 85%;
  margin: 50px auto 100px;
  display: flex;
  justify-content: space-between;
}

.section_column .pc {
  display: block;
}
.section_column .sp {
  display: none;
}

.section_column .contents {
  width: calc(100% - 350px);
}

.section_column .contents .textLink a {
 text-decoration: underline;
 color: #008563;
 padding-right: 10px;
}
      .section_column .contents .textLink a:hover {
        text-decoration: none;
      }

.section_column .list {
  width: calc(100% - 350px);
}

.section_column .sidebar {
  width: 250px;
}


/* 本文
-------------------------------------------------- */
.section_column .contents {
  font-size: 20px;
}

.section_column .contents .info {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  margin-bottom: 20px;
}
  .section_column .contents .info .categoryTitle {
    border-radius: 20px;
    display: inline;
    border: 1px solid #000;
    padding: 5px 15px;
  }

.section_column .contents h1 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 16px;
  line-height: 1.4;
}
.section_column .contents .fs16 {
  font-size: 16px;
}

/* テーブル */
.wp-block-table.w20 td:nth-child(odd) {
	width: 20%;
}

/* ブロックエディタ */
.section_column .contents .blockContents {
  overflow: hidden;
  margin-bottom: 30px;
}
.section_column .contents .blockContents h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 32px;
	margin-top: 40px;
  color: #fff;
  background: #008563;
  padding: 10px 20px;
	border-radius: 4px;
}
.section_column .contents .blockContents h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #333;
  border-left: 6px solid #008563;
  padding: 8px 20px;
}
.section_column .contents .blockContents h4 {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 20px;
  color: #008563;
}

.section_column .contents .blockContents p {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}

/* @media (max-width: 768px) {
    .section_column .contents .blockContents h2 {
        font-size: 24px;
      }
      .section_column .contents .blockContents h3 {
        font-size: 20px;
      }
      .section_column .contents .blockContents h4 {
        font-size: 120%;
      }
      
      .section_column .contents .blockContents p {
        font-size: 16px;
      }
} */

.section_column .contents .blockContents .small {
  font-size: 70%;
}

.section_column .contents .blockContents em {
  font-style: normal;
  background:linear-gradient(transparent 60%, #ff6 60%);
}

.section_column .contents .blockContents .jumpPoint {
  padding-top: 80px;
  margin-top:-80px;
}

.section_column .contents .blockContents ul {
  margin: 0 auto 30px;
  width: 80%;
  border: 1px solid #FBF77C;
  background: #FFFEEA;
  padding: 10px 30px 30px 30px;
}
  .section_column .contents .blockContents ul li {
    list-style: disc;
    margin-left: 30px;
    padding-top: 20px;
  }

.section_column .contents .blockContents ol {
  margin: 0 auto 30px;
  width: 80%;
  border: 1px solid #FBF77C;
  background: #FFFEEA;
  padding: 10px 30px 30px 30px;
}
  .section_column .contents .blockContents ol li {
    list-style: decimal;
    margin-left: 30px;
    padding-top: 10px;
  }

.section_column .contents .blockContents .mokuji {
  margin: 0 auto 50px;
  width: 80%;
  background: #F7F2EC;
  padding: 30px;
}
.section_column .contents .blockContents .mokuji {
  margin: 0 auto 50px;
  width: 80%;
  background: #F7F2EC;
  padding: 30px;
}
  .section_column .contents .blockContents .mokuji .wp-block-heading {
    color: #404019;
    text-align: center;
    border-bottom: 1px solid #404019;
    padding-bottom: 10px;
  }
  .section_column .contents .blockContents .mokuji ol {
    margin: 0 auto;
    width: auto;
    border: none;
    background: none;
    padding: 0;
	font-size: calc( 0.9375rem + ( ( 1vw - 3.75px ) * 0.19417 ));
  }
  .section_column .contents .blockContents .mokuji ol li a:hover {
    text-decoration: underline;
  }
  .section_column .contents .blockContents .mokuji ol ul {
    margin: 10px 0 0 0;
    width: auto;
    border: none;
    background: none;
    padding: 0;
  }
  .section_column .contents .blockContents .mokuji ol ul li {
    margin: 0 0 5px 0;
    padding: 0;
    list-style:none;
  }
  .section_column .contents .blockContents .mokuji ol ul li:before {
    content:"└";
  }

.section_column .contents .blockContents .box {
  border: 1px solid #b9e1d2;
  padding: 20px;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.section_column .contents .blockContents .notice {
  margin-bottom: 30px;
}
  .section_column .contents .blockContents .notice .wp-block-heading {
    border-radius: 20px 20px 0 0;
    background: #D2E9F3;
    padding: 10px 30px;
    color: #333;
    font-size: 120%;
    display: inline;
  }
  .section_column .contents .blockContents .notice .wp-block-group {
    background: #EBF5F9;
    padding: 20px 30px 15px 30px;
    margin-top: 10px;
  }

.section_column .contents .blockContents .notes {
    display: block;
	font-size: 0.8em;
}

  /* ボックスリンク */
  .section_column .contents .boxLink {
	margin: 50px auto;
	border: 4px double #ccc;
	padding: 20px 30px 0;
  }
  .section_column .contents .short {
	width: 80%;
  }
    .section_column .contents .boxLink p {
		font-size: 18px;
    }
    .section_column .contents .boxLink a {
		text-decoration: underline;
		color: #008563;
		padding-right: 10px;
    }
      .section_column .contents .boxLink a:hover {
        text-decoration: none;
      }
      .section_column .contents .textLink {
        position: relative;
        display: block;
      }
      .section_column .contents .textLink::after {
        content: '';
        position: absolute;
        bottom: 10px;
        width: 10px;
        height: 10px;
        margin: auto;
        border-top: 2px solid #008563;
        border-right: 2px solid #008563;
        transform: rotate(45deg);
      }

  /* あわせて読みたい */
  .section_column .contents .togetherColumn {
    margin: 60px 0 40px;
  }
    .section_column .contents .togetherColumn a {
      border: 3px solid #008563;
      padding: 30px 30px 20px;
      display: block;
      position: relative;
    }
      .section_column .contents .togetherColumn a:hover {
        background: #F9F7F4;
      }
      .section_column .contents .togetherColumn a::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 27px;
        width: 19px;
        height: 19px;
        margin: auto;
        border-top: 4px solid #008563;
        border-right: 4px solid #008563;
        transform: rotate(45deg);
        box-sizing: border-box;
      }
    .section_column .contents .togetherColumn h5 {
      position: absolute;
      top: -22px;
      left: 30px;
      color: #fff;
      background: #008563;
      padding: 8px 15px;
      border-radius: 30px;
	  letter-spacing: .025em;
	  font-size: 18px;
    }
    .section_column .contents .togetherColumn dl {
      display: flex;
    }
    .section_column .contents .togetherColumn dt {
      width: 200px;
    }
      .section_column .contents .togetherColumn dt img {
        width: 170px;
        height: auto;
      }
    .section_column .contents .togetherColumn dd {
      width: calc(100% - 200px);
      padding-right: 40px;
    }
    .section_column .contents .togetherColumn dd h6 {
      color: #008563;
      font-weight: bold;
      margin-bottom: 15px;
    }

/* スタッフ */
.section_column .contents .staff {
  margin-bottom: 50px;
}
  .section_column .contents .staff a {
    border: 1px solid #ccc;
    padding: 20px 30px;
    display: flex;
    position: relative;
  }
    .section_column .contents .staff a:hover {
      background: #F9F7F4;
    }
    .section_column .contents .staff a::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: 27px;
      width: 19px;
      height: 19px;
      margin: auto;
      border-top: 4px solid #ccc;
      border-right: 4px solid #ccc;
      transform: rotate(45deg);
      box-sizing: border-box;
    }
  .section_column .contents .staff dt {
    width: 170px;
    padding-right: 30px;
    text-align: left;
  }
    .section_column .contents .staff dt img {
      width: 140px;
      height: auto;
    }
  .section_column .contents .staff dd {
    padding-top: 20px;
    padding-right: 40px;
    position: relative;
  }
    .section_column .contents .staff dd .post {
      font-size: 90%;
      font-weight: bold;
      margin-bottom: 5px;
    }
    .section_column .contents .staff dd .name {
      font-size: 120%;
      font-weight: bold;
      margin-bottom: 15px;
    }

/* 関連記事 */
.section_column .contents .related {
}
  .section_column .contents .related .related-title {
    background:#008563;
    font-weight: bold;
    font-size: 150%;
    color: #fff;
    padding: 12px 20px;
    margin-bottom: 20px;
  }
  .section_column .contents .related ul {
    display: flex;
    border-left: 1px dotted #333;
  }
  .section_column .contents .related li {
    width: calc(100% / 3);
  }
  .section_column .contents .related li a {
    display: block;
    padding: 20px;
    border-right: 1px dotted #333;
  }
  .section_column .contents .related li a:hover {
    opacity: 0.5;
  }
  .section_column .contents .related li .entry-photo {
    margin-bottom: 20px;
  }
    .section_column .contents .related li .entry-photo img {
      width: 100%;
      height: 150px;
      object-fit: cover;
    }
  .section_column .contents .related li .entry-title {
      font-weight: 500;
	  font-size: 16px;
  }
  .section_column .contents .related li .entry-title .data {
    font-size: 80%;
    color: #008563;
    margin-bottom: 10px;
  }


.post-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.post-category {
  margin: 0;
}

.post-date {
  display: flex;
  align-items: center;
  gap: 48px;
  margin-left: auto;
}

.post-date__item {
  margin: 0;
  font-size: 18px;
  color: #666;
  letter-spacing: 0.08em;
}


/* リスト
-------------------------------------------------- */
.section_column .list h1 {
  background:#008563;
  font-weight: bold;
  font-size: 150%;
  color: #fff;
  padding: 12px 20px;
}
.section_column .list .post a {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px dotted #333;
}
  .section_column .list .post .photo {
    padding-right: 30px;
  }
  .section_column .list .post .info {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    margin-bottom: 15px;
  }
    .section_column .list .post .info .categoryTitle {
      border-radius: 20px;
      display: inline;
      border: 1px solid #000;
      padding: 5px 15px;
    }
    .section_column .list .post h3 {
      color:#008563;
      font-weight: bold;
      font-size: 150%;
      margin-bottom: 15px;
    }

  /* ページネーション */
  .section_column .list  ul.page-numbers {
    margin-top: 50px;
    display: flex;
    justify-content: center;
  }
    .section_column .list .page-numbers li {
      margin: 0 5px;
      padding: 0;
      background: #1ec99e;
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      position: relative;
    }
    .section_column .list .page-numbers li a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      text-align: center;
      color: #fff;
      background: #008563;
      text-decoration: none;
    }
    .section_column .list .page-numbers li a:hover,
    .section_column .list .page-numbers li a.active{
      color: #000;
      background: #1ec99e;
    }


/* サイドバー
-------------------------------------------------- */
.section_column .sidebar h3 {
  color: #fff;
  background: #008563;
  font-weight: bold;
  padding: 12px 20px;
  margin-bottom: 5px;
}

.section_column .sidebar .new {
  margin-bottom: 30px;
}
  .section_column .sidebar .new a {
    display: flex;
    border-bottom: 1px dotted #333;
    padding: 10px 0;
  }
  .section_column .sidebar .new a:hover {
    opacity: 0.5;
  }
  .section_column .sidebar .new dt {
    width: 100px;
    padding-right: 20px;
  }
  .section_column .sidebar .new dt img {
    width: 80px;
    height: 80px;
  }
  .section_column .sidebar .new dd .data {
    font-size: 80%;
    line-height: 2;
    color: #008563;
  }

  .section_column .sidebar .category {
  margin-bottom: 30px;
}
  .section_column .sidebar .category li {
    border-bottom: 1px dotted #333;
    padding: 15px 0;
    display: block;
  }
  .section_column .sidebar .category a {
    color:#008563;
    text-decoration: underline;
  }
  .section_column .sidebar .category a:hover {
    text-decoration: none;
  }
.section_column .sidebar .ranking-list li {
  border-bottom: 1px dotted #333;
  padding: 15px 0;
  display: block;
  position: relative;
}
  .section_column .sidebar .ranking-list li .data {
    font-size: 80%;
    line-height: 2;
    color: #008563;
  }
  /*ランキングカウンター*/
  .section_column .sidebar .ranking-list li:before {
    content: counter(wpp-count);
    display: block;
    position: absolute;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #555;
    padding: 3px 8px;
    z-index: 1;
  }
  /*カウント数*/
  .section_column .sidebar .ranking-list li {
    counter-increment: wpp-count;
  }
  /*ランキング1〜3の色変更*/
  .section_column .sidebar .ranking-list li:nth-child(1):before{
    background-color: #EFAF00;
  }
  .section_column .sidebar .ranking-list li:nth-child(2):before{
    background-color: #9EACB4;
  }
  .section_column .sidebar .ranking-list li:nth-child(3):before{
    background-color: #BA6E40;
  }

/* タブレットCSS */
/* ============================================ */
@media (max-width: 1024px) {
  .section_column {
	width: 94%;
	margin: 50px auto;
  }
  .section_column .contents .blockContents .notice .wp-block-heading {
    display: block;
    width: auto;
    padding: 20px 30px;
    margin-bottom: 0;
  }
  .section_column .contents .blockContents .notice .wp-block-group {
    margin-top: 0;
  }

}

/* モバイルCSS */
/* ============================================ */
@media (max-width: 768px) {
  .section_column {
    width: 94%;
    margin: 5% auto;
    display: block;
  }

  .section_column .pc {
    display: none;
  }
  .section_column .sp {
    display: block;
  }

  .section_column .contents {
    width: 100%;
  }
  
  .section_column .list {
    width: 100%;
  }
  
  .section_column .sidebar {
    width: 100%;
  }

  /* 本文
  -------------------------------------------------- */
  .section_column .contents {
    font-size: 5vw;
  }

  /* ブロックエディタ */
  .section_column .contents .blockContents .mokuji {
    width: auto;
  }
	.section_column .contents .blockContents .mokuji ol{
		font-size: 4.5vw;
    	line-height: 1.4;
	}
  .section_column .contents .blockContents ul {
    width: auto;
  }
	
  /* ボックスリンク */
  .section_column .contents .boxLink {
	padding: 20px 0;
  }
    .section_column .contents .short {
		width: 100%;
  }
  .section_column .contents .boxLink .wp-block-media-text__media {
	width: 70%;
	margin: 0 auto 20px;
  }
	
  /* あわせて読みたい */
  .section_column .contents .togetherColumn h5 {
    position: absolute;
    top: -22px;
    left: 30px;
  }
    .section_column .contents .togetherColumn dl {
      display: block;
    }
    .section_column .contents .togetherColumn a::after {
      border-top: none;
      border-right: none;
    }
    .section_column .contents .togetherColumn dt {
      width: auto;
      margin-bottom: 20px;
    }
      .section_column .contents .togetherColumn dt img {
        width: 100%;
        height: auto;
      }
    .section_column .contents .togetherColumn dd {
      width: auto;
      padding-right: 40px;
      position: relative;
    }
      .section_column .contents .togetherColumn dd::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 19px;
        height: 19px;
        margin: auto;
        border-top: 4px solid #008563;
        border-right: 4px solid #008563;
        transform: rotate(45deg);
        box-sizing: border-box;
      }

	.wp-block-image img {
		box-sizing: border-box;
		height: auto;
		max-width: 100%;
		vertical-align: bottom;
		margin-bottom: 40px;
	}
	
  /* スタッフ */
  .section_column .contents .staff a {
    display: block;
  }
  .section_column .contents .staff dt {
    width: auto;
    padding-right: 0;
    padding-bottom: 20px;
    text-align: center;
  }
    .section_column .contents .staff dt img {
      width: 70%;
      height: auto;
    }
    .section_column .contents .staff dd .post {
      margin-bottom: 10px;
    }

  /* 関連記事 */
  .section_column .contents .related ul {
    display: block;
    border-left: none;
    margin-top: -20px;
  }
  .section_column .contents .related li {
    width: auto;
  }
  .section_column .contents .related li a {
    display: block;
    border-right: none;
    border-bottom: 1px dotted #333;
    padding: 20px 0;
  }

  /* リスト
  -------------------------------------------------- */
  .section_column .list .post a {
    display: block;
  }
  .section_column .list .post .photo {
    padding-right: 0;
    margin-bottom: 20px;
  }
    .section_column .list .post .photo img {
      width: 100%;
      height: auto;
    }

  /* ページネーション */
  .section_column .list  ul.page-numbers {
    margin: 30px 0;
  }

}