/*=================================================
 * CSS for PC
 * ================================================= */

/** top_bt **/

.top_bt{
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding: 30px 0;
}
.top_bt .bt_main{
	position: relative;
	flex-wrap: wrap;
	width: 260px;
	height: 60px;
	margin: 0 5px;
	border-radius: 0;
}
.top_bt .bt_main span{
	width: 100%;
	font-family: "FontA";
	font-size: 22px;
	line-height: 26px;
}
.top_bt .bt_main em{
	width: 100%;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 13px;
	line-height: 14px;
}
.top_bt .bt_prev:after{
	content: '';
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	position: absolute;
	top: calc(50% - 5px);
	left: 20px;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		 -o-transform: rotate(-45deg);
			transform: rotate(-45deg);
}
.top_bt .bt_next:after{
	content: '';
	width: 10px;
	height: 10px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	top: calc(50% - 5px);
	right: 20px;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		 -o-transform: rotate(-45deg);
			transform: rotate(-45deg);
}


/** slide **/

#slide{
	position: relative;
	font-size: 0;
	line-height: 0;
	margin: 0 0 40px 0;
	background: rgb(21,21,21);
	background: linear-gradient(-15deg, rgba(21,21,21,1) 0%, rgba(43,43,43,1) 50%, rgba(21,21,21,1) 100%);
}
#slide .slick-slide{
	-webkit-transition	: 0.4s ease-in-out;
	-moz-transition	: 0.4s ease-in-out;
	-o-transition	: 0.4s ease-in-out;
	transition		: 0.4s ease-in-out;
}
#slide .slick-slide:not(.slick-center) {
	filter: brightness(40%);
	transition: 0.2s linear;
}
@media screen and (max-width: 500px) {
	#slide .slick-slide:not(.slick-center) {
	  opacity: 1;
	}
}

#slide li img{
	width: 500px;
	height: auto;
	aspect-ratio: 600 / 800;
	vertical-align: middle;
}

.slick-dots{
	width: 100%;
	font-size: 0;
	line-height: 0;
	text-align: center;
	position: absolute;
	z-index: 2;
	bottom: -20px;
	left: 0;
}
.slick-dots li{
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}
.slick-dots li button{
	width: 10px;
	height: 10px;
	border: none;
	outline: none;
	border-radius: 50%;
	background: #333;
	border-radius: 50%;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.slick-dots li.slick-active button{	background: #fff;}

.slick-prev,
.slick-next{
	width: 80px;
	height: 80px;
	border: 0;
	outline: 0;
	background: none;
	position: absolute;
	z-index: 2;
	top: calc(50% - 40px);
}

.slick-prev{	left: calc(50% - 380px);}
.slick-prev:after{
	content: '';
	width: 30px;
	height: 30px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	position: absolute;
	top: calc(50% - 15px);
	right: calc(50% - 25px);
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		 -o-transform: rotate(-45deg);
			transform: rotate(-45deg);
}
.slick-next{	right: calc(50% - 380px);}
.slick-next:after{
	content: '';
	width: 30px;
	height: 30px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	top: calc(50% - 15px);
	left: calc(50% - 25px);
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		 -o-transform: rotate(-45deg);
			transform: rotate(-45deg);
}
@media screen and (max-width: 500px) {
	.slick-prev{	left: -10px;}
	.slick-next{	right: -10px;}
}
@media screen and (max-width: 349px) {
	.slick-prev{	left: 0;}
	.slick-next{	right: 0;}
}


@media screen and (max-width: 650px) {
	#slide li img{
		width: 100%;
		height: auto;
	}
	.thumbs .slick-slide{
		width: 50px !important;
		margin: 0 5px;
	}
}

#slide .x_bt{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	background: rgba(0, 0, 0, 0.8);
	border-radius: 50%;
	position: absolute;
	z-index: 2;
	bottom: 10px;
	right: calc(50% - 290px);
}
#slide .x_bt img{
	width: 40px;
	height: auto;
}


/** name **/

