/* CSS Document */
/*@import url('https://fonts.googleapis.com/css2?family=Inter:wght@700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@700&display=swap');

/*----
    font-family: 'Inter', sans-serif;
	font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-weight: 400;
    font-style: normal;
  background-image: linear-gradient(24deg, rgba(194, 170, 202, 1), rgba(140, 178, 227, 1) 30%, rgba(191, 157, 222, 1) 56%, rgba(205, 163, 200, 1) 78%, rgba(228, 168, 165, 1));
---------*/




html, body {
  height: 100%;
}


#fc{
	font-size: 15px;
	font-family:hiragino-kaku-gothic-pron, sans-serif;
	font-weight: 400;
	text-align: center;
	line-height: 1.7;
    color: #3B3B3B;
}

#fc img{
	max-width: 100%;
    width: 100%;
}

#fc a{
	text-decoration: none;
	color: #3B3B3B;
}

#fc h2{
    font-size: 40px;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    line-height: 1.2;
    text-shadow: 0px 0px 10px rgba(194, 188, 179, 1);
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    text-align: center;
}


#fc h3{
    font-size: 35px;
/*    font-size: 50px; */   
    font-family: collier, sans-serif;
    color: #DEAFC2;
    line-height: 1.2;
    letter-spacing: 5px;
    margin-bottom: 65px;
    text-align: center;
    font-weight: 600;
}

#fc h3 span{
    display: block;
    margin-top: 20px;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: normal;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
	color: #3B3B3B;    
}

#fc p{
    font-family: hiragino-kaku-gothic-pron, sans-serif;
}

#fc .bg{
    background: #F6F6F6;
    padding: 150px 0; 
}

#fc .comm_content{
    width: 90%;
    max-width: 1000px;
    margin: 150px auto;
}

#fc .bg .comm_content{
    margin: 0px auto;
}

#fc .comm_flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#fc .sp{
    display: none;
}
    #fc img.pc{
    display: block!important;
    }
    #fc img.sp{
    display: none!important;
    }  

.obi{
    background: #8a8a8a;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    width: 100%;
    font-size: 16px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
}
.obi h1{
    font-weight: normal;
    font-size: 16px;
}


.obi .pc{
    display: inline-block;
}

#fc a.school{
    color: #A489C5;
}
#fc a.school img{
    /*margin-top: 150px;*/
}

@media only screen and (max-width: 1200px) { 
    
#fc h2{
    font-size: 35px;
}
#fc h3{
    font-size: 35px;
}

#fc h3 span{
    font-size: 20px;
}     
}

@media only screen and (max-width: 900px) { 
    
#fc h2{
    font-size: 30px;
}
#fc h3{
    font-size: 30px;
}

#fc h3 span{
    font-size: 18px;
}
#fc .comm_content{
    margin: 120px auto;
} 
#fc a.school img{
    margin-top: 120px;
}    
}

@media only screen and (max-width: 760px) { 
#fc{
	font-size: 14px;
}  
    
#fc h2{
    font-size: 30px;
}
#fc h3{
    font-size: 28px;
}

#fc h3 span{
    font-size: 16px;
}
#fc .comm_content{
    width: 90%;
    max-width: 1000px;
    margin: 90px auto;
}
.obi{
    font-size: 14px;
}    
    
.obi .pc{
    display: none;
}
    
#fc .bg {
    padding: 90px 0;
}
#fc a.school img{
    margin-top: 90px;
}    
    
}

@media only screen and (max-width: 430px) { 
    
#fc h2{
    font-size: 30px;
}
#fc h3{
    font-size: 23px;
    margin-bottom: 40px;
}

#fc h3 span{
    font-size: 16px;
}
    #fc .comm_content {
        margin: 40px auto;
    }
    #fc .bg {
    padding: 40px 0;
}  
#fc a.school img{
    margin: 40px auto;
}    
}

/*
看板
-------------------------------------------------------------------------------------------*/
#fc #hero{
    background: url("https://anne.salon/fc/img/top.jpg") no-repeat;
    background-size: cover;
	text-align: left;
    color: #fff;    
}


#fc #hero h2.logo{
	width: 60%;
	max-width: 370px;
    margin: auto;
}

#fc #hero p{
    text-align: center;
    color: #fff;
    font-size: 30px;
    letter-spacing: 0.3rem;
    background: #CC86A2;
    padding: 10px 50px;
    border-radius: 50px;
    margin: 50px 0 25px;
}


#fc #hero .inner{
    width: 70%;
    max-width: 600px;
    margin-left: 10%;
    padding: 8% 0;
}
#fc #hero .comm_flex dl{
    border-radius: 50%;
    background: rgba(255,255,255,.9);
    margin-top: 50px;
    font-size: 17px;
    color:#3B3B3B;
    text-align: center;
    width: 170px;
    height: 170px;
    font-weight:600;    
}
#fc #hero .comm_flex dd{
    margin-top: 20%;
    margin-bottom: 3%;
}
#fc #hero .comm_flex dt{
    font-size: 28px;
    color:#CC86A2;
    line-height: 1.3;
}






#fc div.btn{
    text-align: center;
    position: fixed;
	right: 2%;
	bottom: -7%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
    z-index: 9999;
}

#fc div.btn a{
    background: linear-gradient(to bottom, #DEAFC2, #C2BAD3);
	border-radius: 50%;
	width: 200px;
	height: 200px;
	color: #fff;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}



    #fc div.btn span{
    display: none;     
} 

    #fc div.btn .sp{
    display: block;     
} 

