/*________________________________________________________

	メインイメージ
	________________________________________________________
*/
#main_img {
	position: relative;
	overflow: hidden;
	z-index: -10;
}
#main_img h2 {
	position: absolute;
	z-index: 10;
}


/*________________________________________________________

	ニュース News
	________________________________________________________
*/
.news h2 {
	padding-bottom: 16px;
	text-align: center;
	border-bottom: 3px double #cccccc;
	font-size-adjust: 200%;
}
.news li {
	padding: 8px 16px;
	border-bottom: 1px dotted #cccccc;
}
.news li:after {
	content: "";
	clear: both;
	display: block;
}
.news span {
	width: 20%;
	margin-right: 5px;
	float: left;
	clear: left;
}
.news span::before {
    content: "\f0da";
    font-family: FontAwesome;
    margin-right: 15px;
}


/*________________________________________________________

	おすすめコース Course
	________________________________________________________
*/
.course {
	background-image: url(../images/top/bg_course.jpg);
}
.course h2 {
	margin-top: 0;
	text-align: center;
	font-size: 250%;
}
.course-box img {
	display: block;
}
.course-box h3 {
	position: relative;
	margin: 0;
	padding: 15px 0px;
	background-color: #38a167;
	color: #FFF;
	text-align: center;
}
.course-box h3:after {
	content: "";
	position: absolute;
	bottom: -10px; left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #38a167 transparent transparent transparent;
}
.course-box h3 span {
	margin-right: 5px;
	border: 1px solid #FFF;
	padding: 4px;
	font-size: 75%;
}
.course-box ul:after {
	content: "";
	clear: both;
	display: block;
}
.course-box li {
	width: 48%;
	float: left;
	color: #38a167;
}
.course-box li a {
	display: block;
	padding: 2px 5px;
	border: 2px solid #38a167;
	border-radius: 5px;
	background-color: #FFF;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s;
	transition: .3s;
}
.course-box li a:before {
	content: "\f0da";
    font-family: FontAwesome;
    margin-right: 5px;
}
.course-box li a:hover {
	display: block;
	padding: 2px 5px;
	background-color: #38a167;
	border-radius: 5px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}
.price {
	color: #d02131;
	font-weight: bold;
}
.price.cup_kyu {
	display: block;
	margin-left: 10px;
}
.btn_detail {
	border-top: 3px double #cccccc;
	border-bottom: 3px double #cccccc;
}
.btn_detail a {
	display: block;
	padding: 24px;
	background-color: #38a167;
	border-radius: 5px;
	border-bottom: 4px solid #298954;
	color: #FFF;
	font-size: 160%;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s;
	transition: .3s;
}
.btn_detail a:before {
	content: "\f0da";
    font-family: FontAwesome;
    margin-right: 5px;
}
.btn_detail a:hover {
	background-color: #53b981;
}

/*________________________________________________________

	バナー
	________________________________________________________
*/
.top-bnr a {
	position: relative;
	display: inline-block;
	overflow: hidden;
	text-decoration: none;
}
.top-bnr p:before {
	content: "\f0da";
    font-family: FontAwesome;
    margin-right: 10px;
}


/*________________________________________________________

	アクシスメソッド
	________________________________________________________
*/
.axis {
	padding: 40px 0 60px 0;
	text-align: center;
	background-image: url(../images/top/bg_axis.jpg);
}
.axis p {
	margin-bottom: 50px;
}
.axis a.axis_page {
	display: block;
	margin: 30px auto 0 auto;
	padding: 15px;
	background-color: #FFF;
	color: #932997;
	text-align: center;
	border-radius: 10px;
	text-decoration: none;
	font-size: 140%;
	-webkit-transition: .3s;
	transition: .3s;
}
.axis a:before {
	content: "\f0da";
    font-family: FontAwesome;
    margin-right: 10px;
}

/*________________________________________________________

	コンセプト Concept
	________________________________________________________
*/
.concept {
	text-align: center;
	background: url(../images/top/bg_concept.jpg) center center no-repeat;
    background-size:cover;
	color: #FFF;
}

.concept h2 {
	margin: 0px auto 32px auto;
	padding-bottom: 16px;
	text-align: center;
	border-bottom: 3px double #FFF;
	font-size: 250%;
}
.concept a {
	display: block;
	margin: 30px auto 0 auto;
	padding: 15px;
	border: 3px solid #FFF;
	color: #FFF;
	text-align: center;
	border-radius: 10px;
	text-decoration: none;
	font-size: 140%;
	-webkit-transition: .3s;
	transition: .3s;
}
.concept a:hover {
	background-color: #a65dae;
}
.concept a::before {
    content: "\f0da";
    font-family: FontAwesome;
    margin-right: 15px;
}