/* ---------------------------- */
/* --- ArchiveSection --- */
/* ---------------------------- */
.ArchiveSection{
  padding-bottom: 30px;
}
#SearchResult .ArchiveSection{
  margin-top: 30px;
}
.ArchiveGroup{
}
.ArchiveGroup__Headline{
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 16px;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 32px;
}
.ArchiveGroup__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;
}
/* 読書会一覧・読書会検索結果ページ 専用 */
.ArchiveGroup__Tab{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  display: flex;
  width: 40%;
}
.ArchiveGroup__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;
}
.ArchiveGroup__Text{
  margin-bottom: 6px;
  font-size: 14px;
}
.ArchiveGroup__CountBox1,
.ArchiveGroup__CountBox2,
.ArchiveGroup__CountBox3 {
  color: #999;
  font-size: 11px;
}
.ArchiveGroup__TabContent{
  position: relative;
  margin-bottom: 0px;
  width: 100%;
  overflow:hidden;
}
.ArchiveGroup__TabContent .ArchiveGroup__Card1,
.ArchiveGroup__TabContent .ArchiveGroup__Card2{
  display: flex;
  flex-wrap: wrap;
}
#lamp{
  width:33.33%;
  height:4px;
  background:#82be28;
  display:block;
  position:absolute;
  bottom: 0;
}
#lamp.ArchiveGroup__Card1{
  left: 0;
}
#lamp.ArchiveGroup__Card2{
  left: 33.33%;
}
#lamp.ArchiveGroup__Card3{
  left: 66.66%;
}
/* 読書会一覧・読書会検索結果ページ 専用 end */
.ArchiveGroup__Card{
  display: flex;
  flex-wrap: wrap;
}
#SearchResult .ArchiveGroup__TabContent{
  margin-bottom: 0;
}
/* 読書会トップ表示のスタイル */
.PR{
  margin-bottom: 48px;
}
.PR-Banner{
  margin-left: auto;
  margin-right: auto;
  width: 56%;
}
.PR-Banner-Img{
  padding-top: 56.25%;
  width: 100%;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
}
@media screen and (max-width: 768px){
  .PR-Banner{
    width: 100%;
  }
}
.PR .ArchiveGroup__CardItem{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.PR .ArchiveGroup__ImgBox{
  background: none;
}
.PR-Badge{
  position: absolute;
  top: 8px;
  left: inherit;
  right: 10px;
  padding: 4px 12px;
  border-radius: 20px;
  background: #ff4e50;
  color: #fff;
  font-size: 14px;
}
/* スポンサー表記 */
.PR-Badge-Event {
  position: absolute;
  top: 5px;
  left: 0px;
  right: inherit;
  font-size: 10px;
  font-weight: bold;
}
/* PR表記 */
/* .PR-Badge-Event{
  position: absolute;
  top: 0px;
  left: 0px;
  right: inherit;
  padding: 4px 4px;
  border-radius: 4px;
  background: #ff4e50;
  color: #fff;
  font-size: 10px;
} */
/* 読書会トップ表示のスタイル end */
.ArchiveGroup__CardItem{
  position: relative;
  margin-left: 0;
  margin-bottom: 20px;
  border-radius: 8px;
  width: calc((100% - 20px * 2) / 3);
  border: 1px solid #ccc;
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
}
.PageEventDetail .ArchiveGroup__CardItem{
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.ArchiveGroup__CardItem:not(:nth-child(3n-2)){
  margin-left: 20px;
}
.ArchiveGroup__ImgBox{
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  background: #fff;
}
.ArchiveGroup__Img{
  padding-top: 52%;
  border-radius: 8px 8px 0 0;
  width: 100%;
}
.ArchiveGroup__Info{
  position: relative;
  padding: 18px 16px 22px;
}
.ArchiveGroup__Title{
  padding-bottom: 8px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
.ArchiveGroup__Description{
  padding-bottom: 10px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: 14px;
}
.ArchiveGroup__Marker{
  font-weight: bold;
}
.ArchiveGroup__Date{
  letter-spacing: 0.05em;
  color: #666;
  font-size: 12px;
}
.ArchiveGroup__Badge{
  position: absolute;
  top: 8px;
  left: 10px;
  padding: 4px 12px;
  border-radius: 20px;
  background: #82be28;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
}
.fa-map-marker-alt{
  margin-right: 4px;
}
.ArchiveGroup__calendar{
  margin-right: 4px;
}
@media screen and (max-width: 768px) {
  .ArchiveGroup__CardItem{
    width: calc((100% - 20px) / 2);
  }
  .ArchiveGroup__CardItem:not(:nth-child(3n-2)){
    margin-left: 0;
  }
  .ArchiveGroup__CardItem:not(:nth-child(odd)){
    margin-left: 20px;
  }
}
@media screen and (max-width: 540px) {
  .ArchiveGroup__CardItem:nth-child(n+2){
    margin-left: 0;
  }
  .ArchiveGroup__Headline{
    margin-bottom: 20px;
    font-size: 23px;
  }
  .ArchiveGroup__Tab{
    margin-bottom: 10px;
    width: 100%;
  }
  .ArchiveGroup__CardItem{
    width: 100%;
  }
  .PageEventDetail .ArchiveGroup__CardItem{
    width: 100%;
  }
  .ArchiveGroup__Title{
    font-size: 16px;
  }