@media only screen and (max-width: 1200px) { 
    
    #fc #hero{
    background: url("https://anne.salon/fc/img/top.jpg") no-repeat;
    background-size: cover;
	text-align: left;
    color: #fff;    
}
    
    #fc #hero .inner {
    margin-left: 8%;
    padding: 7% 0;
    width: 50%;    
}
    #fc #hero p {
    font-size: 26px;
    padding: 10px 30px;
    margin: 50px 0 30px;
}
    #fc #hero h2 {
    font-size: 30px;
    }
    
    #fc #hero .comm_flex dl{
    font-size: 15px;
    width: 140px;
    height: 140px;    
}
    #fc #hero .comm_flex dd{
    margin-top: 20%;
    margin-bottom: 3%;
}
    #fc #hero .comm_flex dt{
    font-size: 23px;
}  
    
    
}

@media only screen and (max-width: 900px) { 
    
    #fc #hero{
    background: url("https://anne.salon/fc/img/top.jpg") no-repeat;
    background-size: cover;
	text-align: left;
    color: #fff;    
}
    #fc #hero h2.logo {
    width: 45%;
}
    
    
    #fc #hero .inner {
    margin-left: 8%;
    padding: 7% 0;
    width: 50%;    
}
    #fc #hero p {
    font-size: 23px;
    padding: 10px 15px;
    margin: 30px 0;
}
    #fc #hero h2 {
    font-size: 25px;
    line-height: 1.5;    
    }
    
    
    #fc #hero .comm_flex dl{
    font-size: 15px;
    width: 140px;
    height: 140px;    
}
    #fc #hero .comm_flex dd{
    margin-top: 20%;
    margin-bottom: 3%;
}
    #fc #hero .comm_flex dt{
    font-size: 23px;
}   
    
    
    

    #fc div.btn {
    right: 5%;
    bottom: -4%;
    }
    
    #fc div.btn a {
    width: 150px;
    height: 150px;
    font-size: 18px;
}
}

@media only screen and (max-width: 780px) { 
    
    
    #fc #hero{
    background: url("https://anne.salon/fc/img/top_sp.jpg") bottom right no-repeat;
    background-size: cover;
	text-align: left;
    color: #fff;    
}
    #fc #hero .inner {
    margin-left: 8%;
    padding: 10% 0 40%;
    width: 70%;
    margin: auto;    
    }
    
    #fc #hero .comm_flex dl{
    font-size: 15px;
    width: 140px;
    height: 140px;    
    margin-top: 30px;    
}
    #fc #hero .comm_flex dt{
    font-size: 18px;
}        
       
    
    #fc div.btn {
    right: 3%;
    bottom: -2%;
    }
    
    #fc div.btn a {
    width: 100px;
    height: 100px;
    font-size: 12px;
}

}

@media only screen and (max-width: 600px) {  
    
/*    #fc #hero .comm_flex{
    display: inline-grid;    
}*/
    #fc #hero .inner {
    margin-left: 8%;
    padding: 10% 0 15%;
    width: 90%;
    margin: auto;    
    }  
    
    #fc #hero p {
    font-size: 18px;
    padding: 10px 15px;
    margin: 30px 0;
} 
    #fc #hero h2 {
     font-size: 23px;
     line-height: 1.5;
    }
    #fc #hero .comm_flex dl {
    font-size: 13px;    
    margin-top: 15px;
    width: 120px;
    height: 120px;    
    }
    
    #fc #hero .comm_flex dt{
    font-size: 18px;
}     
    
    
    #fc div.btn {
    border-radius: unset;
    width: 100%;
    color: #fff;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);    
}
    
    #fc div.btn a {
    width: 100%;
    height: 60px;
    font-size: 16px;
    /*background: #C2BAD3;*/
    background: linear-gradient(to bottom, #8a8a8a, #4e4e4e);
    border-radius:unset;
    display: inline-flex;
}
    #fc div.btn a::after {
    content: "";
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 48%;
    right: 15%;
    -ms-transform: rotate(45deg) translateY(-50%);
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}
    
    #fc div.btn span{
    display: inline-block;     
}
    #fc div.btn .sp{
    display: none;     
}
    #fc img.sp{
    display: block!important;
    }
    #fc img.pc{
    display: none!important;
    }    
    
}

@media only screen and (max-width: 450px) { 
    
    #fc #hero h2.logo {
    width: 35%;
}    
    
    #fc #hero p {
    font-size: 16px;
    padding: 10px 15px;
    margin: 15px 0 20px;
    }
    

    #fc #hero .comm_flex dl {
    font-size: 12px;    
    margin-top: 15px;
    width: 105px;
    height: 105px;    
    }
    
    #fc #hero .comm_flex dt{
    font-size: 16px;
}     

    
    
}




/*
nailsalon ネイルサロンを開業するならアンネ
-------------------------------------------------------------------------------------------*/

#fc #nailsalon p{
    width: 55%;
    text-align: left;
}
#fc #nailsalon img{
    width: 45%;
}


#fc #nailsalon p{
    line-height: 2.1;
}

@media only screen and (max-width: 900px) { 
    
    #fc #nailsalon .comm_flex{
    display: grid;
}
    #fc #nailsalon p {
    width: 100%;
    text-align: left;
    margin: auto;
    order: 2;
}
    #fc #nailsalon img{
    width: 50%;
    margin: 0 auto 20px;
    order: 1;    
}

}
@media only screen and (max-width: 460px) { 
    #fc #nailsalon img{
    width: 80%;
    }
}  


/*
recruitment こんな方を募集しています
-------------------------------------------------------------------------------------------*/

#fc #recruitment .comm_flex{
    flex-wrap: wrap;
}


#fc #recruitment ul{
    width: 22%;
}

#fc #recruitment li img{
    margin-bottom: 35px;
}





@media only screen and (max-width: 960px) { 
#fc #recruitment ul{
    width: 45%;
}
    
#fc #recruitment ul:first-of-type,#fc #recruitment ul:nth-of-type(2){
    margin-bottom: 35px;
}    
    
}


