@charset "UTF-8";
/* CSS Document */
*{
	padding: 0;
	margin: 0;
}
ol,ul,li,dl,dt,dd{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
img {
	max-width: 100%;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	color: #666666;
	line-height: 1.6;
}
.mincho {
    font-family: 'Noto Serif JP', serif;
}
.pc { display: block !important; }
.sp { display: none !important; }
header.Contents {
	background-color: rgba(255,255,255,0.95);
	position: fixed;
	width: 100%;
	z-index: 5000;
	border-bottom: 7px solid #4AA448;
	height: 120px;
}
header.Contents .header {
	width: 1080px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
header.Contents .logo {
	float: left;
	margin-top: 30px;
}
header.Contents .logo img {
	width: 400px;
}
#drawer-nav ul li i {
	font-style: normal;
}
#drawer-nav ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
.drawer-nav{
	position: fixed;
	z-index: 3500;
	top: 80px;
	overflow: hidden;
	width: 100%;
	height: 85%;
	color: #FFF;
	background-color: rgba(0,93,50,0.8);
	margin-top: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 15%;
}
.drawer-menu {display: block;}
.drawer_menu ul.drawer-menu  {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
.drawer-menu li {width: 50%;text-align: center;padding: 15px 0;border-bottom: solid 1px #FFF;box-sizing: border-box;}
.drawer-menu li:nth-child(odd) {border-right: solid 1px #FFF;}
.drawer-menu li a {
	font-size: 14px;
	color: #FFF;
	display: block;
	text-decoration: none;
}
.drawer-menuLA li {
	width: 100%;
	text-align: center;
	padding: 15px 0;
	border-bottom: solid 1px #FFF;
	margin: 0;
	box-sizing: border-box;
}
.drawer-menuLA li:nth-child(odd) {border-right: none;}
.drawer-menuLA li a {font-size: 14px;color: #FFF;display: block;}
.drawer-menu li ul.drawer-dropdown-menu {
	background-color: rgba(0,93,50,0.8);
}
.drawer-menu li ul.drawer-dropdown-menu li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.NaviBg {
	height: 130px;
	opacity: 0.95;
	filter: alpha(opacity=95);
	-ms-filter: "alpha( opacity=95 )";
	background-color: #49AD49;
	position: -webkit-sticky;
	position: sticky;
	top: 127px;
	z-index: 50;
}
.NaviBg ul {
	width: 1081px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
}
.NaviBg li{
	font-size: 30px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: left;
	width: 269px;
	text-align: center;
	border-left: 1px solid #FFFFFF;
	height: 90px;
}
.NaviBg li:last-child {
	border-right: 1px solid #FFFFFF;
}
.NaviBg li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 269px;
	padding-top: 49px;
	height: 47px;
	text-align: center;
	padding-bottom: 34px;
	margin-top: -15px;
}
main {
	line-height: 24px;
	padding-top: 127px;
}
.PcNav {
	color: #006934;
	position: relative;
	width: 480px;
	padding-top: 10px;
	float: left;
	padding-left: 200px;
}
.PcNav ul {
	float: left;
}
.PcNav li {
	float: left;
	margin-right: 20px;
}
.PcNav li a {
	float: left;
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	color: #006934;
}
.PcNav li:last-child {
	margin-right: 0px;
}
.PcNav li img {
	width: 19px;
	vertical-align: top;
	margin-top: 3px;
	margin-right: 5px;
}
.PcAddress {
	float: left;
	width: 480px;
}
.PcAddress .tel {
	width: 280px;
	float: left;
	color: #006934;
	background-image: url(../img/tel.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 24px auto;
	font-size: 32px;
	font-weight: bold;
	padding-left: 35px;
	vertical-align: middle;
}
.PcAddress .time {
	float: left;
	font-weight: bold;
	font-size: 80%;
}
.PcAddress .time dl {
	padding-top: 8px;
}
.PcAddress .time dt {
	float: left;
}
.PcAddress .time dd {
	padding-left: 50px;
}
.PcAddress .address {
	display: block;
	clear: both;
	font-size: 14px;
}
.BtnBox {
	float: left;
	margin-top: 15px;
}
.BtnBox a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 3px;
	background-color: #49AD49;
	border-radius: 8px;
}

/* TopPage */
.main_img {
	margin-top: -3px;
}
.main_img img {
	vertical-align: bottom;
	width: 100%;
	height: auto;
}
section article {
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
}
.CatchCopy {
	color: #FFFFFF;
	font-size: 48px;
	position: absolute;
	z-index: 50;
	line-height: 2;
	right: 50px;
	top: 150px;
	text-shadow: 2px 2px 5px #000000;
	font-weight: bold;
	margin-left: 50px;
}
article.InformationArea {
	padding-top: 30px;
	padding-bottom: 60px;
}
.TaxiBlockB img.pc {
	width: 80%;
	margin-left: 10%;
}
.TaxiBlock {
	width: 480px;
	float: left;
	padding-right: 19px;
}
.facebook {
	width: 480px;
	float: right;
	margin-left: 30px;
	height: 400px;
}
.facebook .fbTxt {
	text-align: center;
	margin-top: -200px;
}
.dd_title {
	color: #015DB2;
	font-weight: bold;
}
section.About {
	background-color: #EDF1F3;
	padding-bottom: 60px;
}
section.About .title {
	font-size: 40px;
	line-height: 1.5;
	color: #006934;
	text-align: center;
	padding-top: 20px;
}
section.About .about_img {
	width: 264px;
	margin-left: 85px;
	float: left;
	margin-top: 60px;
	margin-bottom: 0px;
}
section.About  .TextArea {
	margin-right: 85px;
	width: 620px;
	float: right;
	padding-top: 55px;
}
section.RecruitmentArea {
	padding-bottom: 40px;
	padding-top: 40px;
}
article.RecruitmentBlock {
	border: 2px solid #015DB2;
	background-color: #EDF1F3;
	padding-bottom: 20px;
}
article.RecruitmentBlock .title {
	background-color: #015DB2;
	color: #FFFFFF;
	font-size: 27px;
	text-align: center;
	line-height: 2;
	margin-bottom: 20px;
	font-weight: bold;
}
article.RecruitmentBlock ul{
	display: -webkit-inline-flex;
	display: inline-flex;
	margin-right: 15px;
}
article.RecruitmentBlock li {
	margin-left: 20px;
}
/* Contents */
section.Gray {
	background-color: #EDF1F3;
	padding-bottom: 40px;
}
article.Contents {
	padding-bottom: 40px;
}
article.Contents .contents_title {
	font-family: 'Noto Serif JP', serif;
	font-size: 50px;
	line-height: 1.5;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom: 2px solid #006934;
	margin-bottom: 40px;
	padding-top: 60px;
	color: #006934;
}
article.Contents .title {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	font-size: 30px;
	line-height: 1.2;
	color: #006934;
	border-bottom: 1px dashed #CCCCCC;
	padding-top: 40px;
	padding-bottom: 10px;
	clear: both;
}
article.Contents .TextArea {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}
article.Contents .TextArea .photo_R {
	width: 30%;
	float: right;
	margin-left: 60px;
	clear: left;
}
article.Contents .TextArea .photo_R2 {
	width: 30%;
	float: right;
	margin-left: 20px;
	clear: left;
}
article.Contents .source {
	font-size: 80%;
	text-align: right;
	padding-bottom: 15px;
}
.CompanyName {
	margin-top: 15px;
	text-align: right;
}
article.Contents .coming {
	color: #006934;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-size: 30px;
	padding-top: 60px;
	height: 300px;
}
ul.Flexed li {
	margin-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #EEEEEE;
	border-radius: 5px;
	margin-right: 20px;
}
/* Price */
.PriceArea {
	padding-bottom: 30px;
}
.PriceTitle {
	color: #FFFFFF;
	background-color: #006934;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	font-size: large;
	float: left;
}
.PriceArea dl {
	display: block;
	clear: left;
	padding-left: 20px;
	border: 1px solid #006934;
	padding-right: 20px;
	background-color: #FFFFFF;
	padding-top: 15px;
}
.PriceArea dt {
	float: left;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	color: #006934;
}
.PriceArea dd {
	padding-left: 140px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #CCCCCC;
}
.PriceArea dd:last-child {
	border-bottom: none;
}
/* Company */
.CompanyArea {
	float: left;
	padding-top: 30px;
}
.CompanyArea dl {
	width: 300px;
}
.CompanyArea dt {
	color: #006934;
	font-weight: bold;
	padding-top: 15px;
}
.CompanyArea dd {
	padding-left: 30px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #CCCCCC;
}
.Company_img {
	width: 400px;
	margin-left: 0px;
	float: left;
	margin-bottom: 40px;
	margin-right: 60px;
}
/* MAP */
.gmap {
	float: right;
	padding-top: 30px;
}
#Access {
	margin-top: -257px;
	padding-top: 257px;
	clear: both;
	display: block;
	width: 100%;
	height: 0px;
}
/* RECRUIT */
.RecruitArea {
	padding-bottom: 30px;
}
.RecruitTitle {
	color: #FFFFFF;
	background-color: #006934;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	font-size: large;
	float: left;
}
.RecruitArea dl {
	display: block;
	clear: left;
	padding-left: 20px;
	border: 1px solid #006934;
	padding-right: 20px;
	background-color: #FFFFFF;
	padding-top: 15px;
}
.RecruitArea dt {
	float: left;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	color: #006934;
}
.RecruitArea dd {
	padding-left: 180px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #CCCCCC;
}
.RecruitArea dd ol {
	padding-left: 30px;
}
.RecruitArea dd ol li {
	list-style-type: lower-alpha;
}
.RecruitArea dd ul {
	padding-left: 30px;
}
.RecruitArea dd ul li {
	list-style-type: katakana;
}
.RecruitArea dd:last-child {
	border-bottom: none;
}
/* CONTACT*/
.ContactArea {}
.ContactArea dl{
	padding-top: 40px;
	font-size: large;
}
.ContactArea dt{
	color: #006934;
	font-weight: bold;
	float: left;
	padding-bottom: 15px;
}
.ContactArea dd{
	padding-left: 180px;
	padding-bottom: 15px;
}
.ContactArea dd dl{
	padding-top: 0px;
}
.ContactArea dd dt{
	color: #666666;
	font-weight: normal;
	padding-bottom: 5px;
}
.ContactArea dd dd{
	padding-bottom: 5px;
}
/* Footer */
footer {
	background-color: #49AD49;
	width: 100%;
	color: #FFFFFF;
	padding-bottom: 60px;
	padding-top: 65px;
}
footer article {
	width: 1080px;
	margin-left: auto;
	margin-right: auto;
}
footer article .mark {
	width: 154px;
	float: left;
	margin-right: 26px;
}
footer article .logo {
	width: 396px;
	margin-top: 5px;
	float: left;
}
footer article .address {
	font-size: 16px;
	margin-top: 15px;
	float: left;
	width: 664px;
	margin-left: 20px;
}
footer article .copy {
	clear: both;
	text-align: center;
	font-size: 12px;
	padding-top: 60px;
}
footer article .FooterBtn {
	width: 468px;
	float: right;
	margin-top: 30px;
}
footer article .FooterBtn img {
	height: 108px;
}
/* PageTop */
.pagetop {
	display: none;
	position: fixed;
	bottom: 100px;
	right: 15px;
	z-index: 2200;
}
.pagetop a {
	display: block;
	background-color: rgba(0,93,50,0.80);
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	width: 80px;
	height: 80px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;    /* 横幅&高さの1/2 */
	position: relative;
}
.pagetop a span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width:768px){
.pc { display: none !important; }
.sp { display: block !important; }
body {
	width: 100%;
	max-width: 100vw;
	min-width: 100%;
}
header.Contents {
	width: 100%;
	z-index: 5000;
	height: 73px;
}
header.Contents .header {
	width: 100%;
}
header.Contents .logo {
	margin-top: 0px;
}
header.Contents .logo img {
	padding-left: 5%;
	/* [disabled]padding-top: 5%; */
	width: 60%;
	margin-top: 0px;
	/* [disabled]padding-bottom: 5%; */
	bottom: 15%;
	position: absolute;
	/* [disabled]top: 10%; */
}
main {
	padding-top: 80px;
}
.txt_area {
	margin-bottom: 30px;
}
article.Contents {
	padding-bottom: 30px;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}
article.Contents .contents_title {
	padding-left: 0px;
	padding-top: 30px;
	width: 100%;
}
article.Contents .title {
	width: 100%;
}
article.Contents .TextArea {
}
article.Contents .TextArea .photo_R,
article.Contents .TextArea .photo_R2 {
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
	float: none;
}
article.Contents .source {
	font-size: 80%;
	text-align: right;
	padding-bottom: 15px;
}
.CompanyName {
	margin-top: 15px;
	text-align: right;
}
article.Contents .coming {
}
/* TopPage */
.main_img {
	border-bottom: 6px solid #4AA448;
	margin-top: 0px;
}
.CatchCopy {
	color: #FFFFFF;
	font-size: large;
	position: absolute;
	z-index: 50;
	line-height: 2;
	top: 120px;
	text-shadow: 2px 2px 5px #000000;
	left: 20px;
	right: 0px;
}
section article {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}
.TaxiBlock {
	width: 100%;
	padding-bottom: 20px;
	float: none;
}
.facebook {
	padding-bottom: 30px;
	max-width: 100%;
	float: none;
	margin-left: 0px;
	height: 240px;
}
section.About {
	width: 100%;
}
section.About .title {
	font-size: x-large;
	line-height: 1.5;
	text-align: left;
	padding-top: 20px;
}
section.About .about_img {
	width: 70%;
	margin-left: 15%;
	margin-top: 10px;
	margin-right: 15%;
	float: none;
	margin-bottom: 15px;
}
section.About  .TextArea {
	float: none;
	padding-top: 20px;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}
section.RecruitmentArea {
	padding-bottom: 40px;
	background-color: #EDF1F3;
}
article.RecruitmentBlock {
}
article.RecruitmentBlock .title {
	color: #05215C;
	font-size: x-large;
	line-height: 2;
	margin-bottom: 20px;
	font-weight: bold;
	text-align: center;
}
article.RecruitmentBlock ul{
}
article.RecruitmentBlock li {
}
/* Price */
.PriceArea {
	padding-bottom: 30px;
}
.PriceArea dl {
	padding-left: 10px;
	padding-right: 10px;
}
.PriceArea dt {
	float:  none;
	padding-bottom: 10px;
}
.PriceArea dd {
	padding-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	border-bottom: 1px dashed #CCCCCC;
}
.PriceArea dd:last-child {
	border-bottom: none;
}
/* Company*/
.CompanyArea {
	float: none;
}
.CompanyArea dl{
	width: 100%;
	padding-bottom: 30px;
}
.Company_img {
	width: 100%;
	margin-left: 0px;
	float: none;
	margin-bottom: 15px;
	margin-right: 0px;
}
/* MAP*/
.gmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	float: none;
}
.gmap iframe,
.gmap object,
.gmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#Access {
	margin-top: -257px;
	padding-top: 257px;
	clear: both;
	display: block;
	width: 100%;
	height: 0px;
}
/* RECRUIT */
.RecruitArea {
	padding-bottom: 30px;
}
.RecruitArea dl {
	padding-left: 10px;
	padding-right: 10px;
}
.RecruitArea dt {
	float:  none;
	padding-bottom: 10px;
}
.RecruitArea dd {
	padding-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	border-bottom: 1px dashed #CCCCCC;
}
.RecruitArea dd:last-child {
	border-bottom: none;
}
/* CONTACT*/
.ContactArea {}
.ContactArea dl{
	padding-top: 40px;
	font-size: large;
}
.ContactArea dt{
	color: #006934;
	font-weight: bold;
	float: none;
	padding-bottom: 5px;
}
.ContactArea dd{
	padding-left: 15px;
	padding-bottom: 15px;
}
.ContactArea dd dl{
	padding-top: 0px;
}
.ContactArea dd dt{
	color: #666666;
	font-weight: normal;
	padding-bottom: 5px;
}
.ContactArea dd dd{
	padding-bottom: 5px;
	margin-left: 15px;
}
/* Footer */
footer {
	width: 100%;
	padding-bottom: 30px;
	position: -webkit-sticky;
	position: sticky;
	z-index: 50;
	height: auto;
	padding-top: 30px;
}
footer article {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}
footer article .mark {
	width: 25%;
	margin-top: 20px;
	float: left;
}
footer article .logo {
	width: 65%;
	float: left;
	margin-left: 5%;
}
footer article .address {
	font-size: 16px;
	clear: both;
	padding-top: 5px;
	width: 90%;
	margin-left: 5％;
}
footer article .copy {
	clear: both;
	text-align: center;
	font-size: 12px;
	padding-top: 20px;
}
footer article .FooterBtn {
	width: 468px;
	float: right;
	margin-top: 30px;
}
footer article .FooterBtn img {
	height: 108px;
}
#Access {
	margin-top: -80px;
	padding-top: 80px;
	clear: both;
	display: block;
	width: 100%;
	height: 0px;
}
}
/* PC HOVER*/
@media screen and (min-width:769px){
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
.NaviBg li a:hover {
	background-color: #006934;
}
.taxi .NaviBg li.taxi a,
.visit .NaviBg li.visit a,
.service .NaviBg li.service a,
.recruit .NaviBg li.recruit a {
	background-color: #006934;
}
.PcNav li a:hover {
	text-decoration: underline;
}
.BtnBox a:hover {
	background-color: #006934;
}
.pagetop a:hover {
    display: block;
	background-color: rgba(0,135,72,0.80);
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}
}
/* AFTER */
.header:after {
    content: ""; 
    display: block; 
    clear: both;
 }
article:after {
    content: ""; 
    display: block; 
    clear: both;
 }
 dd:after {
    content: ""; 
    display: block; 
    clear: both;
 }
.NaviBg ul:after {
    content: ""; 
    display: block; 
    clear: both;
 }
 .TextArea:after {
    content: ""; 
    display: block; 
    clear: both;
 }
section:after {
    content: ""; 
    display: block; 
    clear: both;
 }
.footer_logo:after {
    content: ""; 
    display: block; 
    clear: both;
 }
 
