@charset "UTF-8";

/* header-navigation_mobile */

.header {
    width: 100%;
    height: 80px;
    padding: 10px 20px 10px;
    font-size: 1.2rem;
    display: flex; 
    justify-content: space-between;
    align-items: center;
}

.nav-PC {
    display: none;
}

.nav-mobile {
    background: #FFF;
    width: 100%;
    height: 100vh;
    padding: 40px 20px;
    position: fixed;
    top:0;
    left: 0;
    z-index: 100;
    transform: translateX(-100%); 
    transition:transform 0.4s;   
}

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

.header-nav-mobile {
    position: relative;
}

.logo-header-title {
    display:flex;
    align-items: center;
    text-decoration: none;
}

.logo {
    display:block;
    width: 55px;
    height: auto;
    margin: 0 auto;
}

.close-button{
    display: block;
    position: absolute;
    right:20px;
}

.header-nav-list_mobile{
   margin-top: 40px; 
   text-align: center;
}

.headernav_mobile {
   color: #BB8D13;
   font-family: "Noto Sans JP";
   font-size: 1.3rem;
   text-decoration: none;
}

.headernav-item_mobile {
   color: #BB8D13;
   font-size: 1.3rem;
   padding-bottom: 35px;
}

.headernav-item-trial-lesson_mobile {
    display:block;
    width: 200px;
    padding-bottom: 35px;
    margin: 0 auto;
}

.a[target="_blank"] {
    color: #FFF;
}

.hamburger-button-mobile {
    display: block;
    width: 60px;
    height: 60px; 
}

.hamburger-button-mobile:hover {
    opacity: 0.5;
  }
 
.header-title {
    width:100%;
    padding-left: 10px;
    color: #BB8D13;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1.2px;
}

/* header-navigation_PC */

@media(min-width: 1000px) {

    .nav-mobile {
        display: none;
    }

    .nav-PC {
        display: block;
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: center;
    }
    
    .hamburger-button-mobile {
        display: none;
    }

    .header {
        width: 100%;
        max-width: 1300px;
        height: 100px;
        padding: 10px 100px 10px;
        font-size: 1.3rem;
        display: block;
        margin: 0 auto;
    }

    .logo {
        height: 80px;
        width: auto;
    }

    .logo-header-title-navlistPC {
        display: flex;
        justify-content: space-between;
    }

    .header-title {
        font-size: 2.0rem;
    }

    .logo-header-title {
        display: flex;  
    }

    .logo-header-title-navPC {
        display: flex;
        justify-content: space-between;
    }

    .header-nav-list_PC {
        display: flex;
        justify-content: space-between; 
    }

    .headernav-item-profile_PC,.headernav-item-lesson_PC {
        width: 140px; 
        line-height: 43px;
    }

    .headernav-item-profile_PC a,.headernav-item-lesson_PC a {
        color: #BB8D13; 
    }

    .headernav-item-trial-lesson_PC {
        width: 200px;
    }

    .trial-application-button {
        display:block;
        width: 100%;
        max-width: 200px;
    }

    .item-lesson_PC{
        margin-right: 40px;
    }
        
    }


