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

div{
    margin: 0;
    display: block;

}


.margintriangle{
    padding:  40px 0;
    margin:  40px 0;
}
.page-title{
    font-size: 4.0rem;
}
.page-title-waku{
    margin: 10% 0;
}
.icon{
    width: 32px;
    height: auto;
    
}
.icon-waku{
    padding: 10px;
}
.left{
    text-align: left;
}
.right{
    text-align: right;
}
.paddingauto{
    padding: auto;
}
.margin{
    margin: 10px 20px;
}
.padding5p0{
    padding: 5% 0;
}
.marginauto{
    margin: 0 auto;
}
.height{
    height: 400px;
}
.height30{
    height: 30px;
}
.height150{
    height: 150px;
}
.height80p{
    height: 80%;
}
.height100{
    height: 100px;
}
.width100{

    width:100px ;
}
.width150{

    width:150px ;
}
.width200{

    width:200px ;
}

.width350{

    width:350px ;
}
.width400{

    width:400px ;
}
.width500{

    width:500px ;
}
.width580{
    width: 580px;
}
.width600{
    width: 600px;
}
.width700{
    width: 700px;
}
.width900{
    width: 900px;
}
.width1000{
    width: 1000px;
}
.width10p{
    width: 10%;
}
.width25p{
    width: 25%;
}
.width30p{
    width: 30%;
}
.width33p{
    width: 33%;
}
.width50p{
    width: 50%;
}
.width70p{
    width: 70%;
}
.width80p{
    width: 80%;
}
.width90p{
    width: 80%;
}
.width100p{
    width: 100%;
}
.width120p{
    width: 120%;
}
.max-widh1816{
    max-width: 1816px;
}
.max-widh1000{
    max-width: 1000px;
}
.max-widh90p{
    max-width: 90%;
} 
.max-widh60p{
    max-width: 60%;
}   
.max-widh40p{
    max-width: 40%;
}   
.padding{
    padding: 10% 0;
}
.font-sizeS{
    font-size: 0.8rem;
}
.font-sizeM{
    font-size: 1.3rem;
}
.font-sizeMM{
    font-size:1.8rem;   
}
.font-sizeML{
    font-size:2.0rem;   
}

.font-sizeL{
    font-size:2.5rem;
}
.font-sizeLL{
    font-size: 3.0rem;
}

.bold{
font-weight: bold;
}
/* 横並び */
.flex{
    display: flex;
    justify-content: center;
}
/*  */
.flax-wrap{
    flex-wrap: wrap;
}
/* 上下中央揃え */
.align-center{
    display: flex;
    align-items: center;
}
.just{
    justify-content: center;
}
.outer{
    display: table;
    width: 100%;
}
.inner{
    display: table-cell;
    vertical-align: middle;
}
.btn-img{
    border-style: none;
}
.btn-img:hover{
    opacity: 0.6;
    transition: 0.8s;
}


/* 左右中央揃え */
.right-left{
    margin: 0 auto;
}
.text-align-center{
    text-align: center;
}

.waku{
    margin: 5% 0;
   
}
.waku2p{
    margin: 2% 0;
}
.wakuauto{
    margin: 5% auto;
   
}
/* 下揃え */
.line-bottom{
    align-items: flex-end;
}
.English{
   height:20px;
   font-size: 0.8rem;
   letter-spacing: 0.1em;
   margin: 0;
   height: 40px;
}
.blog-section{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 10%;
    margin-left: 10%;
    text-align: center;
    min-height: 700px;
}

.text-content{
    text-align: left;
}
.titlewaku{
    width: 600px;
    height: 100px;
   
}
.titlewaku p,.titlewaku div{
    text-align: center;
}

