/* ------------------------------------- */

.lesson-title {
    text-align: center;
    font-family: var(--font-en);
    font-size: 4.8rem;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 1.6em;
}

.lesson-image {
    max-width: 1270px;
    margin-inline: auto;

    display: flex;
    justify-content: space-between;
    gap: 6rem;
}

.lesson-txt {
    margin-top: 6rem;
    text-align: center;
}

.lesson-list {
    margin-top: 12rem;

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
    gap: 4rem;
}

.lesson-list__item {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 3rem;
    border-radius: 1.5em;
    line-height: 1.6;

    font-size: 2rem;
    text-align: center;
}

.lesson-list__item p {
    margin-top: 0.6em;
}

.lesson-list__item-day {
    border-bottom: 1px solid #707070;
    padding-bottom: 0.8em;
    margin-bottom: 0.8em;
}

.lesson-list__item-tel {
    font-size: 1.2em;
    margin-top: 0.2em !important;
}

.lesson-list__item-btn {
    margin-top: 0.8em;
}

.lesson-list__item-btn .main-btn {
    font-size: inherit;
}

.lesson-list__item-mail img {
    width: 5.8rem;
}

@media screen and (max-width: 1440px) {
    .lesson-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 1024px) {
    .lesson-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 640px) {
    .lesson-title {
        font-size: 2.6rem;
        margin-bottom: 1em;
    }

    .lesson-image {
        flex-direction: column;
        gap: 3rem;
    }

    .lesson-list {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
}

/* ------------------------------------- */

.lesson-bottom-txt {
    margin-top: 6rem;
    display: flex;
    justify-content: center;
}

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

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

/* ------------------------------------- */

.lesson-title__small {
    font-size: 1.8rem;
    display: block;
}

@media screen and (min-width: 640.01px) {
    .site-main .main-btn-wrap {
        justify-content: flex-start;
    }

    .site-main .main-btn-wrap.--center {
        justify-content: center;
    }
}

.lesson-large-txt {
    font-size: 3.2rem;
    line-height: 1.6;
    margin-top: 6rem;
    text-align: center;
}

.lesson-main-txt {
    margin-top: 6rem;
    font-size: 2rem;
    line-height: 1.8;
    display: flex;
    justify-content: center;
}

.l-m_wrap {
	background-color: #EDE2D7;
	padding: 40px;
}
@media screen and (max-width: 640px) {
	.l-m_wrap {
		padding: 15px;
	}
}

.l-m-example {
	background-color: #fff;
	padding: 40px;
	margin-top: 20px;
	border-radius:18px;
}
@media screen and (max-width: 640px) {
	.l-m-example {
		padding: 20px;
	}
}

.l-m-example_title {
	font-size: 2.0rem;
	font-weight: 400;
	text-align: center;
}
@media screen and (max-width: 640px) {
	.l-m-example_title {
		font-size: 1.8rem;
	}
}

.l-m-example_text {
	margin-top: 1.2em;
	font-size: 1.5rem;
	text-align: center;
}

.l-m-example_images {
	margin-top: 1.2em;
	display: flex;
	justify-content: center;
	gap: 2rem;
}
@media screen and (max-width: 640px) {
	.l-m-example_images {
		flex-direction: column;
		gap: 1rem;
	}
}

.l-m-example_images img {
	max-width: 100%;
	height: auto;
}

.l-m-fc {
	padding:100px 0 80px 0;
}

.l-m-fc_title-sub {
	font-size: 15px;
}

.l-m-fc_title {
	font-size: 25px;
	font-weight: 400;
}
@media screen and (max-width: 640px) {
	.l-m-fc_title {
		font-size: 20px;
	}
}

.l-m-fc_title span {
	border-bottom:1px solid #311414;
}

.l-m-fc_inner-top {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 50px;
}

.l-m-fc_inner-top-title {
	font-size: 20px;
	font-weight: 400;
}
@media screen and (max-width: 640px) {
	.l-m-fc_inner-top-title {
		font-size: 16px;
	}
}

.l-m-fc_inner-top-text{
	margin-top: 1.2em;
	font-size: 16px;
}
@media screen and (max-width: 640px) {
	.l-m-fc_inner-top-text{
		font-size: 14px;
	}
}

.l-m-fc_inner-body {
	display:flex;
	justify-content: center;
	gap: 5px;
	max-width:920px;
	margin:auto;
	margin-top: 45px;
	align-items: center;
}
@media screen and (max-width: 640px) {
	.l-m-fc_inner-body {
		flex-direction: column;
	}
}

.l-m-fc_inner-body-icon {
	margin-bottom:80px;
}
@media screen and (max-width: 640px) {
	.l-m-fc_inner-body-icon {
		margin-bottom:0;
		width:40px;
	}

	.l-m-fc_inner-body-icon.--arrow {
		transform: rotate(90deg);
	}
}

.l-m-fc_inner-body-item-text {
	font-size: 15px;
	min-height:80px;
}
@media screen and (max-width: 640px) {
	.l-m-fc_inner-body-item-text {
		font-size: 13px;
		min-height:unset;
	}
}

.l-m-fc_inner-bottom {
	margin-top: 45px;
	display:flex;
	justify-content: center;
}
/* ------------------------------------- */

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

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