@charset "utf-8";
/* CSS Document */

/**********************************************
    レッスン
***********************************************/

#lesson #page-head::before {
    background: #EDEDED;
}
#lesson .intro {
    background: #EDEDED;
    padding: 0;
}
#lesson .intro .inner_s {
    background: url("../images/lesson/appeal_bg.jpg") no-repeat right bottom;
    background-size: contain;
    padding-bottom: 10vh;
}
#lesson .intro .catch {
    font-size: 1.2em;
    font-weight: 600;
    text-align: center;
    padding-bottom: 2em;
}
#lesson .intro .sub_catch {
    text-shadow: 1px 1px 1px #EDEDED, 1px -1px 1px #EDEDED, -1px 1px 1px #EDEDED, -1px -1px 1px #EDEDED;
}
@media screen and (min-width: 768px) {
    #lesson .intro .catch {
        font-size: 1.4em;
    }    
    #lesson .intro .sub_catch {
        font-size: 1.1em;
        padding: 0 1em 1em;
    } 
}    
 @media screen and (min-width: 960px) {
    #lesson .intro .catch {
        font-size: 1.8em;
    }    
    #lesson .intro .sub_catch {
        font-size: 1.15em;
        padding: 0 2em 2em;
    } 
}
#appeal li {
    background: linear-gradient(rgba(1,160,95,.05), rgba(1,160,95,0.2));
    border-radius: 30px;
    margin-bottom: 2em;
    padding-bottom: 1em;
    overflow: hidden;
}
@media screen and (min-width: 768px) {
    #appeal li {
        align-items: flex-start;
        margin-bottom: 4em;
    }
}
#appeal .img-block {
    clip-path: circle(80% at top);
    overflow: hidden;
    width: 100%;
    height: 240px;
}
@media screen and (max-width: 767px) {
    #appeal .img-block img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
}
@media screen and (min-width: 768px) {
    #appeal .img-block {
        clip-path: circle(50% at 50% 50%);
        width: 30%;
        height: auto;
    }
}
#appeal .txt-block {
    padding: 0 1em 2em;
}
@media screen and (min-width: 768px) {    
    #appeal .txt-block {
        width: 70%;
        padding: 1.5em;
    }
}
@media screen and (min-width: 960px) {
    #appeal .txt-block {
        padding: 2em;
    }
}
#appeal h3 {
    color: #01A15E;
}
#appeal dd {
    padding: 1em 0;
}
#appeal dd img {
    object-fit: cover;
    width: 100%;
    height: 120px;
    margin-bottom: 1em;
}
@media screen and (min-width: 960px) {
    #appeal dd img {
        height: auto;
    }
}
#coach {
    background-image: linear-gradient(rgba(255,255,255,.8), rgba(255,255,255,.5)), url("../images/lesson/instructor_bg.jpg");
    background-repeat: repeat, no-repeat;
    background-position: bottom center;
    background-size: cover;
    background-attachment: fixed;
}
#coach .swiper-navwrap {
    position: relative;
}
.coach-thumb .swiper-wrapper {
    justify-content: center!important;
    width: fit-content;
    margin: 1em auto;
}
@media screen and (max-width: 767px) {
	.coach-thumb .swiper-wrapper {
		flex-wrap: wrap;
	}
}
.coach-thumb .swiper-slide {
    background: #FFF;
    border-radius: 50%;
    flex: 0 1 auto;
    width: 22%!important;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
}
@media screen and (min-width: 768px) {  
	.coach-thumb .swiper-slide {
		width: 15%!important;
		max-width: 80px!important;
	}
}
.coach-thumb .swiper-slide img {
    opacity: .4;
}
.coach-thumb .swiper-slide-thumb-active img {
    opacity: 1;
}
#coach .swiper-button-next {
    right: -1em;
}
#coach .swiper-button-prev {
    left: -1em;
}
.coach-list .swiper-slide {
    height: auto;
}
.coach-list .swiper-slide {
    padding-top: 1em;
}
@media screen and (min-width: 768px) {
    .coach-list .swiper-slide {
        padding-top: 1.5em;
    }
}
.coach-list .wrap {
    background: #FFF;
    border: 1px solid #EBEBEB;
    border-radius: 20px;
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 0 1em 1em;
}
@media screen and (min-width: 768px) {
    .coach-list .wrap {
        padding:0 1.5em 1.5em;
    }
}
.coach-list .img-block {
    background: #FFF;
    border-radius: 50%;
    width: 70%;
    padding: 5px;
    margin: -1em auto 0;
}
@media screen and (min-width: 768px) {
    .coach-list .img-block {
        margin-top: -1.5em;
    }
}
.coach-list .img-block img {
    clip-path: circle(50% at 50% 50%);
}
.coach-list .name {    
    text-align: center;
}
.name h2, .name h3 {
    background: url("../images/lesson/name_bg.jpg") no-repeat center bottom;
    background-size: cover;
    border-radius: 5px;
    color: #FFF;
	margin-bottom: 0;   
}
.coach-list .name h3 {
	text-align: center;
	padding: 10px;
}
.coach-list .name h3 span {
    font-size: .8em;
    font-weight: normal;
    padding-left: 5px;
}
@media screen and (min-width: 768px) {
    .coach-list .name h3 {
        font-size: 1.4em;
    }
}
.coach-list .pro .name p {
    color: #006532;
    font-size: .8em;
    padding-bottom: 0;
}
.comment {
    background: #FCFFFD;
    padding: 10px;
    margin: 1em 0;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .comment {
        padding: 1em;
    }
}
.comment .cf {
    font-weight: bold;
    font-size: 1.2em;
}
.comment p {
    line-height: 1.8!important;
}
.coach-list .e-link {
    display: block;
    text-align: center;
}
.howto-lesson {
    padding: 3em 0;
}
.howto-lesson h3 {
    text-align: center;
}
.hl-list li {
    background: #FFF;
    border-radius: 30px;
    box-shadow: 2px 2px 2px 3px rgba(0,0,0,.1);
    margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
    .hl-list li {
        padding-top: 1em;
    }
}
@media screen and (min-width: 768px) {
    .hl-list li {
        display: flex;
        align-items: center;
        padding: 1em;
    }
}
.hl-list li h4 {
    border-radius: 30px;
    border: none;
    color: #FFF;
    text-align: center;
    margin-bottom: 0;
    padding: 1em;
}
.op-bg {
    background: #4BD27D;
}
.mm-bg {
    background: #006532;
}
.hl-list li h4 {
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin: 0 auto;
    padding: 1em;
}
.hl-list li h4::before {
    content: "";
    display: block;
    padding-top: 100%;
}
@media screen and (min-width: 768px) {
    .hl-list li h4 {
        width: 30%;
    }    
}
.hl-list li .txt-block {
    padding: 1em;
}
@media screen and (min-width: 768px) {
    .hl-list li .txt-block {
        width: 70%;
        padding: 1.5em;        
    }
}
.hl-list p {
    padding-bottom: 1em;
}
.howto-lesson .price-wrap {
    border: 2px solid #006532;
    max-width: 450px;
    padding: 5px;
    margin-bottom: 1em;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .howto-lesson .price-wrap {
        display: flex;
    }
}
.howto-lesson .price-wrap dt {
    background: #EBEBEB;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}
.howto-lesson .price-wrap dd {
    padding: 10px 0;
}
@media screen and (min-width: 768px) {
    .howto-lesson .price-wrap dt {
        width: 30%;
    }    
    .howto-lesson .price-wrap dd {
        width: 70%;
        text-align: left;
        padding: 10px;
    }
}
.howto-lesson .price-wrap dd .price {
    display: flex;
    justify-content: space-between;
    padding: 5px;
}
.howto-lesson .price-wrap dd .price p {
    padding-bottom: 0;
}
.howto-lesson .price-wrap dd .c-ticket {
    background: #B9E6FA;
}
.howto-lesson .fee {
    font-size: 150%;
}
.howto-lesson .fee .tax {
    font-size: 1em;
}

/*** モーダル ***/

.modal-cb {
    display: none;
}
.cb-inner {
    padding: 1em;
}
.cb-inner h4 {
    background: #01A15E;
    color: #FFF;
    text-align: center;
}


/**********************************************
    レッスンカレンダー
***********************************************/

.prof {
    padding-bottom: 2em;
}
@media screen and (min-width: 678px) {
    .prof {
        display: flex;
        justify-content: space-between;
        padding-bottom: 3em;
    }
}
@media screen and (min-width: 768px) {     
    .prof .img-block {
        width: 40%;
        padding-right: 1.5em;
    }
}
.prof .img-block img {
    border-radius: 50%;
}
@media screen and (max-width: 767px) {
    .prof .img-block img {
        object-fit: cover;
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        object-position: top;
    }
}
.prof .txt-block {
    text-align: center;
    padding: 1em 5px;
}
@media screen and (min-width: 768px) {     
    .prof .txt-block {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 60%;
        padding: 0;
    }
}
@media screen and (max-width: 767px) {
    .prof .txt-block p {
        line-height: 1.4;
    }
}
.prof.pro .name {
    padding: 0 1em;
}
.prof .name h2 {
	text-align: left;
	padding: .5em;
}
.prof .name h2 span {
    font-weight: normal;
    font-size: .7em;
    margin-left: 5px;
}
.prof .license {
    padding: 1em 0 ;
    text-align: left;
}
@media screen and (min-width: 768px) {
    .prof .license {
        padding: 1em;
    }
}
.prof .license p {
    font-weight: bold;
}
.prof .license small {
    font-weight: normal;
    padding-right: 1em;
}    
.prof .comment {
    border: 1px solid;
    border-image: linear-gradient(to right bottom, #7CB342, #01A15E) 1;
    text-align: left;
    padding: 1em;
    position: relative;
}
.prof .comment::before {
    content: "";
    border: 1px solid;
    border-image: linear-gradient(to right bottom, #7CB342, #01A15E) 1;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -5px;
    left: -5px;
}
@media screen and (min-width: 960px) {
    .prof .comment {        
        padding: 2em;
    }
}
.prof .comment .cf {
    color: #006532;
    font-weight: bold;
    font-size: 1.1em;
}
.y-line {
    background: linear-gradient(rgba(255,250,55,0.1)50%, rgba(255,250,55,0.5));
}
@media screen and (min-width: 768px) {
    .prof .comment .cf {
        font-size: 1.3em;
    }
}
.prof .comment p {
    line-height: 1.8!important;
}
.schedule h3 {
    background: #8E8E8E;
    color: #FFF;
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
    .schedule h3 {
        font-size: 1.4em;
    }
}
.howto-lesson .place {
    text-align: right;
    line-height: 1.4;
}


/*** フルカレンダー設定 **************************************************/

.calendar_wrap {
    padding: 1em 0;
}
.fc .fc-toolbar-title {
    font-size: clamp(20px, calc(15.636363636363637px + 1.3636363636363635vw), 32px);
}
.fc .fc-button-primary,
.fc .fc-button-primary:disabled {
    background: #01A15E;
}
.fc-scrollgrid-section.fc-scrollgrid-section-header.fc-scrollgrid-section-sticky {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
.fc-theme-standard .fc-scrollgrid {
    border: 1px solid #ADADAD;
    border-radius: 10px;
    overflow: hidden;
}
.fc .fc-scrollgrid-section-sticky > * {
    background: none;
}
/*週*/
.fc-col-header {
    background: #EBEBEB;
    border-radius: 10px 10px 0 0;
}
/*日曜日*/
.fc .fc-day-sun {
    color: #F50004;
}
/*土曜日*/
.fc .fc-day-sat {
    color: #0044FF;
}
.fc-h-event {
    border: none;
    padding-left: 3px;
}
/*マンツーマンレッスン*/
.ls_mm {
    background: #23C35F;
    color: #FFF;
}
/*スクールレッスン*/
.ls_sc {
    background: #7CB342;
    color: #FFF;
}
/*スクールレッスン篠原コーチ大津京*/
.ls_sc_so {
	background: #2FA1FF;
	color: #FFF;
}
.tippy-box {
    background:#B9E6FA;
    color: #333333;
}
.coach-list {
    padding: 2em 0;
}
.coach-list p {
    text-align: center;
}
.coach-list ul {
    display: flex;
}
@media screen and (max-width: 767px) {
    .coach-list ul {
        flex-wrap: wrap;
        justify-content: space-between;
    }
}
.coach-list ul li {
    width: 30%;
    padding: 10px;
}
.coach-list ul li img {
    border-radius: 50%;
}
.coach-list ul li p.e-link {
    color: #006532;
    font-size: .8em;
    text-align: center;
    white-space: nowrap;
}