@media only screen and (max-width: 460px) { 

    #fc #recruitment ul {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 15px;
    }
    #fc #recruitment ul:nth-of-type(even) li{
        order: 1;   
    }      
    
    #fc #recruitment ul:nth-of-type(even) li:first-of-type{
        order: 2;   
    }    
    
    #fc #recruitment ul li{
        width: 60%;
    }     
    
    #fc #recruitment ul li:first-of-type{
        width: 35%;
    } 
    #fc #recruitment li img{
    margin-bottom: 0px;
}
    #fc #recruitment ul:first-of-type,#fc #recruitment ul:nth-of-type(2){
    margin-bottom: 15px;
} 
    
}





/*
why どうしてネイルサロン？
-------------------------------------------------------------------------------------------*/


#fc #why .comm_flex img{
  width: 40%;  
}

#fc #why dl{
  width: 55%; 
  text-align: left;
}

#fc #why dt,#fc #why dl span{
    color: #CC86A2;  
}
#fc #why dt{
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}



@media only screen and (max-width: 780px) { 

    #fc #why .comm_flex{
    display: grid;
}
    #fc #why dl {
    width: 100%;
    margin: auto;
    order: 2;
}
    #fc #why .comm_flex img{
    width: 50%;
    margin: 0 auto 20px;
    order: 1;    
}

}

@media only screen and (max-width: 460px) { 
    #fc #why .comm_flex img{
    width: 80%;   
}
    #fc #why dt{
    text-align: center;
    font-size: 18px;
}
    
}




/*
business　ネイルサロンの強いビジネスモデル
-------------------------------------------------------------------------------------------*/

#fc #business dl{
  margin-bottom: 70px;
  text-align: center;
}
#fc #business dt{
  font-size: 20px;
  color: #CC86A2; 
  margin-bottom: 20px;
  font-weight:600;
}

#fc #business .slider ul{
  background: #fff;
  padding: 25px;
  text-align: left;
  margin-left: -25px;
}

#fc #business .slider ul li{
  color: #CC86A2;
  font-size: 18px;
  margin-bottom: 30px;
}

#fc #business .slider ul li:first-of-type{
  color: #9F9F9F;
  font-size: 13px;
  font-family: collier, sans-serif;    
}
#fc #business .slider ul li:last-of-type{
  color: #3B3B3B;
  font-size: 15px;
  margin-bottom: 0px;    
}

/* スライダー */
#fc #business .slider{
  display: flex; 
}

#fc #business .slick-slide{
  margin:  0 40px;
}


#fc #business .slider ul.slick-dots{
    display: none!important;
}

#fc #business .slick-prev::before,#fc #business .slick-next::before{
  content:none;
}
#fc #business .slick-prev,#fc #business .slick-next{
  bottom: 0;
  height: 0;
  margin: 0;
  position: absolute;
  top: 40%;
  width: 0; 
}

#fc #business .slick-prev {
  border-bottom: 25px solid transparent;
  border-left: 0;
  border-right: 15px solid rgba(222,175,194,0.5);
  border-top: 25px solid transparent;
  left: -25px;
}  
#fc #business .slick-next {
  border-bottom: 25px solid transparent;
  border-left: 15px solid rgba(222,175,194,0.5);
  border-right: 0;
  border-top: 25px solid transparent;
  right: -25px;
}


@media only screen and (max-width: 640px) { 

    #fc #business dt {
    font-size: 18px;
}
    #fc #business .slider ul li {
    margin-bottom: 15px;
}
    
    #fc #business .slick-next {
    right: -10px;
}
    #fc #business .slick-prev {
    left: -10px;
}

}

 

@media only screen and (max-width: 460px) { 

    #fc #business dl{
  margin-bottom: 50px;
}
    
    #fc #business dd {
    text-align: left;
}
    #fc #business .pc {
    display: none;
}
}

/*
service ボタン
-------------------------------------------------------------------------------------------*/
#fc .service {
    margin: 130px auto;
    width: 90%;
}
#fc .service p.ttl{
    font-size: 20px;
    margin-bottom: 30px;
}
#fc .service .comm_flex{
    justify-content: center;
}
#fc .service a{
    width: 40%;
}
#fc .service a li{
    border-radius: 50px;
    border: #CC86A2 2px solid;
    padding: 20px 40px;
    color: #CC86A2;
    background: #fff;
}
#fc .service a:last-of-type li{
    background: #CC86A2;
    color: #fff;
    margin-left: 25px;
}
#fc .service li img{
    width: 10%;
    max-width: 25px;
    margin-right: 8%;
    /*vertical-align: text-bottom;*/
}

#fc .service .pc{
    display: none;
}



@media only screen and (max-width: 900px) {  

    

#fc .service  {
    margin: 70px auto 0;
}
#fc .service .comm_flex{
    justify-content: space-between!important;
    display: flex!important;
}
    
#fc .service .comm_flex a{
    width: 49%;
}
#fc .service .comm_flex a li{
    border-radius: 50px;
    border: #CC86A2 2px solid;
    padding: 10px 15px;
    font-size: 15px!important;
}
#fc .service .comm_flex a li.comm_flex{
    justify-content: center!important;
}    
    
#fc .service .comm_flex a:last-of-type li{
    margin-left: 5px;
}
#fc .service .comm_flex li img{
    width: 13%;
    max-width: 25px;
}

#fc .service .comm_flex .sp,#fc .service  .comm_flex span{
    display: none;
}  
    
#fc .service .comm_flex .sp{
    display: none;
} 
#fc .service .pc{
    display: block;
}  
    
}
@media only screen and (max-width: 600px) {  
 
    #fc .service p.ttl{
    font-size: 16px;
}
    #fc .service .comm_flex a li.comm_flex{
    line-height: 1.4;
}   
   
}

@media only screen and (max-width: 450px) {  

    #fc .service p.ttl{
    font-size: 15px;
}
}    

/*
reason ANNE(アンネ)ネイルサロンが選ばれる理由
-------------------------------------------------------------------------------------------*/
#fc #reason {
    margin: 130px auto;
    text-align: left;
}

