/*!
 * ginzaya.co.jp style.css
 * domybest.com
 * ./css/style.css
 */

/* ----------------------------------------------------

	共通設定 #55C163

-----------------------------------------------------*/

*{
	margin:0;
	padding:0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	list-style: none;
	box-sizing: border-box;
}

body{
	text-align:center;
	background:url(../z_img/background-sp.jpg);
	background-attachment: fixed;
 	background-size: cover;
 	background-position: center;
}

body.top{
    background: none;
    }
    
video{
    display: none;
    }

.for_sp{
    width:100%;
    margin: 0px auto -5px auto;
    padding: 0;
    }
    
.for_sp img{
    width:100%;
    }

.t_footer{
    width:95%;
    margin: 5px auto;
    text-align: center;
    font-size:80%;
    color:#666;
    }

header{
	position: relative;
	margin:0px auto 15px auto;
	width:94%;
	padding:15px 0px -5px 0px;
	background-color: rgba(255,255,255,0.8);
	box-sizing:border-box;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
}

header.top{
    width:100%;
    }

header p.title{
	width:85%;
	text-align:right;
	color:#E4007F;
	font-size:90%;
    padding: 5px 0px 0px 0px;
	margin:0 10px 4px auto;
}

header p.link{
	color:#000;
	font-size:100%;
	margin-top:8px;
}

header p.link.nones{
    display: none;
    }

header p.link a{
    display: inline-block;
    margin: 2px;
    padding: 5px 8px;
    border-radius: 8px;
    border: 1px #ccc solid;
    color:#000;
    text-decoration: none;
    }