.title{
    font-size: 2.3rem;
    text-align: center;
    padding: 0;
   letter-spacing: 0.1em;
}
.title-s{
    font-size: 1.3rem;
}
.title-e{
    font-size: 1.3rem;
    text-align: center;
    padding: 0;
 
   letter-spacing: 0.1em;
    
}
.grid-item{
    width: 33%;
}
.grid-col-6 > .grid-item{
    width: 16.6%;
}
/* 強調spanタグ */
.concept-q >div>p >span,.policy span,.inf-text >span,.yobikake span{
    color:rgb(228,2,127);
}
.underline{
   
}
/* 区切り */
.triangleright{
    width: 0px;
    height: 0px;
    background: transparent;
    border-bottom: 40px solid black;
    /* border-left: 600px solid transparent; */
    border-right:100vw solid transparent; 
}
.triangleleft{
    width: 0px;
    height: 0px;
    background: transparent;
    border-bottom: 40px solid black;
    border-left: 100vw solid transparent;
    /* border-right: 1300px solid transparent;  */
}
hr{
    padding: 20px 0;
    border: none;
}
.hr1{
    border-top: 3px dashed #000; /* 破線 */
}
  
.hr2{
    border-top: 5px dotted #000; /* 点線 */
}
  
.hr3{
    border-top: 20px double #000; /* 二重線 */
}
.border{
    border: solid 3px #CCCCCC ;
}

.border-bottom{
    border-bottom: solid 3px  #5D99FF ;
}





/* ヘッダー */

.header{
    width: 100%;
    height: 10%;
    margin: auto;
    transition: 0.6s;
}
.koteiheader{
    width: 1000px;
}
.top-header{
    width: 1000px; 
    display: flex;
    justify-content: space-between;
    
}


nav{
  
    width: 100%;
    
    text-align: center;
    background-color: #FFFFFF;
  
}


.header-date{
    margin: 0;
}

.title2{
  
    width: 200px;
    cursor: pointer;
    font-size: 3rem;
    font-weight: 450;
    color: rgb(228,2,127);
}

.log{
    display: flex;
  /* 要素を横並びにする */
}

.log >.grid-item{
    margin: 10px auto 0 auto;
}

nav ul{
    background:#FFC0CB;
    width: 100%;
}



nav ul li a,nav ul li p{
   
    color: #000;
    text-shadow:white 1px 0 3px ;
}


nav ul li p{
    margin: 0;
    height:20px;
   font-size: 0.8rem;
   letter-spacing: 0.1em;
}

/* @media screen and (width > 769px) {
    
.sticky div{
  
    width: 100%;
    background:#FFC0CB;
    top:0;
    left:0;
    position: fixed;
  
    

}

.sticky .log{
    opacity: 0;
}
.sticky ul{
    color: #000;
    justify-content: center;
    align-items: center;
    padding: 5px 2px;
  
    background:#FFC0CB;
    margin: 5px 0 ;
    background-color: transparent;
    font-size: 1.3rem;


}





} */



/* 本文 */
/* ヘッドイメージ */
.head-img{
     width: 100%;
    aspect-ratio: 2.07/1;
    background-image:url("../images/10.jpg");
    background-position: center;
    background-size: cover;
}
.head-img-text{
    color: yellow;
  
    font-weight: bold;
    font-size: 3.8rem;
    font-style: italic;
    text-shadow: #333 0 0 3px;
   

    
}
.head-t1{
    text-align: left;
    padding: 15% 0 0 10%;
}
.head-t2{
    padding: 3% 0 0 0 ;
}
.head-t2 span{
    text-shadow: #333 0 0 3px,#FC0 1px 0 10px;
}

.text{
    padding: 20px 10%;
}


.lesson-list > div{
    height: 60px;
   
    border: solid 3px white;
    border-radius: 10px;
   
    display: grid;
    place-items: center;
}
.lesson-list-item a {
    text-decoration: none;
    color: #333;
    font-style: none;
    width: 100%
}
.lesson-list-item a div{
    margin: auto;
   ;
    font-size: 1.2rem;
    /* letter-spacing: 0.4px; */
    padding: 1% 0;

}
.grid-col-6 div.a{
    background-color:#E95880;
}
.grid-col-6 div.b{
    background-color:#EFCAD6;
}
.grid-col-6 div.c{
    background-color: #FF5757;
}
.grid-col-6 div.d{
    background-color:#C1FF72;
}
.grid-col-6 div.e{
    background-color: #FFDE59;
}
.grid-col-6 div.f{
    background-color: 	#9999CC;
}
.grid-col-6 div.l{
    background-color: #FFCA80;
}
.grid-col-6 div.k{
    background-color: #80B5FF;
}
.grid-col-6 div.j{
    background-color: #00CC99;
}
.grid-col-6 div.i{
    background-color: 	#99CCFF;
}
.grid-col-6 div.h{
    background-color: #FFCCFF;
}
.grid-col-6 div.g{
    background-color: #CCCCCC;
}

