@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 Midlevel, Segoe WP, Arial, Sans-Serif;
  background-color: #ffffff;
  line-height: 2.2;
}
a{
  text-decoration: none;
  word-break: break-all;
}
img{
  max-width: 100%;
  height: auto;
}
li{
  list-style: none;
  font-size: 1.2rem;
}
p {
  font-size: 1rem;
  text-align: justify;
}
.breadcrumbs {
  font-size: 13px;
}  

@media screen and (max-width: 768px) {
  body {
    font-size: 0.875rem;
  }
  p {
    font-size: 15px;
    text-align: justify;
  }
.breadcrumbs {
  margin-top: 70px;
}  
.breadcrumbs span {
  display: inline-block;
}
}

.wrapper{
 max-width: 1100px;
 margin: 0 auto 130px auto;
 font-size: 0.9rem;
 padding: 0 6%;
}
.button {
  position: relative;
  display: inline-block;
  padding: 0.8em 2em;
  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: 16px;
}
.button:active {
  /*押したとき*/
  border: solid 1px #ef6475;
  box-shadow: none;
  text-shadow: none;
}
.button:hover{
  opacity: 0.8;
}


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

.marquee {
 display: none;
}
.button {
 width: 300px;
 margin: 5px;
 font-size: 16px;
 text-align: center;
}
.wrapper{
  padding: 0 4%;
}
}
h1 {
  padding: 15px 0;
  font-size: clamp(18px, 8vw, 30px);
  word-break: keep-all;
  text-align: center;
}
 
h2{
  font-size: 1.5rem;
  text-align: center;
  padding-top:  100px;
  border-bottom: solid 10px #F1B0B2;
}

strong {
  color: #E30021;
  font-size: 17px;
}
 
.sp {
  display: none;
} 
@media screen and (max-width:835px) {

h2{
  font-size: 1.3rem;
}
}
@media screen and (max-width:600px) {
h1 {
  font-size: 27px;
  text-align: left;
}
h1 span {
  display: inline-block;
} 
h1 .title_1 {
  margin-left: 80px;
}
h2{
  font-size: 1.2rem;
  border-bottom: solid 5px #F1B0B2;
}
h2 span {
  display: inline-block;
}
h3 span {
  display: inline-block;
}
   

.pc {
  display: none;
}
.sp-a img{
  margin-top: 20px;
}
}
@media screen and (max-width:375px) {
.wrapper{
    padding: 0 8px;
}
 

}

@media screen and (max-width:320px) {
p {
  font-size: 15px;
}
   
h2{
  font-size: 1.1rem;
}
}
  


/*---------------------------------
トップの体験談
---------------------------------*/
#top .flex_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#top h3 {
  color: #E30021;
  margin: 15px 0;
}
#top ul {
  margin-left: 10px;
  width: 700px;
}
#top .illust_r {
  width: 150px;
  background-color: #ebf7fb;
}
#top .top_box {
  background-color: #ebf7fb;
  margin-top: 80px;
  margin-bottom: 50px;
}
#top .top_p {
  margin-bottom: 15px;
}
@media screen and (max-width:600px) {
  #top .flex_top {
    flex-direction: column;
  }
  
#top ul {
  margin-left: 0;
  width: 100%;
}
}
#top_experience .flex{
    display: flex;
}
#top_experience .box{
    padding: 20px;
    width: 100%;
}
#top_experience .box .top_p strong {
    color:darkblue;

}
#top_experience .box h3 {
  margin: 35px 0;
  font-weight: bold;
  border-bottom: solid 3px #F1B0B2;
  font-size: 18px;
}
#top_experience h4 {
  font-size: 17px;
  margin: 10px;
}
#top_experience .title_3 {
  line-height: 0.7;
  border-bottom: solid 8px #f1f504;
  display:inline-block;
  margin-top: 30px;

}
#top_experience .top_ex_p{
  text-align: center;
}
#top_experience .box_image {
width: 500px;
height: auto;
padding-left: 10px;
}

