*{
padding:0;
margin:0;
}

html,body{
    scroll-behavior: smooth;
font-family: Helvetica Neue, Helvetica, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
    color:#444140;
    font-size:16px;
    width:100%;
}
a:hover{opacity:0.7;
}

#wrapper{
/* margin:0 auto; */
    max-width: 1920px;
}
.startlogo {
font-size: 32px;
}

.wrap {
    overflow: hidden;
  }
   
  .bottom{
    opacity: 0;
    bottom: -40px;
  }
   
  .bottom.active {
    opacity: 1;
    bottom: 0;
    transition:1s;
  }
/*===========
inview
===========*/

.fadeIn_right {
    opacity: 0;
    transform: translate(50%, 0);
    transition: 2s;
  }
  .fadeIn_right.is-show {
    transform: translate(0, 0);
    opacity: 1;
  }
  
  /*===========
  .imgBox
  ===========*/
  
  .imgBox {
    text-align: center;
    margin: 50px 0;
  }
  .imgBox img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
  }


.start {
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
    background-image: url(image/tatie.png);
    background-repeat: no-repeat;
    background-position:center center;                   
    background-size:contain;                                                                       
                                   
}
.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 280px;
    color: #fff;
    text-shadow:2px 1px 0 #000, -2px -2px 0 #000,
          -2px 2px 0 #000, 1px -2px 0 #000,
          0px 2px 0 #000,  0-2px 0 #000,
          -2px 0 0 #000, 2px 0 0 #000;
    font-family: cursive;
}

img{
    border:0px;
}

img.grow {
	-webkit-transition:0.2s ease-in-out;
	-moz-transition:0.2s ease-in-out;
	-ms-transition:0.2s ease-in-out;
	-o-transition:0.2s ease-in-out;
	transition:0.2s ease-in-out;
}

img.grow:hover {
	-webkit-transform:scale(1.2,1.2);
	-moz-transform:scale(1.2,1.2);
	-ms-transform:scale(1.2,1.2);
	-o-transform:scale(1.2,1.2);
	transform:scale(1.2,1.2);
}
.tophe{
    width: 95%;
    border-top: solid 1px blue;
    margin: 0 auto 20px auto;
}

