@charset "UTF-8";



.lesson{

}

.flex{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lesson__title{
font-weight: 550;
    font-size: 16px;
    letter-spacing: .1rem;
    margin: 20px;
    border: none;
}

.lesson__title span{
font-size: 11px;
    display: inline-block;
    font-weight: 400;
    letter-spacing: normal;
    margin-left: 10px;
}


.lesson__lead{

    margin: 20px 0;
    line-height: 1.9;
    padding: 0 20px;
}

.artist{
margin: 40px 0 50px;
    background-color: #f9f9f9;
    padding: 40px 25px 20px;
}

.title__artist{
margin: 0 0 30px;
}

.artist-block{
padding: 3rem 1rem 2.8rem;
    border-top: solid 1px #cacaca;
    justify-content: space-between;
    align-items: center;
width: 100%;

}

.artist-block-text{
width: 50%;

}

.artist-block-text__title{
    font-size: 15px;
    letter-spacing: .04rem;
    line-height: 1.4;
    margin: 0 0 20px;

}

.artist-block-text__name{
letter-spacing: normal;
    font-size: 14.5px;

}

.artist-block-text__name--eng{
opacity: 0.5;
    font-size: 11px;
}

.artist-block__pr{
    font-size: 12px;
    margin: 20px 0 0;
    line-height: 1.8;
}

.artist-block__pr a{
    text-decoration: underline;
}

.artist-block-image {
    width: 35%;
}


.schedule-box{
    margin: 20px;
    padding: 15px 20px 15px 15px;
    background-color: #f9f9f9;
    border-top: solid 10px #f9f9f9;
    border-bottom: solid 10px #f9f9f9;
    height: 300px;
overflow-y: scroll;

}

.schedule-box__title{
    font-size: 11px;
    margin: 0 0 20px;
    opacity: 0.6;
}

.schedule-box-block{
    border-top: solid 1px #bbb;
    padding: 15px 5px;
align-items: center;


}


.schedule-box-block-left{
width: 63%;
    padding-left: 5px;
}

.schedule-box-block-left__date{
font-size: 12px;
    letter-spacing: normal;
    margin-bottom: 4px;
}


.schedule-box-block-left__shop{
    font-size: 12.5px;
    letter-spacing: normal;
}


.schedule-box-block__artist{
    width: 35%;
    text-align: center;
letter-spacing: normal;

}


.text-caution{
padding: 0 20px;
    font-size: 11px;
    margin: 30px 0;
}

.btn-more{
    font-weight: 400;
    width: 70%;
    height: 50px;
    margin-bottom: 60px;
}




@media screen and (min-width: 950px){


.lesson {
    max-width: 1024px;
    width: calc(100% - 120px);
    margin: 0 auto;
}


.lesson__title {
    font-weight: 550;
    font-size: 22px;
    letter-spacing: .1rem;
    margin: 30px 0;
    border: none;
}

.lesson__lead {
    margin: 50px 0;
    line-height: 2;
    padding: 0;
    font-size: 14px;
}

.artist {
    padding: 30px 0;
    justify-content: space-between;
    background-color: unset;
}

.artist-block{
border-top: none;
    width: 32%;
    background-color: #f9f9f9;
    padding: 30px;
    flex-direction: column;
}

.title__artist {
    margin: 0 0 30px;
    width: 100%;
}

.artist-block-text__title {
    font-size: 16px;
    margin: 0 0 15px;
}

.artist-block-text {
    width: 100%;
    margin-bottom: 20px;
}

.artist-block-image {
    width: 70%;
}

.artist-block__pr{
width: 100%;
    margin: 15px 0 0;
    line-height: 2;
    font-size: 13px;
}

.schedule-box {
    margin: 20px 0;
    padding: 50px;
    width: 100%;
    background-color: #f9f9f9;
    border-top: solid 20px #f9f9f9;
    border-bottom: solid 20px #f9f9f9;
    height: 500px;
overflow-y: scroll;
}

.btn-more{
    font-weight: 400;
    width: 300px;
    height: 50px;
}


}
