@charset "UTF-8";
div.tab .tab_btn a {
  text-decoration: none;
}

.hide {
  display: none;
}

.event_area_img {
  background-image: url(../images/img12.jpg);
  background-size: cover;
  min-height: 600px;
}

.event_area_txt_area {
  height: 600px;
}

h3.event-table-title {
  font-size: 25px;
  font-weight: normal;
  margin-bottom: 25px;
  width: 1150px;
  text-align: left;
  margin: 60px auto 30px;
}

@media (max-width: 767px) {
  h3.event-table-title {
    margin-left: 15px;
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.event-table {
  width: 1150px;
  margin: 0 auto 90px;
  height: 665px;
  overflow-y: scroll;
  padding-right: 30px;
}

@media (max-width: 767px) {
  .event-table {
    width: 95%;
    margin: 15px auto 30px;
    padding-right: 0;
    height: 350px;
  }
}

.event-table h3 {
  font-size: 25px;
  font-weight: normal;
  margin-bottom: 25px;
}

.new-news-block-wrap h2 {
  margin: 70px auto 60px;
}

@media (max-width: 767px) {
  .new-news-block-wrap h2 {
    margin: 30px auto 25px;
  }
}

.new-news-block {
  width: 1150px;
  margin: 80px auto 80px;
  height: 420px;
  overflow-y: scroll;
  padding-right: 30px;
}

@media (max-width: 767px) {
  .new-news-block {
    width: 100%;
    margin-top: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .new-news-block {
    height: 340px;
  }
}

.table-detail {
  background-color: #f3eeed;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .table-detail {
    padding: 15px;
    width: 100%;
    margin-top: 15px;
    padding: 15px;
    min-height: initial;
  }
}

.table-detail th {
  font-weight: lighter;
  font-size: 16px;
  white-space: nowrap;
  vertical-align: top;
  padding-top: 0;
  position: relative;
}

.table-detail th.news-span::after {
  position: absolute;
  content: 'NEW';
  color: #ff0000;
  font-size: 16px;
  right: -60px;
}

@media (max-width: 767px) {
  .table-detail th.news-span::after {
    right: 0;
    left: 140px;
    line-height: 1;
    top: 2px;
  }
}

@media (max-width: 767px) {
  .table-detail th {
    font-size: 13px;
    display: block;
    text-align: left;
  }
}

.table-detail td {
  padding-left: 100px;
  position: relative;
}

.table-detail td .title {
  font-size: 18px;
  margin-bottom: 15px;
  display: inline-block;
}

@media (max-width: 767px) {
  .table-detail td .title {
    font-size: 13px;
  }
}

.table-detail td .new-title {
  font-weight: 500;
}

.table-detail td .detail {
  display: inline-block;
  font-size: 16px;
}

@media (max-width: 767px) {
  .table-detail td .detail {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .table-detail td {
    display: block;
    text-align: left;
    padding-left: 0;
    margin-top: 15px;
  }
}

.table-detail.nth {
  background-color: white;
}

.table-wrap .table-detail:nth-child(1) {
  margin-top: 0;
}

.event-list {
  width: 1150px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .event-list {
    width: 100%;
    max-width: initial !important;
  }
}

.event-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .event-list ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.event-list li {
  width: 33%;
}

@media (max-width: 1000px) {
  .event-list li {
    width: 50vw !important;
  }
}

@media (max-width: 767px) {
  .event-list li {
    width: 50vw !important;
    margin-right: 0 !important;
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .event-list li:nth-child(1), .event-list li:nth-child(2) {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  #mb-none .event_area_txt_area {
    height: auto;
  }
}

#mb-none .about_area {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  #mb-none .about_area {
    overflow: initial;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  #mb-none .about_area_txt {
    margin: 25px auto;
  }
}

div.tab .tab_btn a {
  color: black;
}

.slider03 .event-list-title {
  width: 90%;
  margin: 0 auto;
  font-size: 20px;
  margin-top: 20px;
}

.slider03 .event-list-title span {
  font-size: 13px;
  margin-left: 15px;
}

@media (max-width: 767px) {
  .slider03 .event-list-title span {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .slider03 .event-list-title {
    font-size: 13px;
    margin: 10px;
  }
}

.slider03 .event-list-detail {
  width: 90%;
  margin: 0 auto;
  font-size: 16px;
  margin-top: 15px;
  line-height: 2;
}

@media (max-width: 767px) {
  .slider03 .event-list-detail {
    font-size: 13px;
    margin: 10px;
  }
}

.slider03 .view-more {
  display: block;
  text-align: right;
  padding-right: 10px;
  margin-top: 15px;
}

.slider03 a {
  color: black;
  text-decoration: none;
}

.news_column ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.news_column ul li {
  width: 25%;
  margin-top: 60px;
}

.news_column ul li:nth-child(1), .news_column ul li:nth-child(2), .news_column ul li:nth-child(3), .news_column ul li:nth-child(4) {
  margin-top: 0;
}

@media (max-width: 767px) {
  .news_column ul li:nth-child(1):nth-child(3), .news_column ul li:nth-child(1):nth-child(4), .news_column ul li:nth-child(2):nth-child(3), .news_column ul li:nth-child(2):nth-child(4), .news_column ul li:nth-child(3):nth-child(3), .news_column ul li:nth-child(3):nth-child(4), .news_column ul li:nth-child(4):nth-child(3), .news_column ul li:nth-child(4):nth-child(4) {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .news_column ul li {
    width: 50% !important;
  }
}

a.btn, a.btn_close {
  text-align: center;
  width: 40%;
  margin: 30px auto 0;
  display: block;
  text-decoration: none;
  color: black;
  font-size: 16px;
  border: 2px solid black;
  padding: 10px;
  position: relative;
}

a.btn:hover, a.btn_close:hover {
  opacity: 0.6;
}

a.btn span.before, a.btn_close span.before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 2px;
  height: 20px;
  background: black;
  top: 30%;
  right: 6.5%;
}

a.btn span.before.minus, a.btn_close span.before.minus {
  display: none;
}

@media (max-width: 767px) {
  a.btn span.before, a.btn_close span.before {
    right: 8.5%;
    height: 15px;
    top: 35%;
  }
}

a.btn span.after, a.btn_close span.after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 2px;
  background: black;
  top: 50%;
  right: 5%;
}

@media (max-width: 767px) {
  a.btn span.after, a.btn_close span.after {
    right: 5%;
    width: 15px;
  }
}

.open {
  max-height: 400px;
  overflow: hidden;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

@media (max-width: 767px) {
  .open {
    max-height: 550px;
  }
}

.open.aggresive {
  max-height: 5000px;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

@media (max-width: 767px) {
  .open.aggresive {
    max-height: 300vh;
  }
}

.event-list .bx-wrapper .bx-viewport ul.slider03 li {
  min-width: 383px !important;
}

@media (max-width: 767px) {
  .event-list .bx-wrapper .bx-viewport ul.slider03 li {
    min-width: auto !important;
  }
}

.slider01 li {
  display: none;
  /*読み込み時は非表示*/
}

.bx-viewport .slider01 li {
  display: block !important;
  /*JSが読み込まれたら表示*/
}

.tab2 li {
  position: relative;
}

.tab2 li.active span {
  position: absolute;
  width: 45%;
  background: #fcee21;
  height: 6px;
  display: inline-block;
  bottom: 0;
  z-index: -1;
}

.main {
  min-height: 500px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .main {
    min-height: initial;
    height: 230px;
  }
}
/*# sourceMappingURL=style2.css.map */