/* ---------------------------------------------------------------------
共通
--------------------------------------------------------------------- */

body{
	font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ" , "MS PGothic", "Osaka", arial, helvetica, clean, sans-serif;
	margin:0;
	padding:0;
}


a:link {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: none;
}

a img{
	border:none;
}
.clear{
	clear:both;
}
.clear:after {
  clear: both;
  content: '';
  display: block;
}
img{
-webkit-backface-visibility: hidden;
}
/* ---------------------------------------------------------------------
タグリセット
--------------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6,p,div,ul,li,dl,dt,dd,form {
	margin: 0px;
	padding: 0px;
}
ul,li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ol li {
	list-style:none;
}
img {
	margin: 0px;
	padding: 0px;
	border: none;
	vertical-align:bottom;
}
table,tr,td{
	border-collapse: separate;
}

/* ---------------------------------------------------------------------
ローディング
--------------------------------------------------------------------- */
#loader_wrap {
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10001;
	text-align: center;
}
#loader_wrap .loading_ani:after {
	width: 50px;
	height: 50px;
	content: '';
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	margin:auto;
	display: block;
	background: url(../js/bxslider/images/bx_loader.gif) center center no-repeat;
}


/* ---------------------------------------------------------------------
ヘッダー
--------------------------------------------------------------------- */

.fixed_hd{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:80px;
	margin:0 auto;
	background:#FFF;
	z-index:10000;
	border-bottom:#eee 1px solid;
}


header{
	width:100%;
}
.hd_wrap {
	width:100%;
	padding:0;
	margin:0 auto;
}
.logo{
	width:36.56%;
	float:left;
	margin:16px 0 0 2.34%;
}
.logo img{
	width:100%;
	max-width:468px;
	height:auto;
}

.hd_nav{
	width:39.06%;
	margin:32px 0 0 6.43%;
	float:left;
}
.hd_nav li{
	font-size: 1.3vw;
	font-weight:bold;
	float:left;
	margin:0 10.20% 0 0;
}
.hd_nav li:last-child{
	margin:0 0 0 0;
}
.hd_nav li a:hover{
	border-bottom:#ab951d 2px solid;
}
.hd_nav li a.active{
	border-bottom:#ab951d 2px solid;
}

.hd_contact{
	width:12.89%;
	float:right;
}
.hd_contact a{
	width:100%;
	height:80px;
	display:block;
	background:#0c5033;
	transition: 0.3s all ease;
	position:relative;
}
.hd_contact a:hover{
	background:#cab230;
}
.hd_contact a span{
	display:block;
	text-align:center;
	color:#FFF;
	font-size:1.3vw;
	font-weight:bold;
	line-height:1.4;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin: auto;
	width:62.65%;
	height:52.5%;
}

/* ---------------------------------------------------------------------
ヘッダーナビ
--------------------------------------------------------------------- */

.nav_wrap{
	width:1000px;
	margin: 0 auto;
}

.nav_inner{
	width:100%;
	margin:0 auto;
}
.nav_inner > ul{
	padding-left:360px !important;
}
.nav_wrap li:first-child a{
	width:159px;
}
.nav_wrap li:nth-child(4) a{
	width:158px;
	border-right:#CCC 1px solid;
}
.nav_wrap li a{
	display:block;
	width:159px;
	float:left;
	border-left:#CCC 1px solid;
	font-size:18px;
	color:#333;
	text-align:center;
	padding-top:9px;
	padding-bottom:9px;
}
.nav_wrap li a span{
	font-size:14px;
}




/* ---------------------------------------------------------------------
メイン
--------------------------------------------------------------------- */
.main_wrap{
	width:100%;
	height:auto;
	min-height:58vw;
	padding:80px 0 0 0;
	z-index:1;
	position:relative;
}



/* main_up */
.main_up{
	width:100%;
	position:absolute;
	background:#0c5033;
	z-index:60;
	bottom:0;
}
.main_up ul{
	width:78.125%;
	margin:0 auto;
}
.main_up ul li{
	width:30.4%;
	float:left;
	background:#FFF;
	margin:-4vw auto 2.73vw;
}
.main_up ul li:nth-child(-n+2){
	margin-right:4.39%;
}
.main_up ul li:nth-child(3){
	margin-right:0;
}

.main_up ul li .mu_ico{
	width:37.5%;
	margin:-5vw auto 0;
}
.main_up ul li .mu_ico img{
	width:100%;
	max-width:114px;
	height:auto;
}
.main_up ul li .mu_title{
	text-align:center;
	font-size:3vw;
	font-weight:bold;
	margin:1.32vw 0 1.56vw;
}
.main_up ul li .mu_txt{
	text-align:center;
	font-size:1.15vw;
	line-height:1.7;
	margin-bottom:2.34vw;
}


/* main slide */

.main{
	width:100%;
	height:auto;
	margin:0 auto;
}

#slide-main li{
	position: relative;
}
#slide-main li a{
	display:block;
	position:absolute;
	z-index:100;
	width:100%;
	height:100%;
}

/*不要なpager非表示*/
.bx-has-controls-direction{
	display:none !important;
}



/* ---------------------------------------------------------------------
hover エフェクト
--------------------------------------------------------------------- */

.l-th {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  display: block;
}
.th-wrapper {
  display: block !important;
  margin: 0;
  padding: 0;
}
.th-wrapper::after {
  transition: 0.3s;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(12, 80, 51, 0.7);
  opacity: 0;
	z-index:1;
}
.th-wrapper img{
	display: block;
  max-width: 100%;
}
.more-text {
  transition: 0.5s;
  transition: opacity 0.5s, transform 0.8s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -80%);
  display: inline-block;
  padding: 6px 12px 8px;
  color: #fff;
  font-size: 18px;
  border: 1px solid #fff;
  opacity: 0;
	z-index:2;
}
.l-th:hover .th-wrapper::after {
  opacity: 1;
}
.l-th:hover .th-wrapper img{
	filter: blur(3px);
}
.l-th:hover .more-text {
  transform: translate(-50%, -50%);
  opacity: 1;
}


/* ---------------------------------------------------------------------
コンテンツ
--------------------------------------------------------------------- */

.cont_wrap{
	width:100%;
	background:#FFF;
}

.cont_inner{
	padding:15px 0 30px;
}
.ct_title img{
	width:100%;
	height:auto;	
}

/* cont_1 */

.cont_1{
	width:78.125%;
	margin:40px auto;
}
.cont_1 li:nth-child(1){
	width:45%;
	float:left;
}
.cont_1 li:nth-child(2){
	width:45%;
	float:right;
}
.cont_1 li img{
	width:100%;
	height:auto;
}

.cont_1 li p{
	color:#FFF;
	font-size:2.2vw;
	font-weight:bold;
	background:#0c5033 url(../images/arrow1.png) 97% center no-repeat;
	text-align:center;
	padding:1.32vw 0 !important;
}
.cont_1 li p span{
	display:block;
	font-size:1.1vw;
	font-weight:normal;
	padding-top:7px;
}



/* cont_2 */