.top-image{
    width:100%;
    margin-bottom: 5px;
}
.topim {
    display: block;
    background-image: url("image/topimage.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    height: 1000px;
    width: 1920px;
opacity: 0.85;
margin-bottom: 0px;
  }
  
  .exp {
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -ms-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 1;
    -moz-column-gap: 1;
    -ms-column-gap: 1;
    column-gap: 1;
    display: inline-block;
    height: 500;
    position: absolute;
        left: 35%;
        top: 20%;
        font-family: serif;
        color: #000;
  text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0-2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
        font-size: 64px;
        text-align: center;
    font-size: 54px;
    margin-bottom: 40px;
  }

  .toptext{
    position: absolute;
        left: 45%;
        top: 70%;
    font-family: serif;
    text-align: center;
    padding-top:40px;
    font-size: 70px;
    color: #000;
    text-shadow:4px 2px 0 #FFF, -4px -4px 0 #FFF,
    -4px 4px 0 #FFF, 4px -4px 0 #FFF,
    0px 4px 0 #FFF,  0-4px 0 #FFF,
    -4px 0 0 #FFF, 4px 0 0 #FFF;
  }

 

.topnav{background: rgb(255, 255, 255, 0.8);
    display: block;
    width:100%;

    position: fixed;
}
.top-menu{

       text-align: center;
    letter-spacing: -0.4em;
    margin-bottom: 10px;
    margin: :0 auto;
}


.top-menu li{
    letter-spacing:normal; 
    height:40px;
    min-width: 60px;
    display:inline-block;
  
    font-size:16px;
list-style-type: none;
    text-align: center;
    padding:auto;
    padding-right: 10px;
    line-height: 40px;


}
/* .top-menu li:last-child{
    padding-right: 0%;

} */

/* .top-menu li:nth-child(1){

} */

.top-menu li a{
    display:block;
        text-decoration: none;
        color:#574BF7;
}

.top-menu li a:hover{
    display:block;
        text-decoration: none;
opacity: 0.7;
color:#574BF7;
}

h1{
    text-shadow:2px 1px 0 #000, -2px -2px 0 #000,
          -2px 2px 0 #000, 1px -2px 0 #000,
          0px 2px 0 #000,  0-2px 0 #000,
          -2px 0 0 #000, 2px 0 0 #000;
    font-size:24px;
        padding:40px;
        text-align:center;
        text-indent:10px;
}

.lastup{
color:#faf4f4;
padding-bottom: 30px;

}

.top-sec{
    font-family: serif;
    text-align:center;
    margin: top auto;
    color:#fff;
    background-image: url(image/haikei3.jpg);
    background-size: cover;
    padding: 40px;
    opacity: 0.85;
}

.top-sec2{
    font-family: serif;
    text-align:center;
    color:#fff;
    background-image: url(image/haikei4.jpg);
    background-size: cover;
    padding: 40px;
    margin-bottom: 30px;
    opacity: 0.85;
}
.intro{
    padding:0 20px;
    font-size:14px;
    height:1.6;
    margin-bottom: 60px;
    color:#fff;
    text-shadow:2px 2px 0 #000, -2px -2px 0 #000,
          -2px 2px 0 #000, 2px -2px 0 #000,
          0px 2px 0 #000,  0-2px 0 #000,
          -2px 0 0 #000, 2px 0 0 #000;
}

.day{
    height:25px;
    background-color:aqua;
    border-radius:8px;
color:#fff;
line-height:25px;
    text-align:center;
    margin-bottom: 20px;
}
H2{
    text-shadow:2px 2px 0 #000, -2px -2px 0 #000,
          -2px 2px 0 #000, 2px -2px 0 #000,
          0px 2px 0 #000,  0-2px 0 #000,
          -2px 0 0 #000, 2px 0 0 #000;
    font-size: 24px;
    margin-bottom: 40px;
}

H3{
    color:#76bb1c
    text-shadow:1px 1px 0 #000, -1px -1px 0 #000,
          -1px 1px 0 #000, 1px -1px 0 #000,
          0px 1px 0 #000,  0-1px 0 #000,
          -1px 0 0 #000, 1px 0 0 #000;
    font-size: 24px;
    margin-bottom: 40px;
}

.kan{
    color:#f1f1f7;
    text-shadow:2px 2px 0 #000, -2px -2px 0 #000,
          -2px 2px 0 #000, 2px -2px 0 #000,
          0px 2px 0 #000,  0-2px 0 #000,
          -2px 0 0 #000, 2px 0 0 #000;
    font-size: 24px;
    text-align: center;
    padding-top: 30px;
    margin-bottom: 40px;
    line: height 1.6em;
}
.nikka{
    text-shadow:2px 2px 0 #000, -2px -2px 0 #000,
          -2px 2px 0 #000, 2px -2px 0 #000,
          0px 2px 0 #000,  0-2px 0 #000,
          -2px 0 0 #000, 2px 0 0 #000;
    color:#dddbf3
    
    font-size: 16px;
    text-align: center;
  line: heght 1.6;
  padding:15px;
}
.katudou{
    text-shadow:2px 2px 0 #000, -2px -2px 0 #000,
          -2px 2px 0 #000, 2px -2px 0 #000,
          0px 2px 0 #000,  0-2px 0 #000,
          -2px 0 0 #000, 2px 0 0 #000;
    margin-bottom: 60px;
}


#infoma{
text-align: center;
margin-bottom: 40px;
}

.sec1{
    width:95%;
        margin: 0 auto;
    clear:both;
    padding-bottom: 30px;
}

.d-title{
    text-indent:1em;
        font-size:16px;
    font-weight: bold;
        margin-bottom: 10px;
}

.d-text1{
    text-indent:1em;
    font-size:14px;
            margin-bottom: 20px;
}

