.bottom-tel-jikan{
    font-weight: 800;
    font-size: 30px;
    text-align: center;
}
.bottom-tel-jikan span{
    color: #1d2088;
    font-size: 40px;
    margin: 20px;
}
.bottom-tel-num{
	font-size: 60px;
	font-weight: 800;
	color: #e4007f;
	text-align: center;
	line-height: 0.5;
	margin: 0 0 20px 0;
}
#bottom{
	padding:30px 0;
}
#bottom .bottom-box{
	text-align: center;
	font-size: 30px;
	background: url("../bg02.gif");
	color: white;
}
.bottom-img-box{
	position:absolute;
	top: -50px;
	left: 150px;
}
#footer{
text-align: center;
    line-height: 1.5em;
    /* margin: 100px 0 0; */
    padding: 50px 0 20px;
}
.bg-ami{
	background:url(../img/black-stripe.png);
}
@media only screen and (max-width:990px){
	#bottom img{
		width:100%;
	}
}
@media only screen and (max-width:950px){

	.bottom-img-box {
	    left: 0px;
	}
}
@media only screen and (max-width:650px){

	.bottom-img-box{
		top: 30px;
		left: 0px;
	}
	.bottom-img-box img{
		display:none;
	}
	.bg-ami{
		background:white;
	}
}
@media only screen and (max-width:470px){
	.bottom-tel-jikan{
	    font-size: 20px;
	}
	.bottom-tel-jikan span{
	    font-size: 25px;
	}
	.bottom-tel-num{
		font-size: 40px;
	}
	#bottom .bottom-box{
		font-size: 20px;
	}
}