#fc #reason .box{
    background: #fff;
    padding: 40px 0 ;
    margin-bottom: 90px;
}

#fc #reason .box .inner{
    width: 90%;
    margin: 0 auto;
}

#fc #reason .box .comm_flex{
    justify-content: flex-start;
    margin-bottom: 50px;
}
#fc #reason .box .comm_flex .ttl{
    font-size: 100px;
    text-align: center;
    color: rgba(159,159,159,0.4);
    line-height: 1;
    font-family: collier, sans-serif;
    letter-spacing: 0.3rem;
    margin-right: 50px;
}
#fc #reason .box .comm_flex .ttl span{
    font-size: 20px;
}

#fc #reason .box .comm_flex dl{
    width: 100%;
}
#fc #reason .box .comm_flex dt{
    width: 70%;
    color: #CC86A2;  
    font-size: 20px;
    margin-bottom: 20px;
    font-weight:600;
}
#fc #reason .box .imge{
    justify-content: space-between;
    margin-bottom: 0;
}
#fc #reason .box .imge img{
    width: 23%;
}



/* reason02 */

#fc #reason .box:nth-of-type(2n) .show_more {
    display: block;
    width: 100%;
    /*height: 200px;*/
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%);
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    transition: height 0.2s ease;
    overflow: hidden;
    padding-top: 250px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
#fc #reason .box:nth-of-type(2n) .show_more.active {
    height: auto; /* 開いた時に高さを自動で調整 */
    background: none; /* グラデーション背景を消す */
  }




#fc #reason .box:nth-of-type(2n) {
    height: 1300px; /* 初期の閉じた高さ */
    overflow: hidden;
    position: relative;
  }

#fc #reason .box:nth-of-type(2n).open {
    height: auto; /* 開いた時に高さを自動で調整 */
    overflow: visible;
    padding-bottom: 70px;
      
  }
#fc #reason .box:nth-of-type(2n) .button {
    display: block!important;
    text-align: center;
    cursor: pointer;
    max-width: unset;
    margin: 0 auto 50px;
    position: relative;
    z-index: 2;
    font-family: collier, sans-serif;
    font-size: 20px;
    border-bottom: 1px solid #707070;
    letter-spacing: 0.1rem;
    font-weight: 300;
    width: 10%;
  }

/* reason03 */

#fc #reason .box:last-of-type .comm_flex:last-of-type{
    justify-content: space-between;
}

#fc #reason .box .inst{
    width: 30%;
    text-align: center;
}


#fc #reason .box .inst .box{
    background: rgba(222,175,194,0.2);
    margin-bottom: 0px;
    margin-top: -43%;
    padding: 130px 0 30px 0;
}

#fc #reason .box .inst .box li{
    font-size: 20px; 
    color: #CC86A2;
}

#fc #reason .box .inst .box li:first-of-type{
    color: #9F9F9F;
    font-family: collier, sans-serif; 
}
#fc #reason .box .inst .box li a{
    font-size: 12px; 
    color: #9F9F9F;
    margin-bottom: 10px;
    display: inline-block;
}
#fc #reason .box .inst .box li:last-of-type{
    font-size: 15px; 
    color: #3B3B3B;
    text-align: left;
    margin-top: 20px;
}

@media only screen and (max-width: 800px) { 
    

    #fc #reason {
    margin: 100px auto;
}
    

    #fc #reason .box .comm_flex{
    display: block;
    text-align: left;
}
    #fc #reason .box .comm_flex .ttl {
    text-align: center;
    margin: auto;
    font-size: 70px;    
}

    #fc #reason .box .comm_flex .ttl span{
    font-size: 16px;
}    
    
    
    #fc #reason .box .comm_flex dt {
    width: 100%;
    font-size: 18px;
    margin: 20px auto;
    text-align: center;
}
    #fc #reason .box .inst {
    width: 100%;
}
    #fc #reason .box .inst img{
    width: 50%;
}
    #fc #reason .box .inst .box {
    margin-bottom: 30px;
    margin-top: -25%;
    padding: 160px 0 30px 0;
}
    #fc #reason .box .inst .box li {
    font-size: 18px;
    line-height: 1.4;    
}
    #fc #reason .box .inst .box li:last-of-type {
    margin-top: 15px;
}
    
    #fc #reason .box .imge{
    display: flex;
    flex-wrap: wrap;    
}    
    
    #fc #reason .box .imge img{
    width: 49%;
    margin-bottom: 10px;
}
    
}

@media only screen and (max-width: 600px) { 
    #fc #reason {
    margin: 70px auto;
}
    #fc #reason .sp{
    display: block!important;
}    
    
    #fc #reason .box {
    padding: 30px 0;
    margin-bottom: 50px;
}

    #fc #reason .box .inst .box {
    margin-bottom: 30px;
    margin-top: -25%;
    padding: 110px 0 30px 0;
}
    #fc #reason .box:last-of-type{
    margin-bottom: 0px;
}
    
    #fc #reason .box .comm_flex .ttl {
    font-size: 55px;
    }
    #fc #reason .box .comm_flex .ttl span{
    font-size: 14px;
}   
    
    
    #fc #reason .box:nth-of-type(2n) {
    height: 800px; /* 初期の閉じた高さ */
    overflow: hidden;
    position: relative;
  }
    #fc #reason .box:nth-of-type(2n) .show_more {
    padding-top: 120px;
}
    #fc #reason .box:nth-of-type(2n) .button {
    margin: 0 auto 20px;
    font-size: 16px;
    width: 15%;
  }

}


/*
merit ANNE(アンネ) FCのメリット
-------------------------------------------------------------------------------------------*/

#fc #merit{
    text-align:center;
}


