@charset "utf-8";

/* ========================================================
	lesson.css => LESSONす
======================================================== */
@media screen and (max-width: 768px) {
    .page_title {
        margin-bottom: 0;
    }
}

/* index
============================================================================================================ */
.index_main .text .lead_txt {
    border: 1px solid #4c4c3d;
    border-left: none;
    border-right: none;
    border-top: none;
}

.index_main .text .profile {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

@media screen and (min-width: 769px),
print {
    .index_main {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .index_main .ph {
        width: calc(50% + 70px);
    }

    .index_main .text {
        width: calc(50% - 90px);
        max-width: 390px;
    }

    .index_main .text .profile {
        width: 60%;
    }

    .index_main .text .lead_txt {
        margin: 15px 0 20px;
        padding: 25px 0;
    }

    .index_main .intro_tit {
        margin-bottom: 20px;
    }

    .index_main .intro_sub_tit {
        font-size: 2rem;
    }
}

@media screen and (max-width: 768px) {
    .index_main .text {
        margin: 30px 0;
    }

    .index_main .text .profile {
        width: 65%;
    }

    .index_main .text .lead_txt {
        margin: 10px 0 20px;
        padding: 15px 0;
    }
}


/* index_category
============================================================================================================ */
.index_category {}

.index_category > header {
    margin-bottom: 30px;
    line-height: 1.6;
}

.index_category > header h1 {
    font-size: 2.5rem;
}

..index_category > header > h1 > span {
    font-size: 1.6rem;
}

.index_category .swiper-wrapper li span {
    display: block;
    text-align: center;
    text-decoration: none;
}

.index_category .swiper-wrapper li .ph {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.index_category .swiper-wrapper li .ph span {
    position: relative;
    display: block;
    padding-top: 147.6%;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-background-size: cover;
    background-size: cover;
}

.index_category .name {
    margin-top: 10px;
    font-weight: bold;
    line-height: 1.5;
}

@media screen and (min-width: 769px),
print {
    .index_category > header {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
    }

    .index_category > header h1 {
        min-width: 200px;
        padding-right: 40px;
    }

    .index_category > header h1 > span {
        font-size: 1.6rem;
    }

    .index_category > header h1 > .sml {
        font-size: 1.4rem;
    }

    .index_category ul {
        margin-left: -5px;
    }

    .index_category .swiper-wrapper li {
        width: 220px;
        padding: 0 5px;
    }
}

@media screen and (max-width: 768px) {
    .index_category {}

    .index_category > header {
        margin-bottom: 15px;
    }

    .index_category > header h1 {
        margin-bottom: 15px;
        text-align: center;
        font-size: 2rem;
    }

    .index_category > header h1 > span {
        font-size: 1.6rem;
    }

    .index_category .swiper-wrapper li .name {
        font-size: 1.7rem;
    }

    .index_category > div {
        padding: 0 10px;
    }

    .index_category .swiper-wrapper li {
        width: 210px;
        padding: 0 5px;
    }
}

/* campaign_wrap
============================================================================================================ */
.campaign_wrap .campaign_tit {
    font-weight: bold;
}

@media screen and (min-width: 769px),
print {
    .campaign_wrap .campaign_tit {
        font-size: 2.5rem;
        margin-bottom: 15px;
    }

    .campaign_wrap > p + p {
        margin-top: 10px;
    }
}

@media screen and (max-width: 768px) {
    .campaign_wrap .campaign_tit {
        font-size: 2rem;
        margin-bottom: 10px;
        text-align: center;
    }

    .campaign_wrap > p + p {
        margin-top: 5px;
    }
}

/* time_table
============================================================================================================ */
.ohana{
	 margin-bottom: 30px;
    border: 1px solid;
    border-top: none;
    border-left: none;
    border-right: none;
}
.ohana.time_table{
	margin-bottom: 20px;
}
.time_table {
    border: 1px solid #b8b38d;
    width: 100%;
}

.time_table th,
.time_table td {
    border: 1px solid #b8b38d;
    vertical-align: top;
}

.time_table th {
    box-sizing: border-box;
}

.time_table td .dot_li > li {
    padding-left: 1em !important;
}

@media screen and (min-width: 769px),
print {
    .time_table {
        margin-bottom: 30px;
    }

    .time_table th,
    .time_table td {
        padding: 10px 25px;
    }

    .time_table th {
        width: 170px;
    }
}

@media screen and (max-width: 768px) {
    .time_table {
        margin-bottom: 15px;
    }

    .time_table th,
    .time_table td {
        padding: 5px 15px;
    }

    .time_table th {
        width: 20%;
    }
}

/* course_table
============================================================================================================ */
.course_table {
    border: 1px solid #b8b38d;
    width: 100%;
    margin-bottom: 40px;
    table-layout: fixed;
}

.course_table th,
.course_table td {
    border: 1px solid #b8b38d;
    padding: 10px 25px;
    vertical-align: top;
}

.course_table th {
    width: 170px;
    box-sizing: border-box;
}

.course_table td .dot_li > li {
    padding-left: 1em !important;
}

@media screen and (min-width: 769px),
print {

    .course_table th,
    .course_table td {
        padding: 10px 25px;
    }

    .course_table th {
        width: 170px;
    }
}

@media screen and (max-width: 768px) {
    .course_table {
        margin-bottom: 25px;
        font-size: 1.3rem;
    }

    .course_table th,
    .course_table td {
        padding: 5px;
    }

    .course_table th {
        width: 20%;
    }
}



/* index_course
============================================================================================================ */
.index_course .box_btn_column {
    margin-bottom: 40px;
}

.index_course .note {
    font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
    .index_course .box_btn_column {
        margin-bottom: 20px;
    }

    .index_course .note {
        font-size: 1.1rem;
    }
}

/* btn_online
============================================================================================================ */
.btn_online h1{
	font-size: 2.5rem;
}
.btn_online p{
	line-height: 1.6;
	margin-bottom: 20px;
}

.btn_online {
    margin: 19px 0 40px;
    }
@media screen and (max-width: 768px) {
	.btn_online h1{
	font-size: 2rem;
}

}

/* colona
============================================================================================================ */
.colona p{
	font-size: 1.4rem;
	line-height: 2;
    margin-bottom: 20px;
    }
.lesson_txt{
	margin-bottom: 30px;
}
.lesson_txt li{
	font-size: 1.4rem;
	line-height: 2;
	list-style:disc;
	margin-left: 50px;

   }
 @media screen and (max-width: 768px) {
	.lesson_txt li{
	margin-left: 10px;

   }
	   }

 /* come
============================================================================================================ */
.come{
	margin-bottom: 30px;

	   }


/* LINEビデオ通話購⼊
============================================================================================================ */
@media screen and (min-width: 769px), print {
    .line_date_title {
        display: inline-block;
        font-size: 1.8rem;
    }
    .line_date_title + .err {
        display: inline-block;
        margin-top: 0 !important;
        margin-left: 10px;
    }
}
@media screen and (max-width: 768px) {
    .line_date_title {
        font-size: 1.5rem;
    }
    .line_date_title + .err {
        margin-top: 0 !important;
    }
}
.line_date_list {
    position: relative;
    display: flex;
    margin-top: 10px;
    margin-bottom: 30px;
}
.line_date_list:has(.arrow:not(.swiper-button-disabled)) {
    margin-bottom: 60px;
}
.line_date_list .times {
    width: 170px;
    flex-shrink: 0;
}
.line_date_list .dates {
    width: calc(100% - 170px + 1px);
    margin-left: -1px;
}
.line_date_list dl {
    border: 1px solid #b8b38d;
}
.line_date_list dl:not(:first-child) {
    border-left-width: 0;
}
.line_date_list dt {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 56px;
    line-height: 1.3;
}
.line_date_list dt span {
    display: block;
}
.line_date_list dt .week {
    font-size: 80%;
}
.line_date_list dl li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    border-top: 1px solid #b8b38d;
    box-sizing: content-box;
}
.line_date_list dl li a {
    position: relative;
    display: block;
    width: 100%;
    height: 46px;
}
.line_date_list dl li a.ok {
    cursor: pointer;
    color: #b8b38d;
}
.line_date_list dl li a.ok::before {
    content: "";
    position: absolute;
    top: calc(50% - 1.1rem);
    left: calc(50% - 1.1rem);
    width: 2.2rem;
    height: 2.2rem;
    border: .2rem solid;
    border-radius: 100%;
}
.line_date_list dl li a.ok.is_select {
    background-color: #b8b38d;
    color: #050a00;
}
@media (hover) {
    .line_date_list dl li a.ok {
        transition: background .2s, color .2s;
    }
    .line_date_list dl li a.ok:not(.is_select):hover {
        background-color: rgba(255,255,255,.2);
    }
}
.line_date_list dl li a.ng {
    opacity: 0.2;
}
.line_date_list dl li a.ng::before,
.line_date_list dl li a.ng::after {
    content: "";
    position: absolute;
    top: calc(50% - .1rem);
    left: calc(50% - .9rem);
    width: 1.8rem;
    border-top: .2rem solid #b8b38d;
    transform: rotate(45deg);
}
.line_date_list dl li a.ng::after {
    transform: rotate(-45deg);
}

.line_date_list .arrow {
    position: absolute;
    top: calc(100% + 0.5rem);
    font-size: 1.6rem;
    cursor: pointer;
}
.line_date_list .arrow.swiper-button-disabled {
    display: none;
}
.line_date_list .arrow.swiper-prev {
    left: calc(170px + 0.5rem);
}
.line_date_list .arrow.swiper-next {
    right: 0;
}
@media screen and (max-width: 768px) {
    .line_date_list .times {
        width: 20%;
        font-size: 1.3rem;
    }
    .line_date_list .dates {
        width: calc(100% - 20% + 1px);
        margin-left: -1px;
    }
    .line_date_list dt {
        height: 50px;
    }
    .line_date_list .arrow {
        font-size: 1.4rem;
    }
    .line_date_list .arrow.swiper-prev {
        left: 20%;
    }
}
