@charset "utf-8";
/* CSS Document */

#teacher .list h3{
	font-size: 2rem;
	letter-spacing: 0.2em;
	margin-top: 2rem
}
#teacher .list rt{
	padding-bottom: 0.1rem;
}

#kouza h3{
	background: #FFFFFF;
	border-radius: 25px;
	font-size:1.5rem;
	padding: 0.8rem;
	line-height: 1;
}
/*SPの時*/
@media(max-width:750px){
.br::before {
	content: "\A" ;
	white-space: pre ;
}
  .ta1,
  .ta1 thead,
  .ta1 tbody,
  .ta1 tr,
  .ta1 th,
  .ta1 td {
    display: block;
  }

  .ta1 th,
  .ta1 td {
    width: 100%;
	  text-align: center
  }
	.ta1 th{
		font-size: 1.5rem;
		margin-top: 1rem
	}
	.ta1 thead{
		display: none;
	}
	}

.price{
	font-size: 1.5rem;
	line-height: 2;
	text-align: center;
	padding: 1.5rem 0;
	font-weight: 600;
}
iframe{
	margin: 1.5rem 0;
}
#place h3{
	font-size: 1.3rem;
}
a{
	text-decoration: none;	
}
.catch{
	font-weight: 600;
	font-size: 1.2rem;
	padding-bottom: 1rem;	
}
#footer p{
	text-align: center;
}
#footer .list-container{
	max-width: 900px;
	margin: 0 auto;
}
#footer .kyoco{
	font-weight: 600;
	font-size: 1rem;
	margin-bottom: 1rem;
}
#footer .btn{
	font-weight: 700;
}
#footer .boshu{
	font-size: 2.5rem;
	font-weight: 700;
	}

.slash {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
 
.slash::before,
.slash::after {
  content: "";
  width: 35px;
  height: 5px;
  background-color: #fff;
  margin: 0px 4px 4px;
}
 
.slash::before {
  transform: rotate(45deg);
}
 
.slash::after {
  transform: rotate(-45deg);
}
 /*SPの時*/
@media(max-width:750px){
#concept .catch{
	text-align: center;
}
	#teacher h3{
		text-align: center;
	}
#footer .boshu{
	font-size: 1.5rem;
	}
	#footer .list3{
		padding: 0;
	}
.slash::before,
.slash::after {
  content: "";
  width: 25px;
  height: 5px;
  background-color: #fff;
  margin: 0px 2px 2px;
}	
}