#name{
	text-align: center;
	padding: 0 0 20px 0;
	background:
	url(img/name_l.png) no-repeat bottom left,
	url(img/name_r.png) no-repeat bottom right;
	background-size: 280px auto;
}
#name .new{
	font-family: "FontA";
	font-size: 18px;
	line-height: 24px;
	color: #ff0000;
}
#name h3{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 30px;
	line-height: 40px;
}
#name .size{
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 5px 0;
}
#name .size span{	color: #ffa400;}
#name .course{
	font-size: 0;
	line-height: 0;
	margin: 0 0 20px 0;
}
#name .course img{
	width: 250px;
	height: auto;
}
#name .type_box{
	font-size: 0;
	line-height: 0;
	margin: 0 0 20px 0;
}
#name .type_box span{
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	line-height: 20px;
	border-radius: 10px;
	margin: 0 2.5px;
	padding: 0 10px;
	color: #000;
	background: #ffa400;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#name .fee{
	font-size: 0;
	line-height: 0;
	margin: 0 0 20px 0;
}
#name .fee span{
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	line-height: 40px;
	color: #e3d099;
	border-radius: 20px;
	padding: 0 30px;
	background: #333;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.midbt{
	font-size: 0;
	line-height: 0;
}
.midbt a{
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 10px 5px;
}
.midbt a img{
	width: 220px;
	height: auto;
}


/** info **/

.info_bg{
	display: flex;
	justify-content: center;
	font-size: 0;
	line-height: 0;
	padding: 30px 15px;
	background-color: #151515;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#prof_mid{
	background: url(/img/all/sub_bg.jpg) no-repeat;
	background-size: cover;
}
.info_bg > div{
	position: relative;
	vertical-align: top;
	width: calc(100% / 2 - 30px);
	text-align: left;
	margin: 0 15px;
	padding: 100px 20px 20px 20px;
	box-shadow:0px 0px 0px 2px #000 inset;
	-moz-box-shadow:0px 0px 0px 2px #000 inset;
	-webkit-box-shadow:0px 0px 0px 2px #000 inset;
	background: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#prof_btm > div{
	box-shadow:0px 0px 0px 2px #000 inset;
	-moz-box-shadow:0px 0px 0px 2px #000 inset;
	-webkit-box-shadow:0px 0px 0px 2px #000 inset;
}

.info_bg h3{
	position: relative;
	display: flex;
	align-items: flex-end;
	align-content: flex-end;
	justify-content: flex-start;
	width: 400px;
	height: 60px;
	color: #fff;
	padding: 0 10px 10px 10px;
	background: rgb(216,6,0);
	background: linear-gradient(90deg, rgba(216,6,0,1) 0%, rgba(255,164,0,1) 100%);
	box-shadow: 5px 5px 0px 0px rgba(255, 255, 255, 0.1);
	position: absolute;
	top: 20px;
	left: -10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.info_bg h3 span{
	font-family: "FontA";
	font-size: 38px;
	line-height: 1;
}
.info_bg h3 em{
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 2;
	margin-left: 5px;
}


/** qa **/

#qa{}
#qa dl{}
#qa dl{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
}
#qa dt,
#qa dd{
	display: table-cell;
	vertical-align: top;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	padding: 15px 0;
	border-bottom: 1px solid #333;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#qa dt{
	position: relative;
	width: 265px;
	color: #ffa400;
	padding-left: 30px;
}
#qa dt span{
	width: 22px;
	height: 22px;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	color: #000;
	background: #ffa400;
	border-radius: 50%;
	position: absolute;
	top: 14px;
	left: 4px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#qa dd{}


/** comment **/

#comment{
}
#comment p{
	max-height: 510px;
	overflow-y		: auto;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
	font-size: 16px;
	line-height: 25px;
	text-align: left;
}


/** sche **/

#sche .sche_top{
	font-size: 0;
	line-height: 0;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	margin: 0 0 20px 0;
}
#sche .sche_top div{
	width: 90px;
}
#sche .sche_top div .sche_bt{
	position: relative;
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 90px;
	height: 30px;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: currentColor;
	border: 2px solid #fff;
	border-radius: 3px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#sche .sche_top div.sche_back .sche_bt{	padding-left: 5px;}
#sche .sche_top div.sche_back .sche_bt:after{
	content: "";
	display: block;
	content: '';
	width: 5px;
	height: 5px;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 3px);
	left: 10px;
}
#sche .sche_top div.sche_next .sche_bt{	padding-right: 5px;}
#sche .sche_top div.sche_next .sche_bt:after{
	content: "";
	display: block;
	content: '';
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 3px);
	right: 10px;
}
#sche .sche_top div a:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#sche .sche_top p{
	width: calc(100% - 180px);
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	padding: 5px 0;
}