.foot{
    text-align: center;
    font-size: 12px;
    color:#000;
    background-color: aqua;
}

.hr-d{
    border:dashed 1px #898989;
    margin-bottom: 10px;
}

.all1{
    background-color:bisque;
}

.c-left{
    width:20%;
    height:100%;
    min-width:60px;
    float:left;
    min-height:640px;
    background-color:bisque;
    padding:10px;
                box-shadow: -5px -5px 10px #668AD8 inset;
}

.c-naka{

    
}

.mr-iso-kousin{
 font-size:16px;  
margin-bottom: 20px;
}

#c-main{
    float:left;
    width:77.5%;
  height:695px;

       background-color:cyan;
}

.c-right{
 width:100%;
      height:100%;
    min-height: 680px;
  overflow:auto;
  -webkit-overflow-scrolling:touch;
  display: inline-block;
}

.c-right iframe{
width:100%;
  height:610px;
  border:none;
  display:block;

}
.c-mira {
    width:100%;
	font-size: 16px;
    line-height: 1.5;
}

.over{
    overflow:hidden;
}


.c-ul{
    letter-spacing: -0.4em;
    margin-bottom: 10px;
    margin: :0 auto;
}

.c-ul li{
        margin-bottom: 10px;
     letter-spacing:normal;
    font-size:14px;
    padding:10px;
    list-style-type: none;
	width:90%;
    border-bottom: dashed 1px #898989;
}

.c-ul li　a{
display:block;
}

.c-ul li　a:hover{
color:#898989;
}

.gaul{
/*     letter-spacing: -0.4em;*/
    margin-bottom: 20px;
	display: flex;
	flex-flow: wrap;
	justify-content: space-around;
}

.gaul li{
    width:40%;
/*    display: inline-block;*/

        margin-bottom: 10px;
     letter-spacing:normal;
    padding: 10px;
        list-style-type: none;
}

/*
.gaul li:nth-child(2n-1){
    width:35%;
margin-left:60px;
}
*/

/*
.c-mira{
    font-size:14px;
    padding: 20px;
line-height:1.6;
text-indent: 1em;}
*/

.c-mira2{
    font-size:14px;
line-height:1.6;
text-indent: 1em;
margin-bottom: 5px;
}

.mr-iso-kousin{

}

.c-img{


    width:95%;
    max-width: 1000px;
}

.ytube{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  width: 100%;
   iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
    a{
      /* lityを動かすためにirameを覆う */
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
    }
}

.video{
  position:relative;
  width:90%;
  padding-top:56.25%;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:90%;
  height:90%;
}
.video iframe a{
     /* lityを動かすためにirameを覆う */
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
}

.relative1 {
  position: relative;
}


.c-img2{
    margin: 0;
    width:95%;
    max-width: 250px;
    clear: both;
}

.c-img3{
    margin: 0;
    width:95%;
    max-width: 400px;
}

.c-img4{
    margin: 0;
    width:95%;
    max-width: 300px;
}

.go-top{
    width: 100%;
}

.go-top hr{
    width:95%;
    margin-bottom: 20px;
}
.go-top-text{
    text-align: right;
    padding-right: 45px;
    
}

.charahaikei{
    background-color:cyan;
    padding-left:30px;
     padding-top:30px;
    padding-bottom: 0px;
    margin: 0 auto;
}

.top-sec{
    padding-left: 30px;
    padding-bottom: 30px;
}

#foot{
    clear:both;
    height:30px;
    line-height: 30px;
    text-align:center;
    font-size: 10px;
    background-color:#C0E5F9;
}

.kan{
    font-size: 14px;
    line-height: 1.6;
}
.katudou{
margin-left: 30px;
    margin-bottom: 30px;
}

.katudou li{
font-size: 12px;
}

@media screen and (max-width: 896px) {
    .topim {
        background-size:cover;
        width: auto;
        height:1080px;
      }

      .exp {
        font-size: 40px;
      }

#c-main{
    float:left;
    width:75%;
}
        .c-left{
    width:20%;
            min-height:670px;
            padding:2%;
}
.c-mira {
	font-size: 12px;
    line-height: 1.5;
}
    .c-ul li{
    font-size:10px;
}
    
