@charset "UTF-8";
/****************************************************************************************************************************
	利用案内
****************************************************************************************************************************/
article.under section.event_archive {
  background: #fff; }

article.under section.event_archive section.event-detail {
  margin: 80px 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; }

article.under section.event_archive section.event-detail:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  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; }

@use "sass:math";
.c-search-filter {
  width: 1000px;
  margin-left: auto;
  margin-right: auto; }
  .c-search-filter__title {
    position: relative;
    padding: 10px 20px;
    margin: 20px 0 5px;
    font-size: 16px;
    color: #505050;
    background: #f0ebe2; }
    .c-search-filter__title-label {
      cursor: pointer;
      display: block;
      text-align: center; }
    .c-search-filter__title-icon {
      position: absolute;
      right: 10px;
      top: 14px;
      padding: 0 3px;
      font-size: 20px;
      cursor: pointer;
      width: 20px;
      height: 20px; }
      .c-search-filter__title-icon::before, .c-search-filter__title-icon::after {
        content: '';
        display: block;
        width: 20px;
        height: 1px;
        background: #505050;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%); }
      .c-search-filter__title-icon::after {
        transform: translateY(-50%) rotate(90deg);
        transition: 0.5s; }
      .c-search-filter__title-icon.is-active::after {
        transform: rotate(0); }
  .c-search-filter__form-trigger {
    display: none; }
  .c-search-filter__body {
    margin-bottom: 20px;
    display: none;
    overflow: hidden; }
    .c-search-filter__body.is-open {
      display: block; }
  .c-search-filter__list {
    display: flex;
    flex-wrap: wrap;
    border-top: solid 1px #c6c7c8;
    border-right: solid 1px #c6c7c8;
    border-left: solid 1px #c6c7c8; }
    .c-search-filter__list:nth-of-type(n+2) {
      border-top: none; }
  .c-search-filter__item-title {
    width: 20%;
    background: #e9e9e9;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: solid 1px #c6c7c8;
    padding: 10px 0;
    align-self: stretch; }
  .c-search-filter__item-content {
    width: 80%;
    display: flex;
    align-items: center;
    border-bottom: solid 1px #c6c7c8;
    padding: 10px 0; }
    .c-search-filter__item-content ul {
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      margin: 0;
      padding: 0; }
      .c-search-filter__item-content ul li {
        margin-left: 20px; }
  .c-search-filter__submit {
    text-align: center;
    margin: 30px auto 70px auto; }
    .c-search-filter__submit .btn {
      display: inline-block;
      width: 180px;
      color: #fff;
      background-color: #004066;
      padding: 5px 20px;
      cursor: pointer;
      font: inherit;
      letter-spacing: 0.1em;
      border: none;
      text-decoration: none; }
  .c-search-filter__checkbox {
    display: none; }
    .c-search-filter__checkbox + .parts {
      padding-left: 22px;
      position: relative;
      margin-right: 20px;
      cursor: pointer; }
      .c-search-filter__checkbox + .parts::before {
        content: "";
        display: block;
        position: absolute;
        top: 3px;
        left: 0;
        width: 12px;
        height: 12px;
        border: 1px solid #c6c7c8; }
    .c-search-filter__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 (max-width: 920px) {
  .c-search-filter {
    width: 95%; }
    .c-search-filter__item-title {
      width: 100%;
      height: auto;
      padding: 10px; }
    .c-search-filter__item-content {
      width: 100%;
      height: auto;
      padding: 10px; }
    .c-search-filter__form-trigger:checked + .c-search-filter__body {
      height: 0 !important; }
    .c-search-filter__form-trigger + .c-search-filter__body {
      height: auto; } }
/****************************************************************************************************************************
検索
****************************************************************************************************************************/
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) {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  article.under section.event_archive section.event-detail {
    -ms-flex-wrap: wrap;
    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 */
