@charset "utf-8";

/*-----------------------------------------------------------------------------------*/
/*	詳細ページ用CSS
/*-----------------------------------------------------------------------------------*/

/* ------------------------------------
	レッスン詳細
------------------------------------*/
.section_lesson_article { }
.lesson_article_head {
	width: 580px;
	margin: 0 auto 40px auto;
/*
	border-radius: 10px;
	overflow: hidden;
*/
}
.lesson_article_mv img {
	border-radius: 10px 10px 0 0;
}
.section_lesson_article .lesson_article_info {
	border-radius: 0 0 10px 10px;
}
.lesson_article_body { }
.lesson_article_contents {
	margin-bottom: 40px;
}

/* スライダー部分 */
#lesson_slide {
	overflow: initial;
}
/* ページネーションのスタイル */
.lesson_article_mv .swiper-pagination-bullet {
	background: #FFF;
	width: 6px;
	height: 6px;
	opacity: 1;
	vertical-align: middle;
}
.lesson_article_mv .swiper-pagination-bullet-active {
	background: #438D46;
	width: 10px;
	height: 10px;
}

/* 前ページ、次ページボタンのスタイル */
.lesson_article_mv .swiper-button-prev,
.lesson_article_mv .swiper-button-next {
	width: 30px;
	height: 30px;
	margin-top: -15px;
	outline: none;
}
.lesson_article_mv .swiper-button-prev:after,
.lesson_article_mv .swiper-button-next:after {
	display: none;
}
.lesson_article_mv .swiper-button-next {
	background: url(../img/slide_next.png) no-repeat left center;
	background-size: 30px 30px;
	right: -50px;
}
.lesson_article_mv .swiper-button-prev {
	background: url(../img/slide_prev.png) no-repeat left center;
	background-size: 30px 30px;
	left: -50px;
}

@media only screen and (max-width: 640px) {
	.lesson_article_head {
	width: 90%;
	margin: 0 auto 5% auto;
	}
	.lesson_article_contents {
	margin-bottom: 5%;
	}
	
	/* スライダー部分 */
	/* ページネーションのスタイル */
	.lesson_article_mv .swiper-pagination-bullet {
	width: 1.54vw;
	height: 1.54vw;
	}
	.lesson_article_mv .swiper-pagination-bullet-active {
	width: 2.56vw;
	height: 2.56vw;
	}

	/* 前ページ、次ページボタンのスタイル */
	.lesson_article_mv .swiper-button-prev,
	.lesson_article_mv .swiper-button-next {
	width: 6vw;
	height: 6vw;
	margin-top: -3vw;
	}
	.lesson_article_mv .swiper-button-next {
	background-size: 6vw 6vw;
	right: -5%;
	}
	.lesson_article_mv .swiper-button-prev {
	background-size: 6vw 6vw;
	left: -5%;
	}

}

	/* ------------------------------------
		プロ詳細
	------------------------------------*/
.section_pro_article { }
.pro_article_head {
	width: 580px;
	margin: 0 auto 50px auto;
	border-radius: 10px;
	overflow: hidden;
}
.pro_article_mv {
	position: relative;
}
.pro_article_action {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.pro_article_action .favorite_btn {
	background: #EA7E30;
	border: 1px solid #FFF;
	border-radius: 50px;
	padding: 8px 20px;
	font-size: 16px;
	color: #FFF;
}
.pro_article_action .favorite_btn.on {
	background: #C2C2C2;
	color: #323232;
}
.pro_article_info {
	background: #323232;
	padding: 15px 20px;
	color: #FFF;
}
.pro_article_title {
	font-size: 30px;
}
.pro_article_meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
}

.pro_article_body {
	font-size: 16px;
}
.pro_article_career { }
.pro_article_contents { }

@media only screen and (max-width: 640px) {
	.pro_article_head {
	width: 100%;
	margin: 0 auto 5% auto;
	}
	.pro_article_action {
	right: 3%;
	bottom: 3%;
	}
	.pro_article_action .favorite_btn {
	padding: 1vw 4vw;
	font-size: 3.08vw;
	}
	
	.pro_article_info {
	padding: 3%;
	}
	.pro_article_title {
	font-size: 5.13vw;
	}
	.pro_article_meta {
	font-size: 4.10vw;
	}

	.pro_article_body {
	font-size: 3.59vw;
	}

}

/* ------------------------------------
	コーチング詳細
------------------------------------*/
.section_coach_article { }




