@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* CSS Document */

h2.sub{
	text-align: center;
	margin: 10px auto 30px auto;
}

/*----------------------------------------------------*/
/*メイン画像*/
#main_image{
	width:100%;
	height:65vw;
	overflow:hidden;
	position:relative;
	background-image:url(index/main_image01.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	display:table;
}

#main_image h1{
	display:table;
	height:65vw;
	width:100%;
	overflow:hidden;
	margin:0px auto;
	position:absolute;
	z-index: 999;
}

#main_image h1 span{
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	overflow:hidden;
}

#main_image h1 span img{
	width: 60vw;
}

.slider1{
	width:100%;
	height:65vw;
	margin:0px auto;
	position:relative;
	overflow:hidden;
}

.slider1::before{
	position:absolute;
	bottom:0;
	z-index:9999;
	display:block;
	content:'';
	width:100%;
	height:39vw;
	background:url(index/main_under.png) bottom center no-repeat;
	background-size:contain;
}

.slidebox{
	position: relative;
}

.slide{
	width:100% !important;
	max-width:100% !important;
	height:65vw;
	overflow:hidden;
	position: relative;
	background-size:cover;
	background-position: center center;
}

#s1{
	background-image:url(index/main_image01.jpg);
}

#s2{
	background-image:url(index/main_image02.jpg);
}

#s3{
	background-image:url(index/main_image03.jpg);
}

.bx-controls-direction {
	display: none;
}

.bx-pager{
	display: none;
}

/*----------------------------------------------------*/
.news_block_wrap{
	width: 100%;
	margin: 0px auto 45px auto;
	overflow: hidden;
}

.news_block{
	width:90%;
	margin: 0px auto;
	overflow: hidden;
	font-family: 'Noto Sans Japanese', sans-serif;
}

.news_block dl{
	display: table;
	line-height: 175%;
	padding-bottom: 15px;
}

.news_block dl dt{
	width: 100px;
	display: table-cell;
}

.news_block dl dd{
	display: table-cell;
}

.news_block dl dd a{
	text-decoration: none;
}

/*----------------------------------------------------*/
.block01_wrap{
	width: 100%;
	margin: 0px auto 60px auto;
	overflow: hidden;
	background-color: #EFEFEF;
}

