/* ---------------------------- */
/* --- EventArchiveSection --- */
/* ---------------------------- */
.EventArchiveSection{
  padding-bottom: 80px;
}
.EventArchiveGroup{
}
.EventArchiveGroup__Headline{
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 16px;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 32px;
}
.EventArchiveGroup__Headline::after{
  content: "";
  display: block;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 4px;
  width: 80px;
  height: 4px;
  background: #333;
}
.groupCnt{
  display: inline-block;
}
/* 読書会一覧・読書会検索結果ページ 専用 */
.EventArchiveGroup__Tab{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  display: flex;
  width: 40%;
}
.EventArchiveGroup__Tab a{
  position: relative;
  padding: 12px 0;
  width: 33.33%;
  border: solid #ddd;
  border-width: 1px 1px 4px 1px;
  cursor: pointer;
  background: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: black;
}
.EventArchiveGroup__Text{
  margin-bottom: 6px;
  font-size: 14px;
}
.EventArchiveGroup__CountBox1,
.EventArchiveGroup__CountBox2,
.EventArchiveGroup__CountBox3{
  color: #999;
  font-size: 11px;
}
.EventArchiveGroup__TabContent{
  position: relative;
  width: 100%;
  overflow:hidden;
}
.EventArchiveGroup__TabContent .EventArchiveGroup__Card1,
.EventArchiveGroup__TabContent .EventArchiveGroup__Card2{
  display: flex;
  flex-wrap: wrap;
}
#lamp-event{
  width:33.33%;
  height:4px;
  background:#82be28;
  display:block;
  position:absolute;
  bottom: 0;
}
#lamp-event.EventArchiveGroup__Card1{
  left: 0;
}
#lamp-event.EventArchiveGroup__Card2{
  left: 33.33%;
}
#lamp-event.EventArchiveGroup__Card3{
  left: 66.66%;
}
/* 読書会一覧・読書会検索結果ページ 専用 end */
.EventArchiveGroup__Card{
  display: flex;
  flex-wrap: wrap;
}
.EventArchiveGroup__CardItem{
  position: relative;
  margin-left: 0;
  margin-bottom: 20px;
  border-radius: 8px;
  width: calc((100% - 20px * 2) / 3);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
}
.EventArchiveGroup__CardItem:not(:nth-child(3n-2)){
  margin-left: 20px;
}
.EventArchiveGroup__Img{
  padding-top: 52%;
  border-radius: 8px 8px 0 0;
  width: 100%;
}
.EventArchiveGroup__Info{
  position: relative;
  padding: 18px 16px 22px;
}
.EventArchiveGroup__Title{
  padding-bottom: 8px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
.EventArchiveGroup__Description{
  padding-bottom: 10px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: 14px;
}
.EventArchiveGroup__Marker{
  font-weight: bold;
}
.EventArchiveGroup__Date{
  letter-spacing: 0.05em;
  font-size: 12px;
}
.EventArchiveGroup__Badge{
  position: absolute;
  top: 8px;
  left: 10px;
  padding: 4px 12px;
  border-radius: 20px;
  background: #82be28;
  color: #fff;
  font-size: 14px;
}
.fa-map-marker-alt{
  margin-right: 4px;
}
.EventArchiveGroup__calendar{
  margin-right: 4px;
}
@media screen and (max-width: 768px) {
  .EventArchiveSection{
    padding-bottom: 40px;
  }
  .EventArchiveGroup__CardItem:nth-child(n+2){
    margin-left: 0;
  }
  .EventArchiveGroup__Headline{
    margin-bottom: 30px;
    font-size: 23px;
  }
  .EventArchiveGroup__Tab{
    margin-bottom: 10px;
    width: 100%;
  }
  .EventArchiveGroup__CardItem{
    width: 100%;
  }
  .EventArchiveGroup__Title{
    font-size: 16px;
  }
