@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

.page::before {
  background-image: url("../images/club-images/page-bg.jpg");
}

/* ==========================================================================
	CONTENTS
	========================================================================== */

.club-list {
	display: flex;
	padding: 20px;
}
.club-list:nth-child(even) {
	background-color: #eee;
}
.club-list__tit {
	width: 200px;
}
.club-list__txt {
	flex: 1;
}
.club-box__txt {
	float: left;
	width: 50%;
}
.club-box__img {
	float: right;
	width: 45%;
}
.club-img {
	background-color: #d3e7f7;
	padding: 60px 0;
}
.club-img .wrapper {
	display: flex;
	align-items: center;
}
.club-img__img {
	width: 45%;
}
.club-img__txt {
	flex: 1;
	text-align: center;
}
.club-img__txt .bt-cmn01 {
	float: none;
}
.past {
	color: #fff;
  background-color: var(--color01);
	padding: 10px;
  cursor: pointer;
}
.acc {
  display: none;
}
.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.accordion_icon {
	position: relative;
	width: 30px;
	height: 30px;
	float: right;
	margin: 6px 0 0 0;
}
.accordion_icon span {
	position: absolute;
	left: 6px;
	width: 50%;
	height: 2px;
	background-color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
	top: 5px;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
	top: 5px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
.accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion_icon.active span:nth-of-type(2) {
	top: 5px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.history {
	display: flex;
	margin-bottom: 20px;
}
.history__year {
	width: 120px;
	color: var(--color01);
}
.history__txt {
	flex: 1;
}
.player {
  width: 103%;
  padding: 10px;
}
.player__item {
  float: left;
  width: 22%;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  margin: 0 3% 3% 0;
}
.player__item img {
  display: block;
  margin: 0 auto 10px auto;
}
.player__inner {
  padding: 0 20px 20px 20px;
}
.player__number {
  position: relative;
  width: 50px;
	height: 50px;
  color: var(--color01);
  font-family: var(--font02);
  font-size: 3.5rem;
  font-weight: 800;
  text-align: center;
  line-height: 100%;
  background-color: #fff;
  padding: 10px 10px 0 10px;
  margin: -35px auto 3px auto;
  z-index: 100;
}
.player__position {
  color: var(--color01);
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.player__position::before {
  content: "-";
  margin-right: 5px;
}
.player__position::after {
  content: "-";
  margin-left: 5px;
}
.player__name {
  font-family: var(--font01);
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.player__name span {
  display: block;
  font-family: var(--font02);
  font-size: 60%;
  font-weight: normal;
  margin-top: 5px;
}
.player__toda {
  font-size: 1.3rem;
}
.profile-tit {
  color: var(--color01);
  font-family: var(--font02);
  font-size: 1.6rem;
  font-weight: 800;
  text-align: left;
  border-top: dotted 1px #ccc;
  padding-top: 20px;
  margin-bottom: 15px;
}
.profile-list {
  display: flex;
  width: 100%;
  font-size: 1.3rem;
  text-align: left;
  margin-bottom: 7px;
}
.profile-list:last-child {
  margin-bottom: 0;
}
.profile-list__tit {
  width: 90px;
}
.profile-list__txt {
  flex: 1;
}

/* ==========================================================================
	PC 1025px -
	========================================================================== */

@media screen and (min-width: 1025px){

}
@media screen and (max-width: 1200px){/*1200以下*/

}


/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

@media screen and (max-width:1024px){

.club-box__txt {
	float: none;
	width: 100%;
	margin-bottom: 40px;
}
.club-box__img {
	float: none;
	width: 100%;
}
.club-img .wrapper {
	display: block;
}
.club-img__img {
	width: 100%;
	margin-bottom: 40px;
}

.player {
  width: 105%;
}
.player__item {
  width: 45%;
  margin: 0 5% 5% 0;
}

}

/* ==========================================================================
	SP - 640px
	========================================================================== */

@media screen and (max-width: 640px) {

.club-list {
	display: block;
	padding: 15px;
}
.club-list__tit {
	width: 100%;
	font-weight: bold;
	margin-bottom: 5px;
}
.club-img {
	padding: 40px 0;
}
.history {
	display: block;
	margin-bottom: 20px;
}
.history__year {
	width: 100%;
	font-size: 1.4rem;
	margin-bottom: 5px;
}
.history__txt p {
	margin-bottom: 5px;
}
.player {
  width: 100%;
}
.player__item {
  float: none;
  width: 100%;
  margin: 0 0 30px 0;
}


}