header p.link a.l1{
    background: #ffffff;
    background: -moz-linear-gradient(-45deg,  #ffffff 0%, #e5e5e5 100%);
    background: -webkit-linear-gradient(-45deg,  #ffffff 0%,#e5e5e5 100%);
    background: linear-gradient(135deg,  #ffffff 0%,#e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=1 );

    color:#000;
    }
    
header p.link a.l2{
    background: #ffffff;
    background: -moz-linear-gradient(-45deg,  #ffffff 0%, #e5e5e5 100%);
    background: -webkit-linear-gradient(-45deg,  #ffffff 0%,#e5e5e5 100%);
    background: linear-gradient(135deg,  #ffffff 0%,#e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=1 );

    color:#000;
    }
    
header p.link a.l3{
    background: #ffffff;
    background: -moz-linear-gradient(-45deg,  #ffffff 0%, #e5e5e5 100%);
    background: -webkit-linear-gradient(-45deg,  #ffffff 0%,#e5e5e5 100%);
    background: linear-gradient(135deg,  #ffffff 0%,#e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=1 );

    color:#000;
    }

header p.parts{
    margin:8px auto;
    }

header p.parts img{
    height: 20px;
    margin-right: 5px;
    margin-bottom: 6px;
    }

.img_cock{
	position:absolute;
 	top: 10px;
 	left: 0px;
}

.img_cock img{
	width:70px;
	margin-left:-5px;
}

.navi{
	margin:0px auto;
	background:#006933;
	padding:8px 10px 8px 25px;
	font-size:90%;
	text-align:right;
	color:#fff;
}

.navi.ft{
    background-color: rgba(0,105,51,0);
    text-align: center;
    }

.navi ul li{
	display:inline-block;
	border:1px #fff solid;
	padding:5px;
    font-size:85%;
    margin: 2px 2px 5px 2px;
}

.navi ul li a{
	color:#fff;
	text-decoration:none;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.navi ul li a:hover{
	opacity:0.5;
}

.wrap{
	margin:0px auto 15px auto;
	width:94%;
	padding:15px;
	text-align:left;
	box-sizing:border-box;
	border-radius:8px;
    
    background: rgba(255,255,255,0.9) url("../z_img/wrap_back.png") top left no-repeat;
    background-size: 70% auto;
}

.wrap.staff{
    background: #fff url("../z_img/service/staff.jpg") top right no-repeat;
    background-size: 40% auto;
    }








div.left_con{
  width: 100%;
  font-size:190%;
  color:#E4007F;
  box-sizing: border-box;
    }

div.right_con{
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
    }


div.right_con div.hd1{
  font-size:120%;
  color:#E4007F;
}

div.right_con div.hd2{
	margin-top:5px;
	color:#000;
}

div.right_con div.hd3{
	margin-top:15px;
	color:#000;
}

div.right_con div.hd3.pvp{
    font-size:70%;
    }

div.right_con div.hd3 p.header{
    margin: 20px auto;
    color:#C58D22;
    font-size:130%;
    height:30px;
    line-height: 30px;
    }

div.right_con div.hd3 p.header.top{
     margin: 20px auto 40px auto;
     }

div.right_con div.hd3 p.title{
    margin: 20px auto;
    color:#006933;
    font-size:110%;
    border-left:5px #006933 solid;
    padding-left: 8px;
    height:30px;
    line-height: 30px;
    }

div.right_con div.hd3 span{
	color:#E4007F;
}

div.right_con div.hd3 img.p1{
	display:block;
	width:99%;
	margin:5px auto;
}

div.right_con div.hd3 img.p2{
	display:block;
	width:99%;
	margin:5px auto;
}



footer{
	position: relative;
	margin:15px auto 0px auto;
	width:94%;
	padding:10px;
    color:#fff;
	background-color: rgba(0,105,51,0.8);
	box-sizing:border-box;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
}

footer a{
    color:#fff;
    }

/* ----------------------------------------------------

	導入事例

-----------------------------------------------------*/

.case_wrap{
    margin-top: 15px;
    display: flex;
    }
    
.case_wrap li a{
    width : 100%;
    display: block;
    margin: 8px auto;
    box-sizing:border-box;
    color:#000;
    border: 1px #ccc solid;
    text-decoration: none;
    padding: 8px 8px 4px 8px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    }

.case_wrap li a:hover{
    background:#fff;
    }

.case_wrap li span{
    color:#006933;
    }
    
.case_wrap li p{
    width:96%;
    margin: 6px auto;
    text-align: left;
    }

.case_wrap ul li img{
    width:50px;
    float: left;
    margin: 0px 5px 5px 0px;
    }

/* ----------------------------------------------------

	お食事サービス

-----------------------------------------------------*/

.service_wrap{
    margin-top: 15px;
    display: flex;
    }
    
.service_wrap li a{
    border:1px #ccc solid;
    width:95%;
    box-sizing:border-box;
    color:#000;
    text-decoration: none;
    margin: 0px auto;
    font-size: 0;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    }

.service_wrap li a:hover{
    background:#fff;
    }

.service_wrap li img{
    width:100%;
    margin: 0;
    padding: 0;
    }

/* ----------------------------------------------------

	お客様の声

-----------------------------------------------------*/

.voice_wrap{
    margin-top: 15px;
    }
    
.voice_wrap li{
    margin: 5px auto;
    border:1px #ccc solid;
    width : 100%;
    padding:0px;
    box-sizing:border-box;
    color:#000;
    text-decoration: none;
    
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    }

.voice_wrap li p{
    color:#000;
    padding: 5px;
    border-bottom: 1px #ccc solid;
    box-sizing: border-box;
    
    background: #f6f8f9;
    background: -moz-linear-gradient(-45deg,  #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
    background: -webkit-linear-gradient(-45deg,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%);
    background: linear-gradient(135deg,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=1 );
    }

.voice_wrap li em{
    width:92%;
    margin: 10px auto;
    display: block;
    color:#000;
    line-height: 28px;
    font-style: normal;
    }

/* ----------------------------------------------------

	求人

-----------------------------------------------------*/

.recruit_wrap{
    margin-top: 15px;
    }
    
.recruit_wrap li{
    border:2px #000 solid;
    width : 98%;
    margin: 0.5%;
    padding:14px;
    box-sizing:border-box;
    color:#000;
    text-decoration: none;
    
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    }

.recruit_wrap li a{
    color:#399327;
    }

.recruit_wrap li a:hover{
    background:#399327;
    color:#fff;
    text-decoration: none;
    }

.recruit_wrap li span{
    color:#006933;
    }
    
.recruit_wrap li p{
    display: block;
    background: #eee;
    color:#000;
    width:120px;
    margin: 8px 0px;
    padding: 5px;
    border:1px #000 solid;
    }

.recruit_wrap ul li img{
    width:50px;
    float: left;
    margin: 0px 5px 5px 0px;
    }


.clearfix:before, .clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	zoom: 1;
}
