@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

/* ==========================================================================
	CONTENTS
	========================================================================== */

/*野球部*/

.about {
	overflow: hidden;
	background: url(../images/club-images/bg.gif) 0 100% repeat-x;
	padding-bottom: 50px;
}
.about .img {
	float: left;
	width: 52%;
}
.about .txt {
	float: right;
	width: 46%;
	padding-top: 50px;
}
.about .txt .bt-cmn03 {
	width: 60%;
	margin: 150px auto 0 auto;
}
.about .li-float li {
  float: left;
  margin-right: 10px;
}

/*活動履歴*/

.past {
  background-color: #eee;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: 3px 5px 0 0;
}
.accordion_icon span {
	position: absolute;
    left: 6px;
    width: 50%;
	height: 2px;
    background-color: #000;
	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 p {
  margin-bottom: 10px;
}
.history .txt {
	float: left;
	width: 46%;	
}
.history .img {
	float: right;
	width: 52%;
	margin-top: 80px;
}
.club-img {
  clear: both;
  overflow: hidden;
  border-top: dotted 1px;
  border-bottom: dotted 1px;
  padding: 30px 0;
  margin-top: 50px;
}
.club-img li {
  width: 48%;
  text-align: center;
}
.club-img li img {
  display: block;
  margin-bottom: 10px;
}

/* ==========================================================================
	PC 1025px -
	========================================================================== */

@media screen and (min-width: 1025px){


}


/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

@media screen and (max-width:1024px){

/*野球部*/

.about {
	overflow: hidden;
	background: url(../images/club-images/bg.gif) 0 100% repeat-x;
	background-size: 130px;
	padding-bottom: 30px;
}
.about .img {
	float: left;
	width: 52%;
}
.about .txt {
	float: right;
	width: 46%;
	padding-top: 30px;
}
.about .txt .bt-cmn03 {
	width: 60%;
	margin: 15% auto 0 auto;
}
.about .dl-cmn01 dl dt {
	width: 30%;
}
.about .dl-cmn01 dl dd {
	width: 68%;
}


/*活動履歴*/

.history .txt {
	float: none;
	width: 100%;
	margin-bottom: 30px;
}
.history .img {
	display: block;
	float: none;
	width: 70%;
	margin: 0 auto;
}

}

/* ==========================================================================
	SP - 640px
	========================================================================== */

@media screen and (max-width: 640px) {


/*野球部*/

.about {
	overflow: hidden;
	background: none;
	padding-bottom: 0;
}
.about .img {
	float: none;
	width: 100%;
	background: url(../images/club-images/bg02.gif) 80% 100% no-repeat;
	background-size: 75%;
	padding-bottom: 20px;
	margin: 0 auto 20px auto;
}
.about .img img {
	display: block;
	width: 80%;
	margin: 0 auto;
}
.about .txt {
	float: none;
	width: 100%;
	padding-top: 0;
}
.about .txt .bt-cmn03 {
	width: 70%;
	margin: 0 auto 0 auto;
}

/*活動履歴*/

.history p {
  margin-bottom: 3px;
}

.history .txt {
	float: none;
	width: 100%;
	margin-bottom: 30px;
}
.history .img {
	display: block;
	float: none;
	width: 70%;
	margin: 0 auto;
}

.history .dl-cmn01 dl dt {
	float: none;
	width: 100%;
	font-weight: bold;
	margin-bottom: 5px;
}
.history .dl-cmn01 dl dt span {
	border-bottom: dashed 1px;
}
.history .dl-cmn01 dl dd {
	float: none;
	width: 100%;
}
.club-img {
  padding: 15px 0;
  margin-top: 30px;
}

.club-img li {
  float: none;
  width: 100%;
  font-size: 1.3rem;
  margin-bottom: 15px;
}
.club-img li img {
  margin-bottom: 5px;
}
.club-img li:last-child {
  margin-bottom: 0;
}

}

