@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;
    }
        
    }


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

    .triallesson {
        padding-top: 60px;
    }

    .triallesson-title  {
        width:100%;
        padding-bottom: 40px;
        align-items: center;
    }
    
    .triallesson-en {
        color: #575757;
        text-align: center;
        font-family: Playball;
        font-size: 3.2rem;
        font-weight: 400;
        margin-bottom: 10px;
       
    }
    
    .triallesson-ja {
        color: #BB8D13;
        text-align: center;
        font-family: "Noto Sans JP";
        font-size: 1.6rem;
        font-weight: 400;
    }
    .triallesson-title-message-item {
        padding-right: 20px;
        padding-left: 20px;
        margin: 0 auto;
    }

    .triallesson-message-mobile{
        display: block;
        font-size: 1.3rem;
        padding-bottom: 40px;
        text-align: left;
        max-width: 800px;
        margin-left:8%;
        margin-right: 8%;
    }

    .triallesson-message-PC{
        display: none;
    }

    .triallesson-message-time1-PC{
        display: none;
    } 

    .triallesson-message-time2-PC{
        display: none;
    } 

    .triallesson-message-time1-mobile{
        display: block;
        text-align: center;
        font-size: 1.6rem;
        line-height: 1.0rem; 
        padding-top: 0px;
        margin: 0 auto;
        color: #E39369;
        max-width: 800px;
        
    }
    
    .triallesson-message-time2-mobile{
        display: block;
        text-align: center;
        font-size: 1.6rem;
        line-height: 1.0rem; 
        padding-bottom: 0px;
        margin: 0 auto;
        color: #E39369;
        max-width: 800px;
       
    }

    .application {
        padding-right: 20px;
        padding-left: 20px;
        margin: 0 auto;
    }

    .required-item {
        display: block;
        border-radius: 10px;
        background: rgba(251, 244, 241, 0.70);
        padding-bottom: 35px;
        padding-right: 5px;
        padding-left: 5px;
        margin:0 auto;
        max-width: 500px;
        text-align: center;
    }

    .required-item-text1-PC {
        display: none;
    }

    .required-item-text1-mobile{
        display:block;
        padding-top: 35px;
        padding-bottom: 20px;
        color: #E39369;
        text-align: center;
        font-size: 1.6rem;
        line-height: 2.5rem;
        margin: auto;
    }

    .application-button {
        display: block;
        width: 100%;
        margin: auto;
        max-width: 250px;
    }

    .item1-5 {
        font-size: 1.3rem;
        line-height: 4.0rem;
        display: inline-block;
        text-align: left;
    }

    .about-triallesson {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .triallesson-text-time-fee {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: -20px;
    }

    .triallesson-text1{
        border-radius: 10px 10px 0px 0px;
        background: #E7B499;
        max-width: 500px;
        height: 65px;
        margin-left: 20px;
        margin-right: 20px;
        color: #FFF;
        text-align: center;
        line-height: 65px;
        margin: auto;
    }

    .triallesson-time-fee {
        display: block;
        border-radius: 0px 0px 10px 10px;
        background: rgba(231, 180, 153, 0.50);
        max-width: 500px;
        margin-left: 20px;
        margin-right: 20px;
        margin: auto;
        text-align: center;
        padding-top: 25px; 
        padding-bottom: 25px; 
        font-weight: 500;

    }
     .triallesson-time2 {
        font-size: 1.4rem;
        font-weight: 400;
     }


    .triallesson-fee { 
        padding-top: 10px;
    }

    .triallesson-fee2 {
    font-size: 1.4rem;
    font-weight: 400;
}

    .triallesson-matters {
        display: block;
        padding-top: 60px;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 1.3rem;
        margin-right: 20px;
        margin-left: 20px;
        max-width: 500px;
        margin: auto;
    }

    .triallesson-matter1 {
        display: flex;
        align-items: flex-start;
    }

    .triallesson-matter2 {
        display: flex;
        align-items: flex-start;
    }

    .triallesson-matter3 {
        display: flex;
        align-items: flex-start;
    }

    .triallesson-matter4 {
        display: flex;
        align-items: flex-start;
    }

    .flutistblack{
        width: 20px;
        height: auto;
    }

    .matter-description {
        padding-left: 10px;
        padding-bottom: 30px;
    }

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

    .rules-message {
        display: block;
        margin: 0 auto;
        max-width: 800px;
        text-align: center;
        padding-top: 30px;
        font-size: 1.3rem;
    }

    .rules{
        display: block;
        margin: 0 auto;
        max-width: 800px;
        text-align: center;
        font-size: 1.3rem;
        color: #E39369;
    }


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

.visual_mobile {
    display: none;
}

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

.triallesson {
    padding-top: 0px;
    max-width: 1300px;
    margin: 0 auto;
   
}

.triallesson-title  {
    padding: 80px 0px 0px;
    align-items: center;
}

.triallesson-en {
    color: #575757;
    font-family: Playball;
    font-size: 4.8rem;
    font-weight: 400;
    margin-bottom: 20px;
    
}

.triallesson-ja {
    color: #BB8D13;
    font-family: "Noto Sans JP";
    font-size: 2.4rem;
    font-weight: 400;
}

.triallesson-message-mobile {
    display: none;
}

.triallesson-message-time1-mobile{
    display: none;
} 

.triallesson-message-time2-mobile{
    display: none;
} 


.triallesson-title-message-item {
    padding-left: 100px;
    padding-right: 100px;
}



.triallesson-message-PC {
    display: block;
    text-align: left;
    font-size: 1.6rem;
    line-height: 3.0rem; /* 150% */
    padding-bottom: 25px;
    margin: 0 auto;
    max-width: 800px;
}

.triallesson-message-time1-PC{
    display: block;
    text-align: left;
    font-size: 2.0rem;
    line-height: 1.5rem; 
    padding-top: 0px;
    margin: 0 auto;
    color: #E39369;
    max-width: 800px;
    
}

.triallesson-message-time2-PC{
    display: block;
    text-align: left;
    font-size: 2.0rem;
    line-height: 1.5rem; 
    padding-bottom: 20px;
    margin: 0 auto;
    color: #E39369;
    max-width: 800px;
}

.application {
    padding-right:100px;
    padding-left: 100px;
    margin: 0 auto;
}

.required-item {
    border-radius: 10px;
    background: rgba(251, 244, 241, 0.70);
    text-align: center;
    margin: 0 auto;
    padding-bottom: 40px;
    max-width: 800px;
    
}

.required-item-text1-mobile {
    display: none;
}

.required-item-text1-PC{
    display: block;
    padding-top: 40px;
    padding-bottom: 25px;
    color: #E39369;
    text-align: center;
    font-size: 2.0rem;
    line-height: 3.6rem;
}

.about-triallesson-matters{
    padding-left: 100px;
    padding-right: 100px;
}

.item1-5 {
    font-size: 1.6rem;
    line-height: 4.0rem;
    display: inline-block;
    text-align: left;
}

.about-triallesson {
    display: flex;
    justify-content: center;
    padding-top: 0px;
    padding-bottom: 0px;
    max-width: 800px;
    margin: 0 auto;
    
    
}

.triallesson-text1{
    display:block;
    border-radius: 10px 10px 0px 0px;
    background: #E7B499; 
    height: auto;
    margin: 0 auto;
    color: #FFF;
    text-align: center;
    line-height: 65px;
    font-size: 2.0rem;
    padding:8px;
}
.triallesson-text-time-fee {
    width: 100%;
    max-width: 300px;
    margin: 0px;
}

.triallesson-time-fee {
    display: block;
    border-radius: 0px 0px 10px 10px;
    background: rgba(231, 180, 153, 0.50);
    height:auto;
    margin: 0 auto;
    text-align: center;
    padding-top: 25px; 
    padding-bottom: 25px; 
    font-size: 2.0rem;
}

.triallesson-fee { 
    padding-top: 10px;
}

.triallesson-matters {
    font-size: 1.6rem;
    padding-top: 0px;
    padding-left: 25px;
    padding-right: 0px;
    max-width: 500px;
}

.triallesson-matter1 {
    display: flex;
    align-items: flex-start;
    max-width: 500px;
}

.triallesson-matter2 {
    display: flex;
    align-items: flex-start;
    max-width: 500px;
}

.triallesson-matter3 {
    display: flex;
    align-items: flex-start;
    max-width: 500px;
}

.triallesson-matter4 {
    display: flex;
    align-items: flex-start;
    max-width: 500px;
}

.flutistblack{
    width: 25px;
    height: auto;
}

.matter-description {
    padding-left: 10px;
    padding-bottom: 30px;
}

.classrules{
    display: block;
    margin: 0 auto;
    max-width: 800px;
    text-align: center;
    padding-top: 40px;
}

.rules-message {
    font-size: 1.6rem;
}

.rules{
    font-size: 1.6rem;
    color: #E39369;
}



}



