@charset "utf-8";
/* 下層ヘッダー */
.sub-head_bg{
  background-image: url(../img/head_img.jpg);
}
#festival_news .sub-head_bg {
  background-image: url(../festival/img/head_img.jpg);
}
#club_news .sub-head_bg {
  background-image: url(../club/img/head_img.jpg);
}
.news_info {
  margin-bottom: 200px;
}
.commonPager {
  clear: both;
  overflow: hidden;
}
.commonPager .wp-pagenavi {
  text-align: center;
  padding: 80px 0 0;
}
.commonPager .wp-pagenavi .current_page {
  width: 45px;
  height: 45px;
  border-radius: 10px;
  background: #000;
  color: #fff;
}
.commonPager span, .commonPager a{
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  text-align: center;
  margin: 0 5px;
  font-size: 16px;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  font-weight: bold;
  width: 45px;
  height: 45px;
  border: 1px solid #000;
  border-radius: 10px;
  color: #000;
}
/* 記事 */
.list-link {
  display: grid;
  grid-template-columns: 15rem 1fr;
  gap: 3rem;
  border-bottom: 1px dashed #000;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  background-repeat: no-repeat;
  background-position: center right 2rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/news_btn.png) no-repeat center right / 2rem auto;
  padding-right: 2.5rem;
}
.list-link_image {
  overflow: hidden;
}
.list-link_image img {
  border-radius: 30px;
  border: 1px solid #000;
  -o-object-fit: cover;
     object-fit: cover;
}
.list-link_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.4rem;
}
.list-link_tags{
  display: flex;
  gap: 10px;
}
.list-link_tag {
  -ms-flex-item-align: start;
  align-self: start;
  padding: 0.4rem 1rem;
  background-color: #f05400;
  color: #fff;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 5px;
}
.list-link_date {
  margin-right: 1rem;
}
.list-link_title {
  font-weight: bold;
}
.newsarea_list {
  margin-bottom: 60px;
}
.newsarea_list .tab-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 60%;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.tab-container .tab {
  width: 18%;
  margin-bottom: .3rem;
  padding: 0 .1rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  cursor: pointer;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  font-weight: bold;
}
.tab-container .current {
  background-color: #000;
  color: #fff;
} 
.list-link:last-child {
  margin-bottom: 0;
}
.select_contents {
  text-align: center;
  margin-bottom: 60px;
}
.select_contents h3 {
  display: inline-block;
  font-size: 32px;
  border-bottom: 1px dashed #000;
  margin-bottom: 30px;
  font-weight: bold;
}
.selectbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.selectbox::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border-radius: 2px;
  pointer-events: none;
}
.selectbox select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 200px;
  height: 2.8em;
  padding: .4em calc(.8em + 30px) .4em .8em;
  border: 1px solid #000;
  border-radius: 25px;
  background-color: #fff;
  color: #000;
  font-size: 1em;
  cursor: pointer;
  font-family: inherit;
  width: 90%;
  margin: 0 auto;
}
.select_wrapper {
  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;       /* 上下中央 */
}
/* 全体のセレクトボックスラッパー */
.cp_ipselect {
  position: relative;
  display: inline-block;
  min-width: 220px; /* 必要に応じて調整 */
}
/* セレクトボックス本体 */
.cp_ipselect select {
  appearance: none; /* 矢印を非表示に */
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 0.6em 2.5em 0.6em 1em; /* 右側に余白を多めに */
  border: 1px solid #000;
  border-radius: 2em;
  font-size: 1em;
  background-color: #fff;
  color: #333;
  cursor: pointer;
  font-family: inherit;
}
/* 三角アイコン */
.cp_ipselect::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  width: 0;
  height: 0;
  border-left: 10px solid #000;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  border-radius: 2px;
  pointer-events: none;
  pointer-events: none;
}
@media only screen and (max-width: 1024px) {
  body {
    min-width: 100%;
  }
  main {
    margin-top: 70px;
  }
  .commonPager .wp-pagenavi {
    padding: 40px 0 0;
  }
  .tab-container .tab {
    width:  45%;
    margin-bottom: .6rem;
    padding: 0 .1rem;
  }
  .newsarea_list .tab-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .list-link {
    grid-template-columns: 6rem 1fr;
    gap: 1rem;
    background: url(../img/news_btn.png) no-repeat center right / 1.5rem auto;
    padding-right: 1.6rem;
  }
  .list-link:last-child {
    grid-template-columns: 6rem 1fr;
    gap: 1rem;
    background: url(../img/news_btn.png) no-repeat center right / 1.5rem auto;
  }
  .list-link_meta {
    display: inline-block;
    margin-bottom: 0.8rem;
  }
  .list-link_title {
    max-width: calc(100% - 2rem);
  }
  .list-link_image img {
    border-radius: 8px;
    width: 100%;
    height: 5.5rem;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .list-link_tag {
  -ms-flex-item-align: start;
      align-self: start;
  padding: 0.4rem 1rem;
  background-color: #f05400;
  color: #fff;
  line-height: 1;
  font-size: .8rem;
  font-weight: 500;
  border-radius: 5px;
  }
  .list-link_date {
    margin-bottom: .3rem;
    font-size: 0.8rem;
  }
  .news_info {
    margin-bottom: 100px;
  }
  .select_contents h3 {
    font-size: 28px;
  }
  #festival_news .sub-head_ttl_en {
    font-size: 32px;
  }
  #festival_news .list-link_date {
    margin-bottom: 0;
    margin-right: 0;
  }
  #festival_news .list-link_meta {
    margin-bottom: 0.3rem;
  }
}

