@charset "UTF-8";
/* lesson */
#lesson .btn a {
  font-size: 1.5rem;
  line-height: 38px;
  color: #2C6B68;
  border: 2px solid #2C6B68;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 21px;
  text-align:center;
  padding: 3px 16px;
  margin-top: 32px;
}

h4{
  border: 1px solid #2C6B68;
  text-align: center;
  background-color: #2C6B68;
  max-width: 956px;
  margin: 60px auto 30px auto;
  padding: 5px 0;
  border-radius: 21px;
  font-size: 2.0rem;
}
 .initialfee {
  text-align: center;
  font-weight: bold;
}

.keikoba {
  text-align: center;
}

ul.keikoba {
  list-style-type: disc;
}
.fee-container {
  display: flex;
  gap: 20px; /* テーブル間の隙間 */
  padding: 20px;
  justify-content: center; /* テーブルを中央に配置 */
  font-weight: bold;
}
table , td, th {
  border: 1px solid #6C2C2F;
	border: 1px solid ;
	border-collapse: collapse;
  text-align: center;
  max-width: 612px;
}
td, th {
	padding: 3px;
	width: 300px;
	height: 25px;
}
th {
	background: #fff;
}
.even {
	background: #fff;
}
.odd {
	background: #fff;
}
.shakuhachi {
  text-align: center;
}
.kotosangen {
  text-align: center;
}
#lesson .btn a:hover {
  background-color:#2C6B68;
  color: #F8F4E6;
}
#lesson .btn i {
  margin: 0 0 0 .3em;
}

.kv {
  text-align:center;
  margin-top: 60px;
  padding: 30px 0 0 0;
}

/*--------------------------------------
スマホ
--------------------------------------*/
@media screen and (max-width: 414px) {

.fee-container {
  flex-direction: column;
}

td {
  width: auto;
}
}