@charset "utf-8";

body{
    font-family: 'Noto Sans JP', sans-serif,"Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #333;
    max-width: 768px;
}
/* タグ */

div{
    margin: 0;
    display: block;

}
a{
    text-decoration: none;
    color: #333;
}

li{
    list-style: none;
}
ul{
    padding: 0;
}
.body-style{
    visibility:hidden; 
    background-color: aliceblue;
    text-align: center;
}
nav{
    background-color: white;
}

/* 共通 */
.section{
    padding: 5% 3%;
    margin: 3% 0; 
}
.titlewaku{
    width: 600px;
    height: 100px;
   
}
.titlewaku p,.titlewaku div{
    text-align: center;
}
.trial{
    box-shadow: 5px 5px 2px #605858;
}
.menu li{
    margin: 5px 10px;
}


/* top-page */
#top-img{
    width: 100%;
    background-image:url("../images/10.jpg");
    background-position: center;
    background-size: cover;
}
#list1{
    display: none;
}
.list-hidden{
   
}
.menu li{
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 5px 0;
    
}
.menu li p{
    margin: 0;
    width: 100%;
    border-top: solid 1.5px;
}
.p-item-waku1{
    height: 25px;
    
}
.p-item-waku2{
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
   
}.p-item{
    border: solid 1px #000;
   
}
.retop{
    border: dotted 3px #FFC0CB;
    border-radius: 20%;
    background-color: aliceblue;
    padding: 10px;
}

.footer-section{

}
/* お知らせ */
.news{
    border-bottom:dashed 2px #000 ;
}


/* 講座一覧 */
.lesson-list-top{
    border: solid 3px #000;
}
.lesson-list-item2{
    width:100%; 
    max-width: 300px; 
    margin: auto;
}

/* 講座 */


.lesson-top{
    padding: 5% 0;
    background-color: ;

}
.lesson-detail{
    display: flex; 
    justify-content: center;
    
}
.lesson-detail>div{
    width: 60%;
}
.sorce{
    width: 30%;
}
.btn{
    
    padding: 10px;
    border-radius: 10px;
    width: 150px;
    
    
}
.lesson-main{
 
    padding: 10px;
    border-radius: 10px;
   
}
.lesson-lead{
    margin: 5% 3%; 
    font-size: 1.2rem;
    font-weight: bold; 
    text-shadow:  -0.3px -0.3px white ,0.3px 0.3px white,1px 1px #000 ;
}
.lesson-sentece{
    margin: 5% 10% ;
    text-align: left;
}
.lesson-main-img{
    padding: 0 3% 3% 0;
    background-color: #605858;
}
.lesson-back{
    background-color: rgba(255,255,255,0.5);
    border-radius: 10px;
    padding: 2% 0;
    margin: 3% 0;
}

.trial:hover{
    background-color: #dcff72;
    color: blue;
}


/* FRP */
.FRPcolor{
    background-color: #C1FF72;
}
.lesson-top.FRP{
    
}
.lesson-point-title{

}
.FRP-lead{
    color: aqua ;
}
.btn.lesson-point-title{
    background-color:white;
   

}
/* キレイになるヨガ */
.kireiyogacolor{
    background-color: #FFDABF;
}
.lesson-top.kireiyoga{
  
}
.kireiyoga{

}
.kireiyoga-lead{
    color: aqua ;
}
/* ZUMBA */
.ZUMBAcolor{
    background-color: #FFDE59;
}
/* ダンス */
.dancecolor{
    background-color: #FF5757;
}
/* バランスボール */
.balanceballcolor{
    background-color:#FFCA80 ;
}
/* バレエ */
.barecolor{
    background-color:#EFCAD6 ;
}
.bare-lead{
    color: #80B5FF;
}
/* ヨーガ */
.yo-gacolor{
    background-color: #BFE4FF;
}
/* 体操 */
.gymcolor{
    background-color:#E95880;
}
/* 学習教室 */
.studycolor{
    background-color: #80B5FF;
}