@charset "UTF-8";
/****************************************************************************************************************************
	お知らせ一覧
****************************************************************************************************************************/
article.under > section.news {
  padding: 0;
  margin-top: 0;
}

section.news {
  padding: 70px 0;
  margin-top: 60px;
  background: #fff;
}

section.news > .w1000 {
  display: flex;
  margin-bottom: 50px;
}

section.news > .w1000.block {
  display: block;
}

section.news .w1000 > div {
  position: relative;
  width: 200px;
}

article.under section.news .w1000 > ul {
  padding-top: 50px;
  width: 100%;
}

@media screen and (max-width: 920px) {
  article.under section.news .w1000 > ul {
    padding-top: 20px;
    width: 100%;
  }
}
section.news .w1000 > ul {
  width: 800px;
}

section.news .w1000 div > h2 {
  position: absolute;
  top: -100px;
  left: -80px;
  writing-mode: vertical-rl;
  background: #004066;
  color: #fff;
  display: inline;
  padding: 50px 40px;
  font-size: 32px;
  letter-spacing: 0.2em;
}

section.news .w1000 div > h2 span {
  margin-top: 70px;
  font-size: 12px;
  letter-spacing: 0.2em;
}

section.news .w1000 > ul.news_archive {
  padding-top: 50px;
}

section.news .w1000 > ul li {
  width: 100%;
  border-top: 1px solid #7b7b7b;
}

section.news .w1000 > ul li:last-child {
  border-bottom: 1px solid #7b7b7b;
}

section.news .w1000 > ul li a {
  display: block;
  position: relative;
  padding: 20px 0;
}

section.news .w1000 > ul li a:before {
  content: "";
  width: 5px;
  height: 12px;
  border-right: solid 1px #505050;
  transform: rotate(35deg);
  position: absolute;
  top: calc(50% - 4px);
  right: 18px;
}

section.news .w1000 > ul li a:after {
  content: "";
  width: 5px;
  height: 12px;
  border-right: solid 1px #505050;
  transform: rotate(-35deg);
  position: absolute;
  top: calc(50% - 11px);
  right: 18px;
}

section.news .w1000 > ul li a .category {
  display: flex;
  text-align: center;
  margin-bottom: 15px;
}

section.news .w1000 > ul li a .category span {
  padding: 5px;
  width: 120px;
  margin-right: 10px;
}

section.news .w1000 > ul li a .category span {
  display: block;
  background: #004066;
  color: #fff;
}

section.news .w1000 > ul li a .category span.event {
  display: block;
  background: #ab8050;
  color: #fff;
}

section.news .w1000 > ul li .detail {
  width: 87.5%;
  height: 7em;
  overflow-y: hidden;
}

ul li.exhibition .detail > .sub_title {
  color: #004066;
}

ul li.event .detail > .sub_title {
  color: #ab8050;
}

ul li.event .detail > .sub_title_single {
  color: #ab8050;
}

ul li .detail > .sub_title {
  font-size: 17px;
}

ul li .detail > .title {
  font-size: 20px;
  font-weight: 700;
}

section.news .w1000 > div.pager {
  width: 100%;
}

section.news .pager .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

section.news .pager .pagination li {
  margin: 0 10px;
  padding: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  position: relative;
}

section.news .pager .pagination li.pre,
section.news .pager .pagination li.next {
  width: 130px;
  height: 50px;
  text-align: center;
  margin: 0 30px;
}

section.news .pager .pagination li a {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  color: #004066;
  border: 1px #004066 solid;
  text-decoration: none;
  transition: all 0.3s ease;
}

section.news .pager .pagination li a span {
  display: table-cell;
  vertical-align: middle;
}

section.news .pager .pagination li a:hover,
section.news .pager .pagination li a.active {
  color: #fff;
  background: #004066;
  border-color: #004066;
}

.news_detail p.btn a,
.news_detail td .btn {
  display: block;
  width: 180px;
  color: #fff;
  text-align: center;
  background-color: #004066;
  padding: 5px 20px;
  margin: 30px auto 70px auto;
  cursor: pointer;
}

.news_detail tr {
  position: relative;
}
.news_detail td.has_link {
  padding-bottom: 100px !important;
}
.news_detail td .btn {
  margin: 0;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  padding: 5px 20px;
  min-width: 180px;
  background: #d2691e;
}
@media screen and (max-width: 920px) {
  .news_detail td .btn {
    padding: 5px 20px;
    min-width: 200px;
  }
}

