@charset "UTF-8";

/*=======================
　コンテンツ
=======================*/

/*--タイトル（PC）--*/

h2#title{
	background: url("../img/school/bg_title2.jpg") 50% 50% no-repeat;
	background-size: cover;
}

/*--タロット占い教室（PC）--*/

#recomend{
	box-sizing: border-box;
	max-width: 960px;
	margin: 1rem auto 3rem;
	padding: 1.5%;
	background-color:#fff6e9;
}
#recomend h3{
	padding: 1%;
	font-size: 1.2rem;
	color: #b7679d;
	text-align: center;
	background-color: #fff;
	border-radius: 30px;
}

#recomend ul{
	margin: 1rem 0 0;
}

#recomend ul li{
	color: #b7679d;
}


#school_box{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

#school_box::after{content:""; clear:both; display:block;}

#school_txt{
	width: 50%;
	margin-bottom: 2rem;
	text-align: left;
	float: left;
}

#school_img{
	width: 45%;
	margin-bottom: 2rem;
	float: right;
}

#school_detail{
	width: 100%;
	max-width: 960px;
	margin: 3rem auto;
	border-collapse: collapse;
	border-top: 1px solid #eee;
}

#school_detail th{
	box-sizing: border-box;
	width: 35%;
	padding: 1.5%;
	color: #999;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #eee;
	background-color: #eee;
}

#school_detail td{
	padding: 1.5%;
	text-align: left;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
}

.hosoku li{
	font-size: 0.8rem;
	color: #666;
	line-height: 150%;
}

#repeater_title{
	margin-bottom: 1rem;
	color: #b7679d;
	font-size: 1.4rem;
}

/*--タロット占い教室（SP・TB）--*/
@media screen and (max-width:960px){
	#school_txt{
		width: 100%;
		margin-bottom: 2rem;
		float: none;
	}
	
	#school_img{
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
		float: none;
	}

	#school_detail th{
		display: block;
		width: 100%;
		border-bottom: none;
		border-left: none;
	}

	#school_detail td{
		display: block;
		border-bottom: none;
		border-right: none;
	}

	.hosoku li{
		padding-left: 1rem;
		background: url("../img/share/icon_circle_gray_s.png") 0 3px no-repeat;
		background-size: 10px;
	}
	
	#repeater_title{
		text-align: center;
	}
}