@charset "utf-8";
/* CSS Document */

/*********************************************
トップページ
*********************************************/


#top #intro {
	width: 95%;
	height: auto;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#top #intro p {
	line-height: 1.5;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#top #btn-navi {
	width: 90%;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#top #btn-navi-top,
#top #btn-navi-btm {
	display: table;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	table-layout: fixed;
	width: 100%;
}
#top #btn-navi-top li,
#top #btn-navi-btm li {
	display: table-cell;
	text-align:center;
}
#top #btn-navi-top li a,
#top #btn-navi-btm li a {
	display:block;
}







/*********************************************
コンセプト
*********************************************/

#concept h2 {
	font-size: 20px;
	font-weight: bold;
	width: auto;
	height: auto;
	background: -moz-linear-gradient(top,#A9C927 0%,#5B7100);
	background: -webkit-gradient(linear, left top, left bottom, from(#A9C927), to(#5B7100));
	border-radius: 70px;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	color: #FFF;
	text-shadow:1px 1px 3px rgba(0,0,0,0.5);
	padding: 5px 0;
	margin:20px auto 20px;
	text-align: center;
	line-height:1.0;
}
#concept h2 span {
	font-size: 14px;
	font-weight: normal;
}

#concept #main {
	width: 95%;
	height: auto;
	margin: 0 auto;
}
#concept #company-prf {
	margin-top:20px;
}







/*********************************************
メニュー
*********************************************/

#menu h2 {
	font-size: 20px;
	font-weight: bold;
	width: auto;
	height: auto;
	background: -moz-linear-gradient(top,#A9C927 0%,#5B7100);
	background: -webkit-gradient(linear, left top, left bottom, from(#A9C927), to(#5B7100));
	border-radius: 70px;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	color: #FFF;
	text-shadow:1px 1px 3px rgba(0,0,0,0.5);
	padding: 5px 0;
	margin:20px auto 20px;
	text-align: center;
	line-height:1.0;
}
#menu h2 span {
	font-size: 14px;
	font-weight: normal;
}

#menu #main {
	width: 95%;
	height: auto;
	margin: 0 auto;
}
#menu #company-prf {
	margin-top:20px;
}

#menu table {
	width: 100%;
}
#menu .section-01,
#menu .section-02 {
	margin: 0 auto 30px;
}
#menu .section-01 table tr th {
	font-weight: bold;
	width: 70%;
	padding: 5px 0px;
	text-align:left;
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #AAA;
}
#menu .section-01 table tr td{
	font-weight: bold;
	width: 30%;
	padding: 5px 0px;
	text-align:right;
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #AAA;
}
#menu .section-02 table tr th {
	font-weight: bold;
	width: 70%;
	padding: 5px 0px;
	text-align:left;
	font-size: 18px;
}
#menu .section-02 table tr td.price {
	font-weight: bold;
	width: 30%;
	padding: 5px 0px;
	text-align:right;
	font-size: 18px;
}
#menu .section-02 table tr td.explain {
	width: 100%;
	padding-bottom: 5px;
	text-align:left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #AAA;
	color:#555;
	font-size: 15px;
}
#menu .attention {
	margin-top:5px;
	margin-bottom:40px;
	font-size:14px;
}







/*********************************************
スタッフ
*********************************************/

#staff h2 {
	font-size: 20px;
	font-weight: bold;
	width: auto;
	height: auto;
	background: -moz-linear-gradient(top,#A9C927 0%,#5B7100);
	background: -webkit-gradient(linear, left top, left bottom, from(#A9C927), to(#5B7100));
	border-radius: 70px;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	color: #FFF;
	text-shadow:1px 1px 3px rgba(0,0,0,0.5);
	padding: 5px 0;
	margin:20px auto 20px;
	text-align: center;
	line-height:1.0;
}
#staff h2 span {
	font-size: 14px;
	font-weight: normal;
}

#staff #main {
	width: 95%;
	height: auto;
	margin: 0 auto;
}
#staff #company-prf {
	margin-top:20px;
}
#staff #intro {
	width: 100%;
	height: auto;
	margin: 0px auto 20px;
}
#staff .staff-01,
#staff .staff-02 {
	background-color:#FFF;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius: 10px;
	-webkit-box-shadow: 0px 0px 10px #6F8714;
	-moz-box-shadow: 0px 0px 10px #6F8714;
	box-shadow: 0px 0px 10px #6F8714;
	padding:15px;
	width: 80%;
	height: auto;
	margin: 30px auto;
}
#staff .staff-01 h3,
#staff .staff-02 h3 {
	margin-bottom: 10px;
	text-align:center;
	font-weight:bold;
	color:#5B7100;
}
#staff .staff-01 p,
#staff .staff-02 p {
	margin-top: 15px;
}
#staff .staff-02 {
	margin-bottom:40px;
}








/*********************************************
アクセス
*********************************************/

