@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: #fffcfc;
  line-height: 2;
}
  
a{
  text-decoration: none;
}

img{
  max-width: 100%;
}

li{
  list-style: none;
  font-size: 1rem;
}
p {
  font-size: 16px;
  text-align: justify;
}
.wrapper{
 max-width: 960px;
 margin: 0 auto 130px auto;
 font-size: 0.9rem;
 padding: 0 4%;
}


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



/* ヘッダー */
header{
  width:100%;
  display: flex;
  justify-content: space-between;
  align-items:center;
  margin: 0 auto;
  padding: 10px 4%;
  background-color: white;
  margin-bottom: 20px;

}
header .pc img {
width: 300px;
}

.headmenu .flex {
display: flex;
}

.headmenu .box-a a:hover{
opacity: 0.5;

}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
.headmenu .boxs img {
width: 250px;
}

@media screen and (max-width:600px) {
header{
 padding: 4px;
 width: 100%;
 top:0;
 left:0;
 margin-bottom: 0px;
}
.pc { 
 display: none !important; 
}
.sp { display: block !important; }
.headmenu {
 display: none;
}
.marquee {
 display: none;
}
.button {
 width: 300px;
 margin: 5px;
 font-size: 16px;
 text-align: center;
}
.wrapper{
  padding: 0 4%;
}
}

#top1 {
  max-width: 1100px;
  margin: 0 auto 130px auto;
  padding: 0 1%;

}
#top1 .flex {
  display: flex;
  align-items:flex-start;
  justify-content: space-between;
}
#top1 .photo {
  width: 600px;
}
h1 {
  padding: 15px 0;
  line-height: 2;
  font-size: clamp(32px, 8vw, 48px );

}
h1 p {
  text-align:left;
}
h1 strong {
  font-size: 30px;
  color: #E30021;

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

}
#top1 .one-c p{
  font-size: 22px;
  color: #CB5266;
  margin-bottom: 10px;
  font-weight: bold;
}
#top1 .one-d {
  font-size: 17px;
}

#top1 .one-d h4 {
  color: #CB5266;
  font-size: 20px;
  margin-bottom: 50px;

}

h3 strong {
  color:#CB5266;

}
 
.sp {
  display: none;
} 
@media screen and (max-width:840px) {

#top1 {
  width: 100vw;
}
#top1 .one-c h1 p{
    font-size: 20px;
}
  
#top1 h1 strong {
  font-size: 21px;
}

#top1 .photo {
  width: 350px;
}
#top1 .flex {
  width: 100vw;
}
#top1 .box {
  width: 50vw;
}   
h2{
  font-size: 1.3rem;

}
}
@media screen and (max-width:600px) {
#top1 {
    padding: 0;
    margin: 0;
} 
#top1 .box {
  width: 100%;
  padding: 0 4%;
}     
h1 {
  margin-bottom: 20px;
  margin-top: 70px;
  line-height: 1.3;
}
h1 span {
  display: block;
}
#top1 h1 strong {
  font-size: 25px;
}
   
h2{
  font-size: 1.2rem;
  border-bottom: solid 5px #F1B0B2;

}
h2 span {
  display: inline-block;
}
h3 span {
  display: inline-block;
}
#top1 .flex {
  flex-direction: column;
}
#top1 p {
  text-align: left;

}
#top1 .one-c p {
  font-size: 19px;
}
   
#top1 .one-d h4 {
  font-size: 17px;
} 
#top1 .one-d {
  margin-top: 20px;
  width: 100vw;
  padding: 0 4%;
}

#top1 .one-d h4 strong{
    font-size: 17px;
}
#top1 .box img .photo {
  width: 100%;
  height: auto;
}
.one-e-p {
  margin: 10px;
}
.pc {
  display: none;
}


}

@media screen and (max-width:375px) {
.wrapper{
  padding: 0 8px;
}
#top1 {
  padding: 0;
}   
#top1 .one-d h4 {
  font-size: 15px;

} 

#top1 .one-c h1 p{
  font-size: 17px;
}

#top1 h1 strong {
font-size: 20px;
color: #CB5266;

}

#top1 .one-d h4 {
font-size: 15px;

} 
}

@media screen and (max-width:320px) {
p {
  font-size: 15px;
}
#top1 .one-c h1 p{
    font-size: 16px;
  }
  
#top1 h1 strong {
  font-size: 18px;
  color: #CB5266;
}

#top1 .one-d h4 {
  font-size: 15px;

} 
   
h2{
  font-size: 1.1rem;

}
}
    
.balloon1-left {
  padding: 10px 25px 10px 25px;
  background-color: #f8ddde;
  border-radius: 10px;
  
}
.balloon1-left p {
  font-size: 14px;
}


