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

h2.sub{
	text-align: center;
}


/*----------------------------------------------------*/
/*メイン画像*/
#main_image{
	width:100%;
	height:620px;
	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:620px;
	width:100%;
	overflow:hidden;
	margin:0px auto;
	position:absolute;
	z-index: 999999;
}

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

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

.slider1::before{
	position:absolute;
	bottom:0;
	z-index:99999;
	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:620px;
	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;
}

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

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

.news_block dl{
	display: table;
	line-height: 275%;
}

.news_block dl:first-of-type{
	margin-top: 40px;
}

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

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

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

@media screen and (min-width:737px) and (max-width:1300px) and (orientation:landscape) {
	.news_block{
		width: 95%;
	}
}

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

.block01_bg{
	width:100%;
	height:222px;
	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{
	max-width: 1280px;
	min-width: 1000px;
	margin: 35px auto;
	overflow: hidden;
	position: relative;
}

.block01 p.txt01{
	font-size: 17px;
	font-weight: bold;
	line-height: 185%;
}

/**/
.jigyo_list .left_col {
	width: 100%;
	margin: 40px auto 90px auto;
	overflow: hidden;
	position:relative;
}

.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(1){
	width: 420px;
}

.jigyo_list .left_col ul li:nth-of-type(2){
	width: 390px;
}

.jigyo_list .left_col ul li:nth-of-type(3){
	width: 260px;
	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;
	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: 0px;
}

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

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

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

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

/**/
.jigyo_list .right_col{
	width: 100%;
	overflow: hidden;
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: right;
}


@media screen and (min-width:737px) and (max-width:1400px) and (orientation:landscape) {
	.block01{
		max-width: 95%;
		min-width: 95%;
		overflow: hidden;
	}
	
	.jigyo_list .left_col {
		width: 100%;
		margin: 40px auto 0px auto;
	}

    .jigyo_list .left_col ul li{
		width: 100%!important;
		padding-bottom: 35px!important;
	}
	
	.jigyo_list .left_col ul li dl dd br{
		display: none;
	}
	
	.jigyo_list .right_col{
		width: 100%;
		overflow: hidden;
		position: static;
		text-align: center;
		margin-bottom: 40px;
	}
	
	.jigyo_list .right_col img:nth-of-type(1){
		width: 95%;
		height: auto;
	}
	
	.jigyo_list .right_col p img{
		width: 60%!important;
		height: auto!important;
	}
}

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

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

.modalBody img{
	padding: 0px 75px;
}

.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;
	padding: 0px 0px 20px 20px;
}

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

.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{
	display: inline-block;
	margin-right: 5px;
}

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

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

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


@media screen and (min-width:737px) and (max-width:1400px) and (orientation:landscape) {
	.modal{
		display:none;
	}

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

	.modalBody img{
		padding: 0px;
	}

	.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;
		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 0px 0px 0px;
	}

	.modal .modal_img{

	}

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

	.modal .modal_img ul li{
		display: inline-block;
		margin-right: 5px;
	}

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

	.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;
	padding-top: 90px;
	border-top: 60px solid #EFEFEF;
}

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

/**/
.product_tab{
	width: 100%;
	margin: 0px auto;
	overflow: hidden;
	border-bottom: 1px solid #456D5B;
}

.product_tab ul{
	width: 990px;
	height: 60px;
	margin: 60px auto 0px auto;
	overflow: hidden;
}

.product_tab ul li{
	width: 230px;
	line-height: 60px;
	text-align: center;
	display: inline-block;
	margin-right: 15px;
	border-top: 1px solid #456D5B;
	border-left: 1px solid #456D5B;
	border-right: 1px solid #456D5B;
}

.product_tab ul li:last-child{
	margin-right: 0px;
}

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

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

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

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

/**/
.product_block{
	max-width: 1220px;
	min-width: 1000px;
	margin: 75px auto 20px auto;
	overflow: hidden;
}

.product_block dl{
	width: 24%;
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
}

.product_block dl:last-of-type{
	margin-right: 0px;
}

.product_block dl div{
	
}

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

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

.product_block dl dd{
	color: #808080;
}

@media screen and (min-width:737px) and (max-width:1300px) and (orientation:landscape) {
	.product_tab{
		width: 100%;
		margin: 0px auto;
		overflow: hidden;
	}

	.product_tab ul{
		width: 90%;
		height: auto;
		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;
	}
	
	/**/
	.product_block{
		max-width: 95%!important;
		min-width: 95%!important;
	}
	
	.product_block dl{
		width: 48%;
		margin-right: 1%;
	}
	
	.product_block dl:nth-of-type(2n){
		margin-right: 0%;
	}
	
	.product_block dl div{
		text-align: center;
	}
}

/**/
.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 90px auto;
	overflow: hidden;
}

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

.block03 h2.sub{
	padding-bottom: 35px;
	border-bottom: 1px solid #000000;
}

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

.block03 .item .left_col{
	width: 575px;
	float: left;
	font-family: "Noto Sans JP", sans-serif;
}

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

.block03 .item .left_col dl dt{
	width: 95px;
	padding: 6px 8px;
	font-weight: bold;
	display: table-cell;
	vertical-align: top;
}

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

.block03 .item .left_col dl dd table{
}

.block03 .item .left_col dl dd table th{
	width: auto;
	text-align: right;
	font-weight: normal;
	vertical-align: top;
	padding: 0px 5px 0px 0px;
}

.block03 .item .left_col dl dd table td{
	
}

.block03 .item .right_col{
	width: 655px;
	float: right;
}

@media screen and (min-width:737px) and (max-width:1400px) and (orientation:landscape) {
	.block03 .item{
		width: 95%!important;
	}
	
	.block03 .item .left_col{
		width: 100%!important;
	}
	
	.block03 .item .right_col{
		width: 100%!important;
	}
	
	.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 img{
		width: 100%!important;
		height: auto!important;
		text-align: center;
		padding-top: 20px;
	}
}

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

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

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

.block04 p.txt02{
	color: #006837;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 170%;
	letter-spacing: 1px;
	font-family: 'Noto Sans Japanese', sans-serif;
}

.block04 .contact_btn a{
	width: 329px;
	height: 82px;
	margin: 25px auto 0px auto;
    background: url("index/contact_btn.png") no-repeat;
    display: block;
    text-indent: -9999px;
}

.block04 .contact_btn a:hover{
	opacity: 1;
	background-position: 0 -82px;
}

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