@charset "utf-8";
/* ==========================================================================
   ttlCategory
========================================================================== */
.ttlCategory .classInfo{
	margin-top: 8px;
}
.ttlCategory .teacher,
.ttlCategory .subjectWrap{
	display: inline-block;
	vertical-align: middle;
}
.ttlCategory .teacher{
	font-size: 18px;
	margin-right: 10px;
}
.tabArea{
	/* background-color: #dcf4ff; */
	background: none;
	border-bottom: 3px solid #e6e6e6;
	padding: 20px 20px 0 20px;
}
.tabArea .btnTab{
	float: left;
	width: 455px;
	height: 50px;
	margin-right: 0;
}
.tabArea .btnTab.tabBaby{
	float: right;
}
.tabArea .btnTab .btn{
	border: 0;
	line-height: 1.2;
}
.tabArea .btnTab .btn .sml{
	font-size: 80%;
}
.tabArea .btnTab.tabKumon .btn{
	padding: 0;
	background-color: #7dcdf4;
	border-top: 3px solid #7dcdf4;
	border-right: 3px solid #7dcdf4;
	border-left: 3px solid #7dcdf4;
	color: #1e1e1e;
}
.tabArea .btnTab.tabKumon .btn:before{
	display: none;
}
.tabArea .btnTab.tabBaby .btn{
	padding: 0;
	background-color: #fff;
	border-top: 3px solid #f29c9f;
	border-right: 3px solid #f29c9f;
	border-left: 3px solid #f29c9f;
	color: #1e1e1e;
}

@media screen and (max-width: 767px) {
	.tabArea{
		margin-bottom: 15px;
		padding: 4% 4% 0;
	}
	.tabArea .btnTab{
		width: 49%;
	}
}

/* ==========================================================================
   campaign B
========================================================================== */
@media screen and (max-width: 767px) {
	.campaignWrap{
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.campaignB .btnArea{
		padding-bottom: 2%;
	}
}

/* ==========================================================================
   anchorLinks
========================================================================== */
.anchorLinks .link{
	padding: 2px 50px;
}
@media screen and (max-width: 767px) {
	.anchorLinks{
		margin-bottom: 10px;
	}
	.anchorLinks .link{
		padding: 2px 1% 22px;
	}
}

/* ==========================================================================
   about
========================================================================== */

/*
mapClass
-------------------------------------*/
.mapClass{}
.mapClass .mapArea{}
.mapClass .expArea{}
.mapClass .expArea .txt{
	font-size: 18px;
	font-weight: bold;
}
.mapClass .expArea .linkArrowList{
	margin-top: 10px;
}

@media screen and (min-width: 768px) {
	.mapClass{
		margin-bottom: 28px;
	}
	.mapClass:after{content: ""; clear: both; display: block;}
	.mapClass .mapArea{
		width: 590px;
		float: left;
	}
	.mapClass .mapArea #map{
		width: 590px;
		height: 310px;
	}
	.mapClass .expArea{
		width: 350px;
		float: right;
	}
}

@media screen and (max-width: 767px) {
	.mapClass{
		margin-bottom: 50px;
	}
	.mapClass .expArea{
		margin-top: 20px;
	}
}

