@media all and (max-width:700px){

    
/* ----一般タグ-- */
body{
    margin:0px;
    letter-spacing:0.1em;
    font-family: "メイリオ","ＭＳ Ｐゴシック""ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","MS PGothic", sans-serif;
  
    }

h1{


    }

h2 {
   }

h3{
    }
h4{ 
    
    }

p{
    font-size:16px;
    color:#373737;
    }

    
/* ---スクロール時に出るトップへのアイコン--- */

#page_top{
        position: fixed;
        right:10px;
        bottom:-100px;
        z-index: 999999;
        }   

#page_top a{
        position: relative;
        display: block;
        text-decoration: none;
        }

#page_top img{
        width: 30px
        }

/* ----------------------------------------- */
    section{
        margin: 0;
        padding: 0;
    }



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




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


#wrapper{
        width:100%;
        margin: 0;
        background-color:#ffffff;
        }
	
header {
        display: none;
        }
  
    
#contentsbox{
     overflow: hidden;
        min-width: 320px;
        }

/*　スマホ用ハンバーガーボタン　*/
.hamburger {
        display : block;
        position: fixed;
        z-index : 5;
        right : 13px;
        top   : 12px;
        width : 42px;
        height: 42px;
        cursor: pointer;
        text-align: center;
        }
    
.hamburger span {
     　   display : block;
          position: absolute;
          width   : 30px;
          height  : 2px ;
          left    : 6px;
          background : #5b81e6;
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition   : 0.3s ease-in-out;
          transition        : 0.3s ease-in-out;
            }
    