#sche dl{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
	margin: 0 0 1px 0;
}
#sche dt,
#sche dd{
	display: table-cell;
	vertical-align: middle;
	height: 60px;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#sche dt{
	width: 220px;
	background: #333;
}
#sche dd{
	border-bottom: 1px solid #333;
}
#sche dd span{
	font-weight: bold;
	color: #e3d099;
}
#sche dt.sat{
	color: currentColor !important;
	background: #0047b4;
}
#sche dt.sun{
	color: currentColor !important;
	background: #b00000;
}


/** diary **/

.diary_in{
	font-size: 0;
	line-height: 0;
	text-align: center;
}
.diary_in iframe{
	margin-top: 30px;
	width: 500px;
}


/** op **/

#op_bg{
	padding: 30px;
}
#op{
	display: flex;
	padding: 20px 20px 20px 0;
	background: rgb(216,6,0);
	background: linear-gradient(90deg, rgba(216,6,0,1) 0%, rgba(255,164,0,1) 100%);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#op h3{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 220px;
	color: #fff;
}
#op h3 span{
	width: 100%;
	font-family: "FontA";
	font-size: 38px;
	line-height: 1;
}
#op h3 em{
	width: 100%;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.5;
}
#op h3 i{	display: none;}
#op ul{
	flex: 1;
	font-size: 0;
	line-height: 0;
}
#op li{
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 3 - 1px);
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	background: #000;
	margin: 0 0.5px 1px 0.5px;
	padding: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#op li.ng{
	color: #444;
	background: url(img/ng.png) no-repeat 50% 50% #666;
	background-size: 40px auto;
}


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px){

	/** top_bt **/
	.top_bt{
		font-size: 0;
		line-height: 0;
		padding: 15px 5px;
	}
	.top_bt .bt_main{
		flex-wrap: wrap;
		width: calc(100% / 3 - 10px);
		height: 60px;
		margin: 0 5px;
		border-radius: 0;
	}
	.top_bt .bt_main span{
		font-size: 17px;
		line-height: 18px;
	}
	.top_bt .bt_main em{
		font-size: 11px;
		line-height: 12px;
	}
	.top_bt .bt_prev:after{	left: 10px;}
	.top_bt .bt_next:after{	right: 10px;}


	/** slide **/
	.slick-prev,
	.slick-next{
		width: 40px;
		height: 40px;
		position: absolute;
		z-index: 2;
		top: calc(50% - 20px);
	}
	.slick-prev{	left: 0;}
	.slick-prev:after{
		width: 15px;
		height: 15px;
		position: absolute;
		top: calc(50% - 8px);
		right: calc(50% - 13px);
	}
	.slick-next{	right: 0;}
	.slick-next:after{
		width: 15px;
		height: 15px;
		position: absolute;
		top: calc(50% - 8px);
		left: calc(50% - 13px);
	}
	#slide .x_bt{
		width: 60px;
		height: 60px;
		bottom: 10px;
		right: 10px;
	}
	#slide .x_bt img{
		width: 30px;
		height: auto;
	}

	/** name **/

	#name{
		text-align: center;
		padding: 0 0 20px 0;
		background:
		url(img/name_l.png) no-repeat bottom left,
		url(img/name_r.png) no-repeat bottom right;
		background-size: 150px auto;
	}
	#name .new{
		font-size: 16px;
		line-height: 20px;
	}
	#name h3{
		font-size: 30px;
		line-height: 40px;
	}
	#name .size{
		font-size: 14px;
		line-height: 20px;
		margin: 0 0 5px 0;
	}
	#name .course{
		margin: 0 0 20px 0;
	}
	#name .course img{
		width: 150px;
		height: auto;
	}
	#name .type_box{
		font-size: 0;
		line-height: 0;
		margin: 0;
		padding: 0 0 5px 0;
	}
	#name .type_box span{
		font-size: 11px;
		line-height: 16px;
		border-radius: 8px;
		margin: 0 2.5px 5px 2.5px;
		padding: 0 10px;
	}
	#name .fee{
		font-size: 0;
		line-height: 0;
		margin: 0 0 20px 0;
	}
	#name .fee span{
		font-size: 16px;
		line-height: 30px;
		border-radius: 15px;
		padding: 0 30px;
	}
	.midbt{
		font-size: 0;
		line-height: 0;
		padding: 0 5px;
	}
	.midbt a{
		display: inline-block;
		vertical-align: top;
		width: calc(100% / 3 - 10px);
		margin: 0 5px 10px 5px;
	}
	.midbt a img{
		width: 100%;
		height: auto;
	}


	/** info **/
	.info_bg{
		display: block;
		padding: 30px 15px;
	}
	#prof_mid{
		background: url(/img/all/sub_bg.jpg) no-repeat;
		background-size: cover;
	}
	.info_bg > div{
		position: relative;
		display: block;
		width: auto;
		text-align: center;
		margin: 0 0 30px 0;
		padding: 100px 20px 20px 20px;
	}
	.info_bg > div:last-of-type{	margin-bottom: 0;}
	.info_bg h3{
		width: calc(100% - 10px);
		height: 60px;
		color: #fff;
		padding: 0 10px 14px 10px;
		position: absolute;
		top: 20px;
		left: -10px;
	}
	.info_bg h3 span{
		font-size: 30px;
		line-height: 1;
	}
	.info_bg h3 em{
		font-size: 12px;
		line-height: 2;
		margin-left: 5px;
	}

	/** qa **/
	#qa{}
	#qa dl{}
	#qa dl{
		display: block;
		width: 100%;
		font-size: 0;
		line-height: 0;
	}
	#qa dt,
	#qa dd{
		display: block;
		font-size: 14px;
		line-height: 20px;
		text-align: left;
		padding: 15px 0;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#qa dt{
		width: auto;
		padding: 15px 0 0 26px;
		border-bottom: none;
	}
	#qa dt span{
		left: 0;
	}
	#qa dd{
		padding: 5px 0 15px 0;
	}

	/** comment **/
	#comment{
	}
	#comment p{
		height: auto;
		max-height: none;
		font-size: 14px;
		line-height: 22px;
		text-align: left;
	}


	/** sche **/
	#sche .sche_top div{
		width: 55px;
	}
	#sche .sche_top div .sche_bt{
		position: relative;
		display: inline-flex;
		align-items: center;
		align-content: center;
		justify-content: center;
		width: 55px;
		height: 30px;
		font-size: 12px;
		line-height: 20px;
		text-align: center;
		color: currentColor;
		border: 2px solid #fff;
		border-radius: 3px;
		-webkit-transition	: 0.2s ease-in-out;
		-moz-transition	: 0.2s ease-in-out;
		-o-transition	: 0.2s ease-in-out;
		transition		: 0.2s ease-in-out;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#sche .sche_top div.sche_back .sche_bt{	padding-left: 5px;}
	#sche .sche_top div.sche_back .sche_bt:after{
		content: "";
		display: block;
		content: '';
		width: 5px;
		height: 5px;
		border-bottom: 1px solid #fff;
		border-left: 1px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: calc(50% - 3px);
		left: 4px;
	}
	#sche .sche_top div.sche_next .sche_bt{	padding-right: 5px;}
	#sche .sche_top div.sche_next .sche_bt:after{
		content: "";
		display: block;
		content: '';
		width: 5px;
		height: 5px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: calc(50% - 3px);
		right: 4px;
	}
	#sche .sche_top div a:hover{
		text-decoration: none;
		opacity: 0.7;
		filter: alpha(opacity=70);
	}
	#sche .sche_top p{
		width: calc(100% - 110px);
		font-size: 13px;
		line-height: 18px;
		text-align: center;
		padding: 5px 0;
	}
	#sche dl{
		display: table;
		width: 100%;
		font-size: 0;
		line-height: 0;
		margin: 0 0 1px 0;
	}
	#sche dt,
	#sche dd{
		display: table-cell;
		vertical-align: middle;
		height: 50px;
		font-size: 14px;
		line-height: 16px;
		text-align: center;
		padding: 0 15px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#sche dt{
		width: 130px;
	}


	.diary_in iframe{
		margin-top: 0;
		width: 100%;
	}

	/** op **/
	#op_bg{
		padding: 0;
	}
	#op{
		display: block;
		padding: 0 15px 15px 15px;
	}
	#op h3{
		display: block;
		width: auto;
		padding: 10px 0;
	}
	#op h3 span{
		width: 100%;
		font-family: "FontA";
		font-size: 30px;
		line-height: 1;
	}
	#op h3 em{
		width: 100%;
		font-family: 'Noto Serif JP', serif;
		font-weight: 500;
		font-size: 12px;
		line-height: 1.5;
	}
	#op h3 i{	display: inline;}
	#op ul{
	}
	#op li{
		width: calc(100% / 2 - 1px);
		font-size: 15px;
		line-height: 20px;
		background: #000;
		margin: 0 0.5px 1px 0.5px;
		padding: 15px 10px;
	}
	#op li.ng{
		color: #444;
		background: url(img/ng.png) no-repeat 50% 50% #666;
		background-size: 40px auto;
	}

}
