/* base */
.v2-button2--bottom{}
.v2-button2--bottom:after{
    content: "b";
    
    line-height: 1;
    display: block;
    margin-left: 0;
}
.v2-button2--bottom:hover:after{
    transform: translateY(.25em);
}
/* base */



.sect1{
    margin: 6.25em 0;
}
.sect2{
    margin: 3.75em 0;
}
.sect3{
    margin: 1.25em 0;
}



.title1{
    font-size: 2.25em;
    font-weight: normal;
    text-align: center;
    
    margin: 0 0 1em;
}
.title2{
    font-size: 1.75em;
    font-weight: normal;
    text-align: center;
    
    margin: 0 0 1em;
}



[class*=note]{
    margin: 1em 0;
}
.note1--left{
    text-align: left !important;
}
.note2{
    line-height: 2;
    font-size: 1.125em;
}
@media (min-width: 769px){
.note1{
    font-size: 1em;
	text-align: center;
}
.note-1{
    font-size: 1em;
	text-align: center;
}

}

@media (max-width: 768px){
.note1{
   font-size: 1.25em;
	text-align: left;
}
.note-1{
    font-size: 1em;
	text-align: left;
}

}



.important{
    color: #e05d45;
}

b{
    font-weight: bold;
}




@media (min-width: 769px){
    .anc-nav__items{
        display: flex;
    }
    .anc-nav__item{
        flex: 1 1 0%;
    }
    .anc-nav__item:not(:first-child){
        margin-left: 1.63%;
    }
}
@media (max-width: 768px){
    .anc-nav__item:not(:first-child){
        margin-top: .5em;
    }
}




@media (min-width: 769px){
    .app-grid{
        display: flex;
    }
    .app-grid__item{
        flex: 1 1 0%;
    }
    .app-grid__item:not(:first-child){
        margin-left: 2%;
    }
}
@media (max-width: 768px){
    .app-grid__item:not(:first-child){
        margin-top: 1em;
    }
}




.app-nav__items{
    display: flex;
    justify-content: center;
}
.app-nav__item{
    box-sizing: border-box;
    min-width: 48%;
}




.photo-gallery__image{
    width: 100%;
}
@media (min-width: 769px){
    .photo-gallery__items{
        display: flex;
    }
    .photo-gallery__item{
        flex: 1 1 0%;
    }
    .photo-gallery__item:not(:first-child){
        margin-left: 2%;
    }
}
@media (max-width: 768px){
    .photo-gallery__item:not(:first-child){
        margin-top: .5em;
    }
}



.ornament{
    position: relative;
    z-index: 0;
}
.ornament__item{
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(25%, 25%) rotate(15deg);
}
@media (max-width: 768px){
    .ornament__item{
        width: 92.5px;
        transform: translate(6%, 25%) rotate(15deg);
    }
}




.column{
    background: #f1f1f1;
    border: 1px solid #ddd;
    
    margin: 2em 4%;
    padding: 1.5em;
}








/* beginner */
.beginner__image img{
    max-width: 100%;
}

/*add_20210615*/
.beginner__txt{
	font-size: 1.5rem;
    line-height: 2;
    margin: 50px 30px;
}



/* such */
.such{
    border: 1px solid #eee;
    padding: 2.5em 5em;
}
.such__title{
    line-height: 2;
    font-size: 1.25em;
    text-align: center;
    
    margin-bottom: 1em;
}
.such-list{
    line-height: 1.7;
    list-style: none;
    /* margin: 20px auto; */
}
.such-list__item{
    position: sticky;
    padding-left: 2.4em;
    margin-bottom: 5px;
    line-height: 1.7;
}
.such-list__item:before{
    content: "　";
    position: absolute;
    display: block;
    width: 0.7em;
    height: 0.7em;
    left: 0;
    top: 0.6em;
    background-color: #F6CEC7;
    z-index: 1;
    transition: .5s;
}







/* for beginner */
.for-beginner{
    /* overflow: hidden; */
}



/* voice */
.title2--voice{
    margin-bottom: 5rem;
}
.voice{
    padding: 5em 0;
    background: url(../tokyo/_pack/img/cmn_bg_01.jpg);
}
.voice__bg{
    display: block;
    background-color: #fff;
    padding: 2em 5em;
    margin: 1em 0;
    line-height: 1.7em;
}
.voice__txt{
    margin-top: 0.5em;
}



/* Course flow */
.course-flow{
    display: table;
    margin: 0 auto;
}



/*add_20210813追加*/
.series--title strong{
    padding: .25em;
    background: linear-gradient(to right, white, #e05d45, white);
}
@media (min-width: 769px){
.series--title small {
    display: block;
    font-size: 2.8rem;
    text-align: center;
    margin: 10px 0;
	}
.series--title strong{
    display: block;
    font-size: 3.2rem;
    text-align: center;
    margin: 100px 0 40px;
	}	
span.series--txt{
	font-size: 1.125em;
	}
    .series--title .teacher{
        font-size: 1.6rem;
    }
}

@media (max-width: 768px){
.series--title small {
    display: block;
    font-size: 2.5rem;
    text-align: center;
    margin: 0 0 15px;
	}
.series--title strong {
    display: block;
    line-height: 1;
    font-size: 3rem;
    text-align: center;
    margin: 0 -4.35% 40px;
    padding: .25em calc(4% + .25em);
	}
span.series--txt{
	font-size: 1.125em;
	}
    .series--title .teacher{
        font-size: 1.4rem;
        margin: 1em 0 0;
    }
}