/****************************************************************************************************************************
検索
****************************************************************************************************************************/
article.under section.news .search {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

article.under section.news .search h2 {
  position: relative;
  padding: 10px 20px;
  margin: 20px 0 5px;
  font-size: 16px;
  color: #505050;
  background: #f0ebe2;
}

article.under section.news .search h2 span {
  position: absolute;
  right: 10px;
  top: 14px;
  padding: 0 3px;
  font-size: 20px;
  cursor: pointer;
  width: 20px;
  height: 20px;
}

article.under section.news .search h2 span:before,
article.under section.news .search h2 span:after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #505050;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

article.under section.news .search h2 span:after {
  background: #505050;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}

article.under section.news .search h2 span.active:after {
  transform: rotate(0);
  transition: 0.5s;
}

article.under section.news .search h2:after {
  display: none;
}

article.under section.news .search .list {
  margin-bottom: 20px;
}

article.under section.news .search dl {
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px #c6c7c8;
  border-right: solid 1px #c6c7c8;
  border-left: solid 1px #c6c7c8;
}

article.under section.news .search dl:nth-child(2) {
  border-top: none;
}

article.under section.news .search dl dt {
  width: 20%;
  height: 55px;
  background: #e9e9e9;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: solid 1px #c6c7c8;
}

article.under section.news .search dl dd {
  height: 55px;
  width: 80%;
  display: flex;
  align-items: center;
  border-bottom: solid 1px #c6c7c8;
}

article.under section.news .search dl dd ul {
  display: flex;
  flex-wrap: wrap;
}

article.under section.news .search dl dd ul li {
  margin-left: 20px;
}

article.under section.news .search p.btn {
  display: inline-block;
  width: 180px;
  color: #fff;
  background-color: #004066;
  padding: 5px 20px;
  margin: 30px auto 70px auto;
  cursor: pointer;
}

/* 検索ボタン */
article.under section.news .search button {
  display: inline-block;
  width: 180px;
  color: #fff;
  background-color: #004066;
  padding: 5px 20px;
  margin: 30px auto 70px auto;
  cursor: pointer;
  font: inherit;
  letter-spacing: 0.1em;
}

article.under section.news .search input[type=checkbox].on-off {
  display: none;
}

article.under section.news .search .list {
  transition: all 0.5s;
  margin: 0;
  padding: 0;
  list-style: none;
}

article.under section.news .search input[type=checkbox].on-off:checked + .list {
  height: 0;
  overflow: hidden;
}

article.under section.news .search input[type=checkbox].on-off + .list {
  height: 200px;
}

@media screen and (max-width: 920px) {
  article.under section.news .search input[type=checkbox].on-off:checked + .list {
    height: 0 !important;
    overflow: hidden !important;
  }
  article.under section.news .search input[type=checkbox].on-off + .list {
    height: auto;
  }
}
article.under section.news .search .checkbox {
  display: none;
}

article.under section.news .search .parts {
  padding-left: 22px;
  position: relative;
  margin-right: 20px;
}

article.under section.news .search .parts:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #c6c7c8;
}

article.under section.news .search .checkbox:checked + .parts:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 5px;
  width: 5px;
  height: 12px;
  transform: rotate(40deg);
  border-bottom: 3px solid #004066;
  border-right: 3px solid #004066;
}

/****************************************************************************************************************************
	お知らせ詳細
****************************************************************************************************************************/
article.under section.news_detail {
  padding-bottom: 80px;
  background: #fff;
}

.news_detail > div {
  margin-bottom: 50px;
}

article.under section.news_detail ul li.exhibition > .category span {
  background: #004066;
}

article.under section.news_detail ul li.event > .category span {
  background: #ab8050;
}

article.under section.news_detail ul li > .category span {
  display: inline-block;
  margin: 10px 0;
  padding: 0 20px;
  color: #fff;
}

article.under section.news_detail ul li .img img {
  display: block;
  margin: 50px auto;
  max-width: 600px;
  height: auto;
}

article.under section.news_detail ul li .img {
  width: 600px;
  margin: 0 auto;
  max-width: 600px;
}

article.under section.news_detail .category {
  display: flex;
  margin-bottom: 15px;
}

article.under section.news_detail .category li {
  width: 120px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background-color: #004066;
  margin: 0 10px 10px 0;
}

