@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: 25px;
  text-align: center;
}
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 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
#top .box {
  width: 33%;
  height: 500px;
  border: solid 1px ;
  padding: 10px;
}
#top .top_text {
  margin-top: 20px;
}
#top h3 {
  color: #E30021;
  margin: 15px 0;
}
#top ul {
  margin-left: 10px;
  width: 600px;
}
#top p {
    margin-left: 10px;
}
@media screen and (max-width:600px) {
  #top .flex_top {
    flex-direction: column;
  }
  
#top ul {
  margin-left: 0;
  width: 100%;
}
#text .flex {
  flex-direction: column;
}
#text .box {
  width: 100%;
}
}
@media screen and (max-width:600px) {
h2 {
    line-height: 1.8;
    font-size: 21px;
}    

}

#comparison .flex {
  display: flex;
}
#comparison .box {
  width: 49%;
  height: 300px;
  border: solid 1px;
  padding: 5px;
}

.comparison_button {
  text-align: right;
}

#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 .maru {
    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: 250px;
  }
  .character_a {
    margin-left: 40px;
    font-size: 14px;
  }
   
  .character_b {
    margin-left: 50px;
  }
  
  @media screen and (max-width:600px) {
  #comparison .flex {
    flex-direction: column;
  }
  #comparison .box {
    width: 100%;
  }
  
.comparison_button {
  text-align: center;
}
  #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 .maru {
    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;
  
  }
  }
  

/*---------------------------------
共感、深堀り
---------------------------------*/
#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);
}

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

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

#introduction .box .intro_p {
    margin-top: 30px;
}
@media screen and (max-width:835px) {
#introduction .flex p {
    width: 400px;
}
#introduction .int_illust {
    display: none;
    
}
 
}

@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: 20px;
     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_a{
    display: flex;
    margin: 30px 0;
    background: white;
}
#contents .flex_a .box_a p{
  margin-left: 15px;
  width: 400px;
}

#contents img{
     width: 350px;
     height: auto;
     box-shadow: 10px 10px 10px 5px rgba(0, 0, 0, 0.2);
     border-radius: 10px;
     margin-top: 20px;
}
#contents .box_a {
  border: none;
  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;
}

.category_button {
  position: relative;
  display: inline-block;
  padding: 0 4px;
  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);
  font-size: 0.7rem;
  margin-bottom: 10px;
  margin-left: 15px;
}

.category_btn {
  position: relative;
  display: inline-block;
  padding: 0 4px;
  text-decoration: none;
  color: white;
  background: #52adcb;/*色*/
  border: solid 1px #52adcb;/*線色*/
  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);
  font-size: 0.7rem;
  margin-bottom: 10px;
}
@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_a{
    flex-direction: column;
    margin: 0;
} 
#contents h5{
    font-size: 18px;
    text-align: center;
}
#contents img{
    width: 100%;
    box-shadow: none;
    margin-top: 0px;
}
#contents .box_a {
    width: 100%;
}
.content-button {
    text-align: right;
}


#contents .flex_a .box_a p{
  width: 100%;
  margin: 0;
}
#contents .title_abc {
    margin: 0 0 70px 0;
}    
   
#contents .title_2 {
  margin: 0;
  font-size: 20px;
}   
#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;
}
  
}

/*---------------------------------
本
---------------------------------*/
#book .flex_a {
    display: flex;
}
#book .box_a {
  padding: 10px;
}
#book h3 {
  font-size: 1.1rem;
}
#book h4{
  padding: 0.25em 0.5em;
  font-size: 1.2rem;
  border-left: solid 10px #c1e0ff;
}
#book img {
  width: 550px;
  height: auto;
} 
  @media screen and (max-width:600px) {
  #book .flex_a {
    flex-direction: column;
    
  }
  #book .title_2 {
  text-align: center;
  border-right: solid 10px #F1B0B2;
  line-height: 1.5;
  margin-bottom: 10px;
  padding: 0;
  font-size: 1.3rem;
  margin-top: 80px;
  }
  #book .title_2 span{
    display: inline-block;
  }
  
  #book .title_3 {
    text-align: center;
  }
  #book h4 span{
    display: inline-block;
  }
  #book img {
    width: 100%;
  }
  #book .box .book_price {
    text-align: center;
  }
  #book .book_photo {
    margin: 30px 0;
  }
  
  #book .text {
    width: 100%;
    margin: 0px;
  }
  }



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

/*---------------------------------
ｱｸｾｽ
---------------------------------*/
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 {
  margin-top: 30px;
}
#book h4 {
  margin-top: 20px;
  color: #f5a904;
}
.book_button {
  text-align: right;
}
@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;
}
#link {
  text-align: center;
}    
}


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

}
}
