@charset "utf-8";
/*練習時間*/
.time{
  justify-content: center;
}

/*写真 コート＆部室*/
.pic{
  width: 300px;
  height: 200px;
}

/*練習場所*/
.place{
  display: flex;
  justify-content: center;
  width: 600px;
  margin: auto;
}
.place_p{
  display: inline-block;
  width: 300px;
}

/*部室*/
.club_room{
  display: flex;
  justify-content: center;
  width: 600px;
  margin: auto;
}
.club_room_p{
  display: inline-block;
  width: 300px;
}

/*部費*/
.expense{
  justify-content: center;
}

/*入部方法*/
.howto{
  justify-content: center;
  margin-bottom: 50px;
}

/*区切り線*/
.line_u{
  width:70%;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.line_l{
  width: 70%;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.sec_beg{
  width: 80%;
  margin: 50px auto 10px;
}
.sec_end{
  width: 80%;
  margin: 10px auto 50px;
}
.section_title{
  font-size: 20px;
  line-height: 2;
}
.pic{
  width: 300px;
  height: 200px;
}