@media screen and (max-width: 850px) {
    .toptext{
        text-shadow:3px 3px 0 #FFF, -3px -3px 0 #FFF,
        -3px 3px 0 #FFF, 3px -3px 0 #FFF,
        0px 3px 0 #FFF,  0-3px 0 #FFF,
        -3px 0 0 #FFF, 3px 0 0 #FFF;
        font-size: 35px;
      }
    .topim {
        background-image: url("image/i3.jpg");
        width: auto;
        height:1080px;
      }
  

#c-main{
    float:left;
    width:75%;
}
        .c-left{
    width:20%;
            min-height:670px;
            padding:2%;
}
.c-mira {
	font-size: 14px;
    line-height: 1.5;
}
    .c-ul li{
    font-size:10px;
}

@media screen and (max-width: 700px) {
    
    .topim {
        background-size:cover;
        width: auto;
        height:1080px;
      }
      .toptext{
        text-shadow:2px 3px 0 #FFF, -2px -2px 0 #FFF,
        -2px 2px 0 #FFF, 2px -2px 0 #FFF,
        0px 2px 0 #FFF,  0-2px 0 #FFF,
        -2px 0 0 #FFF, 2px 0 0 #FFF;
        font-size: 30px;
      }

      .exp {
        font-size: 35px;
      }
.gaul li{
    width:65%;
/*    display: inline-block;*/
        margin-bottom: 10px;
/*
     letter-spacing:normal;
    padding: 10px;
*/
/*        list-style-type: none;*/
/*    margin-left:60px;*/
}

/*
.gaul li:nth-child(2n-1){
    width:65%;
margin-left:60px;
}
}
*/


@media screen and (max-width: 600px) {
    .topim {
        background-size:cover;
        width: auto;
        height:1080px;
      }
      .toptext{
        text-shadow:1px 3px 0 #FFF, -1px -1px 0 #FFF,
        -1px 1px 0 #FFF, 1px -1px 0 #FFF,
        0px 1px 0 #FFF,  0-1px 0 #FFF,
        -1px 0 0 #FFF, 1px 0 0 #FFF;
        font-size: 26px;
    }
      .exp {
        font-size: 28px;
      }
#c-main{
    float:left;
    width:77%;
}
    .c-left{
    width:20%;
        min-height:690px;
        padding:3px;
}
    .c-ul li{
    font-size:7px;
}
    .c-mira {
	font-size: 9px;
    line-height: 1.5;
}

.gaul li{
    width:75%;
/*
    display: inline-block;
        margin-bottom: 10px;
     letter-spacing:normal;
    padding: 10px;
        list-style-type: none;
    margin-left:60px;
*/
}

/*
.gaul li:nth-child(2n-1){
    width:75%;
margin-left:60px;
}
*/
}
    @media screen and (max-width: 390px) {
        .toptext{
            font-size: 26px;
        }
        .top-menu li{
            letter-spacing:normal; 
            height:40px;
            min-width: 48px;
            display:inline-block;
          
            font-size:12px;
        list-style-type: none;
            text-align: center;
            padding:auto;
            padding-right: 5px;
            line-height: 40px;
        
        
        }
        .topim {
            background-size:cover;
            width: auto;
            height:1080px;
          }
          .exp {
            font-size: 28px;
          }
#c-main{
    float:left;
    width:78%;
}
    .c-left{
        padding:2px 5px 4px 1px;
    width:20%;
}
    .c-ul li{
    font-size:2px;
}
    .c-mira {
	font-size: 9px;
    line-height: 1.5;
}

.gaul li{
    width:75%;
/*
    display: inline-block;
        margin-bottom: 10px;
     letter-spacing:normal;
    padding: 10px;
        list-style-type: none;
    margin-left:60px;
*/
}

/*
.gaul li:nth-child(2n-1){
    width:75%;
margin-left:60px;
}
*/
}