.one-e {
  line-height: 2;  
}
.one-e .flex {
  display: flex;
  
}
.one-e .box {
  width: 300px;
  padding: 10px;
  
}
.one-e img {
  margin-left: 30px;
  width: 100px;
  height: 110px;
}
.one-e h4{
  font-weight: lighter;
  font-size: 17px;
  margin-top: 80px;
  text-align: center;
}
.one-e strong{
  font-size: 17px;
  color: #E30021;

}

@media screen and (max-width:600px) {
  .one-e {
    margin-bottom: 50px;
  }
  .one-e {
    padding: 0;
    margin: 0;
  }
  .one-e .flex {
    flex-direction: column;
    
  }
  
  .one-e .box {
    padding: 0;
    width: 100%;
    height: auto;

  }
  .one-e .balloon1-left p{
    font-size: 14px;

  }

  .one-e img {
    margin-left: 30px;
    width: 100px;
    height: auto;
  }
  
  .balloon1-left {
    margin: 0;
    padding: 10px;


  }
  .one-e h4 span{
    display: inline-block;
  }
}
@media screen and (max-width:320px) { 
.one-e h4{
  font-size: 16px;
}
.one-e strong{
  font-size: 16px;
}
}

/*---------------------------------
共感、深堀り
---------------------------------*/
#introduction {
  line-height: 2;
}
#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 strong {
  border-bottom: solid 8px #96fafa;

}

#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:center;
  font-size: 19px;
  padding-left: 8px;

}
.illust_a {
  width: 150px;
}
.photo_s {
  padding-bottom: 10px;
}
}

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

}
}  

/*---------------------------------
体験
---------------------------------*/
#contents {
  line-height: 2;

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

  }
#contents strong {
  border-bottom: solid 8px #96fafa;

}

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

  }
#contents h2{
      font-size: 1.3rem;
      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;

}

}
/*---------------------------------
気のトレーニング7つの特長
---------------------------------*/
#main-contents {
  line-height: 2;
}
#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: 40px;
  color: #E30021;
  border-bottom: none;

}

#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;
}
#main-contents strong {
  border-bottom: solid 8px #96fafa;
  font-size: 17px;
}
#main-contents .box_a strong {
  border-bottom: none;

}

.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;
}
#sub-content .box {
  width: 50%;
}
#sub-content .photo_z {
  width: 400px;
}
#sub-content .title_i {
  margin: 20px 0;
  padding-left: 10px;
  font-size: 1.2rem;
  color: rgb(42, 42, 248);
}
#sub-content .title_j{
  margin: 20px 0;
  padding-left: 10px;
  font-size: 1.2rem;
  color: rgb(42, 42, 248);
}
#sub-content ul li{
  margin: 7px 0;
  text-decoration: underline;
}
#sub-content .box .maru_a {
  height:30px;
  width:60px;
  border-radius:50%;
  line-height:30px;
  text-align:center;
  background:pink;
  font-size:20px;
  margin-left:20px;
  display: inline-block;
}

#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;
}
#sub-content strong {
  color: #E30021;
}
.character_a {
  margin-left: 40px;
  font-size: 14px;
}
 
.character_b {
  margin-left: 50px;
}

@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;
}
#sub-content .flex {
  flex-direction: column;
}

#sub-content .box {
  width: 100%;
}
#sub-content .photo_z {
  margin-top: 20px;
}
#sub-content .title_j{
  margin: 0;
  padding-top: 50px;
}
#sub-content h2 {
  font-size: 23px;
}
#sub-content .box .maru_a {
  margin-left:0px;
}

#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;

}
}

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

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

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

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

}

#one-a h4 {
  padding:10px;
  font-size: 20px;
}
#one-a .point {
  color:#E30021;
  margin-left: 10px;
}
#one-a strong {
  color:blue;
  font-size: 16px;
}
.book-img {
  width: 100px;
  height: auto;
  margin: 20px;
}
.book-imeg {
  width: 150px;
  height: auto;
  margin: 20px;

}
#one-f .flex {
  display: flex;
  align-items: flex-end;
}
#one-f h3 {
  padding-left: 50px;
  margin-top: 30px;
}

.book-title {
  font-size: 13px;
}
.book-kikan {
  margin: 0px 10px;
}
.book-kikan p{
  font-size: 11px;
}
#one-f {
  margin-bottom: 50px;
}
.one-g {
  color: #CB5266;
}
.book_p {
  margin-left: 20px;
}
@media screen and (max-width:835px) { 
  
#one-f .flex {
  display: flex;
  flex-wrap: wrap;
}
}
@media screen and (max-width:320px) { 
  
#one-a .title_one-a {
  font-size: 18px;

}

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

}
#one-b h3 strong{
  font-size: 20px;
}
#one-b h4 {
  margin: 20px 0;
  font-size: 17px;
}
#one-b {
  margin-top: 100px;
}
#one-b .box22 {
  margin-bottom: 20px;
}
#one-b img {
  width: 400px;
  height: auto;
}
#one-b p strong {
  font-size: 16px;
  color: #E30021;
}
#one-h {
  display: none;
}