#top_experience .box_images {
    width: 500px;
    height: auto;
    margin-top: 100px;
    padding: 15px;
}
#top_experience .box_image_3 {
    width: 500px;
    height: auto;
    padding-left: 10px;
    margin-top: 120px;

}
#top_experience .top_ex_bp {
  font-size: 13px;
  text-align: center;
}

#top_experience .title_33 {
    line-height: 1.5;  
    font-weight: bold;
}
.icon_m {
    width: 25px;
}
.effect p{
  font-size: 13px;
}
@media screen and (max-width:600px) {
h2 {
    line-height: 1.8;
    font-size: 21px;
}    

#top_experience .flex{
    flex-direction: column;
}
#top_experience .box:nth-child(1){
    order: 2;
}
#top_experience .box:nth-child(2){
    order: 1;
}
#top_experience .box{
    padding: 4px;
    width: 100%;
}

#top_experience .box img{
    width: 100%;

}
#top_experience h2 span {
  display: inline-block;
}

#top_experience .title_3 {
  line-height: 2;
  border-bottom: none;
  text-align: center;
}

#top_experience .title_33 {
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
  }
#top_experience .box_images {
    display: none;
}

#top_experience .box_image_3 {
    margin-top: 10px;

}
#top_experience .top_ex_bp {
    font-size: 14px;
    margin-bottom: 50px;
  }
  
#top_experience .box .icon_m {
    width: 22px;
}
}


#introduction .int_illust {
    width: 150px;
    margin: 200px 0 0 50px;

}
#introduction .int_photo {
    margin-top: 10px;
}

#introduction .box .top_p strong {
    color:darkblue;

}
@media screen and (max-width:600px) {
#introduction .int_illust {
    display: none;
    
}
    
}

/*---------------------------------
共感、深堀り
---------------------------------*/
#introduction .flex {
  display: flex;
}
#introduction .box {
  padding: 0 10px;
}
#introduction .box .photo_s {
  padding: 10px;
}
#introduction .flex p {
  width: 540px;
  margin: 0 10px;
}
#introduction h2 {
  font-size: 21px;

}

#introduction h4 {
  margin: 20px 0;
  padding-left: 10px;
  font-size: 1.1rem;
  color: rgb(42, 42, 248);
}
@media screen and (max-width:835px) {
#introduction .flex p {
    width: 400px;
}
  
}

@media screen and (max-width:600px) {
#introduction .flex {
    flex-direction: column;
}
  
#introduction .flex p {
  width: 100%;
  margin: 0;
}
#introduction .box:nth-child(1){
  order: 2;
}
#introduction .box:nth-child(2){
  order: 1;
}
#introduction .sp img {
  padding-bottom: 10px;
}

#introduction .title_intro {
  text-align: left;
  font-size: 19px;
  padding-left: 8px;

}
.photo_s {
  padding-bottom: 10px;
}
}

@media screen and (max-width:320px) { 
  
#introduction h2 {
  text-align: left;
  font-size: 16px;
  padding-left: 5px;

}
}  


/*---------------------------------
体験
---------------------------------*/
#contents h2 span {
  display: inline-block;
}

#contents h3{
     font-size: 18px;
     text-align: left;
     margin-left: 15px;
     margin-bottom: 10px;
}
#contents h3 span {
    display: inline-block;
}
#contents h4{
     padding-top: 20px;
     text-align: left;
     margin-bottom: 20px;
     font-size: 17px;
     font-weight: lighter;
}
#contents h5{
    padding: 10px;
}
   
#contents .flex{
    display: flex;
    margin: 30px 0;
    background: white;
}
#contents .flex .box p{
  margin-left: 15px;
  width: 400px;
}

#contents .photo img{
     width: 500px;
     height: auto;
     box-shadow: 10px 10px 10px 5px rgba(0, 0, 0, 0.2);
     border-radius: 10px;
     margin-top: 20px;
}
#contents .box {
  margin-bottom: 20px;
  padding: 20px;
}
#contents .reverse{
  flex-direction: row-reverse;
  background: white;
  margin-top: 50px;
}
#contents .reverse .box{
  padding-left: 0;
}
#contents .title_abc {
  margin-left: 100px;
  margin-bottom: 70px;
}
    
