@charset "utf-8";
/* レイアウトのためのCSS */

body{
    font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #082627;
	font-size:1rem;
	line-height:1.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%; 
	word-wrap: break-word;
}

@media screen and (max-width:768px) {
body{
	font-size:0.9rem;
	}
}

*{box-sizing: border-box;}

ul{
	margin:0;
	padding: 0;
	list-style: none;
}

a{
	color: #082627;
	text-decoration: none;
    outline: none;
}

img{
    width: 100%;
    height: auto;
}

/* font-family */

#splash-logo,
.top-lead,
h1,
h2,
h3 span,
#g-nav,
.openbtn,
#footer{
    font-family: sans-serif;
    letter-spacing: 0.1em;
}

/* splash */

#splash-logo{
    font-size: 1.2rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #32b430;
}

/* g-nav */

#g-nav.panelactive li:last-child a{
    margin: 30px 0 0 0;
    padding: 10px 20px;
    border: 2px solid #082627;
    white-space: nowrap;
}

/*pc-nav*/

#pc-nav span.bgLRextend::before{
    background:#082627;
}


@media screen and (max-width:1200px) {
    #pc-nav{
        display: none;
    }
}
/* greeting */

#greeting{
    margin:0 0 200px 0;
}

@media screen and (max-width:1050px) {
#greeting{
    margin:0 0 100px 0;
}  
}

.greeting-area{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.greeting-area p{
    margin: 0 0 30px 0;    
}

.greeting-area .txt-r{
     text-align: right;
}

.greeting-lead{
    font-weight: bold;
    font-size: 1.2rem;
}

.greeting-img{
    width:90%;
}

.greeting-img img{
    animation: fluidrotate 30s ease 0s infinite;
}

@media screen and (max-width:768px) {
.greeting-area{
    display: block;
    }
.greeting-img{
    width: 90%;
    margin:0 auto;
    }
}

@media screen and (max-width:550px) {
.greeting-content{
    padding:0;
} 
.greeting-img{
    width:100%;
}
}

/* heading */

h1{
    margin-left: 5%;
    line-height: 0;
    vertical-align: middle;
}

h2{
    font-size: 3rem;
}

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

  h2{
      font-size:2rem;
    }
}

/* lead */

.top-lead{
    position: fixed;
    bottom:15%;
    left:7%;
    font-size:2rem;
    font-weight: bold;
    line-height: 1.5;
}

@media screen and (max-width:768px) {
    .top-lead{
        font-size:1.5rem;
        left:10%;
        }
    }

@media screen and (max-width:550px) {
    .top-lead{
        font-size:1.2rem;
        }
    }
@media screen and (max-width:380px) {
    .top-lead{
        font-size:1rem;
        }
    }

.top-lead span.bgLRextend::before{
    background:#082627;
}
/* main-area */

#main-area{
    width:90%;
    margin:0 auto;
    padding: 50px 0; 
}

/* topics */

#topics{
    border-left:3px solid #000;
    padding: 0 0 0 20px;
}

@media screen and (max-width:768px) {
    #topics{
        margin:0 0 100px 0;
}
}

#topics h2{
    font-size: 1.5rem;
}

#topics h2 span.bgLRextend::before{
    background:#082627;
}

.bx-wrapper{
    box-shadow:none;
    border:none;
}

/* intro */

#intro{
    display: flex;
    justify-content:space-between;
    align-items: center;
    flex-wrap: wrap;
    margin:0 0 100px 0;
}

@media screen and (max-width:768px) {
    #intro{
        margin:0 0 50px 0;
    }
}

#intro .content{
   width:fit-content;
   text-align: center;
   left: 0;
   right: 0;
   margin: auto;
}

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

#intro .content{
   width:100%; 
   text-align: left;
} 
#intro .content br.da{
    display: none;
 } 
}

#intro h2{
    color:#32b430;
    margin:0 0 30px 0;
}

#intro p{
    line-height: 2;
    margin: 0 0 50px 0;
}

#intro .intro-lead{
    position: relative;
    color:#32b430;
    font-size:1.3rem;
    font-weight: bold;
    margin: 0 0 90px 0;
}

@media screen and (max-width:768px) {
#intro .intro-lead{
    font-size:1rem;
    margin-top: -70px;
    }  
}

#intro .intro-lead::after{
    content:'';
    position: absolute;
    bottom:-30px;
    left:0;
    right:0;
    margin: auto;
    background:#32b430;
    width:12em;
    height: 3px;
}  

@media screen and (max-width:768px) {
    #intro .intro-lead::after{
        left:auto;
        right:0;
        margin: auto;
    }   
    }

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


