@charset "UTF-8";

/* fv
-------------------------------------------------- */

  /* mainvisual 
  ---------------------------------------------------------------------- */
  #mainvisual {
    width: 100%;
    min-height: 100vh;
    position: relative;
    z-index: 0;
  }

/*  #mainvisual .mvslide {
    width: 100%;
    height: 100vh;
    margin: 0;
  }

  #mainvisual .mvslide li {
    width: 100%;
    height: 100vh;
    position: relative;
  }

  #mainvisual .mvslide li picture {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }*/

  #mainvisual picture img {
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
  }

/*  #mainvisual .slick-track {
    height: 100%;
  }

  #mainvisual .slick-list {
    height: 100%;
  }*/

  #mainvisual .catch {
    width: 100%;
    height: 100%;
    max-width: 1140px;
    margin: 120px auto 0;
    text-align: center;
    color: #fff;
/*    padding: 0 20px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2rem;
    font-family: "Shippori Mincho", serif;
    letter-spacing: 0.1em;
    text-shadow: 1px 1px 5px rgba(0,0,0,.2), 1px 1px 10px rgba(0,0,0,.2), 1px 1px 15px rgba(0,0,0,.2), -1px 1px 5px rgba(0,0,0,.2), -1px 1px 10px rgba(0,0,0,.2), -1px 1px 15px rgba(0,0,0,.2), 1px -1px 5px rgba(0,0,0,.2), 1px -1px 10px rgba(0,0,0,.2), 1px -1px 15px rgba(0,0,0,.2), -1px -1px 5px rgba(0,0,0,.2), -1px -1px 10px rgba(0,0,0,.2), -1px -1px 15px rgba(0,0,0,.2);

  }

/*  #top #mainvisual .catch img {
    filter: drop-shadow(4px 4px 4px #000);
  }*/

  #mainvisual.sub {
    height: 450px;
    min-height: auto;
    box-sizing: content-box;
  }

  #mainvisual.sub picture {
    width: 100%;
    height: 450px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

  #mainvisual.sub .catch {
    width: 100%;
    max-width: 1100px;
    height: 450px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transform: none;
  }
  #mainvisual.sub .catch span {
    font-size: 20px;
  }

  #mainvisual.sub .catch img {
    width: 100%;
    max-width: 700px;
  }

/*  #privacy .catch_img {
    width: 88px;
  }
  #privacy .catch_img img {
    width: 100%;
  }*/
  .intro {
    background-color: #231815;
    position: relative;
    height: 85px;
  }
/*  #privacy .ctitle {
    margin-bottom: 25px;
  }*/

/* お知らせ一覧
-------------------------------------------------- */
#info {
  width: 100%;
  background:#e0ddbf;
  padding:60px 0;
}
.info-box {
  width: 60%;
  max-width: 1000px;
  margin:0 auto;
  padding:50px;
  text-align: center;
}
.info-box h3 {
  font-size:38px;
  color:#3e4a8c;
  position: relative;
  display: inline-block;
  padding: 0 55px;
}
.info-box h3:before,
.info-box h3:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: #3e4a8c;
}
.info-box h3:before {
    left: 0;
}
.info-box h3:after {
    right: 0;
}
.info-box h4 {
    font-size:20px;
    color:#3e4a8c;
}
/*wordpress箇所*/
.wp-block-columns {
  margin-top:40px;
}
.wp-block-columns h2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
}
.post_content li {
  line-height: 1.5;
  position: relative;
}
.p-postList__link {
  position: relative;
  text-decoration: none;
}
.p-postList__link {
    border-bottom: 1px solid #888;
    display: block;
    padding: 1em 0.25em;
    transition: background-color .25s;
}
.p-postList__body {
    position: relative;
    transition: opacity .25s;
    display: flex;
    align-items: center;
}
.p-postList__cat {
  width: 60px;
  margin:0 2em;
  background: #213a70;
  color: #fff;
  padding:5px 10px;
  font-size: 14px;
}
.p-postList__meta {
    display: flex;
}
.p-postList__meta :before {
    margin-right: 0.25em;
}
.p-postList__link:hover {
  opacity: 0.8;
}