/* 連絡先について */
    .contact{
        background: rgba(187, 141, 19, 0.05);
        padding-top: 40px;
        padding-right: 40px;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 60px;
}

.contact-message{
    text-align: center;
    padding-bottom: 20px;
}

.tel {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
}

.phone-icon {
   display:block;
   width: 100%;
   max-width: 45px;
   margin-right: 10px;
}

.telnumber {
    width: 100%;
    max-width: 230px;
    margin-left: 10px;
}

.LINE {
    display: flex;
    justify-content:center;
    align-items: center;
    padding-bottom: 30px;
}

.LINE-icon {
    display:block;
   width: 100%;
   max-width: 45px;
   margin-right: 23px;
   
}

.LINE-button {
    width: 100%;
    max-width: 230px;
   
}

.mail {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
}

.mail-icon{
    display:block;
    width: 100%;
    max-width: 43px;
    height: auto;
    margin-right: 30px;
    
}

.mail-address{
    font-size: 1.6rem;;
}
.mail-notice {
    font-size: 1.3rem;
    color: #E46019;
}

.flutist {
    display: none;
}

/* 電話リンク設定 */
@media(min-width: 750px){
    a[href^="tel:"]{
      pointer-events: none;
    }
  }


/* 連絡先について-PC */

@media(min-width: 750px){

    a[href^="tel:"]{
        pointer-events: none;
      }

.contact{
    background: rgba(187, 141, 19, 0.05);
    padding-top: 40px;
    padding-left: 0px;
    padding-right: 0px;
    max-width: 1300px;
    margin:0 auto;
    margin-top: 60px;
}

.tel {
display: flex;
justify-content: center;
align-items: center;
padding-bottom: 30px;
}

.phone-icon {
display:block;
width: 100%;
max-width: 45px;
margin-right: 10px;
}

.telnumber {
width: 100%;
max-width: 230px;
margin-left: 10px;
}

.LINE {
display: flex;
justify-content:center;
align-items: center;
padding-bottom: 30px;
}

.LINE-icon {
display:block;
width: 100%;
max-width: 45px;
margin-right: 23px;

}

.LINE-button {
width: 100%;
max-width: 230px;

}

.mail {
display: flex;
justify-content: center;
align-items: center;
padding-bottom: 30px;
}

.mail-icon{
display:block;
width: 100%;
max-width: 43px;
height: auto;
margin-right: 30px;

}

.mail-address{
font-size: 1.6rem;;
}
.mail-notice {
font-size: 1.3rem;
color: #E46019;
}

.flutist {
display: none;
}

}




   /* return-button_mobile */

.return{
    padding: 20px 20px 100px;
    position: relative;
    margin-right: 20px;
    margin-left: 20px;
 }
 
 .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;
}

}
