@charset "UTF-8";

/* common */
html{
    font-size: 62.5%;
}

body{
    font-family:"Noto Sans JP", sans-serif;
    font-size:1.4rem ;
    color:#460E0E ;
    line-height:2.2 ;
    font-weight: 400;
}

header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
}

img{
    width: 100%;
    height: auto;
}

#btn{
    display: flex;
    justify-content: center;
    font-size: 1.5rem;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 400;
    padding:16px 30px 17px ;
    width:237px ;
    text-align: center;
    transition: 0.4s;
    background-color:#E64206 ;
    border-radius:30px ;
    box-shadow:2px 2px 4px gray;  
}

#btn:hover{
    background-color: #FAA755;
    transition: 0.4s;
}

/* common_1000px */
@media screen and (min-width:1000px){
    body{
    font-size:1.6rem ;
    line-height:2.7 ;
}

#btn{
    font-size: 1.8rem;
    line-height: 1.4;
    padding:20px 50px 20px ;
    width:300px ;
    transition: 0.4s;
}
}
/* common_1000px */

/* fadeIn */
.fadeIn{
    transform: translate(0, 50px);
    opacity: 0;
    transition: 0.8s;
}

.fadeIn.animated{
    transform: translate(0, 0);
    opacity: 1;
}
/* fadein */

/* pageTop */
.topBtn{
    display: inline-block;
    padding: 10px 0 5px;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    width: 50px;
    height: 50px;
    background-color: #E64206;
    color: #ffffff;
    font-family: "Arbutus Slab", serif;
    box-shadow: 2px 2px 4px 2px rgba(29,101, 101, 0.2);

    position: fixed;
    bottom: 5%;
    right:5% ;
}

.topBtn:hover{
    color: #FAA755;
    transition: 0.4s;
}
/* pageTop */

/* pageTop__1000px */
@media screen and (min-width:1000px){
    .topBtn{
    width: 60px;
    height: 60px;
}   
}
/* pageTop__1000px */

/* splitText */
.text{
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text.is-active{
    --y: 0;
}

.char{
    display: inline-block;
    margin-left: -4.0%;
    transform: translateY(var(--y, 110%));
    transition: transform 0.4s
    cubic-bezier(0.77, 0, 0.175, 1);
    transition-delay:calc(0.08s* var(--char-index));
}

/* splitText__800px */
@media screen and (min-width:800px){
    .char{
        margin-left: -2.3%;
    }  
}
/* spliteText__800px */

/* splitText__1000px*/
@media screen and (min-width:1000px){
    .char{
        margin-left: -1.9%;
    }  
}
/* spliteText__1000px */

/* splitText__1200px*/
@media screen and (min-width:1200px){
    .char{
        margin-left: -1.5%;
    }  
}
/* spliteText__1200px */

/* splitText__1800px*/
@media screen and (min-width:1800px){
    .char{
        margin-left: -1.0%;
    }  
}
/* spliteText__1800px */


/* header */
.header__group{
    display: flex;
    justify-content: space-between;
     padding:15px 6.4% 12px;
    background-color: #ffffff;
}

.header__logo{
    width:186px;
    height: 23px;
}

.header__menu{
    width: 24px;
    height: 20px;
    margin-top: 1.5%;
}
.nav__header{
    display: flex;
    justify-content: space-between;
     padding:20px 6.4% 12px;
    background-color: #ffffff;
}

.nav{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transform: translate(-100%);
    transition: 0.4s;
}

.nav.active{
    transform: translateX(0);
}

.nav__logo{
    width:186px;
}

.nav__btn{
    width: 20px;
    height: 20px;
}

.nav__group{
    position: relative;
}

.nav__list{
    position: absolute;
    z-index: 100%;
    top: 5px;
    margin-left: 10%;
    vertical-align: bottom;
}
.nav__item{
    font-size: 1.6rem;
    margin-top: 0px;
    line-height: 1.0;
    color: #E64206;
    margin-top: 60px;
}

.nav__item:hover{
    color: #FAA755;
    transition: 0.4s;
}


/* header_750px */
@media screen and (min-width:750px){
    .header{
        display: flex;
        justify-content: space-between;
         padding:24px 7.6%;
         position: fixed;
         z-index: 9998;
         background-color:#ffffff ;
}

    .header__logo{
        width:30.4% ;
        height: auto;
    }

    .header__group{
     padding:0px ;
}

.header__group.fixed{
    display: none;
}
    .header__menu{
    display: none;
}

.nav{
     background: transparent;
        width: auto;
        height: auto;
        padding: 0;
        position: static;
        transform: translate(0);
}
.nav__logo{
   display: none;
}

.nav__img{
    display: none;
}

.nav__btn{
    display: none;
}

.nav__list{
    top: -35px;
    display: flex;
    right: 0px;
}
.nav__item{
    font-size: 1.4rem;
    margin-top: 3.8%;
    line-height: 1.0;
    margin-left:30px ;
}
}
/* header_750px */

/* header_1000px */
@media screen and (min-width:1000px) {
    .nav__list{
    top: -30px;
}
.nav__item{
    font-size: 1.6rem;
    margin-left:50px ;
}
}
/* header_1000px */


/* Instructor */
#Instructor2{
    padding: 48px 8.3%;
    background-color:#FFF5F1 ;
}