/* point */
#fc #merit .point .box{
    background: rgba(195,185,210,.3);
    margin-bottom: 25px;
    padding: 25px 0;
}
#fc #merit .point .box .comm_flex{
    width: 90%;
    margin: 0 auto;
}
#fc #merit .point .box ul.comm_flex{
    width: 40%;
    justify-content: flex-start;
    margin: 0;
}
#fc #merit .point .box ul.comm_flex li{
    color: #CC86A2;
    font-size: 20px;
    font-weight:600;
    letter-spacing: 0.2rem;
}
#fc #merit .point .box ul.comm_flex li:first-of-type{
    font-size: 35px;
    font-weight: normal;
    margin-right: 7%;
    font-family: collier, sans-serif;
}
#fc #merit .point .box ul.comm_flex li span{
    font-size: 12px;
    vertical-align: top;
}

#fc #merit .point .box p{
    width: 55%;
    text-align: left;
}
#fc #merit .point .box p span{
    font-size: 12px;
    margin-bottom: 5px;
    display: inline-block;
}
#fc #merit .point img.imge{
    width: 2%;
    margin: 60px auto;
}



/* manzoku */
#fc #merit .manzoku p,#fc #merit .manzoku h4{
    font-size: 20px;
    font-weight: 600;
}

#fc #merit .manzoku .ttl p{
    margin-bottom: 20px;
}

#fc #merit .manzoku h4 span{
    background: linear-gradient(transparent 50%, rgba(195,185,210,.3) 50%);
    background-position: left 0px;
    padding: 0 10px;
}
#fc #merit .manzoku .comm_flex{
    margin: 70px auto;
}

#fc #merit .manzoku .comm_flex img{
    width: 23%;
}
#fc #merit .manzoku .service {
    margin: 70px auto  130px;
    width: 100%;
}

#fc #merit .manzoku .service .comm_flex{
    margin: 30px auto;
}

#fc #merit .manzoku .service .comm_flex a:last-of-type li {
    margin-left: 25px;
}
@media only screen and (max-width: 900px) { 
#fc #merit .manzoku .service {
    margin: 70px auto  0px;
}  
    
}
@media only screen and (max-width: 760px) { 
    
 #fc #merit .manzoku .service .comm_flex a:last-of-type li {
    margin-left: 5px;
}      
    
  #fc #merit .point .box ul.comm_flex {
    display: block;
    text-align: left;
    width: 35%;  
} 
    #fc #merit .point .box ul.comm_flex li {
    font-size: 16px;
}

    #fc #merit .point .box ul.comm_flex li:first-of-type {
    margin-right: 0%;
    line-height: 1;
    font-size: 28px;
    margin-bottom: 5px;
    
}
    
    #fc #merit .point .box ul.comm_flex li .sp{
    display: block!important;
}
    #fc #merit .point .box p {
    width: 63%;
    text-align: left;
}
    
    
    #fc #merit .manzoku .comm_flex{
    display: flex;
    flex-wrap: wrap;
}     
    
    #fc #merit .manzoku .comm_flex img{
    width: 49%;
    margin-bottom: 10px;
} 
    #fc #merit .manzoku p,#fc #merit .manzoku h4{
    font-size: 16px;
}
    #fc #merit .manzoku .sp{
    display: block!important;
    
}
}





@media only screen and (max-width: 500px) { 
    
    #fc #merit .point .box {
    padding: 15px 0;
}

    #fc #merit .point .box .comm_flex {
    display: block;
}
    #fc #merit .point .box ul.comm_flex {
    width: 100%;
    display: flex;
    margin-bottom: 10px;    
    }
   #fc #merit .point .box p {
    width: 100%;
}
    #fc #merit .point .box ul.comm_flex li:first-of-type {
        margin-right: 3%;
        line-height: 1;
        font-size: 28px;
        margin-bottom: 0;
    } 
    #fc #merit .point .box ul.comm_flex li .sp{
    display: none!important;
    
}
    #fc #merit .manzoku p,#fc #merit .manzoku h4{
    font-size: 14px;
}    
}   



/*
compare　他社との比較
-------------------------------------------------------------------------------------------*/
#fc #compare h3{
    margin-bottom: 15px;
}


#fc #compare .comm_flex{
    align-items: end;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
}

#fc #compare img{
    width: 37%;
}

#fc #compare .box{
    width: 48%;
    text-align: left;
}

#fc #compare table {
    width: 58%;
    margin: 20px 0 0;
    border-collapse: collapse;
    text-align: center;
    font-size: 16px;
    
  }
#fc #compare tr:first-of-type th {
    border: none;
    padding: 0px;
    background: none;    
  }

#fc #compare tr:first-of-type th img{
    width: 12%;
    margin: 0 auto 10px;
  }

#fc #compare th,#fc #compare td {
    border: 1px solid #707070;
    padding: 15px 10px;
    background: #fff; 
    vertical-align: middle; 
    text-align: center; 
  }

#fc #compare th {
    background-color: #CC86A2;
    color: #fff;
    font-weight: normal;
  }
#fc #compare td span{
    font-size: 12px;
  }
#fc #compare th:first-child {
    background-color: #fff;
  }
#fc #compare th:last-child {
    background-color: #3B3B3B;
  }
#fc #compare th:first-child img {
    height: 30px;
  }

#fc #compare　.anne {
    background-color: #f4d0db;
    font-weight: bold;
    color: #CC86A;
  }
#fc #compare th.anne {
    border-right: 5px solid #CC86A2;
    border-left: 5px solid #CC86A2;    
    border-top: 20px solid #CC86A2;
    padding: 0 10px 15px;
  }
#fc #compare td.anne{
    border-right: 5px solid #CC86A2;
    border-left: 5px solid #CC86A2;
    color: #CC86A2;
    font-weight: bold;
  }

#fc #compare tr:last-child td.anne {
    border-bottom: 5px solid #CC86A2;
  }