article.under section.news_detail .sub_title_single {
  color: #004066;
  margin-bottom: 10px;
}

article.under section.news_detail .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
}

article.under section.news_detail table {
  width: 100%;
  margin-bottom: 40px;
  border-top: 1px #c6c7c8 solid;
}

article.under section.news_detail table th,
article.under section.news_detail table td {
  text-align: left;
  padding: 30px 0;
  border-bottom: 1px #c6c7c8 solid;
}

article.under section.news_detail table th {
  width: 190px;
  font-size: 20px;
}

article.under section.news_detail table td {
  width: calc(100% - 190px);
  font-size: 16px;
}

article.under section.news_detail .youtubeArea {
  max-width: 800px;
  margin: 50px auto;
}

article.under section.news_detail .youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

article.under section.news_detail .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

article.under section.news_detail .map {
  height: 0;
  overflow: hidden;
  padding-bottom: 27%;
  position: relative;
}

article.under section.news_detail .map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

article.under section.news_detail .mapArea p {
  margin-top: 15px;
}

article.under section.news_detail .more_btn > a {
  font-size: 14px;
  padding: 2px 27px;
  margin: 0 30px 40px;
}

article.under section.news_detail p.btn a {
  display: block;
  width: 180px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background-color: #004066;
  padding: 2px 20px;
  margin: 50px auto;
  cursor: pointer;
}

#sliderArea {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
}

#slider {
  width: 680px;
  height: auto;
  margin: 0 auto 5px;
}

#slider img {
  width: 680px;
  height: all;
  margin-left: auto;
  margin-right: auto;
  /*
  max-height: 600px;
  height: 56vh;
  object-fit: cover;
  */
}

#thumbnail_slider {
  width: 680px;
  margin: 0 auto 10px;
}

#thumbnail_slider .thumbnail-item,
#thumbnail_slider .slide-item {
  width: 150px;
  margin: 0;
  height: 105px;
  overflow: hidden;
  position: relative;
}

#thumbnail_slider .thumbnail-item img,
#thumbnail_slider .slide-item img {
  display: block;
  width: 160px;
  position: absolute;
  top: -50%;
  left: -50%;
  right: -50%;
  bottom: -50%;
  margin: auto;
  cursor: pointer;
  transition: all 0.3s;
}

#thumbnail_slider .slick-track {
  transform: inherit !important;
}

#thumbnail_slider img:hover {
  opacity: 0.6 !important;
}

article.under section.news_detail .slick-prev:before,
article.under section.news_detail .slick-next:before {
  content: url(../../img/tabata/ico_arrow.png);
}

article.under section.news_detail .slick-prev {
  transform: rotate(180deg);
  margin-top: 17px;
  left: -45px;
}

article.under section.news_detail .slick-next {
  right: -45px;
}

/****************************************************************************************************************************
	同レイアウト　イベント詳細背景変更
****************************************************************************************************************************/
.event_detail {
  background: #f0ebe2 !important;
}