/* お知らせ詳細
-------------------------------------------------- */
.post-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
}



/* お知らせページャー
-------------------------------------------------- */
/* .pagination {
} */
.pagination ul.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 50px;
  text-align: center;
}
.pagination ul.page-numbers span.current {
  font-weight: bold;
}
.pagination ul.page-numbers span.prev::before {
  content: "←";
}
.pagination ul.page-numbers span.next::after {
  content: "→";
}

/* -------------------------------------------------- */

@media screen and (max-width: 834px) {

  #mainvisual {
    width: 100%;
    min-height: 300px;
    position: relative;
    overflow: hidden;
  }

/*  #mainvisual .mvslide {
    width: 100%;
    min-height: 300px;
    margin: 0;
  }

  #mainvisual .mvslide li {
    width: 100%;
    height: calc(100vh - 50px);
    position: relative;
  }

  #mainvisual .mvslide li picture {
    width: 100%;
    height: calc(100vh - 50px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }*/

  #mainvisual picture img {
    min-width: 100%;
    height: 100%;
    object-fit: cover;
  }

/*  #mainvisual .slick-track {
    height: 100%;
  }

  #mainvisual .slick-list {
    height: 100%;
  }*/
  #mainvisual.sub {
    height: 350px;
    min-height: auto;
    box-sizing: content-box;
  }
  #mainvisual .catch {
    color: #fff;
    text-align: center;
/*    width: 85%;*/
/*    height:  calc(100vh - 16vw);*/
    margin: 0 auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2rem;
    letter-spacing: 0.1em;
    font-family: "Shippori Mincho", serif;
    text-shadow: 1px 1px 5px rgba(0,0,0,.2), 1px 1px 10px rgba(0,0,0,.2), 1px 1px 15px rgba(0,0,0,.2), -1px 1px 5px rgba(0,0,0,.2), -1px 1px 10px rgba(0,0,0,.2), -1px 1px 15px rgba(0,0,0,.2), 1px -1px 5px rgba(0,0,0,.2), 1px -1px 10px rgba(0,0,0,.2), 1px -1px 15px rgba(0,0,0,.2), -1px -1px 5px rgba(0,0,0,.2), -1px -1px 10px rgba(0,0,0,.2), -1px -1px 15px rgba(0,0,0,.2);
  }
  
  #mainvisual .catch {
    width: 90%;
  }

/*  #mainvisual .catch .catch_img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 3vmax;
    min-width: 10px;
    max-width: 40px;
  }

  #top #mainvisual .catch img {
    width: 100%;
    filter: drop-shadow(4px 4px 4px #000);
  }*/

  #mainvisual.sub {
    min-height: calc(100vh / 3);
  }

  #mainvisual.sub picture {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

  #mainvisual.sub .catch {
    width: 100%;
    height: auto;
    min-height: calc(100vh / 3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transform: none;
/*    padding: min(120px,16vw) 10vw min(80px,5vw);*/
  }

  #mainvisual.sub .catch img {
    max-width: 100%;
  }

  #privacy #mainvisual .catch .catch_img {
    width: 6vmax;
  }
  .intro {
    background-color: #231815;
    position: relative;
    height: 85px;
  }
  #privacy .ctitle {
    margin-bottom: 25px;
  }


/* お知らせ一覧
-------------------------------------------------- */
  .info-box {
    width:90%;
    padding:0;
  }
  .info-box h3 {
    font-size: 36px;
  }
  .p-postList__body {
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
    align-items:start;
  }
  .p-postList__meta {
    margin-bottom: .5em;
  }
  .p-postList__cat {
    margin:0 1em;
  }
}