@charset "UTF-8";
/*スマートフォン用*/
@media screen and (max-width:500px){


*{
	margin-bottom: 10px;
	}
	
header,main,footer{display: block;}
	
	
body{margin-top: 0;}
	
#header{background-color: #71BCD2;}

#main-visual{
	width: 100%;
	height: auto;
	object-fit: cover;
}

#logo{
	z-index: 150;
	float: left;
}

#box1{
	width: 360px;
	}

#about{
	float: none;
	margin: 0 auto;
	padding: 0;
	width: 330px;
}

#service{
	width: 360px;
	margin-top: 120px;
}
	
	#service h2{margin-bottom: 10px;}
	
	#se-ti{font-size: 120%;}
	#se-ti img{width: 360px;}
	
	#se-con{
	float: none;
	margin: 10px 35px;
	}

#square{
	width: 100%;
	background-color: #71BCD2;
	-webkit-transform: skew(0deg, 10deg);
	transform: skew(0deg, 10deg);
	margin: 80px auto;
}

#box2{
	width: 360px;
	top: 10vw;
	-webkit-transform: skew(0deg, 0deg);
	transform: skew(0deg, -10deg);}
	

#message{
	float: none;
	width: 360px;
	margin: 250px 0 60px;
	font-size: 95%;
	white-space: normal;
}
	

#CEO{
	float:none;
	display: none;
}
	
#company{
	width: 360px;
	margin: 0 auto 150px;
}
	
table th{
	width: 120px;
	font-weight: 600;
}

table td{
	width: 220px;
	white-space: normal;
}
	
#contact{
	width: 360px;}


#contact h3 img{
	text-align: center;
	width: 300px;}

.clear{clear: both;}

.button{
	float: none;
	margin: 10px auto 10px 50px;	
}
	
	#g_navi{display: none;}

#me-fr{
	display: block;
	width: auto;
	z-index: 50;
	}
	
#menu{
	display: block;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 100;
}

#menu div{
	width: 100%;
	height: 42px;
	background: rgba(200,200,200,1);
	overflow: hidden;
	position: absolute;
	top: 0;
	background-color: #fff;
}

	#menu img{
		float: right;
		margin-right: 10px;
	}


#menu .menuopen{
	color: rgba(255,255,255,1);
	font-size: 20px;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 1;
	right: 0;
	pointer-events: auto;
}

#menu .menuclose{
	color: rgba(255,255,255,1);
	font-size: 20px;
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 1;
	right: 0;
	pointer-events: auto;
}

#menu ul{
	background: rgba(255,255,255,0.96);
	width: 100%;
	position: absolute;
	top: 38px;
	right: 0;
	display: none;
}

#menu li{
	padding: 10px;
	color: rgba(0,0,0,1);
	border-bottom: 1px #71BCD2 solid;
	pointer-events: auto;
	list-style: none;
}

#menu a{
	color: #71BCD2;
	text-decoration: none;
}

#menu:target .menuopen{
	display: none;
}

#menu:target .menuclose{
	display: block;
}

#menu:target ul{
	display: block;
}
	

}