/* vision */

#vision h2{
    text-align: center;
    margin:0 0 100px 0;
}

@media screen and (max-width:550px) {
    #vision h2{
    margin:0 0 50px 0;
    }
}

#vision h2 span.bgLRextend::before{
    background:#32b430;
}

.vision-area{
    display: flex;
    justify-content:space-between;
    align-items: center;
    flex-wrap: wrap;
    margin:100px 0;
}

@media screen and (max-width:800px) {
    .vision-area{
        margin:0 0 50px 0;
    }

}

#vision .img{
    width:40%;
    min-height: 590px;
}

#vision .content{
   width:55%; 
    text-align: left;
}

@media screen and (max-width:800px) {
  #vision .img{
    width:100%;
    min-height: 290px;
      margin:0 0 50px 0;
}

#vision .content{
   width:100%; 
   text-align: left;
}  
}

#vision h2{
    color:#32b430;
    margin:0 0 30px 0;
}

#vision p{
    line-height: 2;
    margin: 0 0 50px 0;
}

#vision .name{
    text-align: right;
}

#vision .vision-lead{
    position: relative;
    color:#32b430;
    font-size:1.3rem;
    font-weight: bold;
    margin: 0 0 90px 0;
}

@media screen and (max-width:768px) {
#vision .vision-lead{
    font-size:1rem;
    }
    
}

#vision .vision-lead::after{
     content:'';
    position: absolute;
    bottom:-30px;
    right:0;
    background:#32b430;
    width:12em;
    height: 3px;
}

/* activity */

#activity h2{
    text-align: center;
    color:#32b430;
    margin:0 0 100px 0;
}

@media screen and (max-width:550px) {
#activity h2{
    margin:0 0 50px 0;
    }
}

#activity .activity-area{
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin:0 0 300px 0;
}

@media screen and (max-width:768px) {
#activity .activity-area{
    margin:0 0 200px 0;   
}
}

@media screen and (max-width:590px) {
 #activity .activity-area{
    margin:0 0 50px 0;   
}
   
}

#activity .activity-area::after{
     content:'';
    position: absolute;
    width: 70%;
    height: 23em;
    background-color: rgba(203,225,27,0.5);
    right:10%;
    top:20%;
    z-index: -1;
}


#activity .activity-area:nth-of-type(2n+1){
     flex-direction: row-reverse;
}


#activity .activity-area .img{
    width:40%;
    z-index: 1;
}

#activity .activity-area .content{
    width:55%;
    background:#fff;
    box-shadow: 0 0 20px #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top:150px;
    z-index: 2;
}

@media screen and (max-width:768px) {
#activity .activity-area .img{
    width:100%;
    z-index: 2;
}
#activity .activity-area .content{
    width:100%;
    top:-10px;
    animation:none;
    opacity: 1;
    z-index: 1;
}
}

#activity .activity-area .content-area{
    padding:40px;   
}

#activity .activity-area .content-area h3{
     text-align: center;
    font-size: 1rem;
    margin: 0 0 30px 0;
}

#activity .activity-area .content-area h3 .bold{
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    font-size: 1.2rem;
}
@media screen and (max-width:950px) {
#activity .activity-area .content-area h3 .br{
    display: block;
}
}
#activity .activity-area .content-area p{
     margin:0 0 30px 0;   
}

#activity .btn{
    text-align: right;
}

/* instagram */
#instagram{
    margin: 0 0 200px 0;
}

@media screen and (max-width:768px) {
#instagram{
    margin: 0 0 100px 0;
}
}

#instagram h2{
    text-align: center;
    color:#32b430;
    margin:0 0 50px 0;
}
#instagram a:hover{
	color:#32b430;	
}
.insta_list{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0;
}
.insta_border{
    border: solid 1px #ccc;
}
.insta_list li{
    position: relative;
    width: calc((100% - 40px)/3);
}

@media screen and (max-width: 750px){
    .insta_list li{
        width: calc((100% - 20px)/2);
    }
}
@media not all and (min-width: 600px) {
    .insta_list li {
      width: calc(100% - 20px);
      margin-left: auto;
      margin-right: auto;
    }
}
.insta_list li::before{
	content: "";
	display: block;
	padding-top: 100%;
}

