@charset "UTF-8";
/****************************************************************************************************************************
	利用案内
****************************************************************************************************************************/
article.under section.event_archive {
  background: #fff;
}

article.under section.event_archive section.event-detail {
  margin: 80px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

article.under section.event_archive section.event-detail:nth-child(odd) {
  flex-direction: row-reverse;
}

article.under section.event_archive section.event-detail .text {
  background: #f0ebe2;
  width: 50%;
  height: 407px;
  overflow: hidden;
  padding: 50px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

article.under section.event_archive section.event-detail .text p {
  width: 100%;
}

article.under section.event_archive section.event-detail .img {
  width: 50%;
  height: 407px;
  overflow: hidden;
  position: relative;
}

article.under section.event_archive section.event-detail .img img {
  display: block;
  width: 600px;
  position: absolute;
  top: -50%;
  left: -50%;
  right: -50%;
  bottom: -50%;
  margin: auto;
}

article.under section.event_archive section.event-detail .text h2 {
  padding: 0 0 20px 0;
  text-align: left;
  font-size: 30px;
  line-height: 1.5em;
}

article.under section.event_archive section.event-detail .text h2:after {
  content: none;
}

article.under section.event_archive .pdf a {
  font-size: 18px;
  padding: 10px 0 10px 30px;
  width: 100%;
  background: #004066;
  display: block;
  text-align: center;
  color: #fff;
  margin-top: 10px;
}

article.under section.event_archive .pdf a:before {
  content: url(../../img/tabata/pdf_icon_s.png);
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

article.under section.event_archive .play a {
  font-size: 18px;
  padding: 10px 0;
  width: 100%;
  background: #004066;
  display: block;
  text-align: center;
  color: #fff;
  margin-top: 10px;
}

article.under section.event_archive .play a:before {
  content: url(../../img/tabata/play_icon.png);
  display: inline-block;
  margin-right: 10px;
  padding-top: 7px;
  padding-left: 20px;
  vertical-align: middle;
}

article.under section.event_archive .event_past ol {
  display: flex;
  justify-content: space-between;
}

article.under section.event_archive .event_past ol li {
  width: 23.5%;
  text-align: center;
  background: #004066;
  margin: 0 2% 20px 0;
}

article.under section.event_archive .event_past ol li:nth-child(4n+4) {
  margin-right: 0;
}

article.under section.event_archive .event_past ol li a {
  display: block;
  padding: 10px 0;
  color: #fff;
}

article.under section.now .w1000 > ul {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
}

article.under section.now .w1000 > ul li {
  background: #0d547e;
  width: 30%;
  text-align: center;
}

article.under section.now .w1000 > ul.slide li {
  background: none;
  margin: auto;
}

article.under section.now .w1000 > ul li a {
  color: #fff;
  display: block;
  padding: 30px 0;
  font-size: 20px;
  width: 100%;
  height: 100%;
  line-height: 1.3em;
  position: relative;
}

article.under section.now .w1000 > ul li a:before {
  content: "";
  width: 5px;
  height: 14px;
  border-right: solid 1px #fff;
  transform: rotate(55deg);
  position: absolute;
  left: calc(50% - 2px);
  bottom: 7px;
}

article.under section.now .w1000 > ul li a:after {
  content: "";
  width: 5px;
  height: 14px;
  border-right: solid 1px #fff;
  transform: rotate(-55deg);
  position: absolute;
  left: calc(50% - 13px);
  bottom: 3px;
}

article.under section.event_archive section.event_archive {
  padding: 0;
  margin-top: 0;
}

article.under section.event_archive section.event_archive .w1000 > ul {
  padding-top: 20px;
}

article.under section.event_archive section.event_archive .w1000 > ul li a {
  padding: 20px 50px;
}

article.under section.event_archive section.event_archive .w1000 > ul li a .category span {
  background: #ab8050;
}

article.under section.event_archive section.event_archive .w1000 > ul li a:before,
article.under section.event_archive section.event_archive .w1000 > ul li a:after {
  right: 50px;
}

section.past ul.w1000 {
  margin-bottom: 60px;
}

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

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

section.past ul.w1000 li a {
  display: block;
  position: relative;
  padding: 20px 50px;
}

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

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

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

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

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

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

section.past ul.w1000 li a .sub_title {
  color: #ab8050;
  margin-bottom: 10px;
}

section.past ul.w1000 li a .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

div.pager {
  width: 100%;
  padding-bottom: 90px;
}

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

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

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

.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;
}

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

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

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

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

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

article.under section.event_archive .search h2 span:before,
article.under section.event_archive .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.event_archive .search h2 span:after {
  background: #505050;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}

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

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

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

article.under section.event_archive .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.event_archive .search dl:nth-child(2) {
  border-top: none;
}

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

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

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

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

article.under section.event_archive .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.event_archive .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.event_archive .search input[type=checkbox].on-off {
  display: none;
}

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

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

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

article.under section.event_archive .search .checkbox {
  display: none;
}

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

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

article.under section.event_archive .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;
}

@media screen and (min-width: 1121px) {
  article.under section.event_archive .search dl dd {
    height: 55px;
    width: 80%;
    display: flex;
    align-items: center;
    border-bottom: solid 1px #c6c7c8;
  }
  article.under section.event_archive .search dl dt {
    width: 20%;
    height: 55px;
  }
}
@media screen and (max-width: 1120px) {
  article.under section.event_archive .search {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  article.under section.event_archive .search h2 {
    margin: 0 0 5px;
  }
  article.under section.event_archive .search dl dd {
    height: auto;
    flex-wrap: wrap-reverse;
    width: 70% !important;
  }
  article.under section.event_archive .search dl dt {
    height: auto;
    flex-wrap: wrap-reverse;
    width: 30% !important;
  }
  article.under section.event_archive .search input[type=checkbox].on-off:checked + .list {
    height: auto;
  }
  article.under section.event_archive .search button {
    margin: 30px auto;
  }
  article.under section.news .w1000 > ul {
    padding-top: 0;
  }
}
section.news,
article.under section.news .w1000 > ul {
  padding-top: 0 !important;
}

section.news {
  padding-bottom: 0 !important;
}

section.news .w1000 {
  padding: 0;
}

/****************************************************************************************************************************
  レスポンシブ　1000px
****************************************************************************************************************************/
@media screen and (max-width: 1120px) {
  article.under section.event_archive .event_past ol li {
    width: 25%;
    margin: 0 0 1px 0;
    border-right: 1px solid #fff;
  }
  article.under section.event_archive section.event-detail {
    margin: 30px auto;
  }
  article.under section.event_archive section.event-detail:nth-child(odd) {
    flex-wrap: wrap-reverse;
    flex-wrap: wrap;
  }
  article.under section.event_archive section.event-detail {
    flex-wrap: wrap;
  }
  article.under section.event_archive section.event-detail .img {
    width: 100%;
  }
  article.under section.event_archive section.event-detail .text {
    width: 100%;
    height: auto;
    padding: 20px;
  }
  article.under section.event_archive section.event-detail .img {
    overflow: visible;
    /*position: static;*/
    height: auto;
  }
  article.under section.event_archive section.event-detail .img img {
    display: block;
    width: 100%;
    position: static;
  }
  article.under section.event_archive .pdf a {
    padding: 10px;
  }
  article.under section.event_archive section.event-detail .text h2 {
    font-size: 25px;
  }
  article.under section.now {
    width: 100%;
    padding-top: 0;
    border-top: 1px #fff solid;
  }
  article.under section.now .w1000 > ul {
    width: 100vw;
    margin: 0 0 30px;
    margin-left: -1rem;
  }
  article.under section.now .w1000 > ul li {
    width: 33.333%;
    border-right: 1px solid #fff;
  }
  article.under section.now .w1000 > ul li:last-child {
    border: none;
  }
  article.under section.now .w1000 > ul li a {
    font-size: 12px;
  }
  article.under section.now .w1000 > ul li a:before {
    width: 5px;
    height: 8px;
    left: calc(50% - 4px);
    bottom: 7px;
  }
  article.under section.now .w1000 > ul li a:after {
    width: 5px;
    height: 8px;
    left: calc(50% - 11px);
    bottom: 3px;
  }
  article.under section.exhibition_archive .txt_center {
    text-align: left;
  }
  article.under section.event_archive section.event_archive .w1000 > ul li a {
    display: block;
    width: 100%;
    padding: 15px 15px 5px;
  }
  article.under section.event_archive section.event_archive .w1000 > ul li a:before {
    width: 8px;
    height: 22px;
    top: calc(50% - 1px);
    right: 15px;
  }
  article.under section.event_archive section.event_archive .w1000 > ul li a:after {
    width: 8px;
    height: 22px;
    top: calc(50% - 14px);
    right: 15px;
  }
  article.under section.event_archive section.event_archive .w1000 > ul li a .category {
    margin-bottom: 0;
  }
  article.under section.event_archive section.event_archive .w1000 > ul li a .category span {
    margin-bottom: 10px;
  }
}
/*----------------------------------
2021-07-27 改修
----------------------------------*/
@media screen and (max-width: 920px) {
  body article.under section.event_archive .pdf {
    width: 100%;
  }
}
body article.under section.event_archive .pdf a {
  padding: 10px 30px 10px 30px;
}
@media screen and (max-width: 920px) {
  body article.under section.event_archive .play {
    width: 100%;
  }
}
body article.under section.event_archive .play a {
  padding: 10px 10px;
}
@media screen and (max-width: 920px) {
  body article.under section.event_archive .play a {
    font-size: 16px;
    text-align: left;
  }
}/*# sourceMappingURL=event.css.map */