/*
dtlClass
-------------------------------------*/
.dtlClass dl{
	overflow: hidden;
}
.dtlClass .ttl,
.dtlClass .cont{
	padding: 0 0 50px;
}
.dtlClass .ttl{
	font-size: 20px;
	font-weight: bold;
	/* border-top: 2px solid #1069c4; */
	width: 210px;
	padding-left: 14px;
	line-height: 1.2;
	float: left;
	position: relative;
}
.dtlClass .ttl:before{
	content: "";
	display: inline-block;
	width: 4px;
	height: 1.3em;
	background-color: #1069c4;
	position: absolute;
	top: 0;
	left: 0;
}
/*
.dtlClass .ttl:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 28px;
	height: 28px;
	margin: -6px 10px 0 0;
}
*/
.dtlClass .cont{
	float: right;
	width: 720px;
	/* border-top: 2px solid #e6e6e6; */
}
.dtlClass .cont .txtDblu{
	font-size: 20px;
	font-weight: bold;
}
/*
.dtlClass .address .ttl:before,
.dtlClass .address2 .ttl:before{background-image: url(/common_2019/img/icon/icon_pin_dblu.svg);}
.dtlClass .target .ttl:before{background-image: url(/common_2019/img/icon/icon_person_dblu.svg);}
.dtlClass .tuition .ttl:before{background-image: url(/common_2019/img/icon/icon_money_dblu.svg);}
.dtlClass .telNum .ttl:before{background-image: url(/common_2019/img/icon/icon_phone_dblu.svg);}
.dtlClass .picWrap .ttl:before{background-image: url(/common_2019/img/icon/icon_camera_dblu.svg);}
.dtlClass .subject .ttl:before{
	background-image: url(/common_2019/img/icon/icon_book_dblu.svg);
	width: 22px;
}
.dtlClass .time .ttl:before{
	background-image: url(/common_2019/img/icon/icon_calendar_dblu.svg);
	width: 25px;
}
*/
@media screen and (max-width: 767px) {
	#about .ttlBgBlue{
		margin-bottom: 0;
	}
	.dtlClass .ttl,
	.dtlClass .cont{
		width: 100%;
		float: none;
	}
	.dtlClass .ttl{
		padding: 10px 4% 10px;
		border-top: none;
		position: relative;
	}
	.dtlClass .ttl:before{
		top: 10px;
	}
	/*
	.dtlClass .ttl:after{
		content: "";
		display: block;
		width: 24%;
		height: 2px;
		position: absolute;
		top: -2px;
		left: 0;
		background-color: #1069c4;
	}
	*/
	.dtlClass .cont{
		padding: 10px 4% 25px;
		border-top: 0;
	}
	.dtlClass .cont .txtDblu{
		font-size: 22px;
	}
}
/*------------address------------*/
.dtlClass .address #map{
	height: 310px;
	border-radius: 5px;
  overflow: hidden;
	margin-bottom: 15px;
}
.dtlClass .address .txt{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}
/*------------subject------------*/
.dtlClass .subjectWrap .subject{
	width: auto;
	font-size: 20px;
	line-height: 40px;
	padding: 0 9px;
	margin:0 9px 0 0;
}
/*------------time-----------*/
.dtlClass .time .days p{
	font-size: 20px;
}
.dtlClass .time .days .txtDblu,
.dtlClass .time .days .txtDblu .date{
	font-weight: bold;
	color: #1069c4;
}
.dtlClass .time .date{
	padding-right: 1em;
}
.dtlClass .time .nearby{
	margin-top: 10px;
	background-color: #dcf4ff;
	border-radius: 10px;
	padding: 25px;
}
.dtlClass .time .clm2{
	margin-bottom: 20px;
}
/*------------year----------*/
.dtlClass .target .txt{
	margin: 10px 0;
}
/*------------tuition----------*/
.dtlClass .tuition .subTtl{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.dtlClass .tuition .price{
	float: left;
	margin-right: 40px;
}
.dtlClass .tuition .price:last-child{
	margin-right: 0;
}
.dtlClass .tuition .dot{
	font-weight: bold;
	padding: 0;
	text-indent: 0;
	display: block;
  line-height: 1.2;
}
.dtlClass .tuition .money{
	margin-top: 5px;
}
.dtlClass .tuition .money span{
	font-size: 125%;
}
.dtlClass .tuition .listMerit{
	margin: 10px 0 5px;
}
.dtlClass .tuition .merit{
	margin-right: 10px;
	display: inline-block;
}
.dtlClass .tuition .merit .in{
	display: inline-block;
	background-color: #ff5555;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	border-radius: 5px;
	line-height: 40px;
	padding: 0 10px;
	margin-bottom: 10px;
}
.dtlClass .tuition .annotation{
	font-size: 12px;
	line-height: 1.5;
}
/*------------tel----------*/
.telList .cate{
	padding-right: 0.5em;
}
.telList li{
	margin-bottom: 10px;
	position: relative;
}
.telList li:last-child{
	margin-bottom: 0;
}
.telList .tel{
	display: block;
	pointer-events: none;
	font-weight: bold;
	font-size: 20px;
	padding-left: 40px;
	line-height: 1.5;
}
.telList .tel:before,
.telList .tel:after{
	content: "";
	display: block;
	position: absolute;
}
.telList .tel:before{
	background-color: #faaf18;
	top: 0;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 30px;
	border-radius: 5px;
}
.telList .tel:after{
	top: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	width: 16px;
	height: 20px;
	background-image: url(/common_2019/img/icon/icon_phone_wh.svg);
	margin-top: -10px;
	left: 7px;
}
.dtlClass .telNum .annotation{
	font-size: 12px;
	line-height: 1.5;
}

@media screen and (max-width: 767px) {

/*------------address------------*/
	.dtlClass .address dt.ttl{
		display: none;
	}
	.dtlClass .address .cont{
		padding: 0 0 20px;
	}
	.dtlClass .address #map{
		width: 100%;
    height: 260px;
		margin: 0;
		border-radius: 0;
	}
	/*------------time-----------*/
	.dtlClass .time .nearby{
		margin-top: 10px;
		padding: 20px 4%;
		width: 100%;
	}
	.dtlClass .time .clm2{
		margin-bottom: 20px;
	}
	/*------------tuition----------*/
	.dtlClass .tuition .subTtl{
		font-size: 22px;
	}
	.dtlClass .tuition .price{
		float: none;
		margin: 0 0 10px;
	}
	.dtlClass .tuition .price:last-child{
		margin: 0;
	}
	.dtlClass .tuition .listMerit{
		margin: 15px 0 5px;
	}
	.dtlClass .tuition .merit{
		width: 49%;
		margin-right: 0;
		float: left;
		display: block;
	}
	.dtlClass .tuition .merit:nth-child(2n){
		float: right;
	}
	.dtlClass .tuition .merit p{
		width: 100%;
		height: 80px;
		display: table;
	}
	.dtlClass .tuition .merit .in{
		width: 100%;
		font-size: 17px;
		line-height: 1.5;
		display: table-cell;
		vertical-align: middle;
	}
	/*------------tel----------*/

	.telList .tel{
		font-size: 20px;
		pointer-events:auto;
		padding: 13px 10px 13px 70px;
		display: block;
		position: relative;
		border-radius: 5px;
		background-color: #fff9d8;
	}
	.telList .cate{
		width: auto;
		padding-right: 0.5em;
	}
	.telList .tel:before{
		width: 56px;
		height: 100%;
		border-radius: 5px 0 0 5px;
	}
	.telList .tel:after{
		width: 20px;
		height: 28px;
		left: 18px;
		margin-top: -14px;
	}
}
/*
picWrap
-------------------------------------*/
.picWrap .picList{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.picWrap .picList .list{
	float: left;
	width: 200px;
	margin: 20px 53px 0 0;
}
.picWrap .picList .list .pic{
	border-radius: 5px;
	overflow: hidden;
	width: 200px;
	/* height: 173px; */
	position: relative;
}
.picWrap .picList .list .pic img{
	width: 100%;
	max-height: 100%;
	border-radius: 5px;
	/*
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	height: 100%;
	width: auto;
	max-height: 100%;
	max-width: 200%;
	*/
}

@media screen and (min-width: 768px) {
	.picWrap .picList .list:nth-child(4n+1){
		clear: both;
	}
	.picWrap .picList .list:nth-child(4n){
		margin-right: 0;
	}
	.picWrap .picList .list:nth-child(-n+4){
		margin-top: 0;
	}
}

@media screen and (max-width: 767px) {
	.picWrap .picList{
		display:block;
	}
	.picWrap .picList .list{
		margin: 0 auto;
	}
	.picWrap .picList .list .caption{
		font-size: 15px;
		text-align: center;
	}
	.picWrap .picList .list .pic{
		width: auto;
		/* height: 260px; */
		text-align: center;
	}
	.picWrap .picList .list .pic img{
		width: auto;
		/* height: 100%; */
		display: inline-block;
	}
	.bx-wrapper .bx-pager,.bx-wrapper .bx-controls-direction{
		position: static;
		text-align: center;
		margin-top: 10px;
	}
	.bx-wrapper .bx-controls-direction a{
		top: 100%;
	}
}
/* ==========================================================================
   message
========================================================================== */
#message .teacherName{
	font-weight: bold;
	font-size: 18px;
	position: relative;
	padding: 10px 0 20px 100px;
}
#message .teacherName:before{
	content: "";
	display: block;
	position: absolute;
	width: 80px;
	height: 73px;
	background: url(/common_2019/img/icon/icon_teacher03.png) no-repeat;
	background-size: contain;
	bottom: 0;
	left: 10px;
}
#message .teacherName.male:before{
	background-image: url(/common_2019/img/icon/icon_teacher05.png);
}

