@charset "UTF-8";

/**********************************************
　Mobile
**********************************************/
@media only screen and (max-width: 1125px) {
	.fixed-bg.bg-1 {
		background-image: url("../images/middle/01.jpg");	/***トップページのヘッダ***/
		min-height: 90%;
	}
	.fixed-bg.bg-2 {
		background-image: url("../images/middle/02.jpg");	/***トップページの中間画像***/
		min-height: 50%;
	}
	.fixed-bg.bg-3 {
		background-image: url("../images/middle/03.jpg");	/***トップページのフッタ***/
		min-height: 50%;
	}
	.fixed-bg.bg-4 {
		background-image: url("../images/middle/04.jpg");	/***サブページのヘッダ/フッタ***/
		min-height: 60%;
	}
	.fixed-bg.bg-5 {
		background-image: url("../images/middle/05.jpg");	/***Serviceの中間画像***/
		min-height: 50%;
	}
	.fixed-bg.bg-6 {
		background-image: url("../images/middle/06.jpg");	/***Serviceの中間画像***/
		min-height: 50%;
	}
	.fixed-bg.bg-7 {
		background-image: url("../images/middle/07.jpg");	/***Contactの中間画像***/
		min-height: 50%;
	}
}

/**********************************************/
@media only screen and (max-width: 1000px) {
	#header h1 {
		font-size: 22px;	/** org=24px **/
	}

	.fixed-bg h2 {
		left: 8%
	}

	.fixed-bg p {
		left: 8%
	}

	.container_logo {
		width: 38%;
	}

	.container_menu {
		width: 60%;
	}
}

/**********************************************/
@media only screen and (max-width: 768px) {
	.fixed-bg.bg-1 {
		background-image: url("../images/small/01.jpg");	/***トップページのヘッダ***/
		min-height: 90%;
	}
	.fixed-bg.bg-2 {
		background-image: url("../images/small/02.jpg");	/***トップページの中間画像***/
		min-height: 80%;
	}
	.fixed-bg.bg-3 {
		background-image: url("../images/small/03.jpg");	/***トップページのフッタ***/
		min-height: 80%;
	}
	.fixed-bg.bg-4 {
		background-image: url("../images/small/04.jpg");	/***サブページのヘッダ/フッタ***/
		min-height: 80%;
	}
	.fixed-bg.bg-5 {
		background-image: url("../images/small/05.jpg");	/***Serviceの中間画像***/
		min-height: 80%;
	}
	.fixed-bg.bg-6 {
		background-image: url("../images/small/06.jpg");	/***Serviceの中間画像***/
		min-height: 80%;
	}
	.fixed-bg.bg-7 {
		background-image: url("../images/small/07.jpg");	/***Contactの中間画像***/
		min-height: 80%;
	}

	.fixed-bg h2 {
		font-size: 20px;	/** org=2.8vw **/
	}

	.fixed-bg p {
		font-size: 15px;	/** org=2vw **/
	}

	#menu li a {
	   font-size:15px;
	}

	.container_logo {
		width: 100%;
		margin-left:0;
		margin-right:0;
	}

	.container_menu {
		width: 100%;
		margin-left:0;
		margin-right:0;
	}

	.container_50 {
		width: 100%;
		margin-left:0;
		margin-right:0;
	}
	.container_50r {
		width: 100%;
		margin-left:0;
		margin-right:0;
	}
	.container_33 {
		width: 100%;
		margin-left:0;
		margin-right:0;
	}
	.container_33r {
		width: 100%;
		margin-left:0;
		margin-right:0;
	}
}

/**********************************************/
@media only screen and (max-width: 500px) {
	#header h1 {
		font-size: 18px;	/** org=24px **/
		padding-top: 0;		/** org=10px **/
	}

	#header h2 {
		font-size: 13px;	/** org=15px **/
		padding-top: 0;		/** org=10px **/
	}

	#header p {
		font-size: 15px;	/** org=18px **/
		padding-top: 0;		/** org=10px **/
	}

	#menu li a {
	   font-size:13px;
		padding: 5px 0;
	}

	.fixed-bg h2 {
		display: none;		/** org=2.8vw **/
	}
	.fixed-bg p {
		top:20%;
		left:5%;
	   font-size:13px;
	}

	.scrolling-bg h3 {
	   font-size:13px;
	}
	.scrolling-bg h4{
	   font-size:13px;
	}
	.scrolling-bg p{
		font-size: 13px;
	}
}