.chirasi{
    width: 90vw;
    height: auto;
}
/* お知らせとフレアカ説明 */



.news-content >div{
   
  
   
   
}
.news-title{
   
   
   
    
}
.news-list{
    border-radius: 10px;
    border: solid 3px green;
    
}
.news-list-content div{
   
   
}
.news-list-item{
  width: 30%;
    
}

.set2{
    margin: 10px 20px;
    /* width: 80%; */
}

/* ちらし */
.tirasi{
    min-width: 300px;
    max-width:300px;
}

/* スケジュール */
.suketitle{
    width: 350px;
}



/* フレアカ特徴 */
.section{
    text-align: center;
}

.produce{
    display: flex;
    justify-content: center;
    align-items: center;
   
  
}


.section > div{ 
   
}

.section-img{
    margin: 10px 20px;
    min-width: 45%;
    
}

.produce-item{
    min-width: 45%;
    
}
.content-group{
    max-width: 800px ;
    margin:0;
    /* width: 80%; */
    height: auto;
}

.text-content span{
    color: red;
}
.tright{
    margin: 0;
    text-align: right;
}
.skill h1 span{
    text-align: right;
}
.reverse{
    flex-direction: row-reverse;
}
/* フレアカ有効活用 */

.f-img-title1{
    background-color: #FFA500;
    color: rgb(255 255 255);
}
.f-img-title2{
    background-color: #669933;
    color: rgb(255 255 255);
}
.f-img-title3{
    background-color: #0066CC;
    color: rgb(255 255 255);
}
.effective-group{
    list-style: none;
    padding: 0;
    width: 100%;
   
}



.effective-group li{
    margin: 0 auto;
    letter-spacing: 0.3rem;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    background-image: url("../images/14.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0 0 0 40px;
    width: 600px;

}
.use-img{
    display: flex;
    justify-content: center;
}


.inf-text{
    border: solid 2px #000;
    padding: 0 4%;
}

.inf-text >span{
    font-size: 3.0rem;
}
/* 基本情報 */
.yobikake{
    max-width: 600px;
    margin: 0 auto;
}
.yobikake span{
    text-align: center;
    font-weight:bold ;
}
.Profile-waku{
    border: solid 3px #000;
    max-width: 800px;
}
.Profile-name{
    background-color: #CCCCCC;
}
.p-item{
    border: solid 1px #000;
   
}
    

.p-item-waku1{
    height: 25px;
    
}
.p-item-waku2{
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
   
}

/* フッター */

.room-img{
   text-align: center;
   margin: 10px 10px 0 10px;
  
}
.room-img p{
    height: 45px;

}
.corporation-name{
    margin: 10px 10px 0 10px;
}
.footer-section{
    background-color: #FFC0CB;
    width: 100%;
}


/* コンセプトページ */

.concept{
 
   text-align: center;
  
}
.concept-text-L{
    font-size: 3.5rem;
}


.concept-background-img{
    height:400px;
    width: auto;
    background-image: url("../images/1.jpg") ;
    background-repeat: no-repeat;
    background-size: contain; 
}
.concept-text{
    width: 70%;
}
.concept-text-s-box{
    width: 70%;
}



.concept-q-list{
    display: flex;
    justify-content: center;
    text-align: left;
}
.concept-flame{
    margin: auto 0;
    
    display: table-cell;
    vertical-align: middle;
    
    
}
.concept-flame div{
    font-size:1.8rem;
    margin: 20px 0;
}



/* 講師紹介ページ */

.lesson-waku{
    padding: 40px 10px;
    background-color: #EEEEEE;
}

   
.lesson-cp{
    color: #333;
    text-shadow: white 1px 0 5px, yellow 0 0 1px ;
    font-weight: bold; 
  
}
.lesson-title>div{
    font-weight: bold; 
    
    
}
.ko-su-img{
    align-items: center;
}
.ko-su-title>div{
    background-color: white;
}


.co-sus{
    margin: 5px;
}
.co-sus>div{
    background-color: #FC0;
    border-radius: 10px;
    
}
.ko-su-di span{
    font-size: 1.0rem;
}
.ko-suwaku{
    margin:10px 10px

}
.ko-suwaku>div{
    border-bottom: solid #000 1px;
    align-items: flex-end;
}
.ko-su-point{
    text-decoration-color: #5D99FF;
}
.lesson-point-namber{
    background-color: #FC0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
   
    font-weight:bold ;
    font-size: 1.8rem;
}
.border> div{
    margin:
}
.lessoon-p-intoro{

}

/* 講座別 */
#FRP .titlewaku{
    width: 700px;
}
@media screen and (width < 1024px) {
    
    .sonota{
        width: 100%;
    }
}
@media screen and (1024px <= width <1391px) {

}


