@charset "utf-8";

a,
img{
    display: block;
}

a img {
    transition: opacity 0.2s ease-out;
}
a:hover img {
    opacity: .6;
    filter: alpha(opacity=60);	/* IE lt 8 */
}
a:hover{
    text-decoration: none;
}

body a:link,
body a:visited,
body a:hover {
    text-decoration: none;
}


#container {
    background: #FFFFFF;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0;
    font-size:0;
    clear: both;
    visibility:hidden;
}

/*
header
------------------------------------------*/
#header{
    width:100%;
    margin-left:auto;
    margin-right:auto;
    position:relative;
    left:0;
    top:0;
    background: linear-gradient(#009001, #22604d);
}

h1 {
    padding: 10px 0;
    line-height: 120%;
    text-align:center;
    font-size:0.8em;
    color: #FFF;
}
h2{
    display: block;
    max-width: 250px;
    position: absolute;
    z-index: 999999;
    left:5px;
    top:4px;
}
h3 {

}
h4 {
    font-size:30px;
    font-weight: bold;
}

#headerTxt01{
    width: 100%;
    text-align: center;
	color:#fff
}
#headerTxt01 a{
	color:#fff
}


.blueLine3{
    border: none;
    border-top: 5px solid #fff9bf;
}

.blueLine5{
    border-top: 5px solid #4caf50;
}


span.menuArrow01,
ul.menuArrow01 li{
    margin-bottom: 10px;
    padding-left: 20px;
    display: block;
    width: 280px;
    background-image:url(../img/arrow_img01.jpg);
    background-repeat:no-repeat;
    background-position: left 50%;
}

.menuArrow02{
    margin-bottom: 10px;
    padding-left: 24px;
    display: block;
    background-image:url(../img/arrow_img02.jpg);
    background-repeat:no-repeat;
    background-position: left 50%;
}

.check01{
    margin-bottom: 10px;
    padding-left: 34px;
    display: block;
    background-image:url(../img/check_img01.jpg);
    background-repeat:no-repeat;
    background-position: left 50%;
}

.bdr01_3px{
    margin-bottom: 10px;
    display: block;
    background-image:url(../img/bdr01_3.jpg);
    background-repeat:repeat-x;
    background-position: left bottom;
}

/*
footer
------------------------------------------*/
#footer {
    padding-top:20px;
    padding-bottom:0;
    background-color: #4caf50;
}
#footer .sec1000{
    width: auto;
}
#footer #wrap{
    padding: 0;
    margin: 0;
}
#footer .left,
#footer .right{
    float: none;
}

.footer_menu li,
.footer_menu li a{
    padding: 0;
    margin: 0;
    line-height: 100%;
}

#footerLogoArea{
    margin-bottom: 20px;
    width: 100%;
}
#footerLogoArea span{
    width: 100%;
}
#footerLogoArea span img{
    margin-left: auto;
    margin-right: auto;
    /*width: 58px;*/
}
#footerLogoArea dl{
    width: 100%;
}
#footerLogoArea dt{
    text-align: center;
}
#footerLogoArea dt a{
    color:#fff;
}
#footerLogoArea dd{
    text-align: center;
	color:#fff
}
#footerLogoArea dd a{
	color:#fff
}
.footer_menu li {
    border-top: 1px solid #cecece;
    background: linear-gradient(
            to bottom,
            #EAEAEA 0%,
            #EAEAEA 100%
    );
}
.footer_menu li:last-child {
    border-bottom: 1px solid #DDD;
}
.footer_menu li a{
    padding: 15px 0;
    text-align: center;
    color: #000;
}
.footer_menu li.lbr{}

#copyright_sec {
    background-color: #4caf50;
}
#copyright_sec #wrap{
    padding-top:10px;
    padding-bottom:10px;
    text-align:center;
    font-size:12px;
    color: #FFF;
}
#copyright_sec .sec1000{
    width: auto;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}

