h2.h3,h4,h5,h6,a,p,ul,li{
  font-family: "Noto Sans JP", sans-serif;
}
.info-tab,.info-pc{
  display: none;
}
/* メインタブ */
.info-tabs{
  padding: 5rem 6%;
}
.tab-buttons{
  display: flex;
  width: 100%;
}
.tab-content {
  display: none;
  padding: 4.4rem 2% 0;
}
.tab-content.active {
  display: block;
}
.tab-buttons li {
  cursor: pointer;
  display: inline-block;
  width: 50%;
  padding: 0 0 2rem; 
  border-bottom: 3px solid #CECECE;
  font-size: 1.6rem;
  text-align: center;
  color: #585858;
  letter-spacing: 0.8px;
}
.tab-buttons li.active {
  font-weight: 500; 
  color: #000000;
  border-bottom: 3px solid #252525;
}
/* サブタブ */
.event-type-content {
  display: none; 
}
.event-type-content.active {
  display: block; 
}
.event-type-tabs{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 1.6rem;
}
.event-type-tabs li {
  cursor: pointer;
  display: inline-block;
  padding: 5px 10px;
  margin-right: 5px; 
  width: 30%;
  text-align: center;
  font-size: 1.3rem;
  border: 1px solid #252525;
  border-radius: 20px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 1px;
}
.event-type-tabs li.active {
  color: #fff;
  background-color: #252525;
}
.event-type-contents{
  padding: 6rem 0 0;
}
/* 投稿リスト */
.news-list {
  list-style: none;
  padding: 0;
  margin: 0; 
  font-weight: 400;
  font-size: 1.2rem;
  text-decoration: none;
  color: initial;
}
.t-news-title-unit .t-news-title{
  margin: 0;
  padding: 1rem 0;
  font-size: 1.2rem;
  letter-spacing: 0.8px;
  font-weight: 500;
  text-align: left;
}
.event-item {
  width: 100%;
  margin: 0 0 7rem; 
}
.event-item h2 {
  font-size: 1.2em;
  margin: 0; 
}
.pagination {
  margin-top: 20px; 
}
.news-item{
  margin: 1.8rem 0;
  border-bottom: 1.2px solid #C9C9C9;
}
.news-item a{
  color: initial;
}
.t-news-date p{
  font-weight: 500;
  color: initial;
}
.t-news-title-unit{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6rem;
  width: 100%;
}
.t-news-title-unit img{
  width: 1.5rem;
}
.page_header_back{
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url("/reform/wp-content/themes/blankslate-child/asset/event_top_img_sp.jpg");
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  background-position: center;
  height: 135px;
  background-size: cover;
}
.page-header-copy{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%,-42%);
  text-align: center;
  font-family: 'Fjalla One', serif;
  color: #ffffff;
  letter-spacing: 2px;
  font-size: 3rem;
  line-height: 30px;  
}
.page-header-copy h2{
  font-weight: 100;
}
.page-header-copy_main{
  position: relative;
  color: #ffffff;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 500;
}
.disabled-link {
  pointer-events: none;
  cursor: default;
}
.t-event-thumb.disabled-thumb {
  position: relative;
  display: block;
}
.t-event-thumb.disabled-thumb::after {
  content: "受付終了しました";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  letter-spacing: 0.8px;
  text-align: center;
  border-radius: inherit;
}
.t-event-thumb.disabled-thumb img {
  display: block;
}
.t-event{
  height: initial;
}
.event-item.t-event:first-of-type {
  margin: 0;
}
.t-event-icon, .t-news-icon {
  width: 2rem;
}
.t-event-date, .t-event-space, .t-news-date{
  width: 100%;
}
@media screen and (min-width:768px){
  .info-tab{
    display: block;
  }   
  .info-tabs{
    max-width: 1366px;
    margin: 0 auto;
    padding: 11rem 6% 24rem;
  }
  .event-type-tabs{
    justify-content: initial;
    gap: 1rem;
  }
  .event-type-tabs li{
    width: 10rem;
  }
  .event-item{
    margin: 0 0 3rem;
  }
  .event-item a{
    display: flex;
    align-items: center;
    gap: 2rem;
    border-bottom: 1px solid #CCCCCC;
    padding: 0 0 3rem;
  }
  .t-event-thumb{
    width: 18rem;
  }
  .t-event-cards{
    flex: 0 0 70%;
  }
  .t-event-card{
    display: flex;
    align-items: center;
    gap: 1.4rem;
    font-size: 1.4rem;
  }
  .t-event-date{
    margin: initial;
  }
  .t-event-title, .t-news-title{
    padding: 0 0 1rem;
    height: initial;
    line-height: initial;
  }
  .t-event-title{
    font-size: 1.6rem;
  }
  .info-tab img{
    width: 1.5rem;
  }
  .t-event-thumb.disabled-thumb::after{
    font-size: 1.2rem;
  }
  /*お知らせ*/
  .news-item{
    margin: initial;
    padding: 2rem 0;
  }
  .news-item a{
    display: flex;
  }
  .t-news-date{
    width: 18rem;
  }
  .t-news-title-unit .t-news-title, .t-news-date{
    font-size: 1.2rem;
  }
}
@media (min-width: 1024px) {
  .page_header_back{
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/reform/wp-content/themes/blankslate-child/asset/event_top_img_pc.jpg);
    height: 24rem;
  }
  .page-header-copy{
    font-size: 5.5rem;
    height: 11rem;
    line-height: initial;
  }
  .page-header-copy_main{
    font-size: 1.6rem;
  }
  .event-item a{
    gap: 6rem;
  }
  .news-item a:hover .t-news-title, .event-item  a:hover .t-event-title{
    color: #930B0B;
    transition: 0.3s ease;
  }
  /*news*/
  .news-item a{
    gap: 2rem;
  }
  .t-news-title-unit{
    width: 90%;
  }
  .t-news-date {
    width: 16rem;
  }
  .t-news-title-unit .t-news-title, .t-news-date {
    font-size: 1.4rem;
  }
}