.hamburger span:nth-child(1) {
             top: 10px;
}
.hamburger span:nth-child(2) {
            top: 20px;
}
.hamburger span:nth-child(3) {
            top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active {
        -webkit-transition: all 0.3s ease-in-out;
         -o-transition     : all 0.3s ease-in-out;
         transition        : all 0.3s ease-in-out;
        -webkit-transition-delay: 0.6s;
         -o-transition-delay     : 0.6s;
         transition-delay        : 0.6s;
      -webkit-transform: rotate(45deg);
         -ms-transform    : rotate(45deg);
         -o-transform     : rotate(45deg);
         transform        : rotate(45deg);
            }
    
.hamburger.active span:nth-child(2){
        width: 0px;
        }
    
.hamburger.active span:nth-child(1),
.hamburger.active span:nth-child(3){
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
    
.hamburger.active span:nth-child(1){
  -webkit-transform: translateY(4px);
  -ms-transform    : translateY(4px);
  -o-transform     : translateY(4px);
  transform        : translateY(4px);
}

.hamburger.active span:nth-child(3){
  -webkit-transform: translateY(-16px) rotate(90deg);
  -ms-transform: translateY(-16px) rotate(90deg);
  -o-transform : translateY(-16px) rotate(90deg);
  transform    : translateY(-16px) rotate(90deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : 3;
  top  : 0;
  left : 0;
  color: #000;
  background: #fff;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.9s;
  width: 100%;
     opacity: 0.95;
}

nav.globalMenuSp ul {
  background: #b2cded;
  margin: 0 auto;
  padding: 0;
  width: 100%;
    
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #000;
  padding: 1em 0;
  text-decoration :none;
}

/* jQuery add-remove */
nav.globalMenuSp.active {
  transform: translateY(0%);
        }
    
.sb{
    width: 100%;
    }  

/* トップスライド */
.top-moji{
        position:absolute;
        top:20%;
        left:2.5%;
        width:95%;
    
    }

.top-moji img{
        width:98%;
    max-width: 600;
  
        }
    
.top-moji2{
    position:absolute;
    top:40%;
    left:2.5%;
    width:95%;
    max-width: 550;
}    

.top-moji2 img{
   width:90%;
}
  	.top-shita{
	display: none;
		
	}
	
	
  /* お知らせ */  
.oshirase-soto-soto{
    width:95%;
　  background-color:#000;
　  z-index:5;
    position: absolute;
    bottom: 0;
    left:2.5%;
    opacity: 0.8;
    top:100%;
    }

.oshirase-soto{
   width:95%;
   margin:10px;
   background-color:#fff;
   z-index:5;
}

.oshirase-moji{
   width:10%;
   height:50;
   text-align:center;
   z-index:2;
   opacity: 1;
  display: none;
    
   }

.oshirase{
    width:90%;
    min-width: 275;
    padding-left: 2.5%;
    padding-right: 3.5%;
    height: 160px;
    background-color:#fff;
    color:#555555;
    font-size:14px;   
    word-wrap:break-all;
    overflow-y: scroll;
     -ms-overflow-style: none;
    z-index:2;
    position: absolute;
    bottom: 0;
    left:2%;
    opacity: 0.8;
    top:310;
    border-radius: 10px;
    overflow: scroll;
     -ms-overflow-style: none;
     scrollbar-width: none;
   }
    
.top-shita{display: none;
    }
    
.oshirase::-webkit-scrollbar {
        display:none;
        }

dl{
    border-bottom: dotted 1.5px #efc729;
    }

dt{
    width: 20%;
    min-width: 90px;
    float:left;
    margin-bottom:5px;
    letter-spacing:0em;
    color: #909fc3;
    }

dd{
    width:73%;
    margin-bottom:5px;
    padding-left:50;
    letter-spacing: 0.2em;
    }

/* 運営方針 */
#contents1{
    width:100%;
    min-width: 320px;
    padding-top:30px;
    padding-bottom:30px;
    margin-bottom: 0;
    background-image: url(../img/sen.png);
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    }

 .mssage-box{
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    }

 .mssage-left{    
     letter-spacing: 0.1em;
     text-indent: 1em;
     width: 100%;
     line-height: 2;
    }

.title{
    margin-top:0px;
    margin-bottom:0px;
    padding-left: 10;
    padding-right: 10;
    }
    .title img{
        width: 78%;
        max-width: 280;
    }

.ttt img{
    width: 40%;
			min-width:200;
		max-width: 200;

}
	
	.tttt img{
    width: 50%;
				min-width:200;
		max-width: 200;
}

	    .contents3-1-ue img{width: 40%;
				min-width:120;
				max-width: 150;

	}

    .contents3-2-ue img{width: 40%;
				min-width:120;
				max-width: 150;

		
	}
	
    .contents4-1-ue img{width: 40%;
				min-width:120;
				max-width: 150;
		
	}
	
    .contents4-2-ue img{width: 40%;
				min-width:120;
				max-width: 150;

		
	}
	
	

.message{
	width:100%;
	font-size:16px;
    }
  
 .mssage-img img{
     width: 93%;
     margin-left: auto;
     margin-right: auto;
     box-shadow: 0px 0px 1px #ffcc00;
}
        
   
    .meeage-img img{
        width: 100%;
    }
    
    .mssage-right{
       width: 100%;

}
        .mssage-right img{
        width: 100%;
        display: none;
        box-shadow: -3px 3px 1px #ffcc00;
    }
    .mojiji{
        width: 100%;
    	letter-spacing: 0.1em;
        margin-right: auto;
        text-align: left;
        text-indent: 1em;
    }
    
#contents2{
    width: 100%;
      min-width: 320px;
   padding-top:30;
    text-align: center;
    padding-bottom: 35;
   background-color:#e8f0ff;
    }

    .company-box{
        width: 100%;
       overflow: hidden;  
        
    }
.company-text{
   width:95%;
    margin-right:auto;
    margin-left: auto;
   border-radius:60px;
   letter-spacing:0.2em;
   text-align:center;

   }
table{
	font-size: 14;	
    width: 90%;
    margin-left: auto;
    margin-right: auto;
	}
    .h-midashi{
        min-width: 75;
        
    }
    .h-naiyo{
        text-align: left;
    }

    .houjin-p{
       
        width: 80%; 
    }
tr{
   text-align:center;
}

td{ ;
   padding:5px;
   text-align:center;
   
   border-bottom: 2px dashed #ffcc00;
   }
    .jigyou-naiyo-1{
        text-align: left;
    }
.jyoho{
   padding-top:20px;
   }
.j-link{
   text-decoration: none;
    display: block;
    text-align:left;
    padding-left: 100
    
   }

 .company-img{
    width:100%;
  margin-top: 30px;
margin-left: 0.1%;
float: left;
    
    } 
    .company-img img{
        width: 29%;
         border: solid 3px #ffcc00;
        margin-right: 0.1%;
        margin-bottom: 1%;
    }
    
.company-map{
    width: 100%;
    height: 300;
    margin-top:30;  
    }


#contents3{
    width: 100%;
      min-width: 320px;
    padding-top:30px;
    padding-bottom:0px;
    text-align: center;
    background-color:#ffffff;
background-image: url(../img/sen-sita.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
  
    }
    .a-box{
    font-size: 16px;
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
 
    }
    .a-left{
  		letter-spacing: 0.1em;
        text-align: left;
        text-indent: 1em;
        width: 98%;
        line-height: 2;
        padding: 1%　1% 1% 1%;
    }
    
    .a-left-in{ 
        margin-left: auto;
        margin-right: auto;
    }
    
    .a-subt{
   padding-top: 40;
    padding-bottom: 20;
    }
    .a-message{
        text-indent: 1em;
    }
    
    .a-right{
        margin-top: 0;
        float: right;
        width: 80%;
        margin-left: 20%;
        margin-bottom: 35;
    }
    
       .a-right img{
        width:100%;
        
    }
    
    .maru{
        text-align: center;
       
    }
    
    .a-box2{
    width: 98%;
        margin-left: 1%;
        margin-right: 1%;
    }
    .contents3-1{
        text-align: left;
        
    }
    .contents3-1-ue{
     
        text-align: center;
    }
    
    .contents3-1-p{
        text-indent: 1em;
     line-height: 2;
    }
    
    .contents3-2-p{
        text-indent: 1em;
     line-height: 2;
        text-align: left;
    }
    
      
    
.inline-block img{
width:100%;
border-radius:50%
}
.inline-block{
display:inline-block;
background-color:#f0f3ff;
width: 30%;
overflow:hidden;
margin:4%;
padding: 2%;
position:relative;
border-radius:50%
}
.inline-block .moji {
font-size:16px;
text-align:center;
padding-top:150px;
color:#41373b;
}
.inline-block .mask {
  display: none;
width:100%;
height:100%;
position:absolute;
top:0;
left:0;
background-color:rgba(255,255,255,0.4);
-webkit-transition:all 1s ease;
transition:all 0.8s ease;
-webkit-transform:scale(0);
transform:scale(0);
}
.inline-block:hover .mask {
-webkit-transform:scale(1);
transform:scale(1);
border-radius:50%;
}


#contents4{
   width: 100%;
    min-width: 320px;
    padding-top:30px;
    padding-bottom:30px;
    text-align: center;
    background-color:#ffffff;     
	z-index:1;
    background-image: url(../img/sen.png);
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;  
    }
    


   .b-box{
    margin-top: 50; 
    width: 98%;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 50;
    }