.cont_2{
	width:100%;
	padding:60px 0 40px;
	background: linear-gradient(to bottom, #e6e7e8 0%,#ffffff 50%,#e6e7e8 100%);
}
.cont_2 .ct_title{
	width:62.65%;
	margin:0 auto 25px;
}
.cont_2 .ct_title img{
	width:100%;
	height:auto;	
}

.cont_2 .ct_title2{
	font-size:26px;
	margin-bottom:75px;
	text-align:center;
}

.ct2_wrap{
	width:78.125%;
	margin:40px auto;
}
.ct2_img{
	width:25.2%;
	float:left;
}
.ct2_img img{
	width:100%;
	height:auto;	
}
.ct2_wrap p{
	width:69%;
	float:right;
	line-height:1.7;
	font-size:16px;
	margin-bottom:35px;
}




/* cont_3 */

.cont_3{
	width:100%;
	padding:60px 0 40px;
}
.cont_3 .ct_title{
	width:62.65%;
	margin:0 auto 25px;
}
.cont_3 .ct_title img{
	width:100%;
	height:auto;	
}

.cont_3 .ct_title2{
	font-size:26px;
	margin-bottom:50px;
	text-align:center;
}
.cont_3 .ct_txt{
	width:55%;
	margin:0 auto 50px;
	font-size:16px;
	line-height:1.7;
}

.cont_3 .ct3_img{
	width:52.73%;
	margin:0 auto 50px;
}
.cont_3 .ct3_img img{
	width:100%;
	height:auto;	
}





/* cont_4 */

.cont_4{
	width:100%;
	padding:60px 0 40px;
	background:#f8f8f8;
}

.cont_4 .ct_title2{
	font-size:26px;
	margin-bottom:50px;
	text-align:center;
	line-height:1.3;
}
.cont_4 .ct_txt{
	width:70.78%;
	margin:0 auto 50px;
	font-size:16px;
	line-height:1.7;
}

.cont_4 .ct4_img1{
	width:70.54%;
	margin:0 auto 50px;
}
.cont_4 .ct4_img2{
	width:70.78%;
	margin:0 auto 50px;
}
.cont_4 .ct4_img1 img,
.cont_4 .ct4_img2 img{
	width:100%;
	height:auto;	
}




/* cont_5 */

.cont_5{
	width:100%;
	padding:60px 0 40px;
}
.cont_5 .ct_title{
	width:62.73%;
	margin:0 auto 25px;
}
.cont_5 .ct_title img{
	width:100%;
	height:auto;	
}

.cont_5 .ct_title2{
	font-size:26px;
	margin-bottom:50px;
	text-align:center;
}

.cont_5 .ct5_img{
	width:78.125%;
	margin:0 auto 50px;
}
.cont_5 .ct5_img img{
	width:100%;
	height:auto;	
}

.cont_5 .ct5_img li{
	width:23.20%;
	float:left;
}
.cont_5 .ct5_img li p{
	font-size:18px;
	min-height:50px;
	line-height:1.3;
	font-weight:bold;
	margin:4px 0 0;
}
.cont_5 .ct5_img li span{
	font-size:12px;
	display:block;
	line-height:1.7;
	font-weight:normal;
}
.cont_5 .ct5_img li:nth-child(-n+3){
	margin-right:2.4%;
}
.cont_5 .ct5_img li:nth-child(4){
	margin-right:0;
}


.ct5_bt a{
	width:25.15%;
	margin:0 auto;
	display:block;
	color:#0c5033;
	font-size:1.5vw;
	font-weight:bold;
	background:#FFF url(../images/arrow2.png) 97% center no-repeat;
	border:#928f8e 1px solid;
	text-align:center;
	padding:1.32vw 0;
	transition: 0.3s;
}
.ct5_bt a:hover{
	color:#FFF;
	background:#0c5033 url(../images/arrow1.png) 97% center no-repeat;
}


/* cat_wrap */

.cat_wrap{
	width:100%;
	background: linear-gradient(to bottom, rgba(255,233,150,0.75) 0%,rgba(247,218,80,0.75) 100%);
	padding:30px 0;
}

.cat_wrap .ct_title2{
	font-size:24px;
	text-align:center;
	margin-bottom:30px;
}
.cat_wrap .ct_title2 span{
	font-size:30px;
}
.cat_wrap .cat_inner{
	width:78.125%;
	margin:0 auto;
}
.cat_wrap img{
	width:100%;
	height:auto;	
}
.cat_wrap .cat_p{
	width:32.5%;
	float:left;
}
.cat_wrap .cat_bt{
	width:60%;
	margin-top:40px;
	float:right;
	background:#f78c00;
	transition: 0.3s;
	border:#fbe992 3px solid;
}
.cat_wrap .cat_bt:hover{
	background:#e2c422;
	border:#aa9109 3px solid;
}






/* ---------------------------------------------------------------------
フッター
--------------------------------------------------------------------- */
.ft_wrap{
	width:100%;
	background:#FFF;
	padding-top:24px;
}
.ft_link{
	width:78.125%;
	margin:0 auto;
	padding-bottom:15px;
}
.ft_link ul{
	padding-bottom:10px;
	text-align: center;
}
.ft_link li{
	line-height:180%;
	display: inline-block;
}
.ft_link li a{
	color:#333;
	font-size:14px;
	padding:0 23px !important;
	border-left:#ccc 1px solid;
}
.ft_link li:last-child a{
	border-right:#ccc 1px solid;
}
.ft_link li a:hover{
	text-decoration:underline;
}
.ft_link .ft_logo{
	width:150px;
	margin:0 auto 35px;
}

.ft_copy{
	width:100%;
	margin:0 auto;
	padding:20px 0;
	background:#333;
}
.ft_copy p{
	color:#FFF;
	font-size:14px;
	text-align:center;
}

/*ページトップ*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.script_wrap{
	display:none;
}




/* ---------------------------------------------------------------------
土地活用
--------------------------------------------------------------------- */


/* land_1 */

.land_1{
	width:100%;
	padding:140px 0 40px;
}
.land_1 .ct_title{
	width:22.96%;
	margin:0 auto 40px;
}

.land_1 .ct_txt{
	font-size:16px;
	line-height:1.7;
	text-align:center;
	margin:0 0 60px;
}



.land_p_wrap{
	width:100%;
	bottom:0;
}

.land_p_wrap ul{
	width:78.125%;
	margin:0 auto;
}
.land_p_wrap ul li{
	width:30%;
	float:left;
	background:#FFF;
	margin:0 5% 2.73vw 0;
}
.land_p_wrap ul li:nth-child(3n+3){
	margin-right:0;
}
.land_p_wrap ul li .lp_photo{
	width:100%;
	position:relative;
	z-index:1;
}
.land_p_wrap ul li .lp_photo img{
	width:100%;
	height:auto;
}
.land_p_wrap ul li .lp_photo p{
	color:#FFF;
	font-size:1.4vw;
	width:24%;
	position:absolute;
	z-index:2;
	background:#0c5033;
	padding:5px 10px;
	left:0;
	bottom:0;
}
.land_p_wrap ul li .lp_photo p span{
	font-size:2vw;
}
.land_p_wrap ul li .lp_title_g{
	color:#FFF;
	font-size:1.38vw;
	padding:10px 0 10px 10px;
	background:#0c5033;
}
.land_p_wrap ul li .lp_box{
	width:92.66%;
	padding:0 3.33%;
	border-left:#CCC 1px solid;
	border-right:#CCC 1px solid;
	border-bottom:#CCC 1px solid;
}
.land_p_wrap ul li .lp_title{
	text-align:left;
	font-size:1.7vw;
	font-weight:bold;
	padding:1vw 0;
	color:#0c5033;
}
.land_p_wrap ul li .lp_txt{
	text-align:left;
	font-size:1vw;
	line-height:1.7;
}

.land_p_wrap ul li .lp_txt2{
	font-size:0.85vw;
	line-height:1.7;
	border-top:#ccc 1px solid;
	margin:12px 0;
	padding:12px 0 0;
}
.land_p_wrap ul li .lp_txt2 p::before{
	content:"■";
	color:#ab951d;
}
.s_txt{
	font-size:0.7vw;
	line-height:1.7;
}

.land_p_wrap ul li:nth-child(n+4) .lp_txt2 p{
	width:50%;
	float:left;
}




/* land_2 */

.land_2{
	width:100%;
	padding:100px 0;
	background:#f8f8f8;
}
.land_2 .ct_title{
	width:44.53%;
	margin:0 auto 40px;
}
.land_2 .ct_title2{
	font-size:24px;
	font-weight:bold;
	text-align:center;
	margin:100px 0 30px;
}
.land_2 .ct_txt{
	width:78.125%;
	font-size:16px;
	line-height:1.7;
	text-align:center;
	margin:0 auto 60px;
}
.ld2_wrap{
	width:78.125%;
	margin:0 auto;
}
.ld2_wrap img{
	width:100%;
	height:auto;
}
.ld2_wrap .ld2_1{
	width:25.9%;
	float:left;
}
.ld2_wrap .ld2_2{
	width:58.6%;
	float:right;
	margin-right:4.7%;
}
.ld2_wrap .ld2_2 p{
	color:#0c5033;
	font-size:2.2vw;
	line-height:1.3;
	margin-bottom:35px;
}

.ld2_wrap .ld2_3{
	width:40%;
	float:left;
	margin-left:4%;
}
.ld2_wrap .ld2_4{
	width:38.5%;
	float:right;
	margin-right:4%;
}






/* ---------------------------------------------------------------------
建築請負事業
--------------------------------------------------------------------- */


/* contract_1 */

.contract_1{
	width:100%;
	padding:140px 0 0;
}
.contract_1 .ct_title{
	width:37.81%;
	margin:0 auto 40px;
}
.contract_1 .ct_txt{
	font-size:16px;
	line-height:1.7;
	text-align:center;
	margin:0 0 60px;
}
.contract_1 .ct_title2{
	font-size:24px;
	font-weight:bold;
	text-align:center;
	margin:0 0 60px;
}

.contract_1 .ct_p1{
	width:57.18%;
	margin:0 auto 50px;
}
.contract_1 .ct_p1 img{
	width:100%;
	height:auto;
}

.contract_2{
	width:100%;
	background:#f8f8f8;
	padding:50px 0;
}
.contract_2 .ct_title2{
	font-size:24px;
	font-weight:bold;
	text-align:center;
	margin:0 0 60px;
}

.ct_p_wrap{
	width:100%;
}
.ct_p_wrap ul{
	width:78.125%;
	margin:0 auto;
}
.ct_p_wrap ul li{
	width:30.7%;
	float:left;
	background:#FFF;
	margin:0 3.4% 2.73vw 0;
	border:#0c5033 1px solid;
	padding-bottom:20px;
	text-align:center;
}
.ct_p_wrap ul li:nth-child(3){
	margin-right:0;
}
.ct_p_wrap ul li .lp_photo{
	width:100%;
}
.ct_p_wrap ul li .lp_photo img{
	width:100%;
	height:auto;
}
.ct_p_wrap ul li .lp_box{
	width:92.66%;
	padding:0 3.33%;
}
.ct_p_wrap ul li .lp_title{
	text-align: center;
	font-size: 2.3vw;
	font-weight:bold;
	padding:1vw 0 5px;
	color:#0c5033;
	display:inline-block;
	border-bottom:#ab951d 3px solid;
	margin-bottom:15px;
}
.ct_p_wrap ul li .lp_txt{
	text-align:center;
	font-size:1vw;
	line-height:1.7;
}


.contract_3{
	width:78.125%;
	margin:0 auto;
	padding:50px 0;
}
.contract_3 .ct_title2{
	font-size:24px;
	font-weight:bold;
	text-align:center;
	margin:0 0 60px;
}
.ct3_wrap li{
	float:left;
}
.ct3_wrap li img{
	width:100%;
	height:auto;
}
.ct3_wrap li:nth-child(1){
	width:18.3%;
	margin-right:4.65%;
}
.ct3_wrap li:nth-child(2){
	width:24.4%;
	margin-right:4.65%;
}
.ct3_wrap li:nth-child(3){
	width:48%;
	margin-right:0;
}
.ct3_wrap li p{
	background:#0c5033;
	text-align:center;
	color:#FFF;
	font-size:18px;
	padding:10px 0;
}




/* ---------------------------------------------------------------------
施工実績
--------------------------------------------------------------------- */


/* example_1 */

.example_1{
	width:100%;
	padding:140px 0 0;
}
.example_1 .ct_title{
	width:62.5%;
	margin:0 auto 40px;
}
.example_1 .ct_txt{
	font-size:16px;
	line-height:1.7;
	text-align:center;
	margin:0 0 60px;
}
.example_1 .ct_title2{
	font-size:24px;
	font-weight:bold;
	text-align:center;
	margin:0 0 60px;
}

.example_1 .ex_menu{
	width:100%;
	background:#f8f8f8;
	padding:20px 0;
}
.example_1 .ex_menu ul{
	width:78.125%;
	margin:0 auto;
}
.example_1 .ex_menu ul li{
	width:20%;
	float:left;
	text-align:center;
	position:relative;
}
.example_1 .ex_menu ul li a{
	width:100%;
	display:block;
	font-size:18px;
	padding:3px 0;
	border-bottom:#f8f8f8 3px solid;
}
.example_1 .ex_menu ul li a:hover{
	border-bottom:#ab951d 3px solid;
}
.example_1 .ex_menu ul li a::before{
	content:"|";
	position:absolute;
	left:0;
}
.example_1 .ex_menu ul li:last-child a::after{
	content:"|";
	position:absolute;
	right:0;
}




/*実例ボックス*/

.ex_wrap{
	width:78.125%;
	margin:-40px auto 0;
	padding-top:100px;
	padding-bottom:60px;
	border-bottom:#CCC 1px solid;
}


.ex_wrap .ex_title{
	width:75%;
	float:left;
}
.ex_wrap .ex_title .ext_cat{
	color:#FFF;
	background:#ab951d;
	font-size:18px;
	text-align:center;
	width:21.33%;
	float:left;
	padding:8px;
}
.ex_wrap .ex_title .ext_b{
	font-size:32px;
	float:left;
	margin-left:30px;
	font-weight:bold;
}
.ex_wrap .ex_title .ext_txt{
	font-size:18px;
	clear:both;
	padding-top:20px;
}


.ex_wrap .ex_data{
	width:25%;
	float:right;
}
.ex_wrap .ex_data .exd_hd{
	background:#0c5033;
	color:#FFF;
	font-size:14px;
	margin-bottom:5px;
	padding:6px;
}
.ex_wrap .ex_data .exd_txt{
	line-height:1.7;
	font-size:13px;
}


.ex_wrap .ex_photo{
	width:100%;
	margin-top:20px;
}
.ex_wrap .ex_photo img{
	width:100%;
	height:auto;
}

#ex1 .ex_photo div:nth-child(1){
	width:75%;
	float:left;
}
#ex1 .ex_photo div:nth-child(2){
	width:25%;
	float:left;
}
#ex1 .ex_photo div:nth-child(3){
	width:25%;
	float:left;
}


