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

/* ------------------------------------- 1. Base Reset ------------------------------------- */

body,
div,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
p,a,
table,th,td,
dl,dt,dd,
form {
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-size: 100%;
	font-style: normal;
	letter-spacing: 0;
}

br {
	padding: 0px;
	margin: 0px;
}

ul li{
	list-style:none;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/* ------------------------------------- 2. Default Set ------------------------------------- */
html,body{
    height: 100%;
	overflow-x: hidden;
}

body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	color: #333;
}

img {
	padding: 0px;
	margin: 0px;
	border: none;/* img do not want a border */
	display: inline;/* img default setting */
	vertical-align:bottom;
}

img.block {
	display:block;
}

img.top{
	vertical-align:top;
}

img.btm{
	vertical-align:bottom;
}

a:hover img.fade{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

input.fade:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=50 )";
}

.clear {
	padding: 0px;
	margin: 0px;
	clear: both;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.hidden {
	display: none;
}

ul.left li{
	float:left;
}

.mt5{margin-top:5px;}

.mt9{margin-top:9px;}

.mt10{margin-top:10px;}

.mt12{margin-top:12px;}

.mt15{margin-top:15px;}

.mt20{margin-top:20px;}

.mt22{margin-top:22px;}

.mt25{margin-top:25px;}

.mt30{margin-top:30px;}

.mt40{margin-top:40px;}

.mt100{margin-top:100px;}

.pt3{padding-top:3px;}

.pt5{padding-top:5px;}

.pt10{padding-top:10px;}

.pt15{padding-top:15px;}

.pt20{padding-top:20px;}

.pt25{padding-top:25px;}

.pl2{padding-left:2px;}

.pl30{padding-left:30px;}

.pl40{padding-left:40px;}

.left{
	text-align:left
}

.right{
	text-align:right;
}

.red{
	color:#FF0004;
}

/* -------------- font set  -------------- */

body {
	font-size: 14px;
	line-height:170%;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',Osaka,sans-serif;
}

h1 {
	font-size: 12px;
	line-height:100%;
	font-weight:100;
	text-align: left;
}

h2 {
	font-size: 12px;
	font-weight:bold;
	line-height:100%;
	color:#fff;
}

h3 {
	font-size: 16px;
	font-weight:100;
}

.bold{
	font-weight:bold;
}

.cap{
	font-size:12px;
}

/* ------------ link ------------ */

a {
	color: #333;
	text-decoration: underline;
	background-color: transparent;
}

a:link {
	color: #0099cc;
	text-decoration: none;
	background-color: transparent;
	text-decoration: underline;
}

a:visited {
	color: #6633cc;
	text-decoration: underline;
	background-color: transparent;
}

a:hover {
	color: #99cc00;
	text-decoration: underline;
}

/* ------------------------------------- 3. Layout Setting ------------------------------------- */

#container {
	clear: both;
	width: auto;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

#header {
	width:1000px;
	height:100px;
	margin:0 auto;
	text-align:left;
}

#footer {
	margin-top: 60px;
	width:100%;
	height:180px;
	background: #427349;
}

/* ------------------------------------- 4.header ------------------------------------- */
h1{
	padding-top:5px;
	margin-bottom: 10px;
}

#header span{
	display:none;
}

.logo{
	width:231px;
	height: 45px;
	float:left;
	margin:0;
	padding:0;
	background: url(../image/logo.png)
}

.hd_tel{
	width:226px;
	height: 45px;
	float:right;
	margin:0;
	padding:0;
}

/* ------------------------------------- 5.main image ------------------------------------- */

#main_img{
	position:relative;
}

#main_img img.mains{
	width: 100%;
	height: 540px;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

#main_img span{
	display:none;
}

.main_cpy{
	position: absolute;
	top:100px;
	left: 0;
	right: 0;
	width:1000px;
	height: 540px;
	margin: 0 auto;
	background: url(../image/main.png) no-repeat;
}

/* ------------------------------------- 6.contents head ------------------------------------- */
#ctblock,#ctblock3{
	width:1000px;
	margin: 0 auto;
	padding-top: 30px;
}

#ctblock2{
	width:100%;
	height: 740px;
	margin: 30px auto 0 auto;
	padding-top: 30px;
	background: #98B122 url(../image/area_bg.png) no-repeat right;
}

.cth{
	font-family: 'Hind Madurai', sans-serif;
	font-size: 40px;
	height: 40px;
}

.cth_j{
	font-size:18px;
}

.wht{
	color:#FFF;
}

/* ------------------------------------- 7.service ------------------------------------- */
#srvc{
	text-align:left;
	margin-top:30px; 
}

#srvc ul{
	font-size:0;
}

#srvc li{
	display:inline-block;
	width:310px;
	margin-right:35px;
	vertical-align: top;
}
#srvc div{
	font-size:18px;
	font-weight: bold;
	margin-top: 10px;
}

#srvc p{
	font-size:14px;
	font-weight: 100;
}

#srvc li.lst_end{
	margin-right: 0px;
}

