@charset "utf-8";
/* CSS Document */

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

　   HEADER

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

#header {
  box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
  z-index: 99;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
	
}




#gNav a:hover {
  color: #5FB8DF;
 text-decoration-line: none;
}
nav li {
padding-top:10px; 
}

nav li a {
  font-size: 13px;
  letter-spacing: 0.2em;
text-decoration-line: none;
	color: #999999;
}
nav .sub-menu,.mean-container .mean-nav ul ul {
  background: #fff;
}



  /* 1051px以上　*/
@media print, screen and ( min-width : 1051px ) {
 
#arkrayrogo{  
position: relative;

	}
#arkrayrogo .container {
max-width: 1200px !important;
	}	
	
#h_toplogo {
	position: absolute;
	top: 0px;
	right: 100px;
 }
	
#h_toplogo img {
	position: fixed;
	z-index: 500;
 }
		
	

#header {
  height: auto;
 background-image: url( "../img/rin01.jpg");     /* 背景画像指定 */
  background-repeat: repeat-x;\9;	/* IE8のためのハック上部が表示されない為 */
　padding-top:30px\9;    
  }

#header .container {
	padding-top: 60px;
	height: 160px !important;
	}	
.id_type{margin-top:-0px !important;
	
	}
#h_top .h_logo img {position: absolute;
	top: 0;
		}
	

  #h_top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
	 position: relative;
  }

  #gNav ul {
    position: relative;
    display: flex;
	
  }
  #gNav li {
    position: relative;
    margin-right: 1.4em;

  }
  #gNav li:last-child {
    margin-right: 0;
  }
  #gNav li i {
    font-size: 16px;
    margin-left: 5px;
  }
  #gNav li a {
    position: relative;
    display: block;
    text-align: center;
    line-height:4px;
  }
  #gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  #gNav .sub-menu a {
    padding: 10px;
    display: block;
    border-bottom: none;
    padding: 20px;
    line-height: 1.2em;
  }
  #gNav .sub-menu a:hover:after {
    content: none;
	  
  }
  #gNav .sub-menu li {
    display: block;
    font-size: 16px;
    padding: 0;
    margin: 0;
  }
  #gNav .sub-menu li:last-child {
    border-bottom: none;
  }
  #gNav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #gNav ul > li:hover a,#gNav .current-menu-item a,#gNav .current-menu-parent a {
    color: #5FB8DF;
  }
  #gNav li:hover ul.sub-menu {
    top: 20px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  #gNav li ul li:after {
    content: none;
  }
 #gNav li:hover ul.sub-menu a {
    color: #999999;
  }
  #gNav .sub-menu li a:hover {
    background: #fff;
	color: #5FB8DF!important; 
  }
  #gNav .contact_btn a:hover {
    color: #fff;
  }
}

#main0{
    padding-top:300px;
  }


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

#h_toplogo {
position: absolute;	
top:15px;
width:15%; 
z-index: 100;	
 }
#h_toplogo img {
	position: fixed;
   z-index: 100;
 }

	#header {
    padding: 10px 0;
    height: 70px;
  }
	
  .btn {
    width: 100%;
  }

  .h_logo {
    width:30%;
    position: absolute;
    top: 10px;
    left: 90px;
    z-index: 100;
  }	
	
}
 /* 1050px以下　*/

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


	
	
#h_toplogo {
	position: absolute;
    top: 7px;
	left: 15px;
    width:15%;  
 
  }	
#h_toplogo img {
	position: fixed;
   z-index: 100;
 }
	
	
  #header {
  padding: 10px 0;
  height: 90px;
 background-image: url( "../img/rin01.jpg");     /* 背景画像指定 */
  background-repeat: repeat-x;\9;	/* IE8のためのハック上部が表示されない為 */
　padding-top:30px\9;   
  }
	

  .h_logo {
    width: 50%;
    position: absolute;
    top: 18px;
    left: 10px;
    z-index: 100;

  }
	
  #gNav .nav {
    overflow-y: auto;
    height: 50vh;
  }
  .mean-nav .container {
    padding: 0;
  }
  nav li .fa {
    display: none;
  }

	#main0 {
    padding-top: 58px;
  }
  .btn {
    width: 60%;
  }
 .h_logo {
    width:30%;
    position: absolute;
    top: 7px;
    left: 110px;
    z-index: 100;
  }	
}
@media print, screen and ( min-width : 1050px ) {
  #main0 {
    padding-top: 100px;
  }