@media only screen and (max-width: 900px) { 

    #fc #compare .comm_flex{
    display: grid;
}
    #fc #compare img {
    width: 70%;
    margin: 20px auto ;
}
    #fc #compare table {
    width: 100%;
    margin: 20px auto 0;
    
  }
    
}

@media only screen and (max-width: 600px) { 

    #fc #compare table {
    font-size: 14px;
}
    #fc #compare table .sp{
    display: block!important;
} 
    #fc #compare th.anne {
    width: 50%;
}
    
}

/*
plan プラン一覧 
-------------------------------------------------------------------------------------------*/

#fc #plan table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  margin: 20px 0;
  background-color: #F6F6F6; 
  font-family: hiragino-kaku-gothic-pron, sans-serif;
}

#fc #plan table th, 
#fc #plan table td {
  border: 1px solid #707070;
  padding: 25px 15px;
  vertical-align: middle; 
  text-align: center;     
}

#fc #plan table td {
  padding: 35px 15px;
}

#fc #plan table ttd {
  background-color: #F6F6F6; 
  font-weight: normal;
  text-align: center;
  font-size: 16px;
}

#fc #plan .plan-name {
  background-color: #F6F6F6; 
  text-align: center;
  width: 17%; 
  font-size: 16px;    
}

#fc #plan .plan-cost {
  font-weight: bold;
  color: #CC86A2; 
  text-align: center;
  font-size: 20px; 
  width: 23%;  
  background: #fff;
}

#fc #plan .plan-description {
  line-height: 1.8;
  text-align: left;    
  width: 60%;
  padding: 35px; 
  background: #fff;    
}

/* ボタン */
#fc #plan .service {
    margin: 50px auto;
}

#fc #plan .service a li{
    border-radius: 50px;
    border: #CC86A2 2px solid;
    padding: 20px 40px;
    color: #CC86A2;
    background: #fff;
}
#fc #plan .service a:last-of-type li {
    margin-left: 0px;
}

#fc #plan .service li img{
    width: 10%;
    max-width: 25px;
    margin-right: 8%;
    /*vertical-align: text-bottom;*/
}


#fc #plan p {
  font-size: 12px;  
  color: #3B3B3B;
}

@media only screen and (max-width: 900px) { 

    #fc #plan .service .comm_flex{
        justify-content: center!important;
    }
    #fc #plan .service a li{
    padding: 10px 15px;
}
    #fc #plan .service .comm_flex a {
    width: 80%;
    }
}
@media only screen and (max-width: 700px) { 

    #fc #plan table th, #fc #plan table td {
    padding: 15px 5px;
}
    #fc #plan .plan-description {
    padding: 15px;
    }
    #fc #plan .plan-name {
    font-size: 14px;
}
    
    #fc #plan .plan-cost {
    font-size: 14px;
    width: 19%;    
}
    #fc #plan .sp {
    display: block!important;
}

    
}





/*
button 加盟店オーナーの声
-------------------------------------------------------------------------------------------*/
#fc #voice .owner dl{
    width: 70%;
    text-align: left;
}
#fc #voice .owner dl dt{
    font-size: 20px;
    color: #CC86A2;
}

#fc #voice .owner dl dd{
    color: #9F9F9F;
}

#fc #voice .owner dl dd:last-of-type{
    color: #3B3B3B;
    margin-top: 20px;
}
#fc #voice .owner dl dd span{
    color: #CC86A2;
}

#fc #voice .owner img{
    width: 25%;
}

/*　more ボタン内　*/

/* ボタン */
#fc #voice .toggle-button {
  margin: 80px auto 0;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 20px;
  border: none;
  border-bottom: 1px solid #707070;
  font-family: collier, sans-serif;
  background: none;
  letter-spacing: 0.1rem;   
  font-weight: 300;
  color: #3B3B3B;
}

/* アニメーション用の隠し要素 */
#fc #voice #voice-details.hidden {
  display: none;
  overflow: hidden;
  transition: max-height 0.6s ease-in-out;
}

/* アクティブ時の表示 */
#fc #voice #voice-details {
  display: block;
  max-height: 100%;
  transition: max-height 0.6s ease-in-out;
  background: #fff;   
  text-align: left;
  padding: 50px 0;
  margin-top: 80px;
}
#fc #voice #voice-details .inner{
  width: 90%;
  margin: 0 auto;
}
#fc #voice #voice-details .inner .box{
  margin: 0px auto 70px; 
}

#fc #voice #voice-details .inner .box:nth-of-type(even){
  margin: 0px auto; 
}

#fc #voice #voice-details .inner .box h5{
  font-size: 20px;
  color: #3B3B3B;
  border-bottom: 1px solid #3B3B3B;
  padding-bottom: 10px; 
  margin-bottom: 20px;
}
#fc #voice #voice-details .inner .box .comm_flex{
  flex-wrap: wrap;
}
#fc #voice #voice-details .inner .box dl{
  width: 47%;
  margin-bottom: 45px;
}

#fc #voice #voice-details .inner .box dt{
  font-size: 18px;
  color: #CC86A2;
  font-weight: 600;
  margin-bottom: 15px;
}


@media only screen and (max-width: 800px) { 


    #fc #voice .owner{
    display: grid;
}
    #fc #voice .owner dl {
    order: 2;
    width: 100%;
}
    #fc #voice .owner img{
    width: 50%;
    margin: 0 auto 40px;
    order: 1;    
}
    
}
@media only screen and (max-width: 600px) { 
    #fc #voice .sp{
    display: block!important;
}
    #fc #voice .owner dl{
    text-align: center;
}
    
    #fc #voice .owner dl dd:last-of-type{
    text-align: left;
}

    #fc #voice .owner dl dt,#fc #voice #voice-details .inner .box h5{
    font-size: 16px;
}
    #fc #voice #voice-details .inner .box dt{
    font-size: 16px;
}
    #fc #voice .toggle-button {
    font-size: 16px;
    margin: 40px auto 0;    
}
    #fc #voice #voice-details {
     padding: 30px 0;
     margin-top: 40px;
}
    #fc #voice #voice-details .inner .box .comm_flex{
    display: block;
}
    #fc #voice #voice-details .inner .box dl {
    width: 100%;
    margin-bottom: 25px;
}
    #fc #voice #voice-details .inner .box {
    margin: 0px auto 40px;
}

    
}