.block01_bg{
	width:100%;
	height:170px;
	overflow:hidden;
	position:relative;
	background-image:url(index/bg01.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	display:table;
}

.block01_bg h3{
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}

.block01{
	width:95%;
	margin: 0px auto 50px auto;
	overflow: hidden;
	position: relative;
	background-color: #FFFFFF;
}

.block01 p.txt01{
	width: 90%;
	margin: 50px auto 10px auto;
	font-size: 17px;
	font-weight: bold;
	line-height: 140%;
}

.block01 p.txt01 br{
	display: none;
}

/**/
.jigyo_list .left_col {
	width: 95%;
	margin: 20px auto;
	overflow: hidden;
}

.jigyo_list .left_col ul{
	overflow: hidden;
	list-style-type: none;
}

.jigyo_list .left_col ul li{
	padding-bottom: 50px;
}

.jigyo_list .left_col ul li:nth-of-type(3){
	padding-bottom: 0px;
}

.jigyo_list .left_col ul li dl{
	
}

.jigyo_list .left_col ul li dt{
	color: #006837;
	font-size: 19px;
	font-weight: bold;
	text-align:  center;
	padding-left: 35px;
	padding-bottom: 12px;
	border-bottom: 1px solid #456D5B;
	position: relative;
}

.jigyo_list .left_col ul li dt::before{
	position: absolute;
	top: 50%;
	left: 50%;
}

.jigyo_list .left_col ul li:nth-of-type(1) dt::before{
	content: url(index/icon01.png);
	margin-top: -17px;
	margin-left: -3.5em;
}

.jigyo_list .left_col ul li:nth-of-type(2) dt::before{
	content: url(index/icon02.png);	
	margin-top: -17px;
	margin-left: -3.75em;
}

.jigyo_list .left_col ul li:nth-of-type(3) dt::before{
	content: url(index/icon03.png);	
	margin-top: -20px;
	margin-left: -3.25em;
}

.jigyo_list .left_col ul li dd{
	padding-top: 20px;
	padding-left: 3px;
	font-size: 16px;
}

.jigyo_list .left_col ul li dd br{
	display: none;
}

/**/
.jigyo_list .right_col{
	width: 100%;
	overflow: hidden;
}

.jigyo_list .right_col img{
	width: 125%;
}

.jigyo_list .right_col p{
	text-align: center;
}

.jigyo_list .right_col p img{
	width: 75%;
	margin: 0px auto 10px auto;
	text-align: center;
}

/*----------------------------------------------------*/
/*モーダルウィンドウ*/
.modal{
	display:none;
}

.modalBody{
	position: fixed;
	z-index:999999;
	top: 20vw;;
	padding: 0px 10px;
	text-align:  center;
	background-color: #ffffff;
	border: 3px solid #006837;
	font-family: 'Noto Sans Japanese', sans-serif;
}

.modalBK{
	position: fixed;
	z-index: 99;
	height:100%;
	width:100%;
	top:0;
	left:0;
}

.btns{
}

.close{
	font-size: 22px;
	cursor: pointer;
}

.modal p{
	font-size:22px;
	text-align: left!important;
	padding: 0px 0px 20px 10px;
}

.modal h5{
	color: #006837;
	font-size: 18px;
	font-weight:bold;
	text-align: left;
	padding: 20px 0px 0px 10px;;
}

.modal .modalitem{
	padding: 20px 30px 0px 20px;
}

.modal .modal_img{

}

.modal .modal_img ul{
	overflow: hidden;
	list-style-type: none;
}

.modal .modal_img ul li{
	width: 47%;
	display: inline-block;
	margin-right: 3%;
}

.modal .modal_img ul li img{
	padding: 0px;
}

.modal .modal_img ul li:nth-child(2n){
	margin-right: 0px;
}

.modal .modal_txt{
	padding: 20px 0px;
}

/*----------------------------------------------------*/
.block02_wrap{
	width: 100%;
	margin: 0px auto 90px auto;
	overflow: hidden;
}

.block02{
	width: 100%;
	margin: 0px auto;
	overflow: hidden;
}

/**/
.product_tab{
	width: 100%;
	margin: 0px auto;
	overflow: hidden;
}

.product_tab ul{
	width: 90%;
	margin: 20px auto;
	overflow: hidden;
}

.product_tab ul li{
	width: 48%;
	line-height: 55px;
	text-align: center;
	display: inline-block;
	margin-right: 1%;
	margin-bottom: 10px;
	border: 1px solid #456D5B;
}

.product_tab ul li:nth-child(2n){
	margin-right: 0px;
}

.product_tab ul li a{
	width: 100%;
	height:55px;
	display:  block;
	color: #006837;
	font-weight: bold;
	text-decoration: none;
}

.product_tab ul li.select{
	background-color: #006837;
	border: 1px solid #006837;
}

.product_tab ul li.select a{
	color: #ffffff;
}

/**/
.hide{
	display: none;
}

/**/
.product_block{
	width: 95%;
	margin: 20px auto;
	overflow: hidden;
}

.product_block dl{
	width: 48%;
	display: inline-block;
	vertical-align: top;
	margin-right: 1%;
	padding-bottom: 25px;
}

.product_block dl:nth-child(2n){
	margin-right: 0px;
}

.product_block dl div{
	
}

.product_block dl dt{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 15px 0px;
}

.product_block dl dt a{
	text-decoration: none;
}

.product_block dl dd{
	color: #808080;
}

/**/
.product_btn{
	width: 230px;
	height: 44px;
	margin: 0px auto;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	background-color: #006837;
}

.product_btn:hover{
	opacity: 1;
	background-color: #F9AE3B;
}

.product_btn a{
	width: 230px;
	height: 44px;
	display: block;
	line-height: 40px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-family: 'Noto Sans Japanese', sans-serif;
	text-decoration: none;
}

.product_btn a:hover{
	opacity: 1;
}

/*----------------------------------------------------*/
.block03_wrap{
	width: 100%;
	margin: 0px auto 60px auto;
	overflow: hidden;
}

.block03{
	width: 100%;
	margin: 0px auto;
	overflow: hidden;
}

/**/
.block03 .item{
	width: 90%;
	margin: 45px auto;
	overflow: hidden;
}

.block03 .item .left_col{
	width: 100%;
	font-family: 'Noto Sans Japanese', sans-serif;
}

.block03 .item .left_col dl{
	width: 100%;
	display: table;
	border-bottom: 1px solid #B9B9B9;
}

.block03 .item .left_col dl dt{
	width: 27%;
	padding: 5px 5px;
	font-weight: bold;
	display: table-cell;
}

.block03 .item .left_col dl dd{
	padding: 6px 8px;
	display: table-cell;
	vertical-align: top;
}

.block03 .item .left_col dl dd table{
}

.block03 .item .left_col dl dd table th{
	width: 100%;
	display:block;
	font-weight: 500;
	vertical-align: top;
	text-align:left;
	padding: 0px 10px 0px 0px;
}

.block03 .item .left_col dl dd table td{
	width: 100%;
	display:block;
	padding-left:1em;
}

.block03 .item .right_col{
	width: 100%;
	margin-top: 30px;
	text-align: center;
}

.block03 .item .right_col img{
	width: 90%;
}

/*----------------------------------------------------*/
.block04_wrap{
	width: 100%;
	margin: 0px auto;
	overflow: hidden;
}

.block04{
	width: 100%;
	margin: 0px auto;
	overflow: hidden;
}

.block04 #gmap{
	width: 100%;
	height: 250px;
	margin: 35px auto 0px auto;
}

.block04 p.txt02,
.block04 .contact_btn{
	display: none;
}

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