.insta_list a{
	position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.insta_list img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.insta-btn{
    margin-top: 2rem;
    text-align: center;
}
.insta-btn a{
    width: fit-content;
    border:2px solid #082627;
    text-align: center;
    padding: .5em 1em;
    width: fit-content;
    margin: 0 auto;
    transition: all .3s;
    cursor: pointer;
}
.insta-btn a:hover{
    border:2px solid #32b430;
    background-color: rgba(203,225,27,0.5);
    color: #32b430;
} 

.wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .item {
    padding: 30px;
    width: 32%;
    background-color: #fff;
    box-shadow: 0 0 20px #ccc;
    margin-bottom: 50px;

  }
  .wrap span {
    text-align: center;
  }
  
  @media not all and (min-width: 768px) {
    .item {
      width: 100%;
    }
  
    .item:not(:last-child) {
      margin-bottom: 30px;
    }
  }
  
  
/* school */
.explain{
    text-align: center;
    font-size: 0.9rem;
    margin-bottom: 5rem;
}
@media screen and (max-width: 750px){
    .explain {
        text-align: justify;
    }

    .explain br{
        display: none;
    }
  }

span.detail-pic{
    display: inline-block;
    position: relative;
    text-align: center;
    left:0;
    right:0;
    margin: 10px 0;
    padding: 0 20px;

}
span.title-pic{
    font-weight: bold;
    margin-bottom: 10px;
}
@media screen and (max-width: 750px){
    span.detail-pic {
        text-align: justify;
    }
    br.exp{
        display: none;
    }
  }

#school{
    margin:0 0 200px 0;
}

#school h2{
    text-align: center;
    color:#32b430;
    margin:0 0 50px 0;
}


#school h2 span.bgLRextend::before{
    background:#32b430;
}

.school-bg{
    position: relative;
    height: 55vh;
    background:url("../img/pict_05.jpg") no-repeat center;
    background-size:cover;
    margin: 0 0 200px 25%;
}

.school-bg::after{
    content:'';
    position: absolute;
    top:20%;
    left:-32%;
    width:100%;
    height:55vh;
    background:#f3f3f3;
    z-index: -1;
}

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

.school-bg,
.school-bg::after{
    height:35vh;
}   
}

@media screen and (max-width:550px) {
#school{
    margin:0 0 50px 0;
}
    
#school h2{
 margin: 0 0 50px 0;   
}
    
.school-bg{
    margin:0 0 100px 25%;
}

.school-bg,
.school-bg::after{
    height:20vh;
} 
}

#school h3{
    position: relative;
    text-align: center;
    color:#32b430;
    font-size:1.3rem;
    font-weight: bold;
    margin: 90px 0;
}

@media screen and (max-width:768px) {
    #school h3{
    font-size:1rem;
    }  
}

#school h3::after{
    content:'';
    position: absolute;
    bottom:-10px;
    left:0;
    right:0;
    margin: auto;
    background:#32b430;
    width:5em;
    height: 3px;
}  

@media screen and (max-width:768px) {
    #school h3::after{
        bottom:-20px;
        width:4em;
    }   
    }

#school .school-list{
    width: 96%;
     max-width: 900px;
     margin: 0 auto;
 }
 
 #school .school-list li{
     border-bottom: 1px solid #ccc;
     margin:0 0 15px 0;
     padding: 0 0 15px 0;
 }
 
 #school .school-list dl{
      display: flex;
     justify-content: space-between;
 }
 
 #school .school-list dt{
     width:30%;
     padding: 0 0 0 40px;
 }
 
 @media screen and (max-width:590px) {
 
 #school .school-list dt{
      padding:0 0 0 10px; 
     }
 }
 
 #school .school-list dd{
     width:65%;
 }

/* room */

#room h2{
    color:#32b430;
    text-align: center;
    font-size: 2rem;
    margin:0 0 100px 0;
}
@media screen and (max-width:768px) {

    #room h2{
        font-size:1.3rem;
      }
  }
@media screen and (max-width:550px) {
    #room h2{
    margin:0 0 50px 0;
    }
}
#room h2 span.bgLRextend::before{
    background:#32b430;
}

#room .room-area{
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    vertical-align: middle;
    margin:0 0 300px 0;
}
@media screen and (max-width:768px) {
    #room .room-area{
        margin:0 0 200px 0;   
    }
    }
@media screen and (max-width:590px) {
    #room .room-area{
           margin:0 0 50px 0;   
       }        
       }

#room .img{
    vertical-align: top;
    font-size:0;
    line-height:0;
    width:40%;
    height:40%;
    box-shadow: 30px 30px rgba(203,225,27,0.5);
}
@media screen and (max-width:800px) {
    #room .img{
      width:100%;
      min-height: 290px;
      margin:0 0 30px 0;
      box-shadow: none;
  }
}

#room .content{
    width:55%; 
     text-align: left;
     vertical-align: middle;
 }
 @media screen and (max-width:800px) {
#room .content{
   width:100%; 
   text-align: left;
}  
}
#room p{
    line-height: 2;
    margin: 0 0 50px 0;
}

