@charset "utf-8";
/*---------------------------------
リセットｃｓｓ
---------------------------------*/

*{
  padding: 0;
  margin: 0;
  box-sizing: border-box

}
html {
  font-size: 100%;
  overflow-x : hidden;
  -webkit-overflow-scrolling: touch;
}
  
body {
  color: #262626;
  font-family: Segoe UI, Segoe UI, Segoe WP, Arial, Sans-Serif;
  line-height: 2;
  font-display: swap;
}
/* 横揺れ防止 */
html, body {
  overflow-x: hidden;
  width: 100%;
}

a{
text-decoration: none;
  word-break: break-all;

}
/*
p{
font-size: 1.3rem;
}
*/
img{
max-width: 100%;
  height: auto;

}

li{
list-style: none;
font-size: 1.2rem;
}

.wrapper{
max-width: 1200px;
margin: 0 auto 130px auto;
font-size: 0.9rem;
padding: 0 4%;
}


#top .flex {
  display: flex;
  justify-content: center;
}

#top .flex .box p{
  font-size:16px; 
  color: black;
  
  text-align: left;

}
#top .box {
  width: 30%;
  padding: 20px;
}
main .link {
  text-decoration:underline;
  margin: 50px;
  
}

main .button1{
  padding: 20px 80px;
  background: #FFE567;
  color: black;
  text-decoration: none;
  display: block;
  text-align: center;

}

main .button2{
  padding: 20px 80px;
  background: #94D0BF;
  color: black;
  text-decoration: none;
  display: block;
  text-align: center;

}
main .button3{
  padding: 20px 80px;
  background: #F4B2BA;
  color: black;
  text-decoration: none;
  display: block;
  text-align: center;

}
main .flex .box a {
  font-size: 20px;
}
main .flex .box a:hover{
  opacity: 0.8;
}

.marquee{
 width: auto;
 font-size:10px;
 padding:1px 0px 1px 0px;
 color:#ffffff;
 background-color:#efd8e2;
 background: rgb(161,6,2); 
 text-align: center;
}


main h1{
  text-align: center;
  margin-top: 70px;
  font-size: 23px;
  margin-bottom: 40px;
}
@media screen and (max-width:600px) {
  
  #top .flex {
    flex-direction: column;
  }
 #top .box {
  width: 100%;
  margin: 0;
  border-left: none;
  border-right: none;
  border-bottom: none;
  margin-bottom: 50px

 }
 main h1 {
  margin-top: 20px;
  margin-bottom: 10px;
 }
 main h1 span {
  display: inline-block;
 }

}

  
/*---------------------------------
本のご紹介
---------------------------------*/

#books h3 {
  margin-top: 80px;
  font-size: 23px;
}
#books h4 {
  font-size: 20px;
}
#books .flex {
  display: flex;
} 
#books .box a{
  display: inline-block;
  padding: 10px 50px;
  background: pink;
  color: black;
  text-decoration: none;
  border-radius: 30px;
}
#books .box a:hover{
  opacity: 0.8;
}
#books p{
  font-size: 13px;
}
#books .box {
  background-color: white;
  width: 50%;
  height: auto;
  margin: 20px;
  
}
#books .book-one {
  margin-left: 20px;
}
#books h3 {
  text-align: center;

}
#books .flex .box p{
  font-size: 16px;
  text-align: left;
  padding: 0;
  
}
@media screen and (max-width:600px) {
  #books .flex {
    flex-direction: column;
  }
  #books .box {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0;
    
    }
  #books h3 span {
    display: block;
  }  
  .book-one {
    margin: 4%;
  }
}

/*---------------------------------
個別説明会
---------------------------------*/
.first .flex {
  display: flex;
}
.first .box {
  padding: 10px;
}
.first h2 {
  margin-bottom: 10px;
  text-align: center;
}
.first h3 {
  font-size: 21px;
}
.first h3 span{
  display: inline-block;
}
.first h4 {
  font-size: 16px;
  padding: 20px 0;
  color: #24292e;
}
.bunner_b {
  width: 600px;
}
.first-c .flex {
  display: flex;
}
.first-c h3 {
  margin-top: 60px;
  padding-bottom: 0;
  text-align: center;
}
.first-c h4 {
  padding: 0 0 10px 0;
}
.first-c .box {
  padding: 0.5em 1em;
  color: #0d0d0e;/*文字色*/
  background: #FFF;
  border: solid 1px #0f0f0f;/*線*/
  border-radius: 10px;/*角の丸み*/  
  margin: 10px;
  width: 50%;
}
.first-c .box img {
width: 50px;
height: auto;
}
.first-c p {
width: 100%;
}
.button_a {
  padding: 0.8em 14.5em;
  text-decoration: none;
  color: white;
  background: #CB5266;/*色*/
  border: solid 1px #CB5266;/*線色*/
  border-radius: 25px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);
  margin: 5px;
  font-size: 22px;
  font-weight: bold;
}