#ex2 .ex_photo div:nth-child(1){
	width:52.7%;
	float:left;
}
#ex2 .ex_photo div:nth-child(2){
	width:47.3%;
	float:left;
}
#ex2 .ex_photo div:nth-child(3){
	width:47.3%;
	float:left;
}


#ex3 .ex_photo div:nth-child(1){
	width:52.7%;
	float:left;
}
#ex3 .ex_photo div:nth-child(2){
	width:47.3%;
	float:left;
}
#ex3 .ex_photo div:nth-child(3){
	width:47.3%;
	float:left;
}


#ex4 .ex_photo div:nth-child(1){
	width:45%;
	float:left;
}
#ex4 .ex_photo div:nth-child(2){
	width:55%;
	float:left;
}
#ex4 .ex_photo div:nth-child(3){
	width:55%;
	float:left;
}


#ex5 .ex_photo div:nth-child(1){
	width:62.5%;
	float:left;
}
#ex5 .ex_photo div:nth-child(2){
	width:37.5%;
	float:left;
}
#ex5 .ex_photo div:nth-child(3){
	width:37.5%;
	float:left;
}

.ex_bottom{
	margin-top:100px;
}



/* ---------------------------------------------------------------------
お問い合わせ
--------------------------------------------------------------------- */


/* contact_1 */

