@charset "UTF-8";
/*
style_lesson.css - レッスンプログラム
Last-update: 2021-11-17
----------------------------------------------------------------- */
.txt_studio_description {
	width: 90%;
	margin: 0 auto 10px;
}

.ul_lesson {
	width: 90%;
	margin: 0 auto;
	display: -webkit-flex; display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.ul_lesson li {
	width: 24%;
	margin: 0 1% 10px 0;
}

.ul_pool li {
	width: 49%;
}

.ul_lesson li:nth-child(4n) {
	margin-left: 0;
}

.btn_to_timetable a {
	display: block;
	width: 90%;
	margin: 0 auto 40px;
	color: #404040;
	padding: 20px 0;
	text-align: center;
	border: 1px solid #404040;
	box-sizing: border-box;
}

.ul_studio_img {
	width: 90%;
	margin: 0 auto 40px;
	display: -webkit-flex; display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ul_studio_img li {
	margin: 0 0 20px;
}

.ul_studio_img li:nth-child(1) {
	width: 100%;
}

.ul_studio_img li:nth-child(2) {
	width: 100%;
}

.wrap_studio_content {
	width: 90%;
	margin: 0 auto 20px;
	display: -webkit-flex; display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.wrap_studio_content p {
	width: 100%;
	margin: 0 auto 10px;
}

.ttl_lesson_h3 {
	width: 90%;
	margin: 0 auto 10px;
	font-size: 16px;font-size: 16rem;
	font-weight: bold;
	border-bottom: 1px solid #6EB9EA;
}

.tbl_lesson {
	width: 700px;
	margin: 0 0 40px;
	text-align: center; 
	border: 1px solid #6EB9EA;
	box-sizing: border-box;
	font-size: 13px;font-size: 13rem;
}

.tbl_lesson thead {
	color: #FFF;
	border-bottom: 1px solid #6EB9EA;
	background: #A0D1F1;
}

.tbl_lesson tr {
	border-bottom: 1px solid #EDEDED;
}

.tbl_lesson tr:last-child {
	border-bottom: 0;
}

.tbl_lesson th {
	padding: 20px 0;
	text-align: center;
}

.tbl_lesson th,
.tbl_lesson td {
	vertical-align: middle;
	padding: 5px 10px;
	box-sizing: border-box;
}

.tbl_lesson thead th {
	padding: 10px 20px; 
}

.tbl_lesson th:nth-child(1) { width: 190px; }
.tbl_lesson th:nth-child(2) { width: 70px; }
.tbl_lesson th:nth-child(3) { width: 100px; }
.tbl_lesson th:nth-child(4) { width: auto; }

.tbl_lesson td:nth-child(1),
.tbl_lesson td:nth-child(4) {
	text-align: left;
}

.tbl_lesson td:nth-child(1) {
	padding-left: 30px; box-sizing: border-box;
}

.lesson_class_lv {
	color: #6EB9EA;
	font-weight: bold;
	background: #FBFBFB;
}

.str_lv {
	color: #DDD;
}

.str_lv span {
	color: #404040;
}

.icon_beginners {
	background: url(../images/lesson/icon_beginners.png) 5% center no-repeat;
	background-size: 15px;
}

#etc_studio, #etc_pool {
	width: 100%;
	padding: 20px 0;
	background: #F5F5F5;
}

.wrap_ttl_studio {
	width: 90%;
	margin: 0 auto 40px;
	font-size: 12px;font-size: 12rem;
	box-shadow: 4px 4px 0 #C9C9CA;
	background: #FFF;
}

.wrap_ttl_studio h3 {
	font-weight: bold;
	font-size: 18px;font-size: 18rem;
}

.wrap_box_content {
	width: 90%;
	margin: 0 auto 40px;
}

.box_content_studio_lesson h4 {
	border-bottom: 1px solid #6EB9EA;
}

.ul_studio_lesson {
	color: #6EB9EA;
	margin: 10px 0 20px;
}

/*
有料プログラム
Last-update: 2020-04-16
----------------------------------------------------------------- */
.txt_lesson_description {
	width: 90%;
	margin: 0 auto 10px;
}
.wrap_lesson_paid_program {
	width: 90%;
	margin: 40px auto;
}
.ttl_lesson_paid_program_h3 {
	margin-bottom: 10px;
	font-size: 16px;font-size: 16rem;
	font-weight: bold;
	border-bottom: 1px solid #6EB9EA;
}
.img_lesson_paid_program {
	width: 100%;
	display: block;
}
.card_item_paid_program {
	margin-bottom: 40px;
}
.card_item_paid_program figure {
	margin-bottom: 10px;
}
.ttl_lesson_paid_program_h4 {
	margin-bottom: 10px;
	font-size: 16px;font-size: 16rem;
	border-bottom: 1px solid #6EB9EA;
}
.txt_lesson_paid_program_price {
	color: #6EB9EA;
	margin-bottom: 20px;
}
.wrap_txt_lesson_paid_program {
	margin-top: 10px;
	border: 1px solid #231815;
	padding: 5%;
	font-size: 12px;font-size: 12px;
}
.wrap_txt_lesson_paid_program ul li:nth-child(even){
	padding-left: 1em;
}
p .btn_lesson_paid_program {
	margin: 20px auto 0;
	display: block;
	width: 80%;
	height: 35px;
	line-height: 35px;
	border: 1px solid #6EB9EA;
	border-radius: 20px;
	text-align: center;
	color: #6EB9EA;
}

/*
有料プログラムBFRトレーニング
Last-update: 2020-04-16
----------------------------------------------------------------- */
.txt_lesson_bfr_description {
	font-weight: bold;
}
.wrap_txt_lesson_bfr_description {
	background: #f5f5f5;
	width: 90%;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	box-sizing: border-box;
}
.list_paid_program_bfr_head {
	margin: 20px auto;
	background-color: #f5f5f5;
	padding: 15px 5px;
	box-sizing: border-box;
}
.list_paid_program_bfr_head li {
	background-color: #fff;
	position: relative;
	display: flex;
	align-items: center;
	padding: 5px;
	width: 90%;
	margin: 0 auto;
}
.list_paid_program_bfr_head li:before{
	content: '';
	display: inline-block;
	background-image: url(../images/lesson/img_paid_program_bfr_check.jpg);
	width: 20px;
	height: 20px;
	background-size: contain;
	margin-right: 5px;
}
.list_paid_program_bfr_head li:nth-child(2) {
	margin: 10px auto;
}
.ttl_lesson_paid_program_bfr_h3 {
	margin-bottom: 10px;
	font-size: 16px;font-size: 16rem;
	font-weight: bold;
	border-bottom: 1px solid #6EB9EA;
	color: #6EB9EA;
}
.wrap_lesson_bfr .wrap_img_paid_program {
	margin: 10px 0 20px;
}
.wrap_lesson_bfr_effect .ttl_h4 {
	font-weight: bold;
	font-size: 16px;font-size: 16rem;
	margin-bottom: 10px;
}
.list_bfr_effect {
	color: #6EB9EA;
}
.item_card_paid_program_bfr figure{
	margin: 20px 0;
}
.item_card_paid_program_bfr dl {
	text-align: center;
}
.item_card_paid_program_bfr dt {
	background-color: #eae9e9;
}
.item_card_paid_program_bfr dl dd:nth-child(3) {
	color: #3b4c8a;
	font-weight: bold;
	font-size: 12px;font-size: 12rem;
}
.wrap_lesson_bfr .txt_paid_program_bfr_staff {
	margin-top: 10px;
}

.str_lv img {
	width: 16px;
}


@media print,screen and (min-width: 769px) {
	.txt_studio_description {
		width: 100%;
		max-width: 1000px;
		text-align: center;
		margin: 0 auto 50px;
	}

	.ul_lesson {
		width: 100%;
		max-width: 1000px;
	}

	.ul_lesson li {
		margin: 0 13px 40px 0;
	}

	.ul_lesson li:nth-child(4n) {
		margin-right: 0;
	}

	.ul_pool li {
		margin-right: 20px;
	}

	.ul_pool li:nth-child(2n) {
		margin-right: 0;
	}

	.btn_to_timetable a {
		width: 100%;
		margin: 0 auto 80px;
		max-width: 1000px;
	}

	.btn_to_timetable a:hover {
		color: #FFF;
		text-decoration: none;
		background: #404040;
	}

	.ul_studio_img {
		width: 100%;
		max-width: 730px;
		margin: 0 auto 80px;
	}

	.ul_studio_img li:nth-child(1) {
		width: 376px;
	}

	.ul_studio_img li:nth-child(2) {
		width: 325px;
	}

	.wrap_studio_content {
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 50px;
	}

	.wrap_studio_content p:nth-child(1) {
		width: 500px;
		margin: 0;
	}

	.wrap_studio_content p:nth-child(2) {
		width: 340px;
		margin: 0;
	}

	.ttl_lesson_h3 {
		width: 100%;
		max-width: 1000px;
		font-size: 18px;font-size: 18rem;
		margin: 0 auto 15px;
		padding: 0 0 5px;
		box-sizing: border-box;
	}

	.tbl_lesson {
		width: 1000px;
		font-size: 15px;font-size: 15rem;
		margin: 0 0 80px;
	}

	.tbl_lesson th,
	.tbl_lesson td {
		padding: 10px 20px;
	}

	.tbl_lesson th:nth-child(1) { width: 280px; }
	.tbl_lesson th:nth-child(2) { width: 120px; }
	.tbl_lesson th:nth-child(3) { width: 200px; }
	.tbl_lesson th:nth-child(4) { width: auto; }


	.tbl_lesson td:nth-child(1) {
		padding-left: 50px; box-sizing: border-box;
	}

	.icon_beginners {
		background: url(../images/lesson/icon_beginners.png) 15px center no-repeat;
		background-size: 20px;
	}

	#etc_studio, #etc_pool {
		padding: 50px 0;
	}

	.wrap_ttl_studio {
		width: 100%;
		max-width: 960px;
		box-sizing: border-box;
		margin: 0 auto 50px;
		padding: 10px 20px;
		display: -webkit-flex; display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		font-size: 14px;font-size: 14rem;
	}

	.wrap_ttl_studio h3 {
		font-size: 22px;font-size: 22rem;
		width: 50%;
	}

	.wrap_ttl_studio p {
		width: 50%;
		text-align: right;
	}

	.wrap_box_content {
		width: 100%;
		max-width: 780px;
		margin: 0 auto 50px;
		display: -webkit-flex; display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.box_content_studio_lesson {
		width: 48%;
		max-width: 360px;
		margin: 0 0 50px;
	}

	div.box_content_studio_lesson:nth-child(odd) {
		margin-right: 60px;
	}

	.box_content_studio_lesson h4 {
		font-size: 18px;font-size: 18rem;
	}

	/*
	有料プログラム
	Last-update: 2020-04-16
	----------------------------------------------------------------- */
	.txt_lesson_description {
		width: 100%;
		max-width: 1000px;
		text-align: center;
		margin: 0 auto 100px;
	}
	.wrap_lesson_paid_program {
		width: 100%;
		max-width: 1000px;
		margin-bottom: 100px;
	}
	.wrap_lesson_gym,.wrap_lesson_rapidball {
		display: flex;
		margin-bottom: 50px;
	}
	.wrap_txt_paid_program {
		width: 456px;
	}
	.ttl_lesson_paid_program_h3 {
		font-size: 18px;font-size: 18rem;
		margin: 0 auto 15px;
		padding: 0 0 5px;
		box-sizing: border-box;
	}
	.img_lesson_paid_program {
		width: 413px;
		margin-left: 50px
	}
	.wrap_card_paid_program {
		display: flex;
		flex-wrap: wrap;
	}
	.card_item_paid_program {
		width: calc(100% / 3 - 50px);
		margin-bottom: 40px;
	}
	.wrap_card_paid_program .card_item_paid_program:nth-child(2),.wrap_card_paid_program .card_item_paid_program:nth-child(5) {
		margin:0 50px 40px;
	}
	.card_item_paid_program figure {
		margin-bottom: 20px;
	}
	.ttl_lesson_paid_program_h4 {
		margin-bottom: 20px;
		font-size: 18px;font-size: 18rem;
	}
	.txt_lesson_paid_program_price {
		margin-bottom: 30px;
	}
	.wrap_txt_lesson_paid_program {
		margin-top: 20px;
		padding: 5%;
		font-size: 14px;font-size: 14px;
	}
	p .btn_lesson_paid_program {
		margin: 30px auto 0;
	}
	.txt_paid_program_bottom {
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
	}

	/*
	有料プログラムBFRトレーニング
	Last-update: 2020-04-16
	----------------------------------------------------------------- */
	.txt_lesson_bfr_description {
		width: 100%;
		max-width: 1000px;
		text-align: center;
		margin: 50px auto 20px;
	}
	.wrap_txt_lesson_bfr_description {
		background: #f5f5f5;
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
		padding: 20px 0;
		text-align: center;
		box-sizing: border-box;
	}
	.list_paid_program_bfr_head {
		width: 100%;
		max-width: 1000px;
		margin: 20px auto;
		padding: 30px 5px;
		display: flex;
		justify-content: space-between;
		text-align: center;
	}
	.list_paid_program_bfr_head li {
		padding: 40px 10px 20px;
		width: 280px;
		margin: 0 auto;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center
	}
	.list_paid_program_bfr_head li:before{
		width: 28px;
		height: 28px;
		margin-right: 0px;
		position: absolute;
		top: 10px;
		left: 50%;
		margin-left: -14px;
	}
	.list_paid_program_bfr_head li:nth-child(2) {
		margin: 0 auto;
	}
	.wrap_lesson_bfr {
		display: flex;
		margin-bottom: 50px;
	}
	.wrap_txt_paid_program_bfr {
		width: auto;
	}
	.ttl_lesson_paid_program_bfr_h3 {
		margin-bottom: 20px;
		font-size: 18px;font-size: 18rem;
	}
	.wrap_txt_paid_program_bfr {
		width: 100%;
	}
	.wrap_lesson_bfr .wrap_img_paid_program {
		margin: 0;
	}
	.wrap_lesson_bfr .img_lesson_paid_program {
		width: 340px;
		margin-left: 100px;
	}
	.wrap_lesson_bfr_effect .ttl_h4 {
		font-size: 18px;font-size: 18rem;
		margin-bottom: 20px;
	}
	.wrap_lesson_bfr_staff {
		display: block;
	}
	.wrap_card_paid_program_bfr {
		display: flex;
		margin: 50px 0;
	}
	.item_card_paid_program_bfr {
		width: 250px;
	}
	.item_card_paid_program_bfr:first-child {
		margin-right: 150px;
	}
	.item_card_paid_program_bfr figure{
		margin: 20px 0;
	}
	.item_card_paid_program_bfr dl {
		text-align: center;
	}
	.item_card_paid_program_bfr dt {
	}
	.item_card_paid_program_bfr dl dd:nth-child(3) {
		font-size: 14px;font-size: 14rem;
	}
	.wrap_lesson_bfr .txt_paid_program_bfr_staff {
		margin-top: 10px;
	}
}