@charset "UTF-8";

/**********************************************
@Smart Phone
**********************************************/
@media only screen and (max-width: 1000px) {
	.fixed-bg {
		padding:30px 0 0 0;
	}

	.fixed-bg h1 {
		font-size: 30px;
	}

	.fixed-bg h1 span{
		font-size: 20px;
	}

	.fixed-bg h2 {
		font-size: 15px;
	}

	.fixed-bg p.sub_title {
		font-size: 15px;
	}

	.fixed-bg.bg-1 {
		background-image: url("../images/s/01.jpg");
	}
	.fixed-bg.bg-2 {
		background-image: url("../images/s/02.jpg");
		min-height: 50%;
	}
	.fixed-bg.bg-3 {
		background-image: url("../images/s/03.jpg");
		min-height: 50%;
	}
	.fixed-bg.bg-4 {
		background-image: url("../images/s/04.jpg");
		min-height: 50%;
	}
	.fixed-bg.bg-5 {
		background-image: url("../images/s/05.jpg");
		min-height: 50%;
	}
}

@media only screen and (max-width: 780px) {
	.container_50 {
		width: 100%;
		margin:0;
	}

	.container_50r {
		width: 100%;
		margin:0;
	}

	.container_30 {
		width: 100%;
		margin:0;
	}
}

@media only screen and (max-width: 400px) {
	.fixed-bg h1 {
		font-size: 25px;
	}

	.fixed-bg h1 span{
		font-size: 15px;
	}
}