.b-box2{
   width: 100%;
   padding-top:10;

    }
.b-right{
  letter-spacing: 0.1em;
  text-align: left;
  text-indent: 1em;
  width: 100%;
  line-height: 2;
    }
    
    .b-right-in{ 

    }
    
.b-subt{
   padding-top: 10;
    padding-bottom: 10;
    }
.b-message{
    text-indent: 1em;
    }
    
.b-left{
    margin-top: 0;
    margin-right: 20%;
    width: 80%;
    margin-bottom: 35;
    }
    
.b-left img{
    width:100%;   
    }
    
.contents4-1-ue{
    width: 100%;
	margin-left: auto;
	margin-right: auto;
    height:50;
    text-align: center;
  
    }

.contents4-2-ue{
    width: 100%;
    text-align: center;
   margin-left: auto;
    height:50;
	margin-right: auto;
    }


.contents4-1{
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    }


.contents4-1-p{
    text-indent: 1em;
     line-height: 2;
    text-align: left;

    }  
    
.contents4-sen{
    width:100%;
    padding-top:5%;
    text-align: center;
    display: none;
    }


.contents4-sen img{
width:20%;
    display: none;
}

.contents4-2{
    width: 98%;
   margin-left: auto;
    margin-right: auto;

    }

#contents5{	
    width: 100%;
    min-width: 320px;
   padding-top:50;
    text-align: center;
    padding-bottom: 100;
    background-color: #e7f0ff;
    }
       
.toi{
	width:100%;
	 letter-spacing: 0.2em;
	padding-bottom:5%;
	
}

.message-5{width: 98%;
    text-align:left;
    text-indent: 1em;
    padding-left: 1%;
    padding-right: 1%;
    }

	
.nagare2{
	padding-bottom:2%;
	}

.nagare2 img{
    width:20%;
    max-width: 120;
    padding:4%;
    }

.okuri{   
    padding-top: 30;
    padding-bottom: 20;
    color:#fff;

    }

.footer-ue{
    width:100%;
	height:200;
	z-index:1;
    background-image: url(../img/f-img.png);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-color:#e8f0ff;
    border-top: solid 10px #ffcc00;
    }


footer{
    width: 100%;
	padding:auto;
    height:20;
    border-bottom: solid 30 #fff;
   background-color: #ffcc00;
    color:#464646;
    font-size:1.5vw;
    letter-spacing: 0.2em;
    text-align:center;
    margin: 0;
    }
    
.textl{
    text-align: left;
    padding-right: 50;
    }
   


.sa {
  opacity: 0;
  transition: all 1s ease;
}
 
.sa.show {
  opacity: 1;
  transform: none;
}
 
.sa--lr {
  transform: translate(-400px, 0);
}

.sa--lr2 {
  transform: translate(-50px, 0);
}
 
.sa--rl {
  transform: translate(400px, 0);
}
 
.sa--up {
  transform: translate(0, 100px);
}
 
.sa--down {
  transform: translate(0, -100px);
}
 
.sa--scaleUp {
  transform: scale(0.5);
}
 
.sa--scaleDown {
  transform: scale(1.5);
}
 
.sa--rotateL {
  transform: rotate(180deg);
}
 
.sa--rotateR {
  transform: rotate(-180deg);
}

}

  @media all and (max-width:370px){
        .oshirase{
 font-size: 11px; 
         
            margin: 0;
            padding: auto;
   }  
        }  