#access h2 {
	font-size: 20px;
	font-weight: bold;
	width: auto;
	height: auto;
	background: -moz-linear-gradient(top,#A9C927 0%,#5B7100);
	background: -webkit-gradient(linear, left top, left bottom, from(#A9C927), to(#5B7100));
	border-radius: 70px;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	color: #FFF;
	text-shadow:1px 1px 3px rgba(0,0,0,0.5);
	padding: 5px 0;
	margin:20px auto 20px;
	text-align: center;
	line-height:1.0;
}
#access h2 span {
	font-size: 14px;
	font-weight: normal;
}

#access #main {
	width: 95%;
	height: auto;
	margin: 0 auto;
}
#access #company-prf {
	margin-top:20px;
}

#access #map {
	position: relative;
	padding-bottom: 75%; /*これが縦横比*/
	height: 0;
	overflow: hidden;
	margin-bottom:30px;
}
#access #map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
#access .parking p {
	text-align:center;
	font-weight:bold;
	color:#5B7100;
}
#access .parking {
	width: 100%;
	height: auto;
	margin: 20px auto 10px;
}
#access .section {
	margin-bottom: 40px;
}







/*********************************************
求人
*********************************************/

#recruit h2 {
	font-size: 20px;
	font-weight: bold;
	width: auto;
	height: auto;
	background: -moz-linear-gradient(top,#A9C927 0%,#5B7100);
	background: -webkit-gradient(linear, left top, left bottom, from(#A9C927), to(#5B7100));
	border-radius: 70px;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	color: #FFF;
	text-shadow:1px 1px 3px rgba(0,0,0,0.5);
	padding: 5px 0;
	margin:20px auto 20px;
	text-align: center;
	line-height:1.0;
}
#recruit h2 span {
	font-size: 14px;
	font-weight: normal;
}

#recruit #main {
	width: 95%;
	height: auto;
	margin: 0 auto;
}
#recruit #company-prf {
	margin-top:20px;
}
#recruit #intro {
	width: 100%;
	height: auto;
	margin: 0px auto 30px;
}
#recruit #intro img {
	width: 80%;
	height: auto;
	margin: 0px auto;
}
#recruit .section table {
	width: 100%;
	height: auto;
	margin: 0px auto 30px;
}

#recruit .section table tr th {
	font-weight: bold;
	width: 30%;
	padding: 5px;
	text-align:left;
	vertical-align:middle;
	border: 1px solid #507030;
}
#recruit .section table tr td{
	width: 70%;
	padding: 5px;
	text-align:left;
	border: 1px solid #507030;
}

/*お問い合わせフォーム*/
#recruit #recruit-form {
	margin: 30px auto 50px;
	padding: 15px 0px;
	width: 100%;
	height: auto;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #090;
	border-bottom-color: #090;
}
#recruit #recruit-form dl {
	width: 100%;
	height: auto;
	margin: 0px auto;
}

#recruit #recruit-form dl dt {
	margin: 0px auto;
	width: 100%;
	height: auto;
	background: -moz-linear-gradient(top,#ECFCAB 0%,#AACD5D);
	background: -webkit-gradient(linear, left top, left bottom, from(#ECFCAB), to(#AACD5D));
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	text-shadow:1px 1px 3px rgba(255,255,255,0.9);
	padding: 3px 0px;
	text-align: center;
}

#recruit #recruit-form dl dd {
	margin: 0px auto 15px;
}

#recruit #recruit-form form {
	display: block;
	width: 100%;
}

#recruit #recruit-form dd input {
	width: 100%;
	padding: 7px 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#recruit #recruit-form dd textarea {
	width: 100%;
	padding: 7px 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#recruit #recruit-form input.button {
	margin: 0px auto;
	font-weight: bold;
	width: 100%;
	height: auto;
	background: -moz-linear-gradient(top,#A9C927 0%,#5B7100);
	background: -webkit-gradient(linear, left top, left bottom, from(#A9C927), to(#5B7100));
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	color: #FFF;
	text-shadow:1px 1px 3px rgba(0,0,0,0.5);
	padding: 10px 0px;
	text-align: center;
	font-size: 120%;
}
#recruit #recruit-form .required-item {
	color: #F00;
	font-size: 90%;
	font-weight: bold;
}








/*********************************************
thanksページ
*********************************************/

#thanks h2 {
	font-size: 18px;
	width: auto;
	height: auto;
	background: -moz-linear-gradient(top,#A9C927 0%,#5B7100);
	background: -webkit-gradient(linear, left top, left bottom, from(#A9C927), to(#5B7100));
	border-radius: 70px;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	color: #FFF;
	text-shadow:1px 1px 3px rgba(0,0,0,0.5);
	padding: 5px 0;
	margin:20px auto 20px;
	text-align: center;
	line-height:1.0;
}

#thanks #main {
	width: 95%;
	height: auto;
	margin: 0 auto;
}
#thanks #company-prf {
	margin-top:20px;
}






