@charset "utf-8";
/* CSS Document */
/*----------------------------------------------------------- newsBox */
#news {
  padding: 40px 0 40px;
}
#news dl {}
#news dl:nth-of-type(1) {
  border-top: none;
}
#news dl dt {
    padding: 15px 0;
    width: 230px;
    display: flex;
    flex-flow: nowrap;
    justify-content: flex-start;
    align-items: center;
    border: none;
}
#news dt span {
  background-color: #555;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  width: 130px;
  margin: 0 10px 0 0;
  font-size: 90%;
}
#news dt p {
  font-size: 90%;
  padding: 0;
}
#news dl dd {
  width: auto;
  padding: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: none;
}
#news dd p {
  padding: 0;
}
#news .cat-col {
  background-color: #959173;
}
#news .cat-plan {
  background-color: #1c9eaf;
}
#news .cat-news {
  background-color: #60a369;
}
#news .cat-event {
  background-color: #a36072;
}
#news em {
  display: inline-block;
  background: #b52732;
  color: #fff;
  font-size: 80%;
  padding: 4px;
}
/*----------------------------------------------------------- author-name  */
p.author-name {
  font-size: 90%;
}
/*----------------------------------------------------------- attentionBox */
.attentionBox {
  max-width: 1240px;
  margin: auto;
  padding: 10px 0;
  /*  display: flex;
  justify-content: flex-end;*/
  border-top: 1px solid #d1cfcf;
}
.attentionBox p {
  font-size: 70%;
  color: #000;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .attentionBox p {
    font-size: 70%;
    color: #000;
    text-align: left;
  }
}
/*----------------------------------------------------------- サイドメニュー */
#sideMenu {
  border-left: 1px solid #d5dbdd;
  padding: 20px;
}
#sideMenu ul li {
  padding: 10px 0 10px;
  border-bottom: 1px dashed #ccc;
  display: flex;
}
#sideMenu ul li a {
  display: flex;
}
#sideMenu ul li .image {
  width: 100px;
  margin: 0 5px 0 0;
  height: 80px;
}
#sideMenu ul li .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-duration: 0.3s;
}
#sideMenu ul li a:hover img {
  transform: scale(1.1); /*拡大*/
  transition-duratiosn: 0.3s; /*動く時間(なめらかになる)*/
  opacity: 0.5; /*半透明になる*/
}
#sideMenu ul li p {
  text-align: left;
  line-height: 1.4em;
  font-size: 85%;
  display: flex;
  width: 140px;
  align-items: center;
}
#sideMenu .widget {
  padding: 0 0 50px;
}
/*----------------------------------------------------------- banner */
#floatBnr {
  width: auto;
  padding: 20px 10px;
  border: 1px solid #111;
  box-sizing: border-box;
  position: fixed;
  top: 143px;
  right: 10px;
  z-index: 10000;
  background: rgba(255, 255, 255, 0.9);
  color: #333;
}
#floatBnr a {
  display: block;
  text-align: left;
  font-size: 80%;
}
#floatBnr span {
  cursor: pointer;
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
  line-height: 25px;
  color: #FFFFFF;
  border-radius: 100px;
  background: rgba(85, 85, 85, 0.8);
  position: absolute;
  right: -10px;
  top: -10px;
  transition: all 0.5s;
}
/*----------------------------------------------------------- サムネイル */
#thumbBox {}
#thumbBox ul {
  display: flex;
  padding: 40px 0;
  flex-wrap: wrap;
}
#thumbBox ul li {
  width: calc(100% / 3 - 20px);
  margin: 0 10px 30px;
}
#thumbBox ul li h3 {
  font-size: 100%;
  text-align: left;
  line-height: 1.4em;
}
#thumbBox ul li .date {
  font-size: 80%;
  padding: 10px 0 0;
  text-align: left;
}
#thumbBox ul li .image {
  overflow: hidden;
  width: 100%;
  height: 240px;
}
#thumbBox ul li .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-duration: 0.3s;
}
#thumbBox ul li .image img:hover {
  transform: scale(1.2); /*拡大*/
  transition-duratiosn: 0.3s; /*動く時間(なめらかになる)*/
  opacity: 0.5; /*半透明になる*/
}
/*----------------------------------------------------------- pageTop */
.pTop {
  display: none;
  position: fixed;
  bottom: 55px;
  right: 16px;
  z-index: 10000;
}
.pTop a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  border: solid 2px #FFF;
  background: rgba(0, 0, 0, 0.55);
  position: relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.45);
  transition: all 0.5s;
}
.pTop a:hover {
  background: rgba(0, 0, 0, 0.2);
}
.pTop a::after {
  content: "";
  background-color: #ffffff;
  position: absolute;
  top: 18px;
  left: 6px;
  width: 15px;
  height: 2px;
  transform: rotate(-45deg);
}
.pTop a::before {
  content: "";
  background-color: #ffffff;
  position: absolute;
  top: 18px;
  right: 6px;
  width: 15px;
  height: 2px;
  transform: rotate(45deg);
}
/*----------------------------------------------------------- sectionmain */
main img {
  max-width: 100%;
  height: auto;
}
main h2 {
  font-family: "Noto Serif JP", serif;
  padding: 30px 15px;
  font-weight: 600;
  font-size: 160%;
  line-height: 1.6em;
}
main h3 {
  font-family: "Noto Serif JP", serif;
  padding: 10px 0;
  font-weight: 600;
  font-size: 140%;
  line-height: 1.6em;
}
main h4 {
  font-size: 160%;
  font-weight: 500;
  padding: 10px 0 10px;
  line-height: 1.8em;
}
main h4 strong {
  font-size: 160%;
  font-weight: 400;
}
main h5 {
  font-size: 110%;
  font-weight: 500;
  padding: 6px 0;
  line-height: 1.6em;
  text-align: left;
}
main h3 small, main h4 small, main h5 small, main h6 small {
  font-size: 80%;
  line-height: 1.6em;
}
main .flexBox1:last-child, main .flexBox2:last-child, main .flexBox3:last-child, main .flexBox4:last-child {
  padding: 0;
}
main .flexBox1, main .flexBox2, main .flexBox3, main .flexBox4 {
  padding: 0 0 10px;
}
main .flexBox2 > ul, main .flexBox3 > ul, main .flexBox4 > ul {
  display: flex;
}
main .flexBox2 > ul > li, main .flexBox3 > ul > li, main .flexBox4 > ul > li {
  list-style-type: none;
  text-align: center;
}
main .flexBox2 > ul > li:last-child, main .flexBox3 > ul > li:last-child, main .flexBox4 > ul > li:last-child {
  margin: 0;
}
main .flexBox2 > ul > li {
  width: calc(100% / 2);
}
main .flexBox3 > ul > li {
  width: calc(100% / 3);
}
main p strong {
  color: #138f44;
}
.detailBox {
  display: flex;
  padding: 40px 0;
  box-sizing: border-box;
}
.detailBox .detail {
  padding: 30px;
}
.leftBox {
  box-sizing: border-box;
}
.rightBox {
  box-sizing: border-box;
}
/* tableなどの横スクロールボックス */
.scrollBox table {
  width: 100%;
}
.scrollBox {
  overflow: auto;
  white-space: nowrap;
}
.scrollBox::-webkit-scrollbar {
  height: 5px;
}
.scrollBox::-webkit-scrollbar-track {
  background: #F1F1F1;
}
.scrollBox::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}
.contentsTop {
  padding: 30px 0;
}
.contentsTop p {
  font-size: 18px;
  padding: 20px;
  text-align: center;
}
.attention {
  font-size: 70%;
  color: #666666;
}
.attention_info {
  font-size: 85%;
  /*  color: #ffffff;*/
  line-height: 1.6em;
  padding-bottom: 2em;
}
.imgBox {
  padding: 50px 0;
}
.imgBox img {
  max-width: 100%;
}
main .bnrBox ul {
  margin: auto;
}
main .bnrBox ul li {
  list-style-type: none;
  text-align: center;
  background: #265280;
  padding: 0;
  box-sizing: border-box;
}
main .flexBox3 ul li p, main .flexBox4 ul li p {
  padding: 0;
  line-height: 1.4em;
}
main .flexBox3 p:nth-child(3), main .flexBox4 p:nth-child(3) {
  line-height: 1.6em;
  font-size: 16px;
}
main dl {
  display: flex;
  padding: 0 10px;
  flex-wrap: nowrap;
  margin: 0;
  border-bottom: 1px solid #888;
}
main dl:nth-of-type(1) {
  border-top: 1px solid #888;
}
main dl dt, main dl dd {
  text-align: left;
  padding: 15px;
  line-height: 1.6em;
}
main dl dt {
  width: 37%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  border-right: 1px solid #888;
}
main dl dd {
  width: 74.5%;
  color: #333;
}
main dl dd div {
  line-height: 1.6em;
  padding: 0 0 20px;
}
main p {
  padding: 15px 0;
  line-height: 1.8em;
  font-size: 16px;
  font-weight: 400;
  text-indent: 0;
  letter-spacing: 0.08em;
}
main em {
  font-style: normal;
  /* font-size: 12px; */
  /* display: inline-block; */
  /* line-height: 2vw; */
  /* padding: 1vmin 0; */
}
.contents ul li {
  box-sizing: border-box;
  list-style-position: inside;
}
.contents main ol {
  padding: 15px;
  text-align: left;
}
.contents ol li {
  list-style-type: decimal;
  list-style-position: inside;
}
main .centerImage {
  margin: auto;
  text-align: center;
}
main table, main tr, main td {
  border-collapse: collapse;
  border: 1px solid #999;
}
main table td {
  padding: 10px;
  text-align: center;
  width: 20%;
  line-height: 1.6em;
}
main .sliderdef {
  width: 500px;
  padding: 0 0 10px;
}
main .indexList {
  padding: 20px;
  background: #e4e6ed;
}
main .indexList li {
  color: #265280;
  font-weight: 600;
  font-size: 110%;
  line-height: 1.4em;
}
main .indexList li a {
  font-weight: 600;
}
/*----------------------------------------------------------- 固定ページ用 */
#pageTitle {
  padding: 0;
}
main article section > section {
  padding: 50px 0;
}
/*----------------------------------------------------------- 詳細ページ用 */
#article article {
  display: flex;
  max-width: 1200px;
  margin: auto;
}
#article h2 {
  text-align: left;
  padding: 0 0 10px;
}
#article h3 {
  text-align: left;
}
#article p.date {
  font-size: 80%;
}
#article p {
  text-align: left;
}
#article #contentsBox {
  padding: 50px 20px 0 20px;
}
#article #sideMenu h2 {
  font-size: 120%;
  padding: 0 0 10px;
}
.underline {
  background: linear-gradient(transparent 60%, rgba(252, 200, 0, 0.7) 0);
}
/*----------------------------------------------------------- 冒頭テキスト */
.firstText {
  font-size: 16px;
  line-height: 2em;
}
/*----------------------------------------------------------- ページナビ */
.pageNavi {
  padding: 0 0 3vmin;
  text-align: center;
}
.pageNavi ul {
  display: flex;
  justify-content: space-between;
  border-top: 2px dotted #a9998e;
}
.pageNavi ul li {
  list-style-type: none;
  width: 50%;
}
.pageNavi ul li:first-child {
  text-align: left;
}
.pageNavi ul li:last-child {
  text-align: right;
}
.pageNavi ul li:first-child a::before {
  content: "< ";
}
.pageNavi ul li:last-child a::after {
  content: " >";
}
.pageNavi ul li a {
  display: block;
  padding: 2vmin;
}
.entry-content {
  padding: 0;
}
/*----------------------------------------------------------- 一覧ボタン */
.pageBtnBox {
  padding: 20px;
  display: flex;
  justify-content: center;
}
.pageBtnBox p {
  font-size: 20px;
  padding: 0 0 2vmin;
}
main .pageBtnBox a {
  text-align: center;
  display: block;
  background: #8d875e;
  color: #ffffff;
  font-size: 16px;
  font-weight: 200;
  padding: 10px 10px 13px;
  /* border: 1px solid #bbbdbc; */
  width: 360px;
  box-shadow: 2px 2px 2px 1px rgb(110 110 110 / 20%);
  cursor: pointer;
  letter-spacing: 3px;
  border-radius: 5px;
}
.pageBtnBox a span {
  color: #fff;
}
.pageBtnBox a span::after {
  content: '';
  display: inline-block;
  margin: 0 0 0 1vmin;
  width: 40px;
  height: 24px;
  background-image: url(/wp-content/themes/original-child/assets/img/ar_white.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: -13px;
}
/*----------------------------------------------------------- ページナビ */
.wp-pagenavi { /* 全体 */
  margin: 20px 0;
  font-size: 12px;
}
.wp-pagenavi a { /* フォント色 */
  color: #4a4a4a;
}
.pages { /* 左の表記 */
  margin-right: 20px;
}
.wp-pagenavi .current, .wp-pagenavi amain {
  margin: 0 6px 6px 0;
  display: inline-block;
  border: solid 1px #eee;
  width: 30px;
  height: 30px;
  line-height: 24px;
  text-align: center;
  background: #fff;
}
.wp-pagenavi .current {
  border: none;
  background: #666666;
  color: #fff;
}
.wp-pagenavi a.page:hover { /* マウスオーバー */
  background: #87e6e9;
  color: #fff;
}
.wp-pagenavi .first, .wp-pagenavi .extend { /* ... */
  margin-right: 10px;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink { /* 記号の削除 */
  display: none;
}
/*----------------------------------------------------------- 1280px */
@media all and (max-width:1280px) {
  main .contentsDetail {
    box-sizing: border-box;
  }
  main ul li {
    line-height: 2em;
  }
  .attentionBox {
    padding: 10px;
  }
  ul.menuFooter {
    flex-wrap: wrap;
  }
  main h3 {
    font-size: 140%;
  }
  main h4 {
    font-size: 130%;
  }
  #article {
    padding: 0;
  }
}
/*----------------------------------------------------------- 1024px */
@media screen and (max-width: 1024px) {
  .newsList dl dt span {
    font-size: 12px;
  }
  main h3 {
    font-size: 120%;
  }
  main h4 {
    font-size: 110%;
  }
}
/*----------------------------------------------------------- 812px */
@media screen and (max-width: 812px) {}
/*----------------------------------------------------------- 768x */
@media screen and (max-width: 768px) {
  main p {
    text-align: left;
  }
  main h2 {
    font-size: 140%;
  }
  main h3 {
    font-size: 120%;
  }
  main h4 {
    font-size: 100%;
    padding: 0;
  }
  main h4 strong {
    font-size: 140%;
  }
  main p {
    line-height: 1.6em;
  }
  #article {
    flex-flow: column;
  }
  #contentsBox {
    padding: 0;
  }
  #sideMenu {
    border-left: none;
    border-top: 1px solid #d5dbdd;
  }
  #thumbBox ul {
    flex-flow: column;
  }
  #thumbBox ul li {
    width: auto;
  }
  #article article {
    flex-flow: column;
  }
  #news {
    padding: 10px 0 10px;
  }
  #news dl {
    flex-flow: column;
  }
  #news dl dt {
    padding: 15px 15px 0;
    width: auto;
  }
}
/*----------------------------------------------------------- 480px */
@media screen and (max-width: 480px) {
  #pageTitle h1 {
    font-size: 110%;
    padding: 15px 10px;
    line-height: 1.4em;
  }
  main h2 {
    font-size: 110%;
    padding: 0 0 10px;
  }
  main h3 {
    font-size: 100%;
    padding: 0;
  }
  main h4 {
    font-size: 100%;
  }
  main h5 {
    font-size: 90%;
  }
  main p {
    font-size: 90%;
  }
  main article section > section {
    padding: 20px 0;
  }
  main .mainCopy {
    font-size: 4.8vw;
    padding: 7vmin 2vmin;
  }
  .contentsDetail > p {
    padding: 10px;
  }
  main ul li {
    line-height: 1.6em;
    font-size: 14px;
    box-sizing: border-box;
  }
  main dl dt, main dl dd {
    padding: 8px;
    font-size: 90%;
  }
  main dl dt {
    width: auto;
    border-right: none;
    border-bottom: 1px dashed #aaaaaa;
  }
  main dl dd {
    width: auto;
  }
  .pageNavi ul li {
    padding: 0;
    list-style-type: none;
  }
  .pageNavi ul li a {
    font-size: 14px;
    line-height: 2em;
  }
  main .contentsDetail {
    /* padding: 0 10px 20px; */
  }
  main .flexBox1, main .flexBox2, main .flexBox3, main .flexBox4 {}
  main .flexBox1 ul, main .flexBox2 ul, main .flexBox3 ul, main .flexBox4 ul {
    display: block;
  }
  main .flexBox2 ul li, main .flexBox3 ul li, main .flexBox4 ul li {
    width: auto;
    font-size: 16px;
    padding: 10px;
    line-height: 1.6em;
    text-indent: initial;
  }
  .detailBox {
    display: flex;
    flex-flow: column;
  }
  main .indexList li {
    padding-left: 1.25em;
    text-indent: -1.25em;
    font-size: 90%;
  }
  main .indexList ol {
    padding: 0;
    text-align: left;
  }
  main .indexList li a {
    font-size: 85%;
  }
  .contentsTop {
    padding: 0px;
  }
  .imgBox {
    padding: 0 0 20px;
  }
  main dl {
    flex-flow: column;
  }
  main .sliderdef {
    width: 260px;
  }
  .pageBtnBox a {
    font-size: 4vw;
    padding: 3vmin 1vmin 1vmin;
    width: 95%;
  }
  .newsList dl dt span {
    font-size: 2vw;
    width: 100px;
    padding: 2vw;
  }
  .newsList dl dd {
    font-size: 3.2vw;
  }
  .newsList dl dd span {
    padding: 0.25em 1em 0.3em;
    font-size: 2vw;
    margin: 0 1vmin 0 0;
  }
  .newsList dl dd em {
    margin: 2vmin 0;
  }
  .contents iframe {
    aspect-ratio: 16 / 9;
    max-width: 1000px;
    width: 100%;
    height: auto;
    border: 0;
  }
  .firstText {
    font-size: 3.2vw;
    text-align: left;
  }
  #thumbList {
    width: 300px;
  }
  #thumbList .thumbItem {
    flex: 0 1 15%;
    text-indent: 0;
  }
  .thumbItem img {
    width: 100%;
    margin: 0 auto;
    height: 20px; /*任意の高さを指定*/
    object-fit: contain;
  }
}