#contents .title_o {
  font-size: 20px;
  color: #E30021;
} 
#contents .title_r {
  font-size: 20px;
  color: blue;
}
#contents .title_x {
  font-size: 20px;
  padding-left: 20px;
  padding-bottom: 100px;
}

@media screen and (max-width:600px) {
#contents {
    padding: 0;

}
#contents h2{
    font-size: 1.2rem;
    padding-top: 80px;

}
#contents h3{
    font-size: 1.1rem;
    margin-bottom: 10px;
      
}
#contents h4{
    font-size: 1.1rem;
    text-align: center;
}
#contents .flex{
    flex-direction: column;
    margin: 0;
} 
#contents h5{
    font-size: 18px;
    text-align: center;
}
#contents .photo img{
    width: 100%;
    box-shadow: none;
    margin-top: 40px;
}
#contents .box {
    width: 100%;
    padding: 0px;
}
.content-button {
    text-align: right;
}

#contents .flex .box p{
    margin-left: 0;
    width: 100%;
}

#contents .title_abc {
    margin: 0 0 70px 0;
}    
   
#contents .title_o {
  margin: 0;
  font-size: 18px;
}   
#contents .title_r {
    margin: 0;
    font-size: 18px;
}   
#contents .title_x {
    margin: 0;
    font-size: 18px;
}   
      
}
@media screen and (max-width:320px) { 

#contents h2{
  font-size: 1.1rem;
}
}


#difference  {
  margin-bottom: 200px;
  position: relative;
}
#difference .flex {
  display: flex;
}

#difference h3 {
  border-bottom: solid 8px #f1f504;
}
.box_dif {
  margin-top: 80px;
  margin-left: 30px;
}
.illust_e {
  padding: 20px;
  width: 500px;
  height: auto;
  
}

.illust_j {
  padding: 20px;
  width: 800px;
  height: auto;
  
}
@media screen and (max-width:600px) {
#difference .flex {
  flex-direction: column;
}
   
#difference .box:nth-child(1){
  order: 2;
}
#difference .box:nth-child(2){
  order: 1;
}
#difference .int_title33 {
    text-align: center;
    font-size: 18px;
    padding: 10px 0;
}
.illust_a {
  width: 150px;
}
.illust_b {
  display: none;
}
.illust_e {
  padding: 30px 50px;
}
.box_dif {
  margin-top: 0px;
  margin-left: 50px;
}
  
}
/*---------------------------------
気のトレーニングとは
---------------------------------*/
#main-contents .flex {
  display: flex;
}
#main-contents h3 .flex_a {
  display: flex;
  align-items: center;
}

#main-contents .flex img {
  width: 450px;
}
#main-contents h2 strong {
  font-size: 35px;
}

#main-contents h3 strong {
  font-size: 35px;
  margin-right: 10px;
}
#main-contents h3 {
  margin: 20px 0;
  padding-left: 10px;
  font-size: 1.2rem;
  padding: 1rem 2rem;
  background: #fde6e6;

}
#main-contents .box .illust {
  width: 200px;
}
.title_k {
  padding: 1rem 2rem;
  border: 6px double #faabab;
  background-color: #f8ddde;
}
.title_k p {
  font-size: 17px;
}
.title_k p strong{
  font-size: 22px;

}
.photo_h {
  padding-right: 10px;
}
.photo_k {
  padding-left: 15px;
}
.photo_t {
  padding-left: 35px;
}
.box_u {
  width: 700px;
}

#sub-content .flex {
  display: flex;
  margin-top: 60px;
}
#sub-content h3 {
  margin-top: 30px;
}
#sub-content .sub_flex {
  display: flex;
  margin-top: 60px;
}
#sub-content .box {
  width: 50%;
  padding: 10px;
}
#sub-content .photo_z {
  width: 400px;
}
#sub-content ul li{
  margin: 7px 0;
  text-decoration: underline;
}

