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

html{
	font-size:18px;
	letter-spacing:0.2em;}

body{
	font-family: 'メイリオ', Meiryo,'ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	margin:0;}
	
.clear{
	content: " ";
	clear: both;
	width: 100%;}

span{
	display:inline-block;}
	
div {
	overflow:hidden;}
	
img{
	vertical-align: bottom;}	
	
a{
	text-decoration:none;
	color:inherit;}
	
.top_sub_title{
	margin:50px auto 20px;
	font-weight:bold;
	font-size:1.5em;}
	
.top_class_box{
	display: flex;
	align-items:stretch;
	flex-wrap: wrap;
	justify-content:flex-start;
	width:700px;}
	
.top_class_waku{
	border:solid 1px #000;
	width:300px;
	padding:20px 0;
	text-align:center;
	margin:10px;}
	
		
	
	
	
/*コース案内---------------------------*/
.top_syo{
	border:solid 1px #DEC463;}
	
.top_chu{
	border:solid 1px #92A374;
	margin:20px auto;}	
	
.top_ko{
	border:solid 1px #A6CFC4;}	
		
	
.top_title{
	color:#fff;
	font-weight:bold;
	font-size:1.2em;
	padding:10px 0 10px 10px;}	

.cleam{
	background-color:#F7F4EB;}
	
.syo{
	background-color:#DEC463;}
	
.chu{
	background-color:#92A374;}
	
.ko{
	background-color:#A6CFC4;}	
			
.gray{
	color:#888;
	font-size:16px;}		
		
.top_list{
	width:90%;
	margin:auto;}	
	
.top_list td{
	vertical-align:text-top;
	width:33%;
	height:auto;
	margin-top:10px;}
	
.top_limit_title{
	margin:20px;
	font-weight:bold;
	padding-left:10px;}		

.list_box{
	width:90%;
	margin:auto;
	display: flex;
	align-items:stretch;
	flex-wrap: wrap;
	justify-content:flex-start;}
	
.list_block{
	width:33%;}	

/*開催日時---------------------------*/
.sc_box{
	display: flex;
	align-items:stretch;
	flex-wrap: wrap;
	justify-content:flex-start;}
	
.sc_block{
	width:250px;
	border:solid 1px;
	margin:10px;}	
	
.waku_gozen{
	border-color:#9DBDD4;}	
	
.waku_gogo{
	border-color:#4B8FCF;}	
	
.waku_yoru{
	border-color:#4A7196;}			

.sc_title{
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	text-align:center;}

.gozen{
	background-color:#9DBDD4;}
	
.gogo{
	background-color:#4B8FCF;}	
	
.yoru{
	background-color:#4A7196;}	
	
.sc_time{
	text-align:center;}	
	
.class_list,.sc_list {
	margin:50px auto;}	
	
.class_list_title{
	font-size:1.2em;
	font-weight:bold;}	
	
.class_list_box{
	display: flex;
	align-items:stretch;
	flex-wrap: wrap;
	justify-content:flex-start;}
	
.class_list_block{
	width:100px;
	border:solid 1px #999;
	text-align:center;
	font-size:16px;}	
	
.sc_list img{
	width:100%;
	height:auto;}	
	
/*受講料---------------------------*/	
.price_title{
	margin:20px 0 0;
	width:300px;
	font-weight:bold;
	font-size:1.2em;
	color:#fff;
	padding:5px 0;
	text-align:center;}
	
.st{
	background-color:#63B9DE;}	
	
.pt{
	background-color:#DE639E;}		
		
	
.price_sub_title{
	font-weight:bold;
	font-size:1.2em;
	margin-top:10px;}	
	
	
.top_ps_list{
	width:100%;
	border:solid 1px #63B9DE;
	text-align:center;
	border-collapse:collapse;}	
	
.top_ps_list th,.top_ps_list td{
	border:solid 1px #63B9DE;
	padding:5px 0;}
	
.ps{
	background-color:#F2FBFF;}
	
.top_pp_list{
	width:100%;
	border:solid 1px #DE639E;
	text-align:center;
	border-collapse:collapse;}	
	
.top_pp_list th,.top_pp_list td{
	border:solid 1px #DE639E;
	padding:5px 0;}		
		
.pp{
	background-color:#FFF2F8;}	
	
.mini{
	text-decoration: line-through;
	font-size:.8em;}	
	
@media screen and (max-width:1024px){
	
}

@media screen and (max-width: 768px){
.top_class_box{
	justify-content:center;
	width:95%;}	

.top_list td{
	display:block;
	width:100%;}
	
.list_block{
	width:100%;}	
}

@media screen and (max-width: 485px){
.class_list_box{
	justify-content:center;}

.top_ps_list thead th{
  display: none;
}		
.top_pp_list thead th {
  display: none;
}	

.top_ps_list tbody th{
  display: block;
}
.top_pp_list tbody th {
  display: block;
}

.top_ps_list td{
  display: block;
}
.top_pp_list td {
  display: block;
}

.top_ps_list td[data-title]::before {
  content: attr(data-title) " :";
  color:#666;
  padding: 0 10px 0 0;
  display: inline;
  font-size:.7em;
  letter-spacing:-.1em;
}

.top_pp_list td[data-title]::before {
  content: attr(data-title) " :";
  color:#666;
  padding: 0 10px 0 0;
  display: inline;
  font-size:.7em;
  letter-spacing:-.1em;
}
	
}