.instructor__imgGr{
    margin: 0 auto;
}
.instructor__group{
    padding:0px 7.7% ;
    background-color: #FFF5F1;
    display: block;
    justify-content: center;
    }

.instructor__title{
     font-size: 2.4rem;
      font-family: "Arbutus Slab", serif;
      text-align: center;
      color:#E64206;
      border-bottom: solid #E64206 1px ;
      margin-top: 48px;
}

.instructor__img{
    margin: 32px auto 0px;
    width:100% ;
    height: auto;
}

.instructor__name{
    margin-top: 16px;
    font-size:1.6rem ;
    line-height: 2.0;
}

.instructor__item{
    line-height: 1.7;
    margin-top: 8px;
}

.instructor__txt{
    font-size: 1.2rem;
    line-height: 1.8;
}

.instructor__txt:nth-of-type(4){
    letter-spacing: -0.18px;
}

.Instructor2__txt{
    margin-top: 32px;
}

.img__group{
    margin-top:32px ;
}

.movie__txt{
    text-align: center;
    margin-top: 32px;
    line-height: 1.8;
}


.movie__url{
    display: block;
   text-align: center;
   margin-top: 20px;
}

/* Instructor__500px */
@media screen and (min-width:500px){
    .spbr{
        display: none;
    }
    
}
/* Instructor__500px */

/* Instructor__768px */
@media screen and (min-width:768px){
.instructor__smallgr{
    display: flex;
    justify-content: center;
    vertical-align: bottom;
}

.instructor__profile{
    margin-top: 10%;
}

.instructor__name{
    margin-top: 25%;
}
.instructor__txt:first-of-type{
    letter-spacing: -0.9px;
}

.instructor__img{
    width:286px ;
    height: auto;
}

.instructor__txt{
    font-size: 1.2rem;
    line-height: 1.8;
}

.movie__txt{
    text-align: center;
    margin-top: 64px;
    line-height: 1.8;
    font-size: 1.6rem;
}

.img__instructor2{
    margin-top: 64px;
    width:100% ;
    height: auto;
}

.movie__url{
    font-size: 1.3rem;
}

.img__group{
    margin: 0 auto;
}

}
/*  Instructor__768px */

/* Instructor__1000px */
@media screen and (min-width:1000px){
#Instructor2{
      padding: 80px 12.3% 100px;
    background-color:#FFF5F1 ;
}

.instructor__group{
    padding:64px 11.8%;
    width: 99.5%;
}

.instructor__title{
     font-size: 3.2rem;
      border-bottom: solid #E64206 3px ;
      width: 60%;
      margin: 100px auto 0;
}

.instructor__img{
    margin: 0px auto;
    width:280px ;
    height: auto;
}

.instructor__smallgr{
    max-width: 910px;
    margin: 0 auto;
}

.instructor__profile{
    margin-top: 10%;
    max-width: 910px;
}

.instructor__name{
    margin-top: 16px;
    font-size:2.4rem ;
    line-height: 2.0;
    letter-spacing: -0.2px;
}

.instructor__item{
    line-height: 1.8;
    margin-top: 5px;
    font-size: 1.6rem;
}

.instructor__txt{
    font-size: 1.6rem;
    line-height: 2.3;
}




.instructor__txt:nth-of-type(4){
    letter-spacing:0px;
}

.movie{
  text-align: center;

}

.instructor__btn{
    margin-top: 64px;
}

.img__instructor2{
    width:60.5% ;
    height: auto;
}