/*
FLOW 開業までの簡単な流れ
-------------------------------------------------------------------------------------------*/

#fc #flow .comm_flex ul{
    width: 16%;
    position: relative;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}

#fc #flow .comm_flex ul::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -25px;
    margin: auto;
    box-sizing: border-box;
    border: 15px solid transparent;
    border-left: 10px solid #DADADA;
    z-index: 1;
}

#fc #flow .comm_flex ul:last-of-type::after {
    position: static;
    border: none;
}
#fc #flow .comm_flex ul li {
    font-family: collier, sans-serif;
    font-size: 15px;
    color: #D9D9D9;
    text-align: center;
    line-height: 1.2;
}
#fc #flow .comm_flex ul li span{
    font-size: 35px;
    color: #DEAFC2;
}

#fc #flow .comm_flex ul li.text {
    font-size: 18px;
    color: #3B3B3B;
    line-height: 1.3;
    margin-top: 12%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#fc #flow .comm_flex ul li img {
    width: 45%;
    margin: 20px auto 0px;
    max-height: 44px;
    max-width: 45px;
    object-fit: contain;
}


/* ボタン */
#fc #flow .button{
    margin: 30px auto;
    justify-content: center;    
}
#fc #flow .button a{
    width: 50%;
    max-width: 500px;
    background: linear-gradient(to bottom, #DEAFC2, #C3B9D2);
    justify-content: center;
    border-radius: 50px;
    padding: 15px 0;
    color: #fff;
    font-size: 16px;
}
#fc #flow .button img{
    width: 6%;
    margin-right: 3%;    
}

/* box */

#fc #flow .box {
    border: 1px solid #9F9F9F;
    text-align: left;
    padding: 40px 50px;
    margin-top: 70px;
}

#fc #flow .box dl{
    width: 40%; 
}
#fc #flow .box ul{
    width: 55%; 
    background: #F6F6F6; 
    padding: 40px;    
}

#fc #flow .box dt{
    font-size: 20px;
    color: #CC86A2;
    margin-bottom: 30px;
}

#fc #flow .box dt span{
    font-family: collier, sans-serif;
    color: #9F9F9F;
}


#fc #flow .box ul li{
    text-align: left;
    color: #3B3B3B;
    margin-bottom: 15px;
}
#fc #flow .box ul li::before{
    content: "●";
    margin-right: 3px;
}
#fc #flow .box ul li:last-of-type{
    margin-bottom: 0px;
}
#fc #flow .box ul li:last-of-type::before{
    content: "";
    margin-right: 0px;
}

@media only screen and (max-width: 900px) {

    #fc #flow .comm_flex {
    flex-wrap: wrap;
}
    #fc #flow .comm_flex ul{
    width: 33%;
    margin-bottom: 40px;
}
    #fc #flow .comm_flex ul:nth-of-type(3)::after {
    position: static;
    border: none;
}
    #fc #flow .box {
    padding: 30px;
    margin-top: 50px;
}
 
    #fc #flow .box .comm_flex{
    display: block;
}
    #fc #flow .box ul{
    padding: 20px;    
}

    #fc #flow .box dl,#fc #flow .box ul{
    width: 100%; 
}
    #fc #flow .comm_flex ul{
    margin-bottom: 0px;
    margin-top: 30px;
    }

    
    
}

@media only screen and (max-width: 630px) {
  #fc #flow .sp {
    display: block!important;
}     
    
  #fc #flow .button a {
    width: 80%;
} 
   
}


@media only screen and (max-width: 500px) {
 
    #fc #flow .comm_flex ul li.text {
    font-size: 16px;
}
    #fc #flow .box {
        padding: 20px;
    }
    #fc #flow .box dt{
    font-size: 16px;
    margin-bottom: 20px;
}
    #fc #flow .comm_flex ul li {
    font-size: 13px;
}
    
    #fc #flow .comm_flex ul li span {
    font-size: 30px;

}  
    #fc #flow .comm_flex ul li.text {
    font-size: 14px;
    margin-top: 6%;
    }
    #fc #flow .comm_flex ul li img {
    margin: 15px auto 0px;
}
    
    
}



/*
よくある質問
-------------------------------------------------------------------------------------------*/
#fc #faq{
}

#accordion {
	margin:40px auto 30px;
	line-height:1.3;
	text-align:left;
	counter-reset: number;
}

#accordion dl {
	background:#F9F9F9;
	color: #4D4D4D;
}

#accordion dt {
	font-size:17px;
	cursor: recruitmenter;
	font-weight:600;
	line-height:2.0;
	position:relative;
	counter-increment: number;
	display: flex;
	align-items: center;
    width: 90%;
    margin: 60px auto 0;
}

#accordion dt:before {
	content: "Q";
	font-size: 30px;
	margin-right: 30px;
	vertical-align: sub;
	font-family: collier, sans-serif;
}

#accordion dt p{
	width: 82%;
    line-height: 1.5;
}

#accordion dt:after {
	content:"＋";
	font-size:24px;
	right:10px;
	position:absolute;
	top:6px;
	color: #4D4D4D;
	font-weight: normal;
}


#accordion dd{
    width: 90%;
	display:none;
	line-height:2.0;
	margin:0px auto;
	color:#4D4D4D;
	padding: 15px 0px 30px;
    border-top: 1px solid #4D4D4D;
}
#accordion dd span{
    font-weight: bold;
}

#accordion dt.active:after{
	content:"－";
}

#accordion dd a{
    color: #A489C5;
}