.contact_1{
	width:100%;
	padding:140px 0 100px;
}
.contact_1 .ct_title{
	width:22.03%;
	margin:0 auto 50px;
}
.contact_1 .ct_txt{
	font-size:16px;
	line-height:1.7;
	text-align:center;
	margin:0 0 60px;
}

.contact_1 .ct_inner{
	width:78.125%;
	margin:0 auto;
}
.contact_1 .ct_inner .ct_title2{
	width:100%;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	margin:0 auto 40px;
}

.contact_1 .ct_inner li img{
	width:100%;
	height:auto;
}

.contact_1 .cat_p{
	width:32.5%;
	float:left;
}
.contact_1 .cat_p img{
	width:100%;
	height:auto;
}
.contact_1 .cat_bt{
	width:60%;
	float:right;
}



.contact_1 .ct_inner li:nth-child(1){
	width:100%;
	float:none;
	background:#0c5033;
	border:#FFF 3px solid;
	transition: 0.3s all ease;
	margin-bottom:20px;
	margin-top:3vw;
}
.contact_1 .ct_inner li:nth-child(1):hover{
	background:#cab230;
	border:#aa9109 3px solid;
}

/*ct_tel*/
.ct_tel{
	width:100%;
	background:#F6F6F6;
	padding:50px 0;
	margin-bottom:60px;
}
.ct_tel .ct_tel_inner{
	width:78.125%;
	margin:0 auto;
}
.ct_tel .ct_title2{
	width:100%;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	margin:0 auto 40px;
}

.ct_tel .ct_title3{
	width:100%;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	margin:0 auto 20px;
}
.ct_tel .telnum{
	width:100%;
	font-size:42px;
	font-weight:bold;
	text-align:center;
	margin:0 auto 20px;
}
.ct_tel .telnum img{
	vertical-align:text-bottom;
}
.ct_tel .time{
	width:100%;
	font-size:18px;
	text-align:center;
}
.ct_tel .time2{
	width:100%;
	font-size:14px;
	text-align:center;
	margin-top:30px;
}
.ct_tel .time2 span{
	display: inline !important;
}

/* cat_wrap_ct */

.cat_wrap_ct{
	width:100%;
	background:#F6F6F6;
	padding:50px 0;
}

.cat_wrap_ct .ct_title{
	width:20.70%;
	margin:0 auto 50px;
}
.cat_wrap_ct .ct_txt{
	font-size:16px;
	line-height:1.7;
	text-align:center;
	margin:0 0 50px;
}

.cat_wrap_ct .cat_inner{
	width:78.125%;
	margin:0 auto;
}
.cat_wrap_ct img{
	width:100%;
	height:auto;	
}
.cat_wrap_ct .cat_p{
	width:32.5%;
	float:left;
}
.cat_wrap_ct .cat_bt{
	width:60%;
	margin-top:40px;
	float:right;
	background:#f78c00;
	transition: 0.3s;
	border:#f8f8f8 3px solid;
}
.cat_wrap_ct .cat_bt:hover{
	background:#e2c422;
	border:#aa9109 3px solid;
}

/* ---------------------------------------------------------------------
お問い合わせフォーム
--------------------------------------------------------------------- */


/* contact_2 */

.contact_2{
	width:100%;
	padding:140px 0 0px;
}
.contact_2 .ct_title{
	width:35.23%;
	margin:0 auto 50px;
}
.contact_2 .ct_title img{
	width:100%;
	height:auto;
}
.contact_2 .ct_txt{
	font-size:16px;
	line-height:1.7;
	text-align:center;
}

.end_box{
	width:100%;
	margin:0 auto;
}

