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

*{
    padding: 0;
    margin: 0;
  }

html{
 font-size: 100%;
}
/*１６ｐｘのこと*/

body{
  color: #262626;
  font-family: Segoe UI, Segoe UI Midlevel, Segoe WP, Arial, Sans-Serif;
  overflow-x : hidden;
  -webkit-overflow-scrolling: touch;
  background-color: #ffffff
}

a{
 text-decoration: none;
}

p{
 font-size: 1rem;
 text-align: justify;

}

img{
 max-width: 100%;
}

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

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


.button {
    position: relative;
    display: inline-block;
    padding: 0.5em 2em;
    text-decoration: none;
    color: black;
    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: 16px;
    
  }
  
  .button:active {
    /*押したとき*/
    border: solid 1px #ef6475;
    box-shadow: none;
    text-shadow: none;
    
  }
  .button:hover{
    opacity: 0.8;
  }

#hero .flex_a {
  display: flex;
}



.marquee{
   width: auto;
   font-size:10px;
   padding:1px 0px 1px 0px;
   color:#ffffff;
   background-color:#F1B0B2;
   text-align: center;
}
.marquee p{
  font-size: 10px;
  text-align: center;
}

.breadcrumbs {
	margin-top: 70px;
}

h2{
  font-size: 1.5rem;
  text-align: center;
  padding-top:  100px;
  border-bottom: solid 10px #F1B0B2;
}


/*---------------------------------
学長ご挨拶
---------------------------------*/

#director .flex {
  display: flex;
  align-items:flex-start;

}
#director .box {
  padding: 10px;
}
.dire_photo {
  width: 300px;
  height: auto;
  border-radius: 25px;
  margin-right: 50px;
}
#director h2 {
  margin-bottom: 30px;
}
#director .director_title {
  font-size: 23px;
}
#director h4 {
  padding:10px;
  font-size: 20px;
}
#director .point {
  color:#E30021;
  font-size: 1.5rem;
  font-weight: bold;
}
#director strong {
  color:blue;
  font-size: 16px;
}
#director .director_p {
  margin-top: 20px;
}
#director .sentence {
  columns: 2 10em;
  column-gap: 2em;
  column-rule: 2px dotted #24292e;
  margin: 30px 0;
}   
#director .sentence_p {
  font-size: 14px;
}
#director .sentence p {
  margin-bottom: 20px;
}
#director .profile p {
  font-size: 14px;
}
@media screen and (max-width:600px) {
 
#director .flex {
  flex-direction: column;
}
#director .profile{
  display: none;
}
#director h2 {
  text-align: center;
  padding-top: 0;
  font-size: 23px;
}

#director .director_title {
  font-size: 22px;
}
#director h2 span{
  display: inline-block;
 }
#director h3 {
  font-size: 20px;
  text-align: center;

}
#director h3 span {
  display: inline-block;
  font-size: 2rem;
}
#director h4 {
  text-align: center;
}
#director h4 span{
  display: inline-block;
}

#director h5 {
  text-align: center;
  font-size: 1rem;
}

#director .point {
  font-size: 1.1rem;
}
#director .box .director_phonetics {
  text-align: center;
}
#director .sentence {
  margin: 0;  
} 

.dire_photo {
  width: 100%;
  height: auto;
  margin-right: 0;
}

#director .box {
  width: 100%;
}
}


/*******************************************
  著者紹介の下の本
*******************************************/
#books {
  margin: 80px 0;
}
#books .pc { display: block !important; }
#books .sp { display: none !important; }

#books .flex {
  display: flex;
}
#books .box img {
  width: 150px;
  height: auto;
  box-shadow: 2px 2px 4px gray;
}

#books .box {
  padding: 20px;
}
#books .box p{
  font-size: 11px;
  margin-top: 8px;
}
@media screen and (max-width:600px) {
 
#books .pc { display: none !important; }
#books .sp { display: block !important; }

#books .flex {
  display: flex;
}    
#books .box {
  padding: 0;
}
#books .box img {
  width: 180px;
  height: auto;
  padding: 10px;
  box-shadow: none;
}    
#books .link_a {
  text-align: right;
}

#books .box p{
  font-size: 12px;
  text-align: center;
}
}
/*---------------------------------
主任ご挨拶
---------------------------------*/
#chief .flex {
  display: flex;
  justify-content:space-between;
  align-items:flex-start;
}
#chief .box {
  padding: 10px;
}
.chief_photo {
  width: 280px;
  height: auto;
  border-radius: 25px;
}
#chief h3 {
  margin-bottom: 20px;
}
#chief h3 {
  font-size: 20px;

}
#chief h4 {
  margin: 20px 0;
  font-size: 17px;
}
#chief {
  margin-top: 100px;
}
#chief .box22 {
  margin-bottom: 20px;
}
#chief img {
  width: 400px;
  height: auto;
}

#chief .sentence {
  margin: 0 30px; 
  columns: 2 15em;
  column-gap: 2em;
  column-rule: 2px dotted #24292e;
}   
@media screen and (max-width:600px) {

  #chief {
    text-align: center;
  }
  #chief .box22 {
    text-align: left;
    margin-bottom: 20px;
  }
  #chief .flex {
    flex-direction: column;
  }
  #chief .box:nth-child(1){
    order: 2;
  }
  #chief .box:nth-child(2){
    order: 1;
  }
  #chief p {
    text-align: left;
  }
  #chief img {
    width: 100%;
    height: auto;
  }
  #chief h4 {
    text-align: left;
  }
  
  #chief .sentence {
    margin: 0;  
  }   
}


/*---------------------------------
主任体験談
---------------------------------*/
#staff {
  text-align: right;
  margin-top: 50px;
}
#staff h3 {
  text-align: left;
  margin-top: 20px;
}
#staff p {
  text-align: left;
}
#staff .flex {
  display: flex;
}
#staff h4 {
  font-size: 16px;
  margin: 10px;
  text-align: left;
}


@media screen and (max-width:600px) {
  
  #staff {
    text-align: center;
  }
  #staff .flex {
    flex-direction: column;
  }
  #staff .button {
    margin-left: 0px;
  }

  

}
     
     /*---------------------------------
  トップへもどるボタン
  ---------------------------------*/
  
  .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;
  
  }
  }
       
   
   /*---------------------------------
フッター

---------------------------------*/

footer{
  background-color: #CB5266;
}



footer a:link{color: white; }
footer a:visited{color: white;}
footer a:hover{color: rgb(32, 32, 32); text-decoration: underline;  }
footer a:active{color: #CB5266; text-decoration: underline;  }


.footer-in{
  display: flex;
  color: rgb(12, 11, 11);
  justify-content: space-between;
  padding: 30px 50px;

}
.footer-text ul li{
  font-size: 13px;
}
footer p {
  text-align: center;
  font-size: 15px;
  margin-top: 30px;
}


@media screen and (max-width:600px) {
.footer-in{
  flex-direction: column;
  padding: 25px;
}
.footer-text ul li {
  font-size: 16px;
}
}



 