@media only screen and (max-width: 760px) {
#accordion dt {
	font-size:18px;
}
    
}

@media only screen and (max-width: 640px) {
#fc #faq .sp{
        display: block!important;
    }    
    
#accordion dt {
     font-size: 14px;
     padding: 10px;
     margin-top: 20px;
}
#accordion dt:before {
	font-size: 18px;
    margin-right: 12px;
}
#accordion dt::after {
    font-size: 20px;
    right: 5px;
    top: 8px;
    }    
    
}


/*
お問い合わせ(form_css)
-------------------------------------------------------------------------------------------*/
#fc #inquery{
    margin-bottom: 80px;
    display: none;
}

@media only screen and (max-width: 500px) {
    #fc #inquery .sp {
        display: block;
    }   
}

/*
会社概要
-------------------------------------------------------------------------------------------*/

#fc #summary{
    padding: 5px 0;
}

#fc #summary h3{
    color: #C2BAD3;
}



#fc #summary .inner{
    background: #fff;
    width: 90%;
    max-width: 900px;
    margin: auto;
}

#fc #summary table{
    text-align: left;
    font-family: hiragino-kaku-gothic-pron, sans-serif; 
}

#fc #summary table tr{
    border-bottom: 1px solid #DEAFC2;
}

#fc #summary table th{
    width: 30%;
    min-width: 185px;
    padding: 25px 0;
    font-size: 17px;
    font-weight: normal;
    vertical-align: middle;
}

#fc #summary table td{
    width: 70%;
    padding: 25px 0;
    font-size: 15px;
}
#fc #summary table td span{
    font-size: 15px;
}

@media only screen and (max-width: 640px) {

        #fc #summary table th{
            width: 100%;
            display: block;
            padding: 20px 0 0;
            font-size: 16px;
        }        
        #fc #summary table td{
            width: 100%;
            display: block;
            padding: 3px 0 20px;
            font-size: 14px;
        }  
       #fc #summary table td span{
            font-size: 14px;
}
    
        #fc #summary .sp{
            display: block;
        }      
}
/*
footer
-------------------------------------------------------------------------------------------*/

#fc footer{
	border-top: 1px solid #b4b4b4;
    color: #fff;
	padding: 50px 0 25px;
    background: linear-gradient(to bottom, #DEAFC2, #C2BAD3);
    object-fit: cover;
}

#fc footer .f-logo{
	margin: 0 auto 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#fc footer .f-logo img {
    max-width: 170px;
    width: 20%;
}

#fc footer .f-logo p{
	font-size: 26px;
    margin-left: 2%;
    letter-spacing: 0.5rem;
}
#fc footer .obi{
	background: none;
    padding: 0 0 40px 0;
}


#fc footer .copy{
	font-size: 16px;
	letter-spacing: 1px;
    margin-top: 90px;
    margin-bottom: 70px;
}

#fc footer ol{
	display: flex;
    justify-content:center;
    width: 90%;
    max-width: 1400px;
    margin: auto;
}

#fc footer ol:first-of-type{
	margin-bottom: 15px;
}

#fc footer ol li{
    font-size: 18px;
    margin: 0 10px;
}

#fc footer ol li:after{
	content:"";
	border-right:1px solid #fff;
	padding-left:20px;
}

#fc footer ol li:last-child:after{
	content:"";
	border-right:none;
}

#fc footer ol li a{
    color: #fff;
}


#fc footer ol.sns {
	max-width: 350px;
    margin-top: 40px;
    justify-content: center;
}

#fc footer ol.sns li{
	font-size: 30px;
}


#fc footer .fab {
    font-family: "Font Awesome 5 Brands";
    margin: auto;
    /* line-height: normal; */
    margin: 19px 0;
}

#fc footer  ol.sns li:after{
	content:"";
	border-right:none;
}


@media only screen and (max-width: 1130px) {  

  #fc footer ol li {
    font-size: 15px;
    margin: 0 5px;
}

 #fc footer ol li:after{
	padding-left:10px;
}
}


@media only screen and (max-width: 800px) {  

  #fc footer .f-logo {
    margin: 0 auto 20px;
}    
    
  #fc footer .f-logo p {
    font-size: 21px;
    letter-spacing: 0.3rem;
}
  #fc footer ol.links{
    justify-content: space-between;
    flex-wrap: wrap;
}     
    
  #fc footer ol.links li {
    width: 45%;
    margin: 10px auto; 
    border: 1px solid #fff;
}

 #fc footer ol.links li:after{
	border-right:none;
    padding-left:0px;
}    
  #fc footer ol.links li a{
    padding: 20px 0;
    width: 100%;
    display: inline-block;
}
    

#fc footer ol.sns {
    margin-top: 40px;
} 
#fc footer .copy {
    font-size: 12px;
    margin-top: 40px;
}    
}

@media only screen and (max-width: 800px) {  
    
#fc footer ol:first-of-type{
	margin-bottom: 0px;
}    

  #fc footer .f-logo {
    display: block;
}
#fc footer .f-logo p {
    margin-top: 2%;
    margin-left: 0;
}   
    
#fc footer .sp{
   display: block;
}        

}

/*
media
-------------------------------------------------------------------------------------------*/

    #media{
            max-width: 1000px;
            width: 90%;
            margin: 120px auto;
        }
        
    #media h3 {
     font-size: 50px; 
    font-family: collier, sans-serif;
    color: #DEAFC2;
    line-height: 1.2;
    letter-spacing: 5px;
    margin-bottom: 120px;
    text-align: center;
    font-weight: 600;
}
    #media h3 span {
    display: block;
    margin-top: 20px;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: normal;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    color: #3B3B3B;
}


@media only screen and (max-width: 500px) { 
    #media h3 {
        font-size: 23px;
        margin-bottom: 60px;
    }
    #media h3 span{
        font-size: 16px;
    }
 }