/*SP用display:none;■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.sp_hd_wrap{
	display:none;
}
.slidemenu {
	display:none;
}
.spbr{
	display:none;
}
.pc{
	display:block !important;
}
.sp{
	display:none !important;
}
.tab{
	display:none !important;
}



/* ------------------------------画面の横幅が800px以下 (タブレット) ------------------------------*/
@media screen and (min-width:641px) and (max-width:800px){


/*タブレット用　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.tab{
	display:block !important;
}



/*topページ*/

.hd_contact a span{
	display:block;
	text-align:center;
	color:#FFF;
	font-size:1.6vw;
	font-weight:bold;
	line-height:1.4;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin: auto;
	width:80%;
	height:40%;
}

.main_up ul{
	width: 94%;
	margin:0 auto;
}
.cont_1{
	width: 90%;
	margin:40px auto;
}
.ct2_wrap{
	width: 94%;
	margin:40px auto;
}
.ct2_img{
	width:25.2%;
	float: none;
	margin:0 auto 15px;
}
.ct2_img img{
	width:100%;
	height:auto;	
}
.ct2_wrap p{
	width:94%;
	float:none;
	line-height:1.7;
	font-size:16px;
	margin:0 auto 35px;
	text-align:left;
}
.ct2_wrap p br{
	display:none;
}

.cont_3 .ct_title2{
	width: 90%;
	font-size:26px;
	margin: 0 auto 50px;
	text-align:center;
}
.cont_3 .ct_txt{
	width: 90%;
	margin:0 auto 50px;
	font-size:16px;
	line-height:1.7;
}
.cont_4 .ct_title2{
	width: 94%;
	font-size: 22px;
	margin: 0 auto 50px;
	text-align:center;
	line-height:1.3;
}
.cont_4 .ct_txt{
	width: 88%;
	margin:0 auto 50px;
	font-size:16px;
	line-height:1.7;
}
.cont_4 .ct4_img1{
	width: 90%;
	margin:0 auto 50px;
}
.cont_4 .ct4_img2{
	width: 90%;
	margin:0 auto 50px;
}



/*cont_5*/
.cont_5 .ct5_img{
	width:94%;
	margin:0 auto 50px;
}
.cont_5 .ct5_img li p{
	font-size:16px;
	min-height:50px;
	line-height:1.3;
	font-weight:bold;
	margin:4px 0 0;
}

/*フッター*/
.ft_link{
	width:94%;
	margin:0 auto;
	padding-bottom:15px;
}



/*土地活用*/
.land_1 .ct_txt{
	width:94%;
	font-size:16px;
	line-height:1.7;
	text-align:left;
	margin:0 auto 60px;
}
.land_p_wrap ul{
	width:94%;
	margin:0 auto;
}
.land_p_wrap ul li .lp_txt2{
	font-size:1vw;
	line-height:1.7;
	border-top:#ccc 1px solid;
	margin:12px 0;
	padding:12px 0 0;
}
.land_p_wrap ul li:nth-child(1) .lp_txt br{
	display:none;
}
.land_2 .ct_txt{
	width:94%;
	font-size:16px;
	line-height:1.7;
	text-align:left;
	margin:0 auto 60px;
}
.land_2 .ct_txt br{
	display:none;
}
.ld2_wrap{
	width:94%;
	margin:0 auto;
}







/*建築請負事業*/
.contract_1 .ct_p1{
	width:80%;
	margin:0 auto 50px;
}

.contract_1 .ct_txt{
	width:94%;
	font-size:16px;
	line-height:1.7;
	text-align:left;
	margin:0 auto 60px;
}
.contract_1 .ct_txt br{
	display:none;
}
.ct_p_wrap ul{
	width:90%;
	margin:0 auto;
}
.ct_p_wrap ul li .lp_txt{
	text-align:center;
	font-size:1.2vw;
	line-height:1.7;
}

.contract_3{
	width:90%;
}



/*施工実績*/

.example_1 .ex_menu ul{
	width:94%;
	margin:0 auto;
}
.example_1 .ex_menu ul li a{
	width:100%;
	display:block;
	font-size:16px;
	padding:3px 0;
	border-bottom:#f8f8f8 3px solid;
}
.ex_wrap{
	width:94%;
	margin:-40px auto 0;
	padding-top:100px;
	padding-bottom:60px;
	border-bottom:#CCC 1px solid;
}
.ex_wrap .ex_title{
	width: 70%;
	float:left;
}
.ex_wrap .ex_data{
	width: 30%;
	float:right;
}
.ex_wrap .ex_title .ext_cat{
	color:#FFF;
	background:#ab951d;
	font-size:16px;
	text-align:center;
	width:28%;
	float:none;
	padding:8px;
	margin-bottom:15px;
}
.ex_wrap .ex_title .ext_b{
	font-size:32px;
	float:left;
	margin-left: 0;
	font-weight:bold;
}
.ex_wrap .ex_title .ext_txt{
	font-size: 14px;
	clear:both;
	padding-top:20px;
}
.ex_wrap .ex_data .exd_txt{
	line-height:1.7;
	font-size: 12px;
}




}













/* ------------------------------画面の横幅が640px以下 (スマホ) ------------------------------*/
@media screen and (max-width:640px){

/*SP用display:none;■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.sp{
	display:block !important;
}
.pc{
	display:none !important;
}
.tab{
	display:none !important;
}


/*body==================================*/
body{
	min-width:100%;
}

/* ---------------------------------------------------------------------
ヘッダー
--------------------------------------------------------------------- */

.fixed_hd{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height: 16vw;
	max-height: 80px;
	margin:0 auto;
	background:#FFF;
	z-index:100;
	border-bottom:#eee 1px solid;
}
header{
	width:100%;
}
.hd_wrap {
	width:100%;
	padding:0;
	margin:0 auto;
}
.logo{
	width:65%;
	float:left;
	margin:16px 0 0 2.34%;
}
.logo img{
	width:100%;
	height:auto;
}
.hd_nav{
	display:none;
}
.hd_contact{
	display:none;
}



#wrap{
	margin-top:0;
}



/* ---------------------------------------------------------------------
メイン
--------------------------------------------------------------------- */
.main_wrap{
	width:100%;
	height:auto;
	min-height:58vw;
	padding:16vw 0 0 0;
	z-index:1;
	position:relative;
}



/* main_up */
.main_up{
	width:100%;
	position: static;
	background:#0c5033;
	z-index:60;
	bottom:0;
	padding-top: 2.73vw;
}
.main_up ul{
	width:96%;
	margin:0 auto;
}
.main_up ul li{
	width:96%;
	float:left;
	background:#FFF;
	margin:0 auto 2.73vw;
	padding:2%;
	border-radius:3px;
}
.main_up ul li:nth-child(-n+2){
	margin-right:4.39%;
}
.main_up ul li:nth-child(3){
	margin-right:0;
}

.main_up ul li .mu_ico{
	width:20%;
	margin:0 auto 0;
	float:left;
}
.main_up ul li .mu_ico img{
	width:100%;
	max-width:114px;
	height:auto;
}
.main_up ul li .mu_title{
	width:75%;
	float:right;
	text-align:left;
	font-size:6vw;
	font-weight:bold;
	margin:1.32vw 0 1.56vw;
}
.main_up ul li .mu_txt{
	width:75%;
	float:right;
	text-align:left;
	font-size:4vw;
	line-height:1.7;
	margin-bottom:2.34vw;
}
.main_up ul li .mu_txt br{
	display:none;
}


/* main slide */

.main{
	width:100%;
	height:auto;
	margin:0 auto;
}

#slide-main li{
	position: relative;
}
#slide-main li a{
	display:block;
	position:absolute;
	z-index:100;
	width:100%;
	height:100%;
}

/*不要なpager非表示*/
.bx-has-controls-direction{
	display:none !important;
}



/* cont_1 */

.cont_1{
	width:96%;
	margin:2.73vw auto;
}
.cont_1 li:nth-child(1){
	width:96%;
	margin:0 auto 2.73vw;
	float:none;
	background:#0c5033;
}
.cont_1 li:nth-child(2){
	width:96%;
	margin:0 auto;
	float:none;
	background:#0c5033;
}
.cont_1 li img{
	display:block;
	float:left;
	width:40%;
	height:auto;
	overflow:hidden;
}

.cont_1 li p{
	width:57%;
	float:right;
	color:#FFF;
	font-size:4.5vw;
	font-weight:bold;
	background:#0c5033 url(../images/arrow1.png) 97% center no-repeat;
	text-align:left;
	padding:3.3vw 0 0 3% !important;
}
.cont_1 li p span{
	width:80%;
	display:block;
	font-size:2.8vw;
	font-weight:normal;
	padding-top:7px;
	line-height:1.3;
}




/* cont_2 */