@media screen and (768px <= width < 1024px) {
    
    #FRP .titlewaku{
        width: 500px;
        height: 200px;
    }
}

@media screen and (width < 768px) {
    
    .hidden{
        display: none;
    }
    .FRPtitle{
        font-size: 28px;
    }
    .width150.border-bottom{
        width: 200px;
    } 

}
@media screen and (width >= 768px) {
    .apier{
        display: none;    
    }
}*
.baryoga{
    min-width: 250px;
}

/* 料金・システム */
.system-top-waku{
    background-color: #E9FFA5;
}
.system-top-title span{
    font-size: 3.0rem;
}
.system-top-title span span{
    font-size: 1.8rem;
}

.system-top-inf{
    background-color: #009900;
}
.system-top-inf-item1{
    background-color: white;
}
.system-top-inf-item1>div{
    margin: 0 0 0 20px;
}
.system-top-inf-item2{
    color: white;
}
.system-top-inf-item2>div{
    margin: 0 0 0 10px;
}
.system-top-inf-waku{
    margin: 2px 0;
}
.s400{
    width: 280px;
}
.s430{
    width: 380px;
}
.s30{
    width: 100px;
}
.cost-gf-p {
    border-bottom: solid #000 1px;
    
}
.cost-dc-p,.cost-item-2>div,.cost-item-2>div>.width200{
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.cost-item-1{
    width: 40%;
     
}
.cost-item-2{
    width: 60%;
    font-size: 2.0rem;
    
}
.cost-item-2>div{
    padding: 2% 0;
}
.cost-item-2>div>.width25p>div>span,.cost-item-2>div>.width25p>div>div>span{
    font-size: 1.0rem;
}
.syumi-waku{
    width: 40%;
}
.syumi-img-waku{
    width: 20%;
}
.syumi-item>span{
    font-size: 1.3rem;
}
.atention{
    font-size: 1.3rem;
}

.prepareition{
    width: 100%;
    aspect-ratio: 2.07/1;
    background-image:url("../images/23.jpg");
    background-position: center;
    background-size: cover;
}
.jouken{
    font-size: 1.3rem;
}
.academy-li>li{
    color: #FF1493;
}
.ru-ru div a{
    color: #333;
    transition-duration: 0.1s;
}
.ru-ru div a:hover{
    color: #0066CC;
}
.ru-ru li a{
    color: #0066CC;
}

.sticky img {
    opacity: 0;
 }
 .shyumi-yobikake{
    justify-content: space-between;
}


 /* 入会ページ */
.sale-day-calender{
    width: 600px;
}
 .appilcation-item-text{
    width: 300px;
 }
.new-lesson{
    font-size: 1.8rem; 
}
.toiawase{
    width: 50%;
}
/* 施設 */
.academy-item.academy-img{
    width: 40%;
}
.academy-item.academy-text{
    width: 60%;
}