/****************************************************************************************************************************
  レスポンシブ　1000px
****************************************************************************************************************************/
@media screen and (max-width: 1000px) {
  section.news {
    padding: 30px 0;
  }
  section.news .w1000 div > h2 {
    position: static;
    writing-mode: horizontal-tb;
    display: block;
    padding: 30px;
    text-align: center;
    font-size: 25px;
  }
  section.news > .w1000 {
    display: block;
    margin-bottom: 20px;
  }
  section.news .w1000 > div {
    position: static;
    width: 100%;
  }
  section.news .w1000 div > h2 span {
    margin-top: 0;
  }
  section.news .w1000 > ul {
    width: 100%;
  }
  section.news .w1000 > ul li a {
    display: block;
    width: 100%;
  }
  section.news .w1000 > ul li a:before {
    width: 8px;
    height: 22px;
    top: calc(50% - 1px);
    right: 6px;
  }
  section.news .w1000 > ul li a:after {
    width: 8px;
    height: 22px;
    top: calc(50% - 14px);
    right: 5px;
  }
  section.news .w1000 > ul li a .category {
    margin-bottom: 0;
  }
  section.news .w1000 > ul li a .category span {
    margin-bottom: 10px;
  }
  article.under section.news_detail ul li .img {
    max-width: 100%;
  }
  article.under section.news_detail ul li .img img {
    max-width: 100%;
  }
  section.news .pager .pagination li {
    margin: 0 1.2%;
    width: 15px;
    height: 15px;
  }
  section.news .pager .pagination li.pre,
  section.news .pager .pagination li.next {
    width: 95px;
    height: 30px;
    margin: 0 1.2%;
  }
  section.news .pager .pagination li a {
    font-size: 10px;
  }
  section.news .pager .pagination li.pre a,
  section.news .pager .pagination li.next a {
    font-size: 14px;
    letter-spacing: 0.01em !important;
  }
  article.under section.news .search {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: hidden;
  }
  article.under section.news .search dl dt,
  article.under section.news .search dl dd {
    width: 28%;
    font-size: 14px;
    padding: 10px 0;
    height: auto;
  }
  article.under section.news .search dl dd {
    width: 72%;
  }
  article.under section.news .search dl dd ul li {
    margin-left: 10px;
  }
  article.under section.news .search .parts {
    margin-right: 5px;
  }
  article.under section.news .search input[type=checkbox].on-off:checked + .list {
    height: auto;
  }
  article.under section.news_detail {
    padding-bottom: 0;
  }
  article.under section.news_detail .category {
    margin-bottom: 0;
  }
  article.under section.news_detail .category li {
    width: 75px;
    height: 22px;
    line-height: 22px;
    color: #fff;
    font-size: 12px;
    margin: 0 10px 10px 0;
  }
  article.under section.news_detail .sub_title_single {
    font-size: 12px;
    margin-bottom: 0;
  }
  article.under section.news_detail .title {
    font-size: 14px;
    margin-bottom: 25px;
  }
  article.under section.news_detail table {
    margin-bottom: 25px;
  }
  article.under section.news_detail table th,
  article.under section.news_detail table td {
    padding: 15px 0;
  }
  article.under section.news_detail table th {
    width: 32%;
    font-size: 14px;
  }
  article.under section.news_detail table td {
    font-size: 14px;
  }
  article.under section.news_detail .youtubeArea {
    margin: 25px auto;
  }
  article.under section.news_detail .map {
    padding-bottom: 56.25%;
  }
  article.under section.news_detail .more_btn > a {
    display: block;
    width: 200px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    margin: 15px auto 25px;
  }
  article.under section.news_detail p.btn a {
    width: 200px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    margin: 25px auto;
  }
  #sliderArea {
    margin-bottom: 40px;
    padding: 0 20px;
  }
  #slider {
    width: 100%;
    height: auto;
    margin: 0 auto;
    vertical-align: bottom;
  }
  #slider img {
    width: 100%;
    max-height: auto;
  }
  #thumbnail_slider {
    width: 100%;
  }
  #thumbnail_slider li {
    width: 92% !important;
    height: 75px;
    padding: 0 10px;
  }
  #thumbnail_slider img {
    max-height: 75px;
  }
  article.under section.news_detail .slick-prev:before,
  article.under section.news_detail .slick-next:before {
    content: url(../../img/tabata/ico_arrow_sp.png);
  }
  article.under section.news_detail .slick-prev {
    transform: rotate(180deg);
    margin-top: -9px;
    left: -25px;
  }
  article.under section.news_detail .slick-next {
    right: -25px;
  }
}
/* -----｜-----｜-----｜-----｜-----
さらに読み込む 2020 10/21 追加
-----｜-----｜-----｜-----｜----- */
/* PC */
.w1000.block ul.more_target li {
  opacity: 1;
  transition: all 0.4s ease 0s;
}

.w1000.block ul.more_target li.is-hidden {
  opacity: 0;
  height: 0;
  margin: 0;
  display: none;
}

p.is-hidden {
  display: none;
}

.more {
  text-align: center;
  margin: 0 auto;
  text-align: center;
}

.more button {
  display: inline-block;
  width: 180px;
  color: #fff;
  background-color: #004066;
  padding: 5px 20px;
  margin: 30px auto 70px auto;
  cursor: pointer;
  font: inherit;
  letter-spacing: 0.1em;
}

/*----------------------------------
2021-06-25 改修
----------------------------------*/
@media screen and (max-width: 920px) {
  body article.under section.news_detail .youtube p {
    width: 100vw;
  }
  body article.under section.news_detail .youtube p img {
    width: 100%;
  }
}/*# sourceMappingURL=news.css.map */