.cont_2{
	width:100%;
	padding:20px 0 20px;
	background: linear-gradient(to bottom, #e6e7e8 0%,#ffffff 50%,#e6e7e8 100%);
}
.cont_2 .ct_title{
	width:94%;
	margin:0 auto 25px;
}
.cont_2 .ct_title img{
	width:100%;
	height:auto;	
}

.cont_2 .ct_title2{
	width:90%;
	margin:0 auto;
	font-size:22px;
	margin-bottom:30px;
	text-align:left;
	line-height:1.3;
}

.ct2_wrap{
	width:90%;
	margin:40px auto;
}
.ct2_img{
	width:50%;
	margin:0 auto;
	float:none;
}
.ct2_img img{
	width:100%;
	height:auto;	
}
.ct2_wrap p{
	width:100%;
	float:none;
	line-height:1.7;
	font-size:3.5vw;
	margin-bottom:6vw;
}
.ct2_wrap p br{
	display:none;
}






/* cont_3 */

.cont_3{
	width:100%;
	padding:30px 0 20px;
}
.cont_3 .ct_title{
	width:94%;
	margin:0 auto 25px;
}
.cont_3 .ct_title img{
	width:100%;
	height:auto;	
}

.cont_3 .ct_title2{
	width:90%;
	margin:0 auto;
	font-size:22px;
	margin-bottom:25px;
	text-align:left;
	line-height:1.3;
}
.cont_3 .ct_txt{
	width:90%;
	margin:0 auto 50px;
	font-size:16px;
	line-height:1.7;
}
.cont_3 .ct_txt br{
	display:none;
}
.cont_3 .ct3_img{
	width:90%;
	margin:0 auto 50px;
}
.cont_3 .ct3_img img{
	width:100%;
	height:auto;	
}





/* cont_4 */

.cont_4{
	width:100%;
	padding:30px 0 20px;
	background:#f8f8f8;
}

.cont_4 .ct_title2{
	width:90%;
	margin:0 auto;
	font-size:22px;
	margin-bottom:25px;
	text-align:left;
	line-height:1.3;
}
.cont_4 .ct_title2 br{
	display:none;
}
.cont_4 .ct_txt{
	width:90%;
	margin:0 auto 25px;
	font-size:16px;
	line-height:1.7;
}

.cont_4 .ct4_img1{
	width:96%;
	margin:0 auto 25px;
}
.cont_4 .ct4_img2{
	width:96%;
	margin:0 auto 25px;
}
.cont_4 .ct4_img1 img,
.cont_4 .ct4_img2 img{
	width:100%;
	height:auto;	
}




/* cont_5 */

.cont_5{
	width:100%;
	padding:30px 0 20px;
}
.cont_5 .ct_title{
	width:94%;
	margin:0 auto 25px;
}
.cont_5 .ct_title img{
	width:100%;
	height:auto;	
}

.cont_5 .ct_title2{
	width:90%;
	margin:0 auto;
	font-size:22px;
	margin-bottom:25px;
	text-align:center;
	line-height:1.3;
}
.cont_5 .ct_title2 br{
	display:none;
}

.cont_5 .ct5_img{
	width:96%;
	margin:0 auto 25px;
}
.cont_5 .ct5_img img{
	width:100%;
	height:auto;	
}

.cont_5 .ct5_img li{
	width:48%;
	float:left;
	margin-bottom:10px;
}
.cont_5 .ct5_img li p{
	font-size:17px;
	min-height:50px;
	line-height:1.3;
	font-weight:bold;
	margin:4px 0 0;
}
.cont_5 .ct5_img li p br{
	display:none;
}
.cont_5 .ct5_img li span{
	font-size:12px;
	display:block;
	line-height:1.7;
	font-weight:normal;
}
.cont_5 .ct5_img li:nth-child(odd){
	margin-right:4%;
}
.cont_5 .ct5_img li:nth-child(even){
	margin-right:0;
}


.ct5_bt a{
	width:70%;
	margin:0 auto;
	display:block;
	color:#0c5033;
	font-size:16px;
	font-weight:bold;
	background:#FFF url(../images/arrow2.png) 97% center no-repeat;
	border:#928f8e 1px solid;
	text-align:center;
	padding:3vw 0;
	transition: 0.3s;
}
.ct5_bt a:hover{
	color:#FFF;
	background:#0c5033 url(../images/arrow1.png) 97% center no-repeat;
}


/* cat_wrap */

.cat_wrap{
	width:100%;
	background: linear-gradient(to bottom, rgba(255,233,150,0.75) 0%,rgba(247,218,80,0.75) 100%);
	padding:30px 0;
}

.cat_wrap .ct_title2{
	width:96%;
	font-size:20px;
	text-align:left;
	margin:0 auto 20px;
}
.cat_wrap .ct_title2 span{
	font-size:24px;
}
.cat_wrap .cat_inner{
	width:96%;
	margin:0 auto;
}
.cat_wrap .cat_p{
	width:96%;
	float:none;
	margin:0 auto 20px;
	text-align:center;
}
.cat_wrap .cat_p img{
	width:100%;
	height:auto;
	max-width:325px;
}

.cat_wrap .cat_bt{
	width:96%;
	margin-top:40px;
	float:none;
	background:#f78c00;
	transition: 0.3s;
	border:#fbe992 3px solid;
}
.cat_wrap .cat_bt:hover{
	background:#e2c422;
	border:#aa9109 3px solid;
}


/* ---------------------------------------------------------------------
フッター
--------------------------------------------------------------------- */
.ft_wrap{
	width:100%;
	background:#FFF;
	padding-top:15px;
}
.ft_link{
	width:90%;
	margin:0 auto;
	padding-bottom:15px;
}
.ft_link ul{
	padding-bottom:10px;
	text-align: center;
}
.ft_link li:nth-child(odd){
	width:48%;
	line-height:180%;
	display: inline-block;
	border-left:#ccc 1px solid;
	margin-bottom:10px;
}
.ft_link li:nth-child(even){
	width:48%;
	line-height:180%;
	display: inline-block;
	border-left:#ccc 1px solid;
	border-right:#ccc 1px solid;
	margin-bottom:10px;
}
.ft_link li:last-child{
	border-right:#ccc 1px solid;
}
.ft_link li a{
	color:#333;
	font-size:14px;
	padding:0 !important;
	border-left:none;
}
.ft_link li:last-child a{
	border-right:none;
}
.ft_link li a:hover{
	text-decoration:underline;
}
.ft_link .ft_logo{
	width:150px;
	margin:0 auto 17px;
}

.ft_copy{
	width:100%;
	margin:0 auto;
	padding:20px 0;
	background:#333;
}
.ft_copy p{
	color:#FFF;
	font-size:14px;
	text-align:center;
}







/* ---------------------------------------------------------------------
土地活用
--------------------------------------------------------------------- */


/* land_1 */

.land_1{
	width:100%;
	padding:70px 0 20px;
}
.land_1 .ct_title{
	width:70%;
	margin:0 auto 20px;
}
.land_1 .ct_title img{
	width:100%;
	height:auto;
}
.land_1 .ct_txt{
	width:90%;
	font-size:14px;
	line-height:1.7;
	text-align:left;
	margin:0 auto 30px;
}



.land_p_wrap{
	width:100%;
	bottom:0;
}

.land_p_wrap ul{
	width:92%;
	margin:0 auto;
}
.land_p_wrap ul li{
	width:100%;
	float:none;
	background:#FFF;
	margin:0 0 5vw 0;
}
.land_p_wrap ul li:nth-child(3n+3){
	margin-right:0;
}
.land_p_wrap ul li .lp_photo{
	width:100%;
	position:relative;
}
.land_p_wrap ul li .lp_photo img{
	width:100%;
	height:auto;
}
.land_p_wrap ul li .lp_photo p{
	color:#FFF;
	font-size:18px;
	width:24%;
	position:absolute;
	background:#0c5033;
	padding:5px 10px;
	left:0;
	bottom:0;
}
.land_p_wrap ul li .lp_photo p span{
	font-size:24px;
}
.land_p_wrap ul li .lp_title_g{
	color:#FFF;
	font-size:20px;
	padding:10px 0 10px 10px;
	background:#0c5033;
}
.land_p_wrap ul li .lp_box{
	width:92.66%;
	padding:0 3.33%;
	border-left:#CCC 1px solid;
	border-right:#CCC 1px solid;
	border-bottom:#CCC 1px solid;
}
.land_p_wrap ul li .lp_title{
	text-align:left;
	font-size:28px;
	font-weight:bold;
	padding:3vw 0;
	color:#0c5033;
}
.land_p_wrap ul li .lp_txt{
	text-align:left;
	font-size:14px;
	line-height:1.7;
}

.land_p_wrap ul li .lp_txt2{
	font-size:12px;
	line-height:1.7;
	border-top:#ccc 1px solid;
	margin:12px 0;
	padding:12px 0 0;
}
.land_p_wrap ul li .lp_txt2 p::before{
	content:"■";
	color:#ab951d;
}
.s_txt{
	font-size:10px;
	line-height:1.7;
}

.land_p_wrap ul li:nth-child(n+4) .lp_txt2 p{
	width:50%;
	float:left;
}
.land_p_wrap ul li:last-child{
	display:none;
}



/* land_2 */

.land_2{
	width:100%;
	padding:50px 0;
	background:#f8f8f8;
}
.land_2 .ct_title{
	width:90%;
	margin:0 auto 20px;
}
.land_2 .ct_title img{
	width:100%;
	height:auto;
}
.land_2 .ct_title2{
	font-size:24px;
	font-weight:bold;
	text-align:center;
	margin:50px 0 30px;
}
.land_2 .ct_txt{
	width:90%;
	font-size:14px;
	line-height:1.7;
	text-align:left;
	margin:0 auto 60px;
}
.land_2 .ct_txt br{
	display:none;
}
.ld2_wrap{
	width:96%;
	margin:0 auto;
}
.ld2_wrap img{
	width:100%;
	height:auto;
}
.ld2_wrap .ld2_1{
	width:96%;
	margin:0 auto 40px;
	float:none;
	text-align:center;
}
.ld2_wrap .ld2_1 img{
	width:100%;
	height:auto;
	max-width:251px !important;
}

.ld2_wrap .ld2_2{
	width:96%;
	margin:0 auto;
	float:none;
}
.ld2_wrap .ld2_2 p{
	color:#0c5033;
	font-size:18px;
	font-weight:bold;
	line-height:1.3;
	margin-bottom:35px;
}
.ld2_wrap .ld2_2 p br{
	display:none;
}

.ld2_wrap .ld2_3{
	width:96%;
	margin:0 auto 40px;
	float:none;
}
.ld2_wrap .ld2_4{
	width:96%;
	margin:0 auto;
	float:none;
}





/* ---------------------------------------------------------------------
建築請負事業
--------------------------------------------------------------------- */


/* contract_1 */

.contract_1{
	width:100%;
	padding:70px 0 0;
}
.contract_1 img{
	width:100%;
	height:auto;
}
.contract_1 .ct_title{
	width:70%;
	margin:0 auto 40px;
}
.contract_1 .ct_title img{
	width:100%;
	height:auto;
}
.contract_1 .ct_txt{
	width:90%;
	font-size:14px;
	line-height:1.7;
	text-align:left;
	margin:0 auto 30px;
}
.contract_1 .ct_txt br{
	display:none;
}
.contract_1 .ct_title2{
	width:90%;
	font-size:20px;
	font-weight:bold;
	text-align:left;
	margin:0 auto 30px;
}

.contract_1 .ct_p1{
	width:96%;
	margin:0 auto 25px;
}


.contract_2{
	width:100%;
	background:#f8f8f8;
	padding:25px 0;
}
.contract_2 .ct_title2{
	width:90%;
	font-size:20px;
	font-weight:bold;
	text-align:left;
	margin:0 auto 30px;
}

.ct_p_wrap{
	width:100%;
}
.ct_p_wrap ul{
	width:92%;
	margin:0 auto;
}
.ct_p_wrap ul li{
	width:100%;
	float:none;
	background:#FFF;
	margin:0 3.5% 2.73vw 0;
	border:#0c5033 1px solid;
	padding-bottom:20px;
	text-align:center;
}
.ct_p_wrap ul li:nth-child(3){
	margin-right:0;
}
.ct_p_wrap ul li .lp_photo{
	width:100%;
}
.ct_p_wrap ul li .lp_photo img{
	width:100%;
	height:auto;
}
.ct_p_wrap ul li .lp_box{
	width:92.66%;
	padding:0 3.33%;
}
.ct_p_wrap ul li .lp_title{
	text-align: center;
	font-size: 26px;
	font-weight:bold;
	padding:3vw 0 5px;
	color:#0c5033;
	display:inline-block;
	border-bottom:#ab951d 3px solid;
	margin-bottom:15px;
}
.ct_p_wrap ul li .lp_txt{
	text-align:left;
	font-size:14px;
	line-height:1.7;
}


.contract_3{
	width:80%;
	margin:0 auto;
	padding:25px 0;
}
.contract_3 .ct_title2{
	width:90%;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	margin:0 auto 30px;
}
.ct3_wrap li{
	width:100%;
	float:none;
	margin-bottom:30px;
}
.ct3_wrap li img{
	width:100%;
	height:auto;
}
.ct3_wrap li:nth-child(1){
	width:auto;
	margin-right:0;
}
.ct3_wrap li:nth-child(2){
	width:auto;
	margin-right:0;
}
.ct3_wrap li:nth-child(3){
	width:auto;
	margin-right:0;
}
.ct3_wrap li p{
	background:#0c5033;
	text-align:center;
	color:#FFF;
	font-size:18px;
	padding:10px 0;
}



/* ---------------------------------------------------------------------
施工実績
--------------------------------------------------------------------- */


/* example_1 */

.example_1{
	width:100%;
	padding:70px 0 0;
}
.example_1 .ct_title{
	width:90%;
	margin:0 auto 20px;
}
.example_1 .ct_title img{
	width:100%;
	height:auto;
}
.example_1 .ct_txt{
	font-size:14px;
	line-height:1.7;
	text-align:left;
	margin:0 auto 30px;
}
.example_1 .ct_title2{
	width:90%;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	margin:0 auto 30px;
}

.example_1 .ex_menu{
	display:none;
	width:100%;
	background:#f8f8f8;
	padding:20px 0;
}
.example_1 .ex_menu ul{
	width:78.125%;
	margin:0 auto;
}
.example_1 .ex_menu ul li{
	width:20%;
	float:left;
	text-align:center;
	position:relative;
}
.example_1 .ex_menu ul li a{
	width:100%;
	display:block;
	font-size:18px;
	padding:3px 0;
	border-bottom:#f8f8f8 3px solid;
}
.example_1 .ex_menu ul li a:hover{
	border-bottom:#ab951d 3px solid;
}
.example_1 .ex_menu ul li a::before{
	content:"|";
	position:absolute;
	left:0;
}
.example_1 .ex_menu ul li:last-child a::after{
	content:"|";
	position:absolute;
	right:0;
}




/*実例ボックス*/

.ex_wrap{
	width:96%;
	margin:-20px auto 0;
	padding-top:50px;
	padding-bottom:30px;
	border-bottom:#CCC 1px solid;
}


.ex_wrap .ex_title{
	width:100%;
	float:none;
	margin:0 auto;
}
.ex_wrap .ex_title .ext_cat{
	color:#FFF;
	background:#ab951d;
	font-size:16px;
	text-align:center;
	width:40%;
	float:none;
	padding:4px;
}
.ex_wrap .ex_title .ext_b{
	width:100%;
	font-size:32px;
	float:none;
	margin-left:0;
	margin-top:10px;
	font-weight:bold;
	text-align:left;
}
.ex_wrap .ex_title .ext_txt{
	width:100%;
	font-size:14px;
	clear:both;
	padding-top:10px;
	margin-bottom:20px;
}


.ex_wrap .ex_data{
	width:100%;
	float:none;
}
.ex_wrap .ex_data .exd_hd{
	background:#0c5033;
	color:#FFF;
	font-size:14px;
	margin-bottom:5px;
	padding:6px;
}
.ex_wrap .ex_data .exd_txt{
	line-height:1.7;
	font-size:13px;
}


.ex_wrap .ex_photo{
	width:100%;
	margin-top:20px;
}
.ex_wrap .ex_photo img{
	width:100%;
	height:auto;
}

#ex1 .ex_photo div:nth-child(1){
	width:75%;
	float:left;
}
#ex1 .ex_photo div:nth-child(2){
	width:25%;
	float:left;
}
#ex1 .ex_photo div:nth-child(3){
	width:25%;
	float:left;
}


#ex2 .ex_photo div:nth-child(1){
	width:52.7%;
	float:left;
}
#ex2 .ex_photo div:nth-child(2){
	width:47.3%;
	float:left;
}
#ex2 .ex_photo div:nth-child(3){
	width:47.3%;
	float:left;
}


#ex3 .ex_photo div:nth-child(1){
	width:52.7%;
	float:left;
}
#ex3 .ex_photo div:nth-child(2){
	width:47.3%;
	float:left;
}
#ex3 .ex_photo div:nth-child(3){
	width:47.3%;
	float:left;
}


#ex4 .ex_photo div:nth-child(1){
	width:45%;
	float:left;
}
#ex4 .ex_photo div:nth-child(2){
	width:55%;
	float:left;
}
#ex4 .ex_photo div:nth-child(3){
	width:55%;
	float:left;
}


#ex5 .ex_photo div:nth-child(1){
	width:62.5%;
	float:left;
}
#ex5 .ex_photo div:nth-child(2){
	width:37.5%;
	float:left;
}
#ex5 .ex_photo div:nth-child(3){
	width:37.5%;
	float:left;
}

.ex_bottom{
	margin-top:100px;
}



/* ---------------------------------------------------------------------
お問い合わせ
--------------------------------------------------------------------- */


/* contact_1 */

