@charset "utf-8";



/*/////////////////////////////////////////////////////////////////////
    for PC  パソコン画面用（768px以上）
/////////////////////////////////////////////////////////////////////*/

@media only screen and (min-width:768px) {

	body {
		min-width: 1280px;
		margin: 0 auto;
	}

	#wrapper {}

	.pc_none {
		display: none;
	}

	/*==================================================
    fv  for PC
==================================================*/


	.fv_top {
		width: 100%;
		height: 500px;
		padding: 30px;
		background-image: url(../../index/img/fv_bg.jpg);
		background-position: center;
		background-repeat: no-repeat;
	}

	.fv_top p {
		font-size: 40px;
		color: #fff;
		font-weight: bold;
		text-align: center;
		margin-top: 230px;
		line-height: 0.8;
	}



	/*==================================================
   info for PC
==================================================*/

	#info {}

	#info {
		width: 1280px;
		margin: 0 auto;
		background-image: url(../../index/img/info_bg.jpg);
		background-position: center;
		background-size: cover;
	}


	#info .info_in {
		margin: 0 auto;
		width: 800px;
		text-align: center;
		padding: 60px 0;
	}


	#info .info_in p {
		padding-bottom: 30px;
		line-height: 1.5;
	}


	#info .info_in .company_btn {
		width: 460px;
		margin: 0 auto;
	}



	/*==================================================
   item for PC
==================================================*/

	#item {
		margin: 0 auto;

	}


	#item .item_in {
		margin: 60px auto;
		width: 1280px;
	}

	#item .item_in .item_box {
		display: flex;
	}

	#item .item_in .item_box a {
		text-decoration: none;
	}


	#item .item_in .item_box:nth-child(2n) {
		flex-direction: row-reverse;

	}

	#item .item_in .item_box .left_box {
		width: 640px;
		height: 400px;
	}


	#item .item_in .item_box .right_box {
		width: 640px;
		height: 400px;
		background-image: url(../../index/img/btn_bg.jpg);
		background-position: center;
		background-size: cover;
	}

	#item .item_in .item_box .right_box h3 {
		font-size: 40px;
		color: #fff;
		padding-bottom: 10px;
		margin-top: 140px;
	}

	#item .item_in .item_box .right_box .btn {
		width: 70px;
		height: 50px;
		margin: 0 auto;
	}

	#item .item_in .item_box .right_box h3 span {
		font-size: 26px;
		color: #CACACA;
	}

	/*==================================================
    施工実績  for PC
==================================================*/

	#btn_facebook01 {
		width: 860px;
		margin: 0 auto 60px;

	}

}


/*/////////////////////////////////////////////////////////////////////
    for sp  スマホ画面用（767px以下）
/////////////////////////////////////////////////////////////////////*/


@media only screen and (max-width:767px) {
	body {
		width: 100%;
		font-size: 13px;
	}

	/*==================================================
    h1  for PC
==================================================*/


	.fv_top {
		width: 100%;
		height: 300px;
		padding: 30px;
		background-image: url(../../index/img/fv_bg.jpg);
		background-position: center;
		background-repeat: no-repeat;
	}

	.fv_top p {
		font-size: 25px;
		color: #fff;
		font-weight: bold;
		text-align: center;
		margin-top: 90px;
		line-height: 1.3;
	}



	/*==================================================
   info for sp
==================================================*/

	#info {}

	#info {
		width: 100%;
		margin: 0 auto;
		background-image: url(../../index/img/info_bg.jpg);
		background-position: center;
		background-size: cover;
	}


	#info .info_in {
		margin: 0 auto;
		width: 90%;
		text-align: justify;
		padding: 10% 0 5%;
	}


	#info .info_in p {
		padding-bottom: 5%;
				line-height: 1.5;
	}


	#info .info_in .company_btn {
		width: 100%;
		margin: 0 auto;
	}



	/*==================================================
   item for PC
==================================================*/

	#item {
		margin: 0 auto;

	}


	#item .item_in {
		margin: 5% auto;
		width: 100%;
	}

	
	#item .item_in .item_box {}


		#item .item_in .item_box a {
		text-decoration: none;
	}
	
	#item .item_in .item_box:nth-child(2n) {}

	#item .item_in .item_box .left_box {
		width: 100%;
	}


	#item .item_in .item_box .right_box {
		width: 100%;
		background-image: url(../../index/img/btn_bg.jpg);
		background-position: center;
		background-size: cover;
		padding: 5%;
	}

	#item .item_in .item_box .right_box h3 {
		font-size: 20px;
		color: #fff;
		padding-bottom: 2%;
	}

	#item .item_in .item_box .right_box .btn {
		width: 10%;
		margin: 0 auto;
	}

	#item .item_in .item_box .right_box h3 span {
		font-size: 18px;
		color: #CACACA;
	}

	/*==================================================
    施工実績  for sp
==================================================*/

	#btn_facebook01 {
		width: 95%;
		margin: 0 auto 5%;

	}


}