#page-top a {
    background: rgba(255,255,255,1.1);
    text-decoration: none;
    color: #4caf50;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: block;
    border-radius: 200px;
    font-size: 18px;
    border: 1px solid #9dc19f;
}
	
/*
local
------------------------------------------*/

#content{
    margin:0 auto 30px;
    width:100%;
}
#content #wrapper{
    padding: 10px 20px;
}

/* パンくずCSS */
ul.breadcrumb{
    margin-top: 1px;
    margin-bottom: 20px;
    background-color: #F7F7F7;
}
ul.breadcrumb:after {
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
    visibility:hidden;
}
ul.breadcrumb li:first-child{
}
ul.breadcrumb li{
    float: left;
    background-color: #4caf50;
    border-right: 1px solid #FFF;
}
ul.breadcrumb li:last-child{
    padding: 5px 15px;
    background:none;
    border-right: none;
}
ul.breadcrumb li a{
    padding: 5px 15px;
    text-decoration: none;
    color: #fff;
}


/*
local - leftmenu
------------------------------------------*/
.localMainImg{
    margin-bottom: 20px;
}
.localMainImg img{
    width: 100%;
}


.local_left_sec{
    width:100%;
    float:left;
}

.left_menu ul{
    margin-bottom: 20px;
}
.left_menu ul li{
    width:100%;
    background: linear-gradient(
        to bottom,
        #FEFEFE 0%,
        #F6F6F6 100%
    );
}
.left_menu ul li a{
    padding:15px 0;
    text-align: center;
    display: block;
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}

/* 下部メニュー */
.left_menu_local{
    background-color: #FaFaFa;
	display:none;
}
.left_menu_local h3{}
.left_menu_local ul{
}
.left_menu_local ul li{
    width: 100%;
}
.left_menu_local ul li a{
    display: block;
    padding: 15px 0;
    background: linear-gradient(
        to bottom,
        #FEFEFE 0%,
        #F6F6F6 100%
    );
    border-bottom: 1px solid #DDD;
    text-align: center;
}
.local_menu_bnr_area ul{
/*    margin-bottom: 20px;*/
}
.local_menu_bnr_area ul li{}
.local_menu_bnr_area ul li a,
.local_menu_bnr_area ul li a img{
    width: 100%;
}



/*
local - right
------------------------------------------*/

.kankoyouten{
	font-size: 110%;
	font-weight: bold;
}
.kankoyouten2{
	font-size: 90%;
}

/*
local - title
------------------------------------------*/
body #content .whiteTitle{
    padding: 15px 10px;
    background-color:#E3E3E3;
    border-top: 1px solid #E3E3E3;
    border-left: 1px solid #E3E3E3;
    border-right: 1px solid #E3E3E3;
    font-size:20px;
    color: #333333;
    text-align: center;
}

body #content .blueTitle{
    padding: 15px 10px;
    background-color:#00561f;
    font-size:20px;
    color: #FFFFFF;
    text-align: center;
}

body #content .blackTitle{
    padding: 15px 10px;
    background: linear-gradient(
            to bottom,
            #444444 0%,
            #444444 50%,
            #333333 51%,
            #333333 100%
    );
    font-size:20px;
    color: #FFFFFF;
    text-align: center;
	margin-top: 10px;
}

.contentTitle{
    line-height: 100%;
    font-size: 30px;
    padding-bottom: 10px;
/*    border-bottom: 5px solid #c19b17;*/
    text-align: center;
}

.title_check{
    padding: 5px 0 0 34px;
    background-image:url(../img/title_check.jpg);
    background-repeat:no-repeat;
    height: 38px;
    font-size:22px;
    font-weight: bold;
}
.title_check700{
    padding: 5px 0 0 34px;
    background-image:url(../img/title_check700.jpg);
    background-repeat:no-repeat;
    height: 38px;
    font-size:22px;
    font-weight: bold;
}



/*
local - box
------------------------------------------*/
div.wBoxNobdr{

}