#message .boxMsg{
	overflow-x: auto;
}
#message .boxMsg .msgTxt{
	color: inherit;
}
#message .boxMsg h3,
#message .boxMsg h3 b,
#message .boxMsg .ttl1{
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 26px;
	color: #1069c4;
	line-height: 1.6;
}
#message .boxMsg h4{
	font-weight: bold;
	font-size: 20px;
	font-style: normal;
	display: block;
	margin-bottom: 10px;
	line-height: 1.6;
}
#message .boxMsg b{
	font-size: 20px;
	font-weight: bold;
}
#message .boxMsg a,
#message .boxMsg a *{
	color: #1069c4;
	text-decoration: underline;
}
#message .boxMsg a:hover{
	text-decoration: none;
}

#message .concludeWrap{
	margin-top: 80px;
	text-align: center;
	padding-bottom: 40px;
}
#message .concludeWrap .ttlBoldM{
	margin-bottom: 10px;
}
#message .concludeWrap .ttlBoldM:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 70px;
	height: 63px;
	background: url(/common_2019/img/icon/icon_teacher04.png) no-repeat;
	background-size: contain;
	margin: -10px 10px 0 0;
}
#message .arrowWrap{
	padding: 20px 0 60px;
	margin-bottom: 25px;
	background: url(/enter/search/classroom/classroom_2019/img/arrow_dblu_d.png) no-repeat bottom center;
	background-size: 80px auto;
}
#message .arrowWrap .txt{
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	color: #1069c4;
}
@media screen and (max-width: 767px) {
	#message .teacherName{
		font-size: 16px;
		padding: 20px 0 25px 100px;
		margin-bottom: 20px;
	}
	#message .teacherName:before{
		width: 80px;
		height: 80px;
		left: 10px;
	}
	#message .boxMsg{
		border: 1px solid #f2ebc3;
		position: relative;
	}
	#message .boxMsg::-webkit-scrollbar{
		height: 4px;
	}
	#message .boxMsg::-webkit-scrollbar-track{
	}
	#message .boxMsg::-webkit-scrollbar-thumb{
		background-color: rgba(0, 0, 0, 0.2);
		border-radius: 2px;
	}
	#message .boxMsg h3,
	#message .boxMsg .ttl1{
		font-size: 22px;
	}
	#message .boxMsg:before,
	#message .boxMsg:after{
		content: "";
		display: block;
		position: absolute;
		bottom: 100%;
		left: 18px;
	}
	#message .boxMsg:before{
		border: 13px solid transparent;
  	border-bottom: 13px solid #f2ebc3;
	}
	#message .boxMsg:after{
		border: 12px solid transparent;
  	border-bottom: 12px solid #fff9d8;
		left: 19px;
	}
	#message .concludeWrap{
		margin-top: 45px;
		padding-bottom: 30px;
		position: relative;
	}
	#message .concludeWrap .ttlBoldM{
		margin-bottom: 10px;
		padding-left: 85px;
		text-align: left;
	}
	#message .concludeWrap .ttlBoldM:before{
		content: "";
		display: block;
		position: absolute;
		margin: 0;
		top: 15px;
		left: 4%;
	}
	#message .arrowWrap{
		padding: 20px 0 40px;
		margin-bottom: 25px;
		background: url(/enter/search/classroom/classroom_2019/img/arrow_dblu_d.png) no-repeat bottom center;
		background-size: 60px auto;
	}
	#message .arrowWrap .txt{
		font-size: 26px;
	}
}
/* ==========================================================================
   effect
========================================================================== */
.faqWrap{
	margin-bottom: 50px;
}
.faqWrap .accArea{
	margin-bottom: 10px;
}
.faqWrap .accArea .caption{
	font-size: 15px;
}
.faqWrap .accArea .caption .ttl{
	font-weight: bold;
	display: block;
}
.faqWrap .faqLink{
	text-align: right;
}
/* ==========================================================================
   effect
========================================================================== */
#effect .effectList li{
	float: left;
	width: 285px;
	margin-right: 50px;
}
#effect .effectList li:last-child{
	margin-right: 0;
}
#effect .effectList li img{
	max-width: 100%;
	text-align: center;
	vertical-align: top;
	border: 2px solid #dcdcdc;
	border-radius: 10px;
}
@media screen and (max-width: 767px) {
	#effect .effectList li{
		margin-right: 0;
	}
	#effect .effectList li img{
		margin: auto;
	}

}