/* privacy-policy_mobile */
   
    .visual_PC {
        display: none;
    }
    
    .visual_mobile {
        width: 100%;
        height: auto;
    }

    .privacypolicy {
        padding-left: 20px;
        padding-right: 20px;
    }


    .privacypolicy-title  {
        width:100%;
        align-items: center;
        padding-top: 40px;
    }
    
    .privacypolicy-en {
        color: #575757;
        text-align: center;
        font-family: Playball;
        font-size: 3.2rem;
        font-weight: 400;
        margin-bottom: 10px;
        margin-top:10px;
    }
    
    .privacypolicy-ja {
        color: #BB8D13;
        text-align: center;
        font-family: "Noto Sans JP";
        font-size: 1.6rem;
        font-weight: 500;
        padding-bottom: 10px;
    }

    .privacypolicy-item {
        font-weight: 500;
        font-size: 1.6rem;
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .privacypolicy-text {
        font-size: 1.3rem;
    }

    .privacypolicy-text-name {
        font-size: 1.3rem;
        padding-top: 20px;
    }


/* privacy-policy_PC */

@media(min-width:750px) {

.visual_PC {
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 1300px;
}

.visual_mobile {
    display: none;
}

.privacypolicy {
    padding-left: 100px;
    padding-right: 100px;
    max-width: 1300px;
    margin: 0 auto;
}


.privacypolicy-title  {
   margin-top: 60px;
    align-items: center;
}

.privacypolicy-en {
    color: #575757;
    text-align: center;
    font-family: Playball;
    font-size: 4.8rem;
    margin-bottom: 20px;
    margin-top:10px;
}

.privacypolicy-ja {
    color: #BB8D13;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 2.4rem;
}

.privacypolicy-item {
    font-size: 2.0rem;
    font-weight: 600;
    padding-top: 40px;
    padding-bottom: 40px;;
}

.privacypolicy-text {
    font-size: 1.6rem;
    line-height: 3.0rem;
}

.privacypolicy-text-name {
    font-size: 1.6rem;
    padding-top: 20px;
}

}
 

/* return-button_mobile */

.return{
    padding: 0px 20px 80px;
    position: relative;
 }
 
 .returnbutton {
    display: block;
    position:absolute;
    right: 0px;
    width: 80px;
 }

/* return-button_PC */
@media(min-width:750px) {

    .return{
        margin-right: 100px;
        margin-left: 100px;
        padding: 40px 0px 80px;
        position: relative; 
        margin:0 auto;
     }
     
     .returnbutton {
        display: block;
        position:absolute; 
        width: 60px;
        right: 100px;
     }

}


 
 /* footer_mobile */
 
 .footer {
     margin: 0 auto;     
     padding: 40px 20px 40px;
     background-image: url(../images/footer-photo_mobile.jpg);
     background-position: center;
     background-size: 100%;
     background-repeat: no-repeat;
     height: 380px;
   }
 
 .footer-nav {
     width: 145px;
     margin:0 auto;
 }
 
 .footertitle-instagram {
     display: flex;
     justify-content: center;
     position: relative;
 }
 
 .instagram-black {
     position:absolute;
     top: 3px;
     right:20px;
     width:25px;
 }
 
 .footertitle {
     color: #000;
     font-size: 1.6rem;
     font-weight: 700;
     letter-spacing: 1.2px;
     padding-bottom: 40px;
 }
 
 .footernav-list {
     text-align:center; 
 }
 
 .footernav-item {
     text-align: center;
     font-size: 1.3rem;
     padding: 10px 0px;
 }
 
 .copy {
     font-size: 1.3rem;
     text-align: center;
     padding-top: 40px;
 }



 
 /* footer_mobile 320*/
 @media(max-width: 360px) {
     .footer {
         background-size: cover;
       }
    } 


/* footer_PC*/
@media(min-width: 750px) {

 .footer {
    margin: 0 auto;     
    padding: 40px 100px 0px;
    background-image: url(../images/footer-photo_mobile.jpg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 380px;
  
  }

.footer-nav {
    width: 180px;
    margin:0 auto;
}

.footertitle-instagram {
    display: flex;
    justify-content: center;
    position: relative;
}

.instagram-black {
    display: block;
   position:absolute;
   top: 3px;
   right:0px; 
   width:35px;
}

.footertitle {
    color: #000;
    font-size: 2.0rem;
    font-weight: 700;
    letter-spacing: 1.2px;
    padding-bottom: 40px;
}

.footernav-list {
    text-align:center; 
}

.footernav-item {
    text-align: center;
    font-size: 1.6rem;
    padding: 10px 0px;
}

.copy {
    font-size: 1.6rem;
    text-align: center;
    padding-top: 40px;
}

}

    
