@charset "UTF-8";
#sub {
	padding: 20px 0 0;
}
/********
インストラクター
********************/
ul#instructor-area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -5px;
}
ul#instructor-area li.instructor-detail {
	margin: 0 5px 10px;
	background-color: #fff;
	width: calc((100% - 20px)/2);
	padding: 24px 24px 32px;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
ul#instructor-area li.instructor-detail a {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
ul#instructor-area li.instructor-detail a:hover {
	background-color: rgba(255, 255, 255, 0.3);
}
ul#instructor-area .tbl-right ul li {
	width: 100%;
	float: none;
}
ul#instructor-area li.instructor-detail table {
	width: 100%;
}
ul#instructor-area li.instructor-detail table tr {
	position: relative;
}
ul#instructor-area li.instructor-detail table th {
	width: 100px;
	top: 24px;
	left: 24px;
	display: block;
	position: absolute;
}
ul#instructor-area li.instructor-detail table th .imgArea {
	width: 100%;
	padding-bottom: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 200px;
}
ul#instructor-area li.instructor-detail table th img {
	width: 100px;
	border-radius: 200px;
}
ul#instructor-area li.instructor-detail table td {
	display: block;
	margin-left: 130px;
}
ul#instructor-area li.instructor-detail table .name {
	border-bottom: 1px solid #d8d5d3;
	padding-bottom: 16px;
	margin-bottom: 16px;
}
ul#instructor-area li.instructor-detail table .name span.kanji {
	font-size: 30px;
	display: block;
}
ul#instructor-area li.instructor-detail table .name span.romaji {
	display: block;
}
ul#instructor-area .tbl-right {
	width: 100%;
}
ul#instructor-area .tbl-right ul {
	margin-bottom: 8px;
	font-size: 14px;
}
ul#instructor-area .tbl-right ul li {
	width: auto;
	background-color: inherit;
	padding: 0;
	margin: 0;
	line-height: 1.4;
	margin-bottom: 2px;
}
ul#instructor-area .tbl-right .senreki {
	margin-bottom: 15px;
}
ul#instructor-area .tbl-right .senreki span {
	font-size: 14px;
}
ul#instructor-area .tbl-right .type {
	margin-bottom: -6px;
}
ul#instructor-area .tbl-right .type span {
	display: inline-block;
	margin-right: 6px;
	margin-bottom: 6px;
	padding: 2px 10px;
	background-color: #5e4a3b;
	color: #fff;
	font-size: 13px;
}
/********
インストラクタータイプ
********************/
.bg02 {
	background-image: url(/img/front/common/bg_square.gif);
	background-repeat: repeat;
}
.sub-box h2 img {
	width: auto;
	/*height: 80px;*/
}
ul.type-detail {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -20px -30px;
}
ul.type-detail li {
	width: 25%;
	font-size: 13px;
	display: block;
	padding: 0 20px 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
ul.type-detail li span {
	font-size: 13px;
	display: inline-block;
	background-color: #5e4a3b;
	padding: 4px 20px;
	color: #fff;
	margin-bottom: 10px;
}
/********
インストラクター詳細
********************/
.clm01 .inst_img {
	margin-bottom: 40px;
}
.clm01 .inst_img > div {
	float: left;
	display: inline-block;
	width: 480px;
	height: 580px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.clm01 .inst_txt {
	padding: 0 30px;
	margin-bottom: 40px;
}
.clm01 .inst_txt > div.clm_L {
	float: left;
	width: 430px;
	background-color: #fdfbf6;
	padding: 30px 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.clm01 .inst_txt > div.clm_R {
	float: right;
	width: 430px;
}
.clm01 .inst_txt > div.clm_L .name {
	font-size: 34px;
}
.clm01 .inst_txt > div.clm_L .nameE {
	font-size: 12px;
}
.clm01 .inst_txt > div.clm_L .snsArea {
	padding: 20px 0;
}
.clm01 .inst_txt > div.clm_L .snsArea span {
	display: inline-block;
	margin-right: 7px;
	width: 36px;
}
.clm01 .inst_txt > div.clm_L .snsArea span img {
	width: 100%;
}
.clm01 .inst_txt > div.clm_L .box {
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.clm01 .inst_txt > div.clm_L .box.line {
	border-bottom: 1px solid #d8d5d3;
}
.clm01 .inst_txt > div.clm_L .instType .ttl {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 13px;
}
.clm01 .inst_txt > div.clm_L .instType span {
	font-size: 12px;
	color: #fff;
	background-color: #5e4a3b;
	display: inline-block;
	padding: 5px 10px;
	margin-right: 5px;
}
.clm01 .inst_txt > div.clm_R {
	padding-top: 30px;
}
.clm01 .inst_txt > div.clm_R .box {
	margin-bottom: 35px;
	line-height: 1.6;
}
.clm01 .inst_txt > div.clm_R .box .ttl {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.clm01 .inst_mv {
	text-align: center;
	margin-bottom: 50px;
}
.clm01 .inst_mv iframe {
	width: 770px;
	height: 434px;
}
/***result-detail***/
.ins_lesson {
	width: 1366px;
	margin: 0 auto;
	padding: 0 10px;
}
.ins_lesson .result-box {
	margin-bottom: 40px;
}
.ins_lesson .result-box ul li {
	padding: 5px;
	float: left;
}
.result-detail {
	width: 422px;
	float: left;
	padding: 10px;
	background-color: #fff;
	color: #4e3928;
	position: relative;
	font-size: 12px;
}
.result-detail .sub-detail {
	font-size: 13px;
	margin-bottom: 8px;
}
.result-detail .remaining {
	position: absolute;
	font-size: 12px;
	background-color: #94782e;
	top: 10px;
	right: 10px;
	color: #fff;
	padding: 4px 10px;
}
.result-detail .remaining .number {
	font-size: 14px;
}
.result-detail .ttl {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.result-detail .date-place {
	margin-bottom: 14px;
}
.result-detail .date-place th {
	font-weight: normal;
	padding-right: 12px;
}
.result-detail .bottom table {
	width: 100%;
}
.result-detail .bottom table .people {
	float: left;
	width: 170px;
	margin-bottom: 12px;
}
.result-detail .bottom table .people th {
	padding-right: 12px;
	width: 36px;
}
.result-detail .bottom table .people th img {
	width: 36px;
}
.result-detail .bottom table .star th {
	font-weight: normal;
	padding-right: 12px;
	width: 36px;
}
.ins_lesson .bottom .star td img {
	height: 16px;
}
.result-detail .bottom table td ul.badge li {
	float: left;
	padding: 0 2px;
}
#sub .ins_lesson .btnArea, #sub .clm03 .btnArea {
	text-align: center;
}
#sub .ins_lesson .btnArea a, #sub .clm03 .btnArea a {
	background-color: #635651;
	color: #fff;
	display: inline-block;
	text-align: center;
	padding: 10px 100px;
	text-decoration: none;
}
/*開催レポート*/
#sub .clm03.inner02 {
	padding: 40px 0 100px !important;
}
.clm03 h2 img {
	width: 270px;
}
.clm03 .topic-box {
	margin-bottom: 30px;
}
.clm03 .topic-box ul li {
	margin: 15px;
	float: left;
	width: 260px;
	border-bottom: 1px solid #cdc3b3;
	padding-bottom: 2px;
	position: relative;
}
.clm03 .topic-box ul li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.clm03 .topic-box ul li a:hover {
	background-color: rgba(255, 255, 255, 0.2);
}
.topic-detail {
	width: 260px;
	float: left;
	color: #4e3928;
	position: relative;
	border-bottom: 2px solid #cdc3b3;
	padding-bottom: 40px;
	min-height: 416px;
}
.topic-detail .topic-img {
	display: inline-block;
	background-position: center center;
	background-repeat: no-repeat;
	width: 260px;
	height: 260px;
	background-size: cover;
	overflow: hidden;
	margin-bottom: 14px;
}
.topic-detail table.date-category th {
	font-weight: normal;
	font-size: 13px;
	padding-right: 10px;
}
.topic-detail table.date-category td {
	color: #8c3333;
	font-size: 13px;
}
.topic-detail .ttl {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 16px;
}
.topic-detail .contributor table.img-name th {
	width: 36px;
	padding-right: 12px;
}
.topic-detail .contributor table.img-name th img {
	width: 36px;
	border-radius: 100px;
}
/*レッスン風景*/
#sub .clm04.inner02 {
	padding: 0 0 100px !important;
}
.clm04 h2 img {
	width: 270px;
}
.clm04 .clm_L {
	float: left;
	width: 770px;
}
.clm04 .clm_R {
	float: right;
	width: 384px;
}
.clm04 .clm_L iframe {
	width: 100%;
	height: 434px;
}
.clm04 .clm_R > div {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	display: block;
	width: 384px;
	height: 215px;
}
.clm04 .clm_R > div:first-child {
	margin-bottom: 5px;
}

@media screen and (max-width: 760px) {
#sub .inner02 {
	width: 100%;
	margin: 0 auto;
	padding-right: 0;
	padding-left: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/********
インストラクター
********************/
ul#instructor-area {
	padding: 0;
	margin: 0;
}
ul#instructor-area li.instructor-detail {
	margin: 0;
	background-color: #fff;
	width: 100%;
	padding: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 5px;
}
ul#instructor-area .tbl-right {
	font-size: 12px;
}
ul#instructor-area li.instructor-detail table th {
	top: 20px;
	left: 20px;
	width: 80px;
}
ul#instructor-area li.instructor-detail table td {
	margin-left: 100px;
}
ul#instructor-area li.instructor-detail table .name {
	border-bottom: 1px solid #d8d5d3;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
ul#instructor-area .tbl-right ul {
	font-size: 12px;
}
ul#instructor-area .tbl-right ul li {
	color: #8a807c;
	padding: 0;
}
ul#instructor-area li.instructor-detail table .name span.kanji {
	font-size: 18px;
}
ul#instructor-area li.instructor-detail table .name span.romaji {
	font-size: 10px;
}
ul#instructor-area .tbl-right .senreki span {
	color: #8a807c;
	font-size: 12px;
}
ul#instructor-area .tbl-right .type span {
	display: inline-block;
	padding: 2px 8px;
	font-size: 12px;
	margin-bottom: 6px;
}
/********
インストラクタータイプ
********************/
#sub .sub-box h2 img {
	width: auto;
	/*height: 80px;*/
}
ul.type-detail {
	margin: 0;
}
ul.type-detail li span {
	margin-bottom: 5px;
}
ul.type-detail li {
	width: 100%;
	font-size: 13px;
	display: inline-block;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
}
}