/* ==========================================================================
   fixBtm
========================================================================== */
.fixBtm{
	display: none;
}
@media screen and (max-width: 767px) {
	.fixBtm{
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 8px 0;
		z-index: 111;
		background-color: #fff;
		border-top: 4px solid #7dcdf4;
	}
	.fixBtm .btnList .btn,
	.fixBtm .btnList .btnTel{
		display: table;
		height: 61px;
	}
	.fixBtm .btnList .btn{
		float: left;
		width: 57.971%;
	}
	.fixBtm .btnOval{
		padding: 0 20px 0 5px;
		display: table-cell;
		vertical-align: middle;
		border-radius: 5px;
		font-size: 15px;
		line-height: 1.4;
	}
	.fixBtm .btnOval:after{
		right: 5px;
	}
	.fixBtm .btnList .btnTel{
		width: 39.855%;
		background-color: #fff;
		border: 3px solid #e6e6e6;
		border-radius: 5px;
		color: #1e1e1e;
		font-size: 14px;
		font-weight: bold;
		line-height: 1.5;
		float: right;
	}
	.fixBtm .btnList .btnTel a{
		padding-left: 25px;
		text-align: center;
		display: table-cell;
		vertical-align: middle;
		position: relative;
	}
	.fixBtm .btnList .btnTel .btnOval:after{
		background-image: url(/common_2019/img/icon/icon_phone_orng.svg);
		width: 20px;
		height: 30px;
		margin-top: -15px;
		right: 15px;
	}
	.fixBtm .btnList .btnTel a:before{
		content: "";
		width: 20px;
		height: 27px;
		margin-top: -14px;
		background: url(/common_2019/img/icon/icon_phone_dblu.svg) center center no-repeat;
		background-size: 100% auto;
		position: absolute;
		top: 50%;
		left: 10px;
	}
	.fixBtm .telList{
		display: none;
	}
	.fixBtm .closeArea{
		margin-top: 5px;
		text-align: center;
	}
	.fixBtm .telClose{
		color: #7dcdf4;
		font-size: 20px;
		font-weight: bold;
	}
	.fixBtm .telClose:before{
		content: "";
		display: inline-block;
		vertical-align: middle;
		background: url(/common_2019/img/icon/icon_close_blu.svg) no-repeat;
		background-size: contain;
		width: 18px;
		height: 18px;
		margin: -2px 5px 0 0;
	}
}
@media screen and (max-width: 320px) {
	.fixBtm .btnList .btnTel{
		font-size: 12px;
	}
}

/* ==========================================================================
   bkOnlyWrap
========================================================================== */
.bkOnlyWrap .ttl{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
.bkOnlyWrap .ttl .big{
	color: #7dcdf4;
	font-size: 24px;
}
.bkOnlyWrap .txt{
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
	.bkOnlyWrap .ttl{
		font-size: 18px;
	}
	.bkOnlyWrap .ttl .big{
		font-size: 20px;
	}
}

/* ==========================================================================
   etc
========================================================================== */

.trialWrap{
	padding: 0;
	position: relative;
}

.trialWrap .btn{
	position: absolute;
	right: 37px;
	bottom: 110px;
}

	@media screen and (max-width: 767px) {

	.trialWrap{
		padding: 0;
	}

	.trialWrap .btn{
		width: 75%;
		position: absolute;
		right: 12.5%;
		bottom: 9%;
	}

	.trialWrap .btn a{
		width: 100%;
		font-size: 4.7vw;
	}

	}/* --- max-width:768px */
