
/* Font */
html, body, a, div,h1,h2,h3,h4,h5{
	font-size:20px;
	color:#8C8C8C;
}

@media (max-width: 992px) {
	html, body, a, div,h1,h2,h3,h4,h5{
		font-size:16px;
	}
}

@media (max-width: 767px) {
	html, body, a, div,h1,h2,h3,h4,h5{
		font-size:12px;
	}
}

.container.full{
	width: 100%;
	height: 100%;
	min-height: 585px;
	padding: 50px 0;
	position: relative;
}

.section{
	padding: 20px 0;
}

h3.section_title{
	margin: 150px auto 80px;
	text-align: center;
	font-size: 40px;
}

h3.section_title span{
	margin: 0 20px;
	vertical-align:baseline;
	font-size: 60%;
}

h3.section_title span:before{
	content:"/";
}

.container.full.top_section{
	background: url(../images/top.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}
.container.full.top_section h1{
	height: 40px;
	position: absolute;
	top:50%;left:20px;
	margin-top: -20px;
	text-align: left;
	color: #fff;
	font-size: 200%;
}

.container.text_contents{
	padding: 10px 50px;
	line-height: 2;
}

.header{
	position: fixed;
	border-bottom: 1px solid #DFDFCF;
}

.navbar{
	height:100%;
	border-radius:0;
	position:absolute;
	top:0;left:400px;
}

.header .container{
	min-height: 100%;
}

ul.main_menu {
	height:100%;
 	position: relative;
	margin: 0 auto;
	text-align: left;
 }
 
.logo{
	width:80px;
	height: 40px;
	position: absolute;
	top:20px;left:20px;
	background: url(../images/logo.png) no-repeat;
	background-size: cover;
}

.logo a{
	width:100%;
	height: 100%;
	display:block;
}

.concept{
	width:250px;
	height: 25px;
	position: absolute;
	top:30px;left:120px;
	background: url(../images/concept.png) no-repeat;
	background-size: cover;
}

ul.main_menu {
    text-align: left;
    /*
	-webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
	transition: all .2s ease;
	vertical-align: center;
    */
}

ul.main_menu li{
	height: 100%;
	display:inline-block;
}

ul.main_menu li a{
	height: 100%;
	padding: 0 20px;
	line-height: 80px;
	font-size: 80%;
	display:block;
	-webkit-transition: background 1s ease;
    -moz-transition: background 1s ease;
    -ms-transition: background 1s ease;
    -o-transition: background 1s ease;
	transition: background 1s ease;
}

ul.main_menu li a:hover{
	background: #2DB200;
	color:#fff;
}

@media (max-width: 992px) {
	.container.full{
		padding: 20px 0;
		min-height: 480px;
	}
    
	.container.text_contents{
		padding: 10px ;
	}
    
	.container.full.top_section{
		background-attachment:scroll;
	}
    
	.logo{
		left:10px;
	}
    
	.concept{
		left:100px;
	}
    
	.navbar{
		left:350px;
	}
}

@media (max-width: 767px) {
	.header{
		height: 100px;
		background: rgba(255,255,255,.9);
	}
    
	.logo{
		width:64px;
		height: 32px;
		top:10px;left:10px;
	}
    
	.concept{
		top:20px;left:100px;
	}
    
	.navbar{
		width: 100%;
		height:50px;
		top:50px;left:0;
		display: block;
	}

	ul.main_menu {
		background: rgba(255,255,255,.5);
	}
    
	ul.main_menu li{
		width: 20%;
		height: 100%;
		text-align: center;
	}
    
	ul.main_menu li a{
		height: 100%;
		padding: 0;
		line-height: 50px;
	}
	
	h3.section_title{
		margin: 30px auto;
		font-size: 20px;
	}

	h3.section_title span{
		margin: 0 10px;
		font-size: 12px;
	}
}

@media (max-width: 320px) {
	.container.text_contents{
		padding: 5px ;
	}
    
	.logo{
		left:5px;
	}
    
	.concept{
		left:80px;
		transform:scale(0.8,0.8)
	}
}

/* information sction */

ul.information li{
	width: 90%;
	height: 80px;
	line-height: 80px;

}

ul.information li a{
    color:#2DB200;
    font-size: 16px;
}

ul.information li .information_date{
	height: 40px;
	display:block;
 	position: relative;
	padding:5px;
}

ul.information li .information_content{
    text-indent: 10px;
}

@media (max-width: 992px) {
	ul.information li{
		width: 100%;
		padding: 10px 10px 20px;
		display: block;
	}
    
}

/* service sction */
ul.service{
	width: 100%;
}

ul.service li{
	width: 50%;
	padding: 10px;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

ul.service h4{
	margin: 5px 0;
}

ul.service li p.photo{
	position: relative;
	width: 100%;
	margin: 10px 0;
	padding-top: 56.25%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	overflow: hidden;
}

ul.service li p.photo img{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media (max-width: 992px) {
	ul.service li{
		width: 100%;
		padding: 10px 10px 20px;
		display: block;
	}
    
	ul.service h4{
		font-size: 18px;
	}
}


/* profile */
ul.profile{
}

ul.profile li{
	width: 90%;
	height: 80px;
	line-height: 80px;
	border-bottom:1px solid #ddd;
}

ul.profile li span{
	width:30%;
	height: 100%;
	display:inline-block;
 	position: relative;

	padding:0 20px;
}

ul.profile li span:after{
	content:"";
	width:1px;
	height:40px;
	position:absolute;
	top:20px;right:20px;
	border-right:1px solid #DFDFCF;
}
@media (max-width: 767px) {
	ul.profile li{
		height: 80px;
		margin: 10px auto;
		line-height: 2;
	}

	ul.profile li span{
		height: 40px;
		display:block;
		padding:0;
	}
	ul.profile li span:after{
		border-right:none;
	}

}
/* footer */
.footer{
	width: 100%;
	height: 300px;
	margin-top: 100px;
	background: #333;
 	position: relative;
	color:#fff;

}
.footer .container{
	padding: 50px 20px;
}

.footer .logo{
	margin:10px 0;
	position: relative;
	top:0;left:0;
	background: url(../images/logo_w.png) no-repeat;
	background-size: cover;
}

.footer .copylight{
	width: 100%;
	height: 50px;
	position:absolute;
	bottom:0;
	background: #111;
	text-align:center;
	line-height: 50px;
	font-size: 60%;

}
@media (max-width: 767px) {
	.footer{
		height: 200px;
	}
	.footer .container{
		padding: 20px 10px;
	}
}

.overlay h3,.overlay p{
	color: #fff;
}


.map_view{
	width: 80%;
	height: 80%;
	min-height:400px;

	margin: 10% auto;
	display: block;
	background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	overflow: hidden;
}

/* button */
.button_submit{
	width: 200px;
	height: 60px;
	margin: 10px auto;
	background: #2DB200;
	text-align: center;
	color:#fff;
	font-size: 20px;	
}

.button_submit:hover,
.button_submit:active {
	color:#fff;
}

.button_submit:disabled {
    opacity: 0.5;
	color:#fff;
}

.button_access{
	width: 50px;
	height: 50px;
	position: fixed;
	bottom:50px;left:10px;
	line-height: 60px;
	z-index: 100;
	background: #111;
	text-align: center;
	color:#fff;
	font-size: 20px;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
	transition: all .5s ease;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.button_access.active{
	background: #fff;
	color:#2DB200;
	left:50%;
	margin-left: -25px;
}

form{
	padding: 10px;

}

label span{
	margin: 0 10px;
	padding: 5px 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	color: #00B9FF;
	border: 1px solid #00B9FF;
	font-size: 60% ;
}

input[type="text"], textarea ,input[type="email"]{
	height: 50px;
	padding: 10px;
	background: #fff;
	color: #111;
	font-weight: bold;
	line-height: 50px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}