@charset "UTF-8";

html{
	font-size:62.5%;
	}

*,*::before, *::after{
	box-sizing:border-box;
	}

body{
	background:#151515 url(../images/bg.png) no-repeat fixed left bottom;
	background-size:cover;
	color:#000;
	text-align:center;
	font-size:1.4rem;
	font-family:"Yu Mincho", "Hiragino Mincho ProN", "serif";
	}

ul {
  list-style: none;
}
a{
	color: #000;
}

/* --------------------------------
 * header
 * -------------------------------- */
.navTel{
	margin-top: 13px;
}
.navTel a{
	text-decoration: none;
}

.icon{
	top: 0;
}

/*
#nav_toggle{
	top: -27px;
}
*/
/* --------------------------------
 * about
 * -------------------------------- */

.about{
	margin: 150px 3% 50px;
	padding:80px 30px 80px;
	background-color:#fff;
	color:#000;
	box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.1);
	}

.headihg{
	position: relative;
	display:inline-block;
	margin:30px 0 15px;
	padding-bottom:15px;
	letter-spacing:2px;
	font-size:4rem;
	color: #000;
	text-shadow: 0 0 0 rgb(0,0,0,0)
	}

.headihg::before,
.headihg::after{
	content:'';
	position:absolute;
	right:0;
	bottom:0;
	left:0;
	border-bottom:1px solid #000;
	}

.headihg::before{
	bottom:5px;
	}

.about-text_c{
	margin:30px 0;
	line-height:2.5;
	color:#000 ;
	text-align: center;
	font-size: 1.8rem;
	}

/* --------------------------------
 * 事業内容
 * -------------------------------- */
dl{
	margin: 0 20% 30px;
	text-align: left;
}
dt{
	width:10em;
	margin-bottom:0.5em;
	float:left;
	font-weight: bold;
	border-left:2px solid #376122;
	padding-left:10px;
}
dd{
	margin-left:11em;
	margin-bottom:0.5em;
}





/* --------------------------------
 * contact
 * -------------------------------- */

.contact{
	margin: 70px 3%;
	padding:80px 0 150px;
	background:#fff;
	color:#4B4B4B ;
	box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.1);
	}

.contact_b{
	background:#fff;
	background-size:cover;
	}

.contact_h2{
	color:#4B4B4B ;
}

.contact-from{
	width:50%;
	margin:30px auto 0;
	}

.contact-from input[type=text],
.contact-from textarea{
	display:block;
	width:100%;
	margin-bottom:10px;
	padding:15px;
	outline:none;
	border:1px solid #CFCFCF;
	border-radius:0;
	background-color:#EBEBEB;
	color:#4B4B4B;
	}

.contact-from ::-webkit-input-placeholder{
	color: #CFCFCF;
	opacity:1;
	}
	
.contact-from :-ms-input-placeholder{
	color: #CFCFCF;
	opacity:1;
	}

.contact-from ::-moz-placeholder{
	color: #CFCFCF;
	opacity:1;
	}

.contact-from textarea{
	height:250px;
	}

.contact-from input[type=text]:focus,
.contact-from textarea:focus{
	box-shadow:0 0 8px rgba(0,0,0,0.2) inset;
	}


.contact-from input[type=submit]{
	display:block;
	width:100%;
	margin:40px auto 0;
	padding:15px;
	border:1px solid rgba(0,0,0,0.23);
	border-radius:5px;
	background-color:rgba(0,0,0,0.8);
	color:rgba(255,255,255,0.6);
	cursor:pointer;
	}

.contact-from input[type=submit]:hover{
	background-color:rgba(0,0,0,0.3);
	}



/* --------------------------------
 * footer
 * -------------------------------- */


/* --------------------------------
 * smart phone
 * -------------------------------- */

	
@media (max-width:1024px){
	
	body{
	background-image: none;
	}
	
	}	
	
	
@media (max-width:768px){
	
	body{
		font-size:1.3rem;
		}
	
	/*header*/
	
	.site-title{
		margin-top:35px;
		font-size:5rem;
		}
	
	.header{
		padding-top:60px;
		}
	
	.button:hover{
		opacity:1;
		}
	
	
	/*nav*/
	
	.global-nav .nav-item {
  	display: block;
    }
	
	/*about me*/
	
	.headihg{
		font-size:2.5rem;
		}
	
	.about{
	padding:50px 30px 10px;
	}
	
	.about-text_c{
		line-height:1.8;
		font-size: 1.7rem;
		}
	
	
	.navTel{
	font-size: 2.3rem;
	}
	.navTel a{
		color:#141E10;
	}
	.navTel span{
		font-size: 1.8rem;
	}
	
	/*事業内容*/
	
	dl{
		margin: 0 5% 30px;
   }
   dt{
		float:none;
    }
	
	.c-dt{
	display: block;
	}

    .c-dd{
	display: block;
	margin:0;
	}
	
	
	
	/*contact*/
	
	.contact-from{
		width:80%;
		}
	
	.contact{
		padding-bottom:80px;
		}
	
	/* footer*/
	
	.horizontal-list{
		padding:0;
		}

	.horizontal-item{
		display:block;
		padding:5px 0;
		}
	
		.horizontal-item::before{
	display:none
	}
	
	}
	