.button_a:active {
  /*押したとき*/
  border: solid 1px #ef6475;
  box-shadow: none;
  text-shadow: none;
  
}
.button_a:hover {
  opacity: 0.8;
}
.consultation_button{
  text-align: center;
 }

@media screen and (max-width:600px) {
.first .flex {
    flex-direction: column;
  }
.first .box {
    width: 100%;
    height: auto;
  }
.first h5 {
    padding-bottom: 30px;
  }
 
.first h2 {
  text-align:center;
}
.first h2 span{
  display: inline-block;
}
.first h3{
  padding: 15px 0;
  font-size: 20px;
}

.first p span {
  display: inline-block;
}

.first-c .box {
  margin: 0px;
  width: 100%;
  height: auto;
  
}

 .button_a {
  padding: 0.8em 3em;
 }
 
}
/*---------------------------------
3つの気のトレーニング横並び
---------------------------------*/

#menu2{
  background-color: #B4D78C;
  padding: 30pX;
  margin-top: 50px;
}
#menu2 h2{
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 20px;
}
#menu2 .flex{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
#menu2 .box{
  width: 350px;
  margin-bottom: 20px;
}
#menu2 .box img{
  width: 100%
}
#menu2 .box p{
  text-align: justify;
  margin-bottom: 20px;
}
#menu2 .box a{
  display: inline-block;
  padding: 10px 50px;
  background: #E2E0CB;
  color: black;
  text-decoration: none;
  border-radius: 30px;
}
#menu2 .box a:hover{
  opacity: 0.8;
}
#menu2 p{
  font-size: 13px;
}



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

    #menu2{
      padding-left: 2px;
      padding-right: 2px;
      
    }
   
    #menu2 h2{
      font-size: 1.3rem;

   }
   #menu2 h3{
    font-size: 1.4rem;
    margin-top: 10px;
   }
   #menu2 .box p{
    font-size: 0.9rem;
  }
  #menu2 .box {
    text-align: center;
  }
   
  }


footer{
  background-color: #CB5266;
  color: white;
  padding: 30px;
}
footer .flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .left{
  padding: 20px;
}
footer h3{
  font-size: 24px;
  font-family: sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}
footer .left address{
  font-style: normal;
}
footer .left address ul{
  list-style-type: none;
}
footer .left address ul li{
  font-size: 13px;
}
footer .center{
  padding: 20px;
}
footer .center ul{
  list-style-type: none;
}
footer .center ul li{
  margin-bottom: 10px;
}
footer .center ul li a{
  color: white;
  text-decoration: none;
  font-size: 13px;
}
footer .center ul li a:hover{
  color: red;
}
footer .right{
  padding: 20px;
}
footer .right img{
  width: 300px;
  border: 5px solid white;
  box-shadow: 5px 5px rgba(255, 255, 255, 0.5);
}
footer p {
  text-align: center;
  font-size: 15px;
  margin-top: 30px;
}

/* フッター */

footer{
  background-color: #CB5266;

}



footer a:link{color:white; }
footer a:visited{color: white;}
footer a:hover{color: white; text-decoration: underline;  }
footer a:active{color: #CB5266; text-decoration: underline;  }


.footer-in{
  display: flex;
  color: black;
  justify-content: space-between;
  padding: 30px 50px;

}
.footer-text ul li{
  font-size: 14px;
  font-weight: bold;
}


@media screen and (max-width:600px) {
.footer-in{
  flex-direction: column;
  padding: 4px;
}

} 


 
/*---------------------------------
トップへもどるボタン
---------------------------------*/

.go-top{
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 9999;
}
.go-top a{
  width: 50px;
  height: 50px;
  display: inline-block;
  background: #E94E66;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  color: black;
  text-decoration: none;
}

.go-top a:hover{
    opacity: 0.8;
  }

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

.go-top{
position: fixed;
z-index: 9999;
bottom: 10px;
left: 10px;

}
}


  
  
    
  
  