@media screen and (max-width:600px) {
  #one-a .flex {
    flex-direction: column;
  }
  #one-a .profile{
    display: none;
  }
  #one-a h2 {
    text-align: center;
    font-size: 23px;
  }
  #one-a h3 {
    text-align: center;
  }
  #one-a h3 span {
    display: inline-block;
  }
  #one-a h4 {
    text-align: center;
  }
  #one-b {
    text-align: center;
  }
  #one-b h2 {
    font-size: 22px;
  }
  #one-b .box22 {
    text-align: left;
    margin-bottom: 20px;
  }
  #one-b .flex {
    flex-direction: column;
  }
  #one-b .box:nth-child(1){
    order: 2;
  }
  #one-b .box:nth-child(2){
    order: 1;
  }
  #one-b p {
    text-align: left;
  }
  #one-b img {
    width: 100%;
    height: auto;
  }
 
#one-h {
  display: block;
  margin-top: 30px;
}
#one-h .book-imeg {
  width: 100%;
  height: auto;
}
#one-h p {
  text-align: center;
  font-size: 15px;
}
#one-f .flex {
  flex-direction: column;
}
.book-img {
  width: 100%;
  height: auto;
  margin-right: 20px;
}
.book-imeg {
  width: 100%;
  height: auto;

}
#one-f h3 {
  padding-left: 0px;
}
.book-kikan {
  padding-right: 35px;
  text-align:left;
}
.book-title {
  text-align: center;
}

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

#one-b h3 {
  font-size: 17px;

}
}
/*---------------------------------
このような方に喜ばれています
---------------------------------*/


#explanation {
  max-width: 1000px;
  margin: 0 auto 130px auto;
  font-size: 0.9rem;
  padding: 0 4%;
 }
 #explanation h2{
  margin-top: 80px;
 }


#explanation h3 {
  padding: 10px;
  color: #F1B0B2;
}

#explanation p {
  display: flex;
  align-items: center;
  font-size: 18px;
  margin-top: 20px;
}
#explanation ul {
  margin: 20px;
}
#explanation ul li{
  font-weight: bold;
}
.exp_a {
  margin-left: 130px;

}

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

@media screen and (max-width:600px) {
  #explanation {
    text-align: center;
    margin: 0 auto 40px auto;

  }
  #explanation .flex {
    flex-direction: column;
  }
  #explanation .box img {
    display: none;
  }
  #explanation h2 span{
    display: inline-block;
  }
  #explanation p{
    text-align: left;
  }
  #explanation ul {
    text-align: left;
    margin-left: 40px;
  }
  
  .exp_a {
    margin-left: 0;
  
  }
  
}


/*---------------------------------
個別説明会
---------------------------------*/
.first .flex {
  display: flex;
}
.first .box {
  padding: 10px;
}
.first h2 {
  margin: 30px 0 10px 0;
}
.first h3 {
  font-size: 21px;
}
.first h3 span{
  display: inline-block;
}
.first h4 {
  font-size: 16px;
}
.first h6 {
  font-size: 13px;

}
.first .title_ff {
  padding: 0;
}

.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 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;
  text-align: center;
}

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

.first-c .box {
  margin: 0px;
  padding: 0 10px 10px 10px;
  
}
.first-c .box img {
  padding-top: 5px;
}
.first-c p {
  font-size: 14px;
}
      
 .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;
  border-top: solid 4px #96fafa;
  border-bottom: solid 4px #96fafa;
  font-size: 17px;
}
.first-b .first_title4 {
  text-decoration: line-through;
  text-decoration-color: red;
  font-size: 16px;
}

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

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

}
.first-b img {
  padding: 20px 0;
  width: 400px;
  height: auto;
}
.taiken-bunner{
  margin-top: 80px;
  margin-bottom: 80px;
  text-align:center;
 }
@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;
  }
.taiken-bunner{
  text-align: center;
 }
#experience .box {
  margin-bottom: 20px;
}
#experience h2 {
  font-size: 23px;
}
}

#experience h3 {
  margin-bottom: 10px;
}
#experience strong {
  color: #E30021;
}

/*---------------------------------
ｱｸｾｽ
---------------------------------*/
aside #map .flex{
    display: flex;
    justify-content:space-around;
    flex-wrap: wrap;
    align-items: flex-end;
  
  }   
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;
  }
}
/*---------------------------------
写真でみる
---------------------------------*/

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

aside .guides .gu_y {
  display: inline-block;
  width: 15px;
}

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

}

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

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

}
}