.wBoxbdr{
    padding: 5px 10px 10px;
    border: 1px solid #EEEEEE;
    background-color: #FFFFFF;
}
.wBoxbdr:after {
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
    visibility:hidden;
}

.grayBoxNobdr{
    padding: 5px;
    background-color: #EAEAEA;
}

.local_right_sec{
    width:98%;
    background-image:url(../img/local_right_bg.jpg);
    background-repeat:repeat-y;
	padding-left: 1%;
	padding-right: 1%;
}
.local_right_sec img{
	width: 100%;
	margin-bottom: 2%;
}

.tyuui{
	font-size: 80%;
	color: red;
}
table {
	width: 100%;
  /*text-align: center;*/
}
th{
	font-weight: bold;
	background-color:#EAEAEA;
}

table tr,table th,table td{
	padding: 2%;
	border: solid 1px #9e9e9e96;
	/*text-align: center;*/
}

h5{
	font-weight: bold;
	font-size: 120%;
	
}
/*table th, table td {
  border: solid 1px black;
  /*実線 1px 黒
}  */

td.suji { 
	padding-left:1px;
	padding-right:1px;
	text-align:center;
}

.sec694{
width:694px;
margin-left:auto;
margin-right:auto;
margin-bottom:10px;
}

.sec340{
width:340px;
margin-left:auto;
margin-right:auto;
margin-bottom:10px;
}

.sec680{
width:680px;
margin-left:auto;
margin-right:auto;
margin-bottom:20px;
}

.sec1000{
    width:1000px;
    margin-left:auto;
    margin-right:auto;
}

.table01{
width:100%;
border-left:1px solid #ddd;
border-top:1px solid #ddd;
}

.table01 th,
.table01 td{
    width: 100%;
    display: block;
}

.table01 th{
    padding: 2%;
    width: 96%;
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
    background-color:#F0F0F0;
    vertical-align:text-top;
    text-align: left;
}

.table01 td{
    padding: 2%;
    width: 96%;
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
}
.table01 span{
    font-size:10px;
    color:#FF6600;
}

/*other*/
h3.mida_other{
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 630px;
    background-color:#eee;
    padding:15px 25px;
    font-size:26px;
}


/* google map css
**************************************/
.ggmap {
    margin: 0 20px 20px;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* form
**************************************/
ul.consult_form_error li{
color:#FF0000;
font-weight:bold;
font-size:14px;
}

input.input_name { 
    border: 1px solid #CCC;
    color: #999;
    font: inherit;
    padding: 1%;
    width: 98%;
}

input.input_postnum{ 
    border: 1px solid #CCC;
    color: #999;
    font: inherit;
    padding: 1%;
    width: 98%;
}

select{
    border: 1px solid #CCC;
    color: #777;
    font: inherit;
    padding: 1%;
    width: 98%;
}

input.tel1,
input.tel2, 
input.tel3{ 
    border: 1px solid #CCC;
    color: #777;
    font: inherit;
    padding: 4px;
    width:25%;
}

input:focus,
input.focused{
    border-color: #333;
    color: #333;
}

textarea { 
    border: 1px solid #CCC;
    color: #777;
    font: inherit;
    padding: 1%;
    width: 98%;
}

textarea:focus, textarea.focused {
    border-color: #333;
    color: #333;
}

input.submit { 
    padding: 20px 0;
    margin:0 auto 20px;
    border: 2px solid #FF4000;
    border-radius: 5px;
    color: #777;
    font: inherit;
    width: 90%;
    display:block;
    background: linear-gradient(
        to bottom,
        #FF8000 0%,
        #FF4000 100%
    );
    color: #FFF;
    font-size:30px;
}
.table01 span{
    font-size:10px;
    color:#FF6600;
}


#hiresyokai{
	width: 100%;
}
.hirephoto img{
	width: 40%;	
	
}
.hire1{
	width: 95%;	
}