.spbr{
    display: none;
}

.img__group{
 display: block;
 text-align: center;
}

.movie__txt{
    font-size: 1.8rem;
}

.video__group{
    display: flex;
    justify-content: center;
    gap: 10%;
}
}

/* Instructor__1400px */
@media screen and (min-width:1400px){
.Instructor2__txt{
    margin: 64px auto 0;
    max-width: 73%;
}

}
/* Instructor__1400px */

/* Instructor__1800px */
@media screen and (min-width:1800px){
#Instructor2{
      padding: 80px 20% 100px;
}
}
/* Instructor__1800px */


/* Access */
.section--Access{
    padding: 48px 6.4%;
    background-image: url(../img/background_flower2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.access__content{
    padding:24px 17.0% ;
    background-color: #ffffff;
}

.access__title{
     font-size: 2.4rem;
      font-family: "Arbutus Slab", serif;
      text-align: center;
      color: #460E0E;
      border-bottom: solid #802503 1px ;
}

.map{display: block;
    margin-top: 32px;
    width: 100%;
    height: 215px;
}

.access__group{
    margin-top: 30px;
    text-align: left;
}

.access__list{
    line-height: 1.5;
}

.access__item{
       font-size: 1.2rem;
    font-weight: 400;
    margin-top: 25px;
    line-height: 1.3;
}

.access__dec{
   line-height: 1.3;
    font-weight: 700 
}

/* Access__1000px */
@media screen and (min-width:1000px){
    .section--Access{
    padding: 80px 7.6% 100px;
}

.access__content{
    padding:60px 13.0% ;
    width: 99.5%;
}

.access__title{
     font-size: 3.2rem;
      border-bottom: solid #460E0E 3px ;
      width: 60%;
      margin: 0 auto;
}

.map{display: block;
    margin-top: 64px;
    width: 100%;
    height: 300px;
}

.access__group{
    margin-top: 35px;
}

.access__list{
    line-height: 1.5;
    font-size: 2.0rem;
}

.access__item{
       font-size: 2.0rem;
    font-weight: 400;
    margin-top: 18px;
    line-height: 1.5;
}

.access__dec{
   line-height: 1.3;
    font-weight: 700 
}
}
/* Access__1000px */


/* Contact */
.section--Contact{
    padding: 48px 6.4%;
    background-color: #FFF5F1;
}

.contact__title{
       font-size: 2.4rem;
      font-family: "Arbutus Slab", serif;
      text-align: center;
      color: #E64206;
      border-bottom: solid #E64206 1px ;
}

.contact__txt{
    margin-top: 32px;
    text-align: center;
    line-height: 1.5;
}

.workshop__btn{
    margin: 32px auto 0px;
}


/* Contact__344px */
@media screen and (min-width:344px){
  .contact__txt{
   font-size: 1.3rem;
    line-height: 1.5;
}
}
/* Contact__344px */

/* Contact__1000px */
@media screen and (min-width:1000px){
    .section--Contact{
    padding: 80px 7.6% 100px;
}

.contact__title{
       font-size: 3.2rem;
      border-bottom: solid #E64206 3px ;
      width: 60%;
      margin: 0 auto;
}

.contact__txt{
    margin-top: 64px;
    font-size: 1.8rem;
}

.workshop__btn{
    margin-top: 50px;
}
}
/* Contact__1000px */


/* footer */
.footer{
    padding: 32px 6.4%;
    background-color: #ffffff;
    text-align: center;
}

.footer__img{
    width: 20px;
    height: 20px;
}

.footer__list{
    margin-top: 14px;
}

.footer__item{
    color: #E64206;
    font-family: "Inter", sans-serif;
    line-height: 1.7;
    display: block;
    margin-top: 14px;
}

.footer__item:hover{
    color: #FAA755;
    transition: 0.4s;
}

.copy{
    padding:26.5px 31.7% ;
    background-color: #E64206;
    color: #ffffff;
     font-family: "Inter", sans-serif;
     text-align: center;
}

/* footer__1000px */
@media screen and (min-width:1000px){
    .footer{
    padding: 72px 7.6%;
   display: flex;
   justify-content: space-between;
}

.footer__img{
    width: 30px;
    height: 30px;
}

.footer__list{
    display: flex;
    margin-top: 0px;
}

.footer__item{
    margin-top: 0px;
    margin-left: 50px;
}
}

/* footer__1000px */