.contact_1{
	width:100%;
	padding:70px 0 50px;
}
.contact_1 .ct_title{
	width:50%;
	margin:0 auto 25px;
}
.contact_1 .ct_title img{
	width:100%;
	height:auto;
}

.contact_1 .ct_txt{
	width:90%;
	font-size:14px;
	line-height:1.7;
	text-align:left;
	margin:0 auto 35px;
}
.contact_1 .ct_txt br{
	display:none;
}
.contact_1 .ct_inner{
	width:92%;
	margin:0 auto;
}
.contact_1 .ct_inner li img{
	width:100%;
	height:auto;
}

.contact_1 .cat_p{
	width:70%;
	float:none;
	margin:0 auto 30px;
	text-align:center;
}
.contact_1 .cat_p  img{
	width:100%;
	height:auto;
	max-width:345px;
}
.contact_1 .cat_bt{
	width:100%;
	float:none;
	margin:0 auto;
}



.contact_1 .ct_inner li:nth-child(1){
	width:100%;
	float:none;
	background:#0c5033;
	border:#FFF 3px solid;
	transition: 0.3s all ease;
	margin-bottom:20px;
	margin-top:3vw;
}
.contact_1 .ct_inner li:nth-child(1):hover{
	background:#cab230;
	border:#aa9109 3px solid;
}

/*ct_tel*/
.ct_tel{
	width:100%;
	background:#F8F8F8;
	padding:50px 0;
	margin-bottom:60px;
}
.ct_tel .ct_tel_inner{
	width:96%;
	margin:0 auto;
}
.ct_tel .ct_title2{
	width:100%;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	margin:0 auto 40px;
}

.ct_tel .ct_title3{
	width:100%;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	margin:0 auto 20px;
}
.ct_tel .telnum{
	width:100%;
	font-size:30px;
	font-weight:bold;
	text-align:center;
	margin:0 auto 20px;
}
.ct_tel .telnum img{
	width:15%;
	vertical-align:text-bottom;
}
.ct_tel .time{
	width:100%;
	font-size:14px;
	text-align:center;
}
.ct_tel .time2{
	width:100%;
	font-size:12px;
	text-align:center;
	margin-top:30px;
}
.ct_tel .time2 a{
	display:inline !important;
}
.ct_tel .time2 span{
	display:none !important;
}



/* cat_wrap_ct */

.cat_wrap_ct{
	width:100%;
	background:#f8f8f8;
	padding:50px 0;
}

.cat_wrap_ct .ct_title{
	width:50%;
	margin:0 auto 50px;
}
.cat_wrap_ct .ct_txt{
	width:90%;
	font-size:14px;
	line-height:1.7;
	text-align:left;
	margin:0 auto 35px;
}

.cat_wrap_ct .cat_inner{
	width:92%;
	margin:0 auto;
}
.cat_wrap_ct img{
	width:100%;
	height:auto;	
}
.cat_wrap_ct .cat_p{
	width:80%;
	float:none;
	text-align:center;
	margin:20px auto 0;
}
.cat_wrap_ct .cat_p img{
	width:100%;
	height:auto;
	max-width:325px;
}
.cat_wrap_ct .cat_bt{
	width:100%;
	margin-top:20px;
	float:none;
	background:#f78c00;
	transition: 0.3s;
	border:#f8f8f8 3px solid;
}
.cat_wrap_ct .cat_bt:hover{
	background:#e2c422;
	border:#aa9109 3px solid;
}


/* ---------------------------------------------------------------------
お問い合わせフォーム
--------------------------------------------------------------------- */


/* contact_2 */
.contact_2{
	width:100%;
	padding:70px 0 50px;
}
.contact_2 .ct_title{
	width:70%;
	margin:0 auto 25px;
}
.contact_2 .ct_title img{
	width:100%;
	height:auto;
}

.contact_2 .ct_txt{
	width:90%;
	font-size:14px;
	line-height:1.7;
	text-align:left;
	margin:0 auto 35px;
}
.contact_2 .ct_txt br{
	display:none;
}

.end_box{
	width:100%;
	margin:0 auto;
}


}