#room .name{
    text-align: right;
}

#room .room-lead{
    position: relative;
    color:#32b430;
    font-size:1.3rem;
    font-weight: bold;
    margin: 0 0 90px 0;
}

@media screen and (max-width:768px) {
#room .room-lead{
    font-size:1rem;
    }
    
}

#room .room-lead::after{
     content:'';
    position: absolute;
    bottom:-30px;
    right:0;
    background:#32b430;
    width:12em;
    height: 3px;
}


/* contact */

#contact{
    margin:0 0 100px 0;
}

#contact h2{
    text-align: center;
    margin:0 0 100px 0;
    color: #32b430;
}

@media screen and (max-width:550px) {
 #contact h2{
     margin:0 0 50px 0;
    }
}

#contact .form-list{
    width:100%;
    max-width: 700px;
    margin: 0 auto;
}
#contact .button{
    width:100%;
    max-width: 700px;
    margin: 0 auto;
    text-align: right;
}
#contact input , button , textarea , select {
	margin:0;
	padding:0;
	border:none;
	outline:none;
	background:none;
    font-size: 16px;
}

#contact .form-list input[type='text'] , 
#contact .form-list input[type='email'] , 
#contact .form-list textarea{
	width:100%;
	border:1px solid #666;
	background:#fff;
	padding: 10px;
	-webkit-appearance:none;
	   -moz-appearance:none;
	        appearance:none;
}

#contact .form-list input[type='text'] , input[type='email'] {
	height:50px;
}

#contact input[type='submit'],
#contact input[type='reset']{
    border:2px solid #082627;
    color: #082627;
    text-align: center;
    padding: 5px 20px;
    width:152px;
    margin: 0 auto;
    transition: all .3s;
}

#contact input[type='submit']:hover,
#contact input[type='reset']:hover{
    background: #082627;
    color: #fff;
} 

#contact .form-list dl{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	padding:0 0 20px 0;
}

#contact .form-list dt{
    width:43%;
}

#contact .form-list dd{
    width:53%;
}

#contact .form-list textarea {
	height:200px;
}

@media screen and (max-width:768px) {
#contact .form-list dt{
	margin:0 0 10px 0;
}
#contact .form-list dt,
#contact .form-list dd{
    width:100%;
}	
}
.required{
    opacity: 0.7;
    border-radius: 4px;
    padding: 0.3em 0.5em;
    background-color:#32b430;
    color:#fff;
    font-size: 10px;
    margin: 0 0 0 10px;
    vertical-align: middle;
}
/* footer */

#footer{
    padding: 100px 0 50px 0;
    border-top:1px solid #082627;
    text-align: center;
    background: #fff;
    position: relative;
}

#footer .footer-logo{
    font-weight: bold;
    letter-spacing: 0.3em;
    margin: 0 0 50px 0;
    color: #666;
}

#footer small{
     color:#888;
}

/* parts */
.green{
    color:#32b430;
}
.yellowgreen{
    color:#cbe11b
}

/* お問い合わせ */

#formWrap {
	max-width:700px;
	width:95%;
    height:100vh;
	margin:5rem auto;
	color:#555;
	line-height:120%;
	font-size:90%; 
}

table.formTable{
	width:100%;
	margin:0 auto 2rem auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
p.error_messe{
	margin:5px 0;
	color:red;
}

#formWrap h3, #formWrap h4{
	margin: 0 0 2rem 0;
}

#formWrap input{
    width:152px;
}
#formWrap input[type='submit'],
#formWrap input[type='button'],
#formWrap input[type='reset']{
    border:2px solid #082627;
    color: #082627;
    text-align: center;
    padding: 5px 20px;
    width:152px;
    margin: 0 auto;
    transition: all .3s;
}
#formWrap input[type='submit']:hover,
#formWrap input[type='button']:hover,
#formWrap input[type='reset']:hover{
    background: #082627;
    color: #fff;
}
#formWrap .resp{
	margin: 2rem 0;
    text-align: center;
}
.home{
    margin-top: 2rem;
    text-align: center;
}
.home a{
    width: fit-content;
    border:2px solid #082627;
    text-align: center;
    padding: .5em 1em;
    width: fit-content;
    margin: 0 auto;
    transition: all .3s;
    cursor: pointer;
}
.home a:hover{
    border:2px solid #32b430;
    background-color: rgba(203,225,27,0.5);
    color: #32b430;
} 
/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
#formWrap {
	width:95%;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
#formWrap .resp{
    text-align: left;
}
}