@charset "utf-8";

.lessoncap {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	text-align: center;
	padding-bottom: 40px;
	/*color: #081a62;*/
}
.lessoncap span:nth-of-type(1) {
	font-size: 115%;
}
@media screen and (max-width: 768px) {
	.lessoncap {
		font-size: 17px;
		padding-bottom: 20px;
	}
}

.lessonbox {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 60px;
	padding-bottom: 80px;
}
.lessonbox .infobox {
	display: flex;
	justify-content: space-between;
}
.lessonbox .infobox .lead {
	width: 67%;
}
.lessonbox .infobox .lead p:nth-of-type(n+2)  {
	padding-top: 20px;
}
.lessonbox .infobox .imgs {
	width: 28%;
}
@media screen and (max-width: 768px) {
	.lessonbox {
		padding-top: 30px;
		padding-bottom: 40px;
	}
	.lessonbox .infobox {
		display: block;
	}
	.lessonbox .infobox .lead {
		width: 100%;
	}
	.lessonbox .infobox .lead p:nth-of-type(n+2)  {
		padding-top: 10px;
	}
	.lessonbox .infobox .imgs {
		width: 70%;
		margin-left: auto;
		margin-right: auto;
		padding-top: 20px;
	}
}

.lessonbox .daysbox {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	padding-top: 40px;
}
.lessonbox .daysbox .box {
	width: 32%;
	background-color: #fff;
	box-shadow: 3px 3px 5px 0px #cfcfcf;
}
@media screen and (max-width: 768px) {
	.lessonbox .daysbox {
		width: 90%;
		display: block;
		padding-top: 20px;
	}
	.lessonbox .daysbox .box {
		width: 100%;
	}
	.lessonbox .daysbox .box:nth-of-type(n+2) {
		margin-top: 15px;
	}
}
.lessonbox .daysbox .box h3 {
	background-color: #081a62;
	color: #fff;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 6px;
	font-size: 110%;
	font-weight: 600;
}
.lessonbox .daysbox .box .inbox {
	padding: 15px 25px 20px 25px;
}
.lessonbox .notice {
	position: relative;
	padding-left: 13px;
	color: #eb6112;
	font-size: 110%;
	font-weight: 700;
	margin-top: 40px;
}
.lessonbox .notice::before{
   content:"";
   display:inline-block;
   width: 4px;
   height:16px;
   background-color:#eb6112;
   position:absolute;
   top: 5px;
   left: 0px;
}
@media screen and (max-width: 768px) {
	.lessonbox .notice {
		font-size: 100%;
		margin-top: 30px;
	}
	.lessonbox .notice:nth-of-type(n+2) {
		margin-top: 20px;
	}
}
.lessonbox .yoyaku {
	max-width: 380px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}
.lessonbox .yoyaku a {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	background: rgb(252,154,0);
	background: linear-gradient(180deg, rgba(252,154,0,1) 0%, rgba(228,1,55,1) 100%);
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 6px;
}
@media screen and (max-width: 768px) {
	.lessonbox .yoyaku {
		width: 80%;
		margin-top: 30px;
	}
	.lessonbox .yoyaku a {
		font-size: 18px;
		height: 50px;
	}
}


/* お問い合わせ */
.contact h3 {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	padding-bottom: 30px;
	line-height: 1.4em;
}
@media screen and (max-width: 768px) {
	.contact h3 {
		font-size: 15px;
		font-weight: 700;
		padding-bottom: 20px;
	}
}
.contact .telbox {
	display: table;
	margin: 0 auto;
	padding-bottom: 20px;
}
.contact .telbox span {
	font-size: 48px;
	font-weight: 900;
	font-family: 'Barlow Condensed', sans-serif;
	letter-spacing: 0.05em;
	position: relative;
	margin-left: 44px;
}
.contact .telbox span::before {
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url("../../common/images/icn_tel.svg") no-repeat;
	background-size: contain;
	position: absolute;
    top: 23%;
	left: -44px;
}
.contact .telbox .time {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.4em;
	padding-top: 4px;
	padding-left: 46px;
}
@media screen and (max-width: 768px) {
	.contact .telbox span {
		font-size: 36px;
	}
	.contact .telbox span a {
		color: #282832;
	}
	.contact .telbox span::before {
		width: 26px;
		height: 26px;
		left: -32px;
	}
	.contact .telbox .time {
		padding-left: 0;
		padding-top: 8px;
		text-align: center;
	}
}
.contact .contactnotice {
	text-align: center;
	padding-bottom: 15px;
}
.contact .btn {
	max-width: 230px;
	margin: 0 auto;
}
.contact .btn a {
	background-color: #fff;
	border: #282828 solid 1px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50vh;
	font-size: 15px;
	color: #282828;
}
.contact .btn a span  {
	position: relative;
	margin-left: 28px;
}
.contact .btn a span::before  {
	content: "";
	display: inline-block;
	width: 23px;
	height: 15px;
	background: url("../../common/images/icn_mail.svg") no-repeat;
	background-size: contain;
	position: absolute;
    top: 23%;
	left: -28px;
}
