@charset "utf-8";
/* CSS Document */
#mainvisual{
	width:100%;
	margin: 65px  auto 0;
	height: 130px!important;
	height: 100%;
	position:relative;
	z-index:10;
    -webkit-clip-path: content-box; /* workaround for Safari border-radius issue */
	/*border-radius:20px;*/
	margin-bottom: 10px;
	background: url(../img/mainvisual_01.png) center;
	
}

#main_back {
    width:100%;
	margin:0 auto;
	max-height: 130px;
	height: 100%;
    background: url(../img/mainvisual_03.png) center top no-repeat;
    position: relative;
    z-index: 999;
}

.main-title{
	position: absolute;	
	top: 38px;
	left: 36%;
	font-size: 125%;
	text-align: center;
	line-height: 0.8;
}

.main-title h4{
	font-size: 70%;
}

.company{
	background: #fdf9e7;	
	padding: 20px 0;
}


.concept{
	width: 96%;
	padding: 15px 20px 25px;
	margin: 40px auto;
	background: #fff;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.concept h3{
	margin: 2px auto 15px;
    font-size: 160%;
    width: 160px;
    border-bottom: 2px solid #f5a24d;
    text-align: center;	
}

.concept span{
	border-bottom: 1px dashed #f5a24d;	
	font-size: 95%;
	line-height: 2;
}

.about{
	padding: 10px 10px;
	width: 96%;
	background: #fff;
	margin: 20px auto 20px;	
}

.about h2{
	width: 110px;
	border-bottom: 2px solid #ffeb93;
	text-align: center;
	margin: 20px auto;
}


.about table{
	font-size: 105%;
	width: 100%;
	margin: 0 auto 20px;	
}

.about table tr{
	border-bottom: 1px dashed #ffeb93;
}

.about table th{
	text-align: left;
	padding: 5px 2px;
	width: 30%; 
	font-size:93%;	
}

.about table td{
	padding: 5px;
	width: 70%;
	font-size:93%;
}

.map-btn{
	display: inline-block;
    color: #fff !important;
    border: 1px solid #f5a24d;
    padding: 1px 10px;
    border-radius: 25px;
    transition: .4s;
    background: #f5a24d;
    margin: 5px;
}

.about table td a{
	color: #f5a24d;	
	border-bottom: 1px solid #f5a24d;
}

.about table td a:hover{
	color: #F60;	
	border-bottom: 1px solid #f60;
}