#sub-content .box .circle {
  height:30px;
  width:30px;
  border-radius:50%;
  line-height:30px;
  text-align:center;
  background:pink;
  font-size:20px;
  margin-left:20px;
  display: inline-block;
  margin-right: 10px;
}
#sub-content strong {
  color: #E30021;
  font-size: 1.2rem;
}

#sub-content .sub_photo {
  width: 170px;
  height: 235px;
}
.character_a {
  margin-left: 40px;
  font-size: 14px;
}
 
.character_b {
  margin-left: 50px;
}

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

#sub-content .flex {
  flex-direction: column;
  margin-top: 0;
}
#sub-content .sub_flex {
  flex-wrap: wrap;
  justify-content: space-around;
}
#sub-content .box {
  width: 100%;
}
#sub-content .photo_z {
  margin-top: 20px;
}
#sub-content .sub_photo {
  width: 130px;
  height: 200px;
}

#sub-content .title_top2{
  text-align: center;
  border-right: solid 10px #F1B0B2;
  line-height: 1.5;
  margin-bottom: 10px;
  padding: 0;
  font-size: 1.3rem;
  margin-top: 50px;
}
#sub-content .box .circle {
  margin-left:0px;
}
.character_a {
  margin-left: 20px;
  font-size: 14px;
}
 
.character_b {
  margin-left: 30px;
}

.title_k {
  padding: 15px 12px;
}
.title_k p span {
  display: inline-block;

}
}

@media screen and (max-width:320px) { 
  
.photo_t {
  padding-left: 0;
  padding: 10px;
}
}



@media screen and (max-width:600px) {
  
#main-contents .flex p {
  width: 100%;
  margin: 0;
}
#main-contents h3 {
  padding: 20px 8px;
  font-size: 18px;

}
#main-contents .flex {
  flex-direction: column;
}

#main-contents h3 .box_a {
  width: 35px;
}

#main-contents h4 {
  text-align: left;

}
#main-contents .illust_c {
  display: none;

}
#main-contents .box:nth-child(1) {
  order: 2;
}
#main-contents .box:nth-child(2) {
  order: 1;
}


#main-contents .flex .photo_z {
  max-width: 100%;
}
.box_u {
  width: 100%;
}
.photo_h {
  margin-bottom: 10px;
  padding: 0;
}
.photo_k {
  margin-bottom: 10px;
  padding: 0;
}

.photo_t {
  padding-left: 0px;
  padding: 10px;
}
#main-contents .box_u:nth-child(1) {
  order: 2;
}
#main-contents .box_u:nth-child(2) {
  order: 1;
}
}


@media screen and (max-width:320px) { 
  
.photo_t {
  padding-left: 0;
  padding: 10px;
}
}

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

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

}
#director .box {
  padding: 10px;
}
.photo-a {
  width: 700px;
  height: auto;
  border-radius: 25px;
}
#director h3 {
  margin: 20px 0px;

}
#director p {
  font-size: 16px;
}
#director .top_p {
  margin-bottom: 15px;
}
#director h4 {
  padding:10px;
  font-size: 20px;
}
#director .point {
  color:#E30021;
  margin-left: 20px;
}
#director strong {
  color:blue;
  font-size: 16px;
}
#director .profile_p p {
  font-size: 13px;
}


/*---------------------------------
学長著書
---------------------------------*/


.book-img {
  width: 100px;
  height: auto;
  margin: 20px;
}

.book-title {
  font-size: 13px;
}
.book_wrap {
  margin: 0px 10px;
}
.book_wrap p{
  font-size: 11px;
}
.one-g {
  color: #CB5266;
}
.book_p {
  margin-left: 20px;
}

.books .flex {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media screen and (max-width:600px) { 
 
}
@media screen and (max-width:320px) { 
  
#director .title_dir {
  font-size: 18px;

}

#director h4 {
  font-size: 17px;
}
}
/*---------------------------------
主任ご挨拶
---------------------------------*/
#chief .flex {
  display: flex;
  justify-content:space-between;
  align-items:flex-start;
}
#chief .box {
  padding: 10px;
}
.photo-b {
  width: 280px;
  height: auto;
  border-radius: 25px;
}
#chief h3 {
  margin-bottom: 20px;
  font-size: 20px;

}
#chief h3 strong{
  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 p strong {
  font-size: 16px;
}
#one-h {
  display: none;
}




