@charset "UTF-8";

/* Key Visual & Wrapper
------------------------------------------- */

.video-wrapper{
  position: relative;
  width: 100%;
  height: 290px;
}

.video-wrapper video{
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

p.v_txt{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 150%;
    color: #000;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    text-shadow: 2px 2px 2px #fff;
    background-color: rgba(255,255,255,0.5);
}



/* Contents Title
------------------------------------------ */

div.contents h2{
    text-align: center;
    font-size: 150%;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

div.contents h3{
    text-align: center;
    font-size: 140%;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

div.contents h4{
    text-align: center;
    font-size: 140%;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    color: #FFF;
    line-height: 180%;
    text-shadow: 2px 2px 3px #000;
}

div.contents h5{
    text-align: center;
    font-size: 110%;
    color: #FFF;
    line-height: 160%;
    margin-left: 25px;
    margin-right: 25px;
}



/*Tab Menu
------------------------------------------- */

div.all_area{
	margin-left: auto;
	margin-right: auto;
    overflow: hidden;
    }
	
ul.tab_area{
	width:100%;
    overflow:hidden;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}


.tab_area li{
	padding:16px 16px 10px;
    margin-bottom: 8px;
	border:1px solid #CCC;
	border-radius:5px;
	background:linear-gradient(to bottom, #FFF, #EFEFEF);
    cursor: pointer; 
	display: inline-block;
    vertical-align: top;
    width: 44%;
}
.tab_area li:nth-child(odd){
    margin-right: 5px;
}
.tab_area li:nth-child(even){
    margin-left: 5px;
}
.tab_area li:last-child{
        width: 91%;
    }
     
div.content_area{
    width: 100%;
    border-top: 1px solid #00D900;
	margin:0 auto;
    }
 
.tab_area li.select{
    /*アクティブタブの装飾*/
    background-color:#ffffff; 
    background-image:none; 
    color:#333333;
    border-top:2px solid #00D900;
    }
     
.hide{display:none;}


div.shop_info_wrap{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

div.shop_name{
    width: 100%;
    display: block;
}

div.shop_name p{
    font-size: 150%;
    font-weight: bold;
    text-align: center;
    color: #AAA;
}

div.shop_info{
    width: 100%;display: block;
    border: 1px solid #AAA;
    border-radius: 5px;
    margin-top: 20px;
}

div.shop_info table{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

div.shop_info th{
    width: 100%;
    display: block;
    text-align: center;
    border-bottom: 1px dotted #CCC;
    padding: 10px 0;
}

div.shop_info td{
    width: 100%;
    display: block;
    text-align: left;
    line-height: 180%;
    padding: 10px 0;
    border-bottom: 1px dotted #CCC;
}
div.shop_info tr:last-child th, div.shop_info tr:last-child td{
    border-bottom: none;
    padding-top: 15px;
}


/* 営業中、時間外　表示制御
------------------------------------------ */

.pill {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 5px;
    font-size: 65%;
    border: 1px solid #ddd;
    margin-top: 10px;
}
.open {
    border-color: #006699;
    color: #006699;
}
.closed {
    border-color: #c62828;
    color: #c62828;
    }
.unknown {
    border-color: #666;
    color: #666;
}

.meta{
    display: none;
}




/* Service
------------------------------------------ */

.service_bg{
    width: 100%;
    background: url("../images/top/service_bg.jpg") repeat;
    position: relative;
    background-attachment: fixed;
}

div.service_wrap{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    overflow: hidden;
    margin-top: 30px;
}

div.service_box a br{
    display: none;
}

div.service_box a{
    width: 90%;
    height: 80px;
    margin-bottom: 20px;
    vertical-align: top;
    font-weight: bold;
    font-size: 100%;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    line-height: 80px;
}
div.service_box a span:nth-child(2){
    display: none;
}

div.service_box a:hover span:nth-child(1){
    display: none;
}
div.service_box a:hover span:nth-child(2){
    display:inline-block;
    color: #fff;
}


div.service_box a::after{
    font-family: "Font Awesome 5 Free";
	content: '\f061';
	font-weight: bold;
    position: absolute;
    top: 0%;
    right: 20px;
}

div.service_box:nth-child(1) a{
    border: 3px solid #25A639;
    background-color: #FFF;
}
div.service_box:nth-child(1) a::before{
    content: '';
    width: 50px;
    height: 60px;
    background-image: url("../images/top/rice.png");
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -30px;
}
div.service_box:nth-child(1) a:hover{
    border: 3px solid #25A639;
    background-color: #25A639;
    color: #fff;
}
div.service_box:nth-child(1) a:hover::before{
    content: '';
    width: 50px;
    height: 60px;
    background-image: url("../images/top/rice_wh.png");
    background-size: contain;
}


div.service_box:nth-child(2) a{
    border: 3px solid #D1B35E;
    background-color: #FFF;
}
div.service_box:nth-child(2) a::before{
    content: '';
    width: 70px;
    height: 60px;
    background-image: url("../images/top/pumpkin.png");
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -25px;
}
div.service_box:nth-child(2) a:hover{
    border: 3px solid #D1B35E;
    background-color: #D1B35E;
    color: #fff;
}
div.service_box:nth-child(2) a:hover::before{
    content: '';
    width: 70px;
    height: 60px;
    background-image: url("../images/top/pumpkin_wh.png");
    background-size: contain;
}


div.service_box:nth-child(3) a{
    border: 3px solid #7A6FC5;
    background-color: #FFF;
}
div.service_box:nth-child(3) a::before{
    content: '';
    width: 70px;
    height: 60px;
    background-image: url("../images/top/trackter.png");
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -25px;
}
div.service_box:nth-child(3) a:hover{
    border: 3px solid #7A6FC5;
    background-color: #7A6FC5;
    color: #fff;
}
div.service_box:nth-child(3) a:hover::before{
    content: '';
    width: 70px;
    height: 60px;
    background-image: url("../images/top/trackter_wh.png");
    background-size: contain;
}


div.service_box:nth-child(4) a{
    border: 3px solid #D53D3D;
    background-color: #FFF;
}
div.service_box:nth-child(4) a::before{
    content: '';
    width: 70px;
    height: 60px;
    background-image: url("../images/top/kitchencar.png");
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -25px;
}
div.service_box:nth-child(4) a:hover{
    border: 3px solid #D53D3D;
    background-color: #D53D3D;
    color: #fff;
}
div.service_box:nth-child(4) a:hover::before{
    content: '';
    width: 70px;
    height: 60px;
    background-image: url("../images/top/kitchencar_wh.png");
    background-size: contain;
}


div.service_box:nth-child(5) a{
    border: 3px solid #108012;
    background-color: #FFF;
}
div.service_box:nth-child(5) a::before{
    content: '';
    display: block;
    width: 50px;
    height: 60px;
    background-image: url("../images/top/sale.png");
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 30px;
    margin-top: -30px;
}
div.service_box:nth-child(5) a:hover{
    border: 3px solid #108012;
    background-color: #108012;
    color: #fff;
}
div.service_box:nth-child(5) a:hover::before{
    content: '';
    width: 50px;
    height: 60px;
    background-image: url("../images/top/sale_wh.png");
    background-size: contain;
}


div.service_box:nth-child(6) a{
    border: 3px solid #D63EC9;
    background-color: #FFF;
}
div.service_box:nth-child(6) a::before{
    content: '';
    width: 60px;
    height: 60px;
    background-image: url("../images/top/watch.png");
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -30px;
}
div.service_box:nth-child(6) a:hover{
    border: 3px solid #D63EC9;
    background-color: #D63EC9;
    color: #fff;
}
div.service_box:nth-child(6) a:hover::before{
    content: '';
    width: 60px;
    height: 60px;
    background-image: url("../images/top/watch_wh.png");
    background-size: contain;
}


div.service_box:nth-child(7) a{
    border: 3px solid #D57B7B;
    background-color: #FFF;
}
div.service_box:nth-child(7) a::before{
    content: '';
    width: 70px;
    height: 60px;
    background-image: url("../images/top/pig.png");
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -30px;
}
div.service_box:nth-child(7) a:hover{
    border: 3px solid #D57B7B;
    background-color: #D57B7B;
    color: #fff;
}
div.service_box:nth-child(7) a:hover::before{
    content: '';
    width: 80px;
    height: 60px;
    background-image: url("../images/top/pig_wh.png");
    background-size: contain;
}


div.service_box:nth-child(8) a{
    border: 3px solid #4E58AB;
    background-color: #FFF;
}
div.service_box:nth-child(8) a::before{
    content: '';
    width: 50px;
    height: 60px;
    background-image: url("../images/top/wallet.png");
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 25px;
    margin-top: -30px;
}
div.service_box:nth-child(8) a:hover{
    border: 3px solid #4E58AB;
    background-color: #4E58AB;
    color: #fff;
}
div.service_box:nth-child(8) a:hover::before{
    content: '';
    width: 50px;
    height: 60px;
    background-image: url("../images/top/wallet_wh.png");
    background-size: contain;
}


div.service_box:nth-child(9) a{
    border: 3px solid #ff6300;
    background-color: #FFF;
}
div.service_box:nth-child(9) a::before{
    content: '';
    display: block;
    width: 90px;
    height: 50px;
    background-image: url("../images/top/accident.png");
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -25px;
}
div.service_box:nth-child(9) a:hover{
    border: 3px solid #ff6300;
    background-color: #ff6300;
    color: #fff;
}
div.service_box:nth-child(9) a:hover::before{
    content: '';
    width: 90px;
    height: 50px;
    background-image: url("../images/top/accident_wh.png");
    background-size: contain;
}


div.service_box:nth-child(10) a{
    border: 3px solid #95B1DA;
    background-color: #FFF;
}
div.service_box:nth-child(10) a::before{
    content: '';
    width: 70px;
    height: 60px;
    background-image: url("../images/top/magazine.png");
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -30px;
}
div.service_box:nth-child(10) a:hover{
    border: 3px solid #95B1DA;
    background-color: #95B1DA;
    color: #fff;
}
div.service_box:nth-child(10) a:hover::before{
    content: '';
    width: 70px;
    height: 60px;
    background-image: url("../images/top/magazine_wh.png");
    background-size: contain;
}








/* Information
------------------------------------------ */

div.info_wrap{
    width: 95%;
    overflow: hidden;
    margin-left: auto;
	margin-right: auto;
}

div.info_header{
    width: 100%;
    height: 160px;
    background: url("../images/top/news_head.png") no-repeat top center;
    background-size: contain;
    position: relative;
    display: block;
}

div.info_list{
    width: 100%;
    display: block;
    margin-top: 60px;
}

div.more_btn{
    width: 150px;
    height: 40px;
    margin-left: auto;
	margin-right: auto;
    overflow: hidden;
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
}
div.more_btn a::after{
    font-family: "Font Awesome 5 Free";
	content: '\f054';
	margin-left:10px;
	font-weight: bold;
}
div.more_btn a {
	  display: block;
	  width: 100%;
	  height: 100%;
	  line-height: 40px;
	  color: #000;
	  text-align: center;
	  font-size: 100%;
	  background-color: #FFF;
	  border: 1px solid #aaa;
	  position: relative;
	  z-index: 2;
}

div.more_btn a:before {
	  content: '';
	  position: absolute;
	  top: 0;
	  left: -100%;
	  width: 100%;
	  height: 100%;
	  z-index: -1;
	  background-color: #25A639;
	  transition: all 300ms linear;
}
div.more_btn a:hover {
  	color: #fff;
	opacity: 0.9;
}
div.more_btn a:hover:before {
  	left: 0;
}

div.info_list ul li{
    text-align: left;
    margin-top: 14px;
    border-bottom: 1px dotted #CCC;
    line-height: 180%;
    padding-bottom: 15px;
}

div.info_list ul li span{
    margin-right: 10px;
    border-radius: 5px;
    padding: 4px 8px;
    color: #FFF;
}

div.info_list ul li span.ad{
    background-color: #006699;  /*旧広報*/
}
div.info_list ul li span.ag{
    background-color: #539837;  /*営農*/
}
div.info_list ul li span.fi{
    background-color: #FF3300;  /*金融*/
}
div.info_list ul li span.ai{
    background-color: #FF7367;  /*共済*/
}
div.info_list ul li span.me{
    background-color: #B0BDF2;  /*整備*/
}
div.info_list ul li span.ma{
    background-color: #718FB8;  /*資材*/
}
div.info_list ul li span.ge{
    background-color: #F093D6;  /*総務*/
}
div.info_list ul li span.pz{
    background-color: #89D67F;  /*あぐり*/
}
div.info_list ul li span.oi{
    background-color: #A09393;  /*給油*/
}
div.info_list ul li span.ot{
    background-color: #EA3D58;  /*その他*/
}
div.info_list ul li span.date{
    color: #000;
}
div.info_list ul li span.date::after{
    content:"";
    display: block;
}


div.info_list ul li a{
    margin-left: -15px;
}


/* About
------------------------------------------ */

.about_bg{
    width: 100%;
    background: url("../images/top/service_bg.jpg") repeat;
    position: relative;
    background-attachment: fixed;
}

div.about_wrap{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-top: 15px;
}

div.about_map{
    width: 100%;
    display: block;
}

div.about_pr{
    width: 100%;;
    display: block;
    margin-top: 10px;
    padding-bottom: 40px;
}

div.about_map img{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 50%;
    filter: drop-shadow(2px 2px 2px #666);
}

p.about_txt{
    text-align: left;
    line-height: 200%;
    margin-left: 15px;
    margin-right: 15px;
}

div.detail_btn{
    width: 200px;
    height: 40px;
    margin-left: auto;
	margin-right: auto;
    overflow: hidden;
}
div.detail_btn a::after{
    font-family: "Font Awesome 5 Free";
	content: '\f054';
	margin-left:10px;
	font-weight: bold;
}
div.detail_btn a{
	  display: block;
	  width: 100%;
	  height: 100%;
	  line-height: 40px;
	  color: #000;
	  text-align: center;
	  font-size: 100%;
	  background-color: #FFF;
	  border: 1px solid #aaa;
	  position: relative;
	  z-index: 2;
}

div.detail_btn a:before{
	  content: '';
	  position: absolute;
	  top: 0;
	  left: -100%;
	  width: 100%;
	  height: 100%;
	  z-index: -1;
	  background-color: #25A639;
	  transition: all 300ms linear;
}
div.detail_btn a:hover{
  	color: #fff;
	opacity: 0.9;
}

div.detail_btn a:hover:before {
  	left: 0;
}






/* Product
------------------------------------------ */

.product_bg{
    width: 100%;
    background: url("../images/top/service_bg.jpg") repeat;
    padding-bottom: 30px;
}

div.prodcut_wrap{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

div.product_box{
    width: 95%;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}

div.product_box img{
    width: 90%;
    height: auto;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

p.pro_tit{
    font-size: 125%;
    text-align: center;
    font-weight: bold;
}

p.pro_txt{
    text-align: left;
}





div.product_contact{
    width: 95%;
    height: 180px;
    border: 1px solid #000;
    background: #FFF url("../images/maintenance/woman.png") no-repeat;
    background-position: 15px 15px;
    background-size: 20%;
    margin-left: auto;
    margin-right: auto;
}

div.product_contact p:nth-child(1){
    padding: 10px 30px;
    background-color: #668658;
    color: #FFF;
    text-align: center;
    display: inline-block;
    margin-top: 10px;
    margin-left: 60px;
}

div.product_contact p:nth-child(2){
    text-align: center;
    margin-top: 10px;
    margin-left: 60px;
    font-size: 110%;
    font-weight: bold;
}

div.product_contact p:nth-child(3), div.product_contact p:nth-child(4){
    font-size: 150%;
    color: #AD2B2D;
    font-weight: bold;
    margin-left: 60px;
}

div.product_contact p:nth-child(3)::before{
	font-family: "Font Awesome 5 Free";
	content: '\f095';
	font-size:110%;
	margin-right:8px;
	font-weight: bold;
}

div.product_contact p:nth-child(4)::before{
	font-family: "Font Awesome 5 Free";
	content: 'FAX';
	font-size:60%;
	margin-right:3px;
	font-weight: bold;
}






/* Agriculture
------------------------------------------ */

.agri_bg{
    width: 100%;
    background: url("../images/top/agri_bg.jpg") no-repeat bottom center;
    background-size: cover;
    padding-top: 20px;
}

div.agri_wrap{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

div.agri_box{
    width: 100%;
    display:block;
    margin-bottom: 20px;
}

div.agri_box img{
    width: 95%;
    height: auto;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

p.agri_title{
    font-size: 110%;
    text-align: left;
    color: #FFF;
}


div.detail_btn{
    width: 80%;
    height: 40px;
    margin-left: auto;
	margin-right: auto;
    overflow: hidden;
}
div.detail_btn a::after{
    font-family: "Font Awesome 5 Free";
	content: '\f054';
	margin-left:10px;
	font-weight: bold;
}
div.detail_btn a{
	  display: block;
	  width: 100%;
	  height: 100%;
	  line-height: 40px;
	  color: #000;
	  text-align: center;
	  font-size: 100%;
	  background-color: #FFF;
	  border: 1px solid #aaa;
	  position: relative;
	  z-index: 2;
}

div.detail_btn a:before{
	  content: '';
	  position: absolute;
	  top: 0;
	  left: -100%;
	  width: 100%;
	  height: 100%;
	  z-index: -1;
	  background-color: #25A639;
	  transition: all 300ms linear;
}
div.detail_btn a:hover{
  	color: #fff;
	opacity: 0.9;
}

div.detail_btn a:hover:before {
  	left: 0;
}













/* Recruitment
------------------------------------------ */

div.recruit_wrap{
    width: 100%;
    margin-left: auto;
	margin-right: auto;
	overflow: hidden;
    text-align: center;
    margin-top: 5px;
}

div.recruit_box{
    position: relative;
}

div.recruit_box:nth-child(1){
    width: 100%;
    height: 250px;
    background: url("../images/top/recruit_bg.jpg") no-repeat;
    background-size: cover;
    margin-bottom: 5px;
}

div.recruit_box:nth-child(2){
    width: 100%;
    height: 250px;
    background: url("../images/top/contact_bg.jpg") no-repeat;
    background-size: cover;
    margin-bottom: 20px;
}

div.recruit_box::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

p.rec_tit{
    font-size: 130%;
    font-weight: bold;
    color: #FFF;
    z-index: 999;
    position: absolute;
    top: 20px;
    left: 20px;
}
p.rec_tit span{
    font-size: 50%;
    font-weight: normal;
}

p.rec_txt{
    text-align: left;
    position: absolute;
    top: 65px;
    left: 20px;
    color: #FFF;
    line-height: 150%;
    margin-right: 20px;
    font-weight: bold;
}

div.recruit_btn{
    width: 30%;
    height: 60px;
    margin-left: auto;
	margin-right: auto;
    overflow: hidden;
    position: absolute;
    bottom: 30px;
    left: 20px;
    font-weight: bold;
}
div.recruit_btn a::after{
    font-family: "Font Awesome 5 Free";
	content: '\f061';
	margin-left:50px;
	font-weight: bold;
}
div.recruit_btn a {
	  display: block;
	  width: 100%;
	  height: 100%;
	  line-height: 60px;
	  color: #000;
	  text-align: center;
	  font-size: 100%;
	  background-color: #FFF;
      border: 3px solid #FFF;
      opacity: 1;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
}

div.recruit_btn a:hover{
    background-color: #000;
    border: 3px solid #FFF;
    color: #FFF;
    opacity: 0.7;
}



/* Bank&Mutual
------------------------------------------ */

.bank_bg{
    width: 100%;
    background: url("../images/top/service_bg.jpg") repeat;
    position: relative;
    background-attachment: fixed;
    padding-bottom: 40px;
}

div.bank_wrap{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

div.bank_image{
    width: 100%;
    display: block;
}

div.bank_pr{
    width: 100%;
    display: block;
}

div.bank_image img{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 80%;
}

