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

html,body{
	margin: 0;
	padding: 0;
	font-size: 11pt;
}
a{
	text-decoration: none;
	color: #fff;
}
a:hover{
	color: #00ced1;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}
/*.section-content{
	width: 100%;
	margin: 0 auto;
}*/
.background-image h2{
	color: #fff;
	letter-spacing: 5pt;
	font-size: 16pt;
	margin: 20px 0;
	filter: drop-shadow(1px 1px 2px rgba(0,0,0,1));
}
.logo-pc{
	width: 500px;
	display: block;
	filter: drop-shadow(2px 5px 5px rgba(0,0,0,1));
	margin: 0 auto;
}
.logo-mb{
	display: none;
}
.tenpo ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.tenpo li{
	vertical-align: top;
	width: calc( 100%/4 - 40px ) ;
	display: inline-block;
	padding: 15px;
}
.tenpo img{
	width: 120px;
	border-radius: 200px;
}
.tenpo h3{
	margin: 0px;
}
.tenpo p{
	margin: 0 0 0px;
}
.image{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
}
.image:hover{
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	filter: grayscale(0%);
	transition:0.5s;
	transition:0.5s;
}
.address{
	font-size: 0.7em;
	line-height: 10pt;
}
footer{
	text-align: center;
	font-size: 9pt;
	letter-spacing: 1pt;
	padding: 10px;
	background-color: #000;
	color: #fff;
}
@media(max-width:640px) {
	html,body{
		margin: 0;
		padding: 0;
		font-size: 10pt;
	}
	.background-image h2{
		color: #fff;
		letter-spacing: 3pt;
		font-size: 16pt;
		margin: 20px 0;
		filter: drop-shadow(1px 1px 2px rgba(0,0,0,1));
	}
	.logo-pc{
		display: none;
	}
	.logo-mb{
		display: block;
		width: 80%;
		filter: drop-shadow(2px 5px 5px rgba(0,0,0,1));
		margin: 0 auto;
	}
	.tenpo li{
		vertical-align: top;
		width: calc( 50% - 15px ) ;
		display: inline-block;
		padding: 5px;
	}
	.tenpo img{
		width: 80%;
		border-radius: 200px;
	}
}