@media screen and (max-width:600px) {
  #director .flex {
    flex-direction: column;
  }
  #director .profile{
    display: none;
  }
  #director h2 {
    text-align: center;
    font-size: 23px;
  }
  #director h3 {
    text-align: center;
  }
  #director h3 span {
    display: inline-block;
  }
  #director h4 {
    text-align: center;
  }
  #chief {
    text-align: center;
  }
  #chief h2 {
    font-size: 22px;
  }
  #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;
  }
 
#one-h {
  display: block;
  margin-top: 30px;
}
#one-h .book_img_2 {
  width: 100%;
  height: auto;
}
#one-h p {
  text-align: center;
  font-size: 15px;
}
.book-img {
  width: 100%;
  height: auto;
  margin-right: 20px;
}
.book_img_2 {
  width: 100%;
  height: auto;

}
.book_guide {
  padding-right: 35px;
  text-align:left;
}
.book-title {
  text-align: center;
}

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

#chief h3 {
  font-size: 17px;

}

}

h5 {
  color: #92c203;
  font-size: 20px;
}


#sub-content2 .flex {
  display: flex;
}
#sub-content2 h3 {
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 1.2rem;
  color: rgb(42, 42, 248);

}

.illust_t {
  width: 500px;
  height: auto;
  margin: 20px;
}

.sub_p {
  text-align: center;
  font-size: 13px;
}
@media screen and (max-width:600px) {
  
#sub-content2 .flex {
  flex-direction: column;
}
#sub-content2 .box:nth-child(1) {
  order: 2;
}

#sub-content2 .box:nth-child(2) {
  order: 1;
}
#sub-content2 h3 {
  text-align: center;
}

.illust_t {
  width: 100%;
  height: auto;
  margin: 0;
}
}
/*---------------------------------
個別説明会
---------------------------------*/
.first {
  margin-top: 80px;
}
.first .flex {
  display: flex;
}
.first .box {
  padding: 10px;
  width: 50%;
}
.first h2 {
  margin: 30px 0 10px 0;
}
.first h3 {
  font-size: 21px;
}
.first h3 span{
  display: inline-block;
}
.first h4 {
  font-size: 16px;
}
.first .title_ff {
  padding: 0;
}

.banner_b {
  width: 600px;
}
.button_a {
  padding: 0.8em 14em;
  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:2000px) {
  
  .button_a {
    padding: 0.8em 8em;
  }
}

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

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

 .button_a {
  padding: 0.8em 3em;
 }
 .consultation_button{
  margin-top: 30px;
 }

}

/*---------------------------------
個別説明会の流れ
---------------------------------*/
.first-b .flex {
  display: flex;
}
.first-b .box {
  width: 50%;
  height: auto;
  margin: 15px;
}
.first-b h2 {
  margin-bottom: 20px;
}
.first-b h3 {
  margin: 20px 0px;
}

.first-b p {
  font-size: 15px;
}
.first-b p strong{
  font-size: 16px;
}

@media screen and (max-width:600px) {
  .first-b .flex {
    flex-direction: column;
  }
  .first-b .box {
    width: 100%;
    height: auto;
    margin: 0;
    
    
  }
  
.first-b h2 {
  font-size: 23px;
}
  .first-b h2 span {
    display: inline-block;
  }
  .photo_w {
    margin-top: 10px;
  }
#experience .box {
  margin-bottom: 20px;
}
#experience h2 {
  font-size: 23px;
}
}

#experience h3 {
  margin-bottom: 10px;
}
/*---------------------------------
体験レッスン
---------------------------------*/
#trial_Lesson .flex{
    display: flex;
    margin-top: 30px;
}
#trial_Lesson .box{
    padding: 10px;
}
#trial_Lesson .box .trial_img{
    max-width: 380px;
    height: auto;
    padding: 10px;
}

#trial_Lesson .box .pc{
    width: 400px;
    height: auto;
}
#trial_Lesson h3{
    font-size: 20px;
    border-top: solid 3px #75dbfa;
    border-bottom: solid 3px #75dbfa;
}

#trial_Lesson .first_title4 {
  text-decoration: line-through;
  text-decoration-color: red;
  font-size: 16px;
}

#trial_Lesson .first_p{
  font-size: 25px;
}
#trial_Lesson .first_p {
  color: #E30021;
  font-weight: bold;
}
#trial_Lesson .first_p_a {
  font-size: 13px;
  color: #E30021;

}
.box27 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #AFD147;
    display: inline-block;
    margin-top: 50px;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #AFD147;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0; 
    padding: 0;
}

/*---------------------------------
ｱｸｾｽ
---------------------------------*/
aside #map .flex{
  display: flex;
  justify-content: center;
  
} 
aside #map ul {
  width: auto;
  height: auto;
}  
aside #map2{
  padding: 20px;
 } 
aside #map2 p{
   text-align: left;
 }  

aside .button{
     padding: 10px 50px;
     background: #CB5266;
     color: white;
     display: inline-block;
     text-decoration: none;
     border-radius: 30px;
     margin: 30px;
   }
   
aside .button:hover{
       opacity: 0.8;
   }

aside img{
     width: 300px;
     height: auto;

   }
 
aside h3{
     font-size: 24px;
     font-family: sans-serif;
     font-weight: bold;
     margin-bottom: 10px;
     padding: 20px;
     text-align: center;
  }
aside h3 span {
    display: inline-block;
    margin: 10px;
  }


aside address{
    font-style: normal;
    padding: 5px;
    text-align: left;
    margin-bottom: 30px;
  }
aside address ul{
    list-style-type: none;
  }
aside address ul li{
    font-size: 0.9rem
  }
aside address ul li span{
   display: inline-block;
 }
 
#map .flex iframe{
  margin: 10px;
}

@media screen and (max-width:600px) {
  aside .title_22 {
    margin-top: 80px;
    font-size: 25px;
  }
  aside #map .flex{
    flex-direction: column;
    
  } 
}
/*---------------------------------
写真でみる
---------------------------------*/

#photos h4{
    padding-top: 80px;
    padding-bottom: 40px;
    font-size: 20px;
    text-align: center;
   }

#photos .flex-one  {
    display: flex;
    justify-content: space-between;
  }
#photos .flex-two  {
    display: flex;
    justify-content: space-between;
  }
#photos .flex-one img {
    width: 300px;
    height: 225px;
    padding: 5px;
  }
#photos .flex-two img {
    width: 300px;
    height: 400px;
    padding: 5px;
  }
  


/*---------------------------------
西１１丁目からの
---------------------------------*/

  
aside .guide{
     padding-top: 20px;
     border-top:2px solid #3b4ba0;
     border-bottom: 2px solid #3b4ba0;
     padding-bottom: 30px;
   }
   
   
aside .guides {
     display: flex;
     justify-content:space-around;
     
     
   }
aside .guides img{
     width: 260px;
   }
aside .guides p{
     font-size: 12px;
   }
aside .guides figure {
  padding: 5px;
}



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

    aside h3{
      font-size: 20px;
      padding-left: 40px;
      padding-right: 40px;
    }
 
    aside .button{
      margin: 4px;
     
    }
    #map .flex .box img {
      width: 100%;
      padding: 0px;
      margin-bottom: 10px;
    }

    #map .flex iframe{
      width: 100%;
      margin: 0;
    }
 
    aside address ul li{
      font-size: 1.2rem
    }
  
    aside h2{
      font-size: 1.9rem;
      padding-top: 0px;
    }
    
 
    #photos img{
      width: 100%;
    }
  
  #photos .flex-one img {
    width: 100%;
  }
  #photos .flex-two img {
    width: 100%;
  }
  #photos .flex-one {
    flex-direction: column;
  }
  #photos .flex-two {
    flex-direction: column;
  }
  #photos p{
    font-size: 19px;
   }
 
    aside h3 span {
      margin: 0px;
    }

aside .guides p{
      font-size: 16px;
      padding: 5px;
      padding-bottom: 10px;
    }

aside .guides {
flex-direction: column;      
      
    }
aside .guides img{
      width: 100%;
    }
 aside h4 {
  font-size: 19px;
 }

.button-aa {
  text-align: center;
}

   }



/*---------------------------------
導引術の歴史
---------------------------------*/

#history .flex {
    display: flex;
  }
#history .box {
    margin: 20px;
  }
#history .content-button {
    text-align: right;
  } 
#history img {
  width: 450px;
}
#history h3 {
  font-size: 18px;
  text-align: left;
}


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

  #history .flex {
    flex-direction: column;
  }
  .line-texts {
    display: none;
  }
  #history h2 {
    font-size: 23px;
  }
  #history h3 span {
    display: inline-block;
  }
  #history h3 {
    text-align: center;
  }

}

/*---------------------------------
学長著書
---------------------------------*/
#book .flex {
  display: flex;
  padding: 20px;

}
#book .box img {
  width: 700px;
  height: auto;
  padding-right: 30px;
}
#book .book_p {
  text-align: right;
}
#book h4 {
  margin-top: 20px;
  color: #f5a904;
}
@media screen and (max-width:600px) { 
  #book .flex {
    flex-direction: column;
  
  }
  
}
/*---------------------------------
トップへもどるボタン
---------------------------------*/

.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:835px) {
   
.go-top{
  position: fixed;
  z-index: 9999;
  bottom: 10px;
  left: 10px;

}
}
@media screen and (max-width:600px) {
  
.go-top{
  position: fixed;
  z-index: 9999;
  bottom: 10px;
  left: 10px;

}
}





/*---------------------------------
体験談
---------------------------------*/
.hero  {
    margin-bottom: 100px;
}
.hero .flex {
    display: flex;
}
.hero .box {
  margin-bottom: 30px;
}
.hero .box img {
  width: 450px;
  height: auto;
  padding: 20px;
}
.hero h3 {
  margin-top: 80px;
  font-size: 20px;
}
.hero .box .illust_g {
  width: 300px;
  height: auto;
}
@media screen and (max-width:600px) {
.hero .flex {
    flex-direction: column;
}
    
.hero .box:nth-child(1){
    order: 2;
}
.hero .box:nth-child(2){
    order: 1;
}
.hero .box .illust_g {
  width: 100%;
  padding: 30px 50px;
}
    
}


   /*---------------------------------
フッター

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

footer{
	background-color: #ef6475;
  }
footer a:link{color:#000; }
footer a:visited{color: #000;}
footer a:hover{color: #4a4848; text-decoration: underline;  }
footer a:active{color: #F85D5D; text-decoration: underline;  }


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

}
.footer-text ul li{
font-size: 13px;
}
  
.footer-top .flex{
  display: flex;
  justify-content: center;
}
.footer-top h4 {
  font-size: 20px;
  color: red;
}
.footer-top img {
  width: 500px;
  height: auto;
}
.footer-top h3 {
  font-size: 25px;
  margin-top: 100px;
  text-align: center;
}
.footer-top .box{
  padding: 10px;
  width: 500px;

}
@media screen and (max-width:600px) {
.footer-in{
flex-direction: column;
padding: 25px;
}
.footer-text ul li {
font-size: 16px;
}
.footer-text {
padding: 10px;
}
  
.footer-top h3 span {
  display: inline-block;
}
.footer-top .flex{
  flex-direction: column;
}
.footer-top .box img {
  width: 100%;
  height: auto;
}
.footer-top .box{
  width: 100%;
  height: auto;

}

footer p span {
  display: inline-block;
}
} 
  
   
/*---------------------------------
  トップへもどるボタン
---------------------------------*/
  
.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;

}
}