.sv_icn01{
	padding-left: 50px;
	background: url(../image/sv_ic01.png) no-repeat;
}

.sv_icn02{
	padding-left: 50px;
	background: url(../image/sv_ic02.png) no-repeat;
}

.sv_icn03{
	padding-left: 50px;
	background: url(../image/sv_ic03.png) no-repeat;
}

.sv_icn04{
	padding-left: 50px;
	background: url(../image/sv_ic04.png) no-repeat;
}

.sv_icn05{
	padding-left: 50px;
	background: url(../image/sv_ic05.png) no-repeat;
}

.sv_icn06{
	padding-left: 50px;
	background: url(../image/sv_ic06.png) no-repeat;
}

/* ------------------------------------- 8.area ------------------------------------- */
#area{
	position: relative;
	width: 1000px;
	margin: 30px auto 0 auto;
	text-align:left;
	font-size: 0;
}

#area li{
	display:inline-block;
}

.area_txt{
	width: 320px;
	font-size:18px;
	color: #fff;
	vertical-align: top;
}

.area_txt p{
	font-size:26px;
}

.area_txt ul li{
	width:320px;
	margin-top:15px;
	padding-left: 25px;
	background: url(../image/area_icn.png) no-repeat 0 2px;
}

.area_map{
	width: 680px;
	height: 550px;
	background: url(../image/area_map.png) no-repeat;
}

.area_map span{
	display:none;
}

.area_stf{
	position:absolute;
	bottom: -78px;
	left: -20px;
}

/* ------------------------------------- 9.company ------------------------------------- */
#cmpy{
	text-align:left;
}

#cmpy table{
	margin-top: 30px;
	width:100%;
	border-collapse: collapse;
}

#cmpy table tr{
	height: 50px;
	border-top: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
}

#cmpy table th{
	width:16%;
	background: #E7E4D8;
	text-align: center;
	padding: 5px 0 5px 0;
}

#cmpy table td{
	width:84%;
	padding: 5px 0 5px 20px;
}

.eigyo,.gmap{
	margin-top:40px;
}

.eigyo ul{
	font-size: 0;
}

.eigyo li{
	display: inline-block;
	width: 310px;
	margin-right: 35px;
	font-size: 14px;
	line-height: 160%;
	vertical-align: top;
}

.eigyo p,.gmap p{
	width:100%;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}

.list_eig{
	width:310px;
	height: 32px;
	padding-left: 35px;
	padding-top: 5px;
	font-size: 18px;
	border: solid 1px #aaa;
	background: url(../image/sr_icn.png) no-repeat;
}

#cmpy li.lst_end{
	margin-right: 0px;
}

.aboutus{
	font-size:0px;
	height: 220px;
}

.abt_lst{
	font-size:0px;
}

ul.abt_lst{
	height: 220px;
	font-size:14px;
	line-height: 160%;
}

ul.abt_lst li{
	display:inline-block;
	vertical-align: top;
}

.abt_lst01{
	width:570px;
	margin-right: 45px;
}

.abt_lst02{
	width:380px;
}

.abt_img{
	width:260px;
}

.abt_txt_hd{
	font-size: 20px;
	font-weight: bold;
}

.abt_txt{
	width:300px;
	margin-left: 5px;
	vertical-align: top;
}

.rqrt_box{
	width:380px;
	height: 220px;
	border: solid 6px #98B122;
}

.rq_hd{
	width: 100%;
	height: 54px;
	padding-left: 45px;
	padding-top: 15px;
	font-size: 24px;
	color: #fff;
	background:#98B122 url(../image/req_icn.png) no-repeat;
}

.rq_txt{
	padding:10px;
}

.mynv{
	width:100%;
	text-align: center;
}

/* ------------------------------------- 8.page top ------------------------------------- */

/* page top */
#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index:500;
}

#page-top a {
	width:87px;
	height:87px;
	background: url(../image/pgup.png) no-repeat;
    display: block;
}

#page-top a:hover {
	background: url(../image/pgup_on.png) no-repeat;
}

#page-top span{
	display:none;
}

/* ------------------------------------- 8.footer ------------------------------------- */
.ft_txt{
	padding: 10px 0;
	color:#fff;
}

.ft_logo{
	height: 100px;
	background:url(../image/footer_logo.png) no-repeat center;
}

.ft_logo span{
	display:none;
}

#cpyryt{
	width: 100%;
	height: 14px;
	font-size:12px;
	padding: 5px;
}






	.pc{
	    display:block;
	}
	.sp{
	    display:none;
	}



/* ------------------------------------- スマホ ------------------------------------- */
@media screen and (max-width: 1015px) {
	#header{
		left: 0;
        right: 0;
        width: 100%;
	}
	#area img{
		left: 0;
        right: 0;
        width: 100%;
	}
	#srvc li{
		margin: 0 8px;
	}
	.eigyo li {
		margin: 0 8px;
		line-height: 150%;
	}
	.abt_lst01 {
		width: 570px;
		margin-right: 25px;
	}
	.sp{
	    display:block;
	}
	.pc{
	    display:none;
	}
}