@charset "utf-8";


/* --------------------------------------------------- */
/* イベント */
/* --------------------------------------------------- */
/* 一覧 */
/* --------------------------------------------------- */
archive .contents {
/* サムネイル　横並び表示　20250605 add start*/
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
/* 20250605 add end*/
  position: relative;
  z-index: 3;
/*　横並び表示対応　20250605 add start*/
  /* max-width: 760px; */
  max-width: 1020px;
/*　20250605 add end */
  border-top: 1px solid #333;
}
archive .contents > div > a {
  display: block;
  padding: 20px 0;
  color: #fff;
  border-bottom: 1px solid #333;
 }
/*施設名　20250606 add start*/
archive .headingdate {
  color: #000;
  position: relative;
  line-height: 16px;
  font-size: 1.6rem;
  font-weight: 900;
}
/* 20250606 add end*/

/*レイアウト崩れ対応　20250609 add start*/
p.headingtitle {
    max-width: 320px;
    margin-top: 5px;
    font-size: 1.4rem;
}
/* 20250609 add end*/
archive .postdate {
  position: relative;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 16px;
}
archive .postdate::before {
  content: 'ALL';
  display: block;
  margin-right: 12px;
  background-color: #9f8f3c;
  float: left;
  width: 90px;
  font-size: 1.0rem;
  font-weight: 900;
  text-align: center;
}
archive h3 {
  margin-top: 5px;
  font-size: 1.4rem;
  transition: all .3s;
}
archive .tags {
  display: table;
  width: 100%;
}
archive .tags span {
  display: inline-block;
  margin: 4px 4px 0 0;
  padding: 0 6px;
  background-color: #999;
  border-radius: 2px;
  color: #111;
  font-size: 1.0rem;
  line-height: 16px;
}
archive .cat-kg .postdate::before {
  content: 'KOKUGEKI';
  background-color: #8046ff;
}
archive .cat-gym .postdate::before {
  content: 'TRAINING GYM';
  background-color: #f88800;
}
archive .cat-sil .postdate::before {
  content: 'SIL';
  background-color: #82cddb;
}

.pcmode archive a:hover h3 { color: #9f8f3c; }
.pcmode archive .cat-kg a:hover h3 { color: #8046ff; }
.pcmode archive .cat-gym a:hover h3 { color: #f88800; }
.pcmode archive .cat-sil a:hover h3 { color: #82cddb; }

.cat-kg archive .postdate::before,
.cat-gym archive .postdate::before,
.cat-sil archive .postdate::before{ display: none; }
.pcmode .cat-kg archive a:hover h3,
.pcmode .cat-kg archive .cat-kg a:hover h3 { color: #8046ff; }
.pcmode .cat-gym archive a:hover h3,
.pcmode .cat-gym archive .cat-gym a:hover h3 { color: #f88800; }
.pcmode .cat-sil archive a:hover h3,
.pcmode .cat-sil archive .cat-sil a:hover h3 { color: #82cddb; }

/* サムネイル　PC3列　ケータイ１列表示 */
.thumbnail{
    margin-top: 10px;
	margin-right: 15px;
	max-width: 340px;
	border-bottom: 1px solid #a1a0a0;
}

/* 記事 */
/* --------------------------------------------------- */
#pgbody .contents {
  position: relative;
  z-index: 3;
/*　背景色変更対応　20250604 add start*/
	/* max-width: 760px; */
  max-width: 1080px;
  color: #000;
/*　背景色変更対応　20250604 add start*/
}
#pgbody .postdate {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.5;
}
#pgbody h3 {
  margin: 15px 0 30px;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.5;
}
#pgbody .btn.entry {
  margin: 40px auto 0;
  width: 280px;
  font-size: 1.6rem;
  font-weight: 900;
}
#pgbody .btn-area { border-top: 1px solid #333; }
#pgbody .btn-area .btn { margin: 0 0 0 auto; }
#pgbody .eoe {
  margin-bottom: 50px;
  background-color: #b4050a;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 40px;
  text-align: center;
}




@media screen and (max-width: 767px) {
  #pgbody .postdate { font-size: 2.2rem; }
  #pgbody .btn.entry { width: 230px; }
  #pgbody .eoe { margin-bottom: 40px; }
}
@media screen and (max-width: 419px) {
  #pgbody .btn.entry {
    margin: 30px auto 0;
    width: 180px;
  }
  #pgbody .eoe { margin-bottom: 30px; }
}


.cat-kg #pgbody .btn.entry {
  border-color: #8046ff;
  background-color: #8046ff;
}
.cat-gym #pgbody .btn.entry {
  border-color: #f88800;
  background-color: #f88800;
}
.cat-sil #pgbody .btn.entry {
  border-color: #82cddb;
  background-color: #82cddb;
}
