@charset "utf-8";


/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {
	border: 1px  #000000;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
table tr td {
	border: 1 solid !important
!important;
	border: thin solid #000000;
}

:focus {outline: 0;}

ol, ul {list-style: none;}
table.table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */

body {
	color: #606060;
	font-size: small;
	font-family: verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.8;
	-webkit-text-size-adjust: none;
	letter-spacing: 1px;
}


/* リンク設定
------------------------------------------------------------*/
a{color:#00924b;text-decoration:none;}
a:hover{color:#7d9540;}
a:active, a:focus {outline:0;}


/* 全体
------------------------------------------------------------*/
#wrapper{
margin:0 auto;
padding:0 3%;
width:94%;
position:relative;
background:#fff;
}

.inner{
margin:0 auto;
width:100%;
}


#breadcrumbs-one{
  font-size:10px;
  overflow: hidden;
  width: 100%;
  margin-bottom:10px;
}

#breadcrumbs-one li{
  float: left;
}

#breadcrumbs-one a{
  padding: 1px 10px 1px 30px;
  float: left;
  text-decoration: none;
   color:#7D7D7D;
  position: relative;
  text-shadow: 0 0px 0 rgba(255,255,255,.5);
  background-color: #ddd;
  background-image: linear-gradient(to right, #fbfcf6, #d5e9cd);  
}

#breadcrumbs-one li:first-child a{
  padding-left: 1em;
  border-radius: 2px 0 0 2px;
}

#breadcrumbs-one a:hover{
  background: #fff;
}

#breadcrumbs-one a::after,
#breadcrumbs-one a::before{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;   
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid;
  right: -1em;
}

#breadcrumbs-one a::after{ 
  z-index: 2;
  border-left-color: #d5e9cd;  
}

#breadcrumbs-one a::before{
  border-left-color: #d5e9cd;  
  right: -1.1em;
  z-index: 1; 
}

#breadcrumbs-one a:hover::after{
  border-left-color: #fff;
}

#breadcrumbs-one .current,
#breadcrumbs-one .current:hover{
  background: none;
}

#breadcrumbs-one .current::after,
#breadcrumbs-one .current::before{
  content: normal;  
}



/*
Back to top button 
*/
#back-top {
position: fixed;
bottom: 3%;
left: 1%;
}

#back-top span {
width: 120px;
height: 40px;
display: block;
}




/*************
/* ヘッダー
*************/
#header{
margin:0 auto;
padding:0 3%;
width:94%;
height:100px;
}

#header h1{
	margin: 17px 0px 10px 0px;
	font-size: 9px;
	font-weight: normal;
	float: left;
}

/*************
/* ロゴ
*************/
.logo{
float:left;
}

.logo span{display:block;}

/*************
/* 電話番号
*************/
.info{
	float: right;
	width:540px;
	text-align: right;
	margin:0px 0px 0px 0px;
}



.info .open{font-size:12px; margin-bottom:8px;}


/*************
/* ロゴ+電話番号
*************/
.logo{
margin-top:10px;
font-size:20px;
font-weight:bold;
}

.tel{
	margin: 10px 0px 3px 0px;
	font-size: 20px;
	font-weight: bold;
}

.mail{
	margin: 0px 0px 0px 0px;
	float:right;
}

.search{
	width:180px
}

#searchform2 {  
    position: relative;   
}  
#keywords2  {  
    width: 165px;  
    height: 16px;
    background: #fff;  
    border: 2px solid #00924b;
    padding: 2px;  
    color: #000;  
}  
#searchBtn2 {  
    position: absolute;
}  
*:first-child + html #searchBtn2    {
}  





.logo span{
font-size:.6em;
font-weight:normal;
}

.info span{
font-size:.6em;
font-weight:normal;
}

/**************************
/* トップナビゲーション
**************************/


#topnav{
margin:0px auto 0px;
width:960px;
}

ul#topnav{
	overflow: hidden;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 30px;
	border-left: 1px solid #e6e6e6;
}

* html ul#topnav{height:1%;}

ul#topnav li{
float:left;
text-align:center;
}

ul#topnav a{
color:#00924b;
width:120px;
font-size:12px;
display:block;
padding:2px 0;
border-right:1px solid #e6e6e6;
text-decoration:none;
}

ul#topnav li:first-child a,ul#topnav li:last-child a{width:115px;}

ul#topnav li.active a,ul#topnav a:hover{
color:#00924b;
border-color:#fff;
background:#f9be00;
}






/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#mainBanner{
	margin-top: 2px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	position: relative;
	height: auto;
	line-height: 0;
	text-align: center;
	margin-bottom: 15px;
}

#mainBanner img{
max-width:100%;
height:auto;
}

.slogan{
color:#fff;
position:absolute;
max-width:100%;
height:auto;
top:10px;
left:15px;
line-height:1.5;
text-align:left;
font-size:11px;
letter-spacing:1px;
}

.slogan h2{
color:#fff;
font-size:36px;
letter-spacing:1px;
}

#subpage #mainBanner{margin-top:0;}


/**************************
/* グリッド
**************************/
.gridWrapper_top{
overflow: hidden;
clear:both;
}

.gridWrapper{
overflow: hidden;
clear:both;
}

* html .gridWrapper{height:1%;}
* html .gridWrapper_top{height:1%;}


.grid {
float:left;
padding:0px 0px 0px 0px;
border: 1px solid #e6e6e6;
border-radius: 0px;
background:#fff;
	position: relative;
	-webkit-transition: none;
	transition: all .1s;
}
.grid:hover {
	top: -4px;
	box-shadow: 0 4px 0 #f9be00;
}
.grid:active {
	top: 0px;
	box-shadow: none;
}




.grid_menu_top{
float:left;
background: -moz-linear-gradient(top,#fbfcf6 0%,#fbfcf6 50%,#ebf4e2 50%,#ebf4e2);
background: -webkit-gradient(linear, left top, left bottom,from(#fbfcf6), color-stop(0.5,#fbfcf6), color-stop(0.5,#ebf4e2),  to(#ebf4e2));
border-top: 1px solid #00924b;
border-right: 5px solid #00924b;
border-bottom: 5px solid #00924b;
border-left: 1px solid #00924b;
border-radius: 0px;
}

.grid_menu_top :hover{
background: -moz-linear-gradient(top,#3aa760 0%,#3aa760 50%,#00924b 50%,#00924b);
background: -webkit-gradient(linear, left top, left bottom,from(#3aa760), color-stop(0.5,#3aa760), color-stop(0.5,#00924b),  to(#00924b));
color:#fff;
}


.kiji{
float:left;
padding:20px;
border-radius: 4px;
border: 1px solid #e6e6e6;
}

.grid_menu_2{
float:left;
text-align:center;
padding:0px;
font-size:16px;
}

.grid_menu_3{
float:left;
text-align:center;
padding:0px;
font-size:16px;
}


.grid_news_2{
float:left;
padding:20px;
border-radius: 4px;
border: 1px solid #e6e6e6;
}

.grid_news_3{
float:left;
padding:20px;
border-radius: 4px;
border: 1px solid #e6e6e6;
}


.button_menu {
border-radius: 4px;
border: 1px solid #00924b;
background:#fff;
	position: relative;
	border-radius: 4px;
	-webkit-transition: none;
	transition: all .1s;
}
.button_menu:hover {
	top: -4px;
	box-shadow: 0 4px 0 #f9be00;
}
.button_menu:active {
	top: 0px;
	box-shadow: none;
}


.midashi{
margin-bottom:10px;
padding-bottom:15px;
border-bottom: 1px solid #e6e6e6;
}


.box_right{
float:right;
}

.box img{
max-width:100%;
height:auto;
}

.grid h3{
	letter-spacing:2px;
	font-size:14px;
	text-align:left;
	padding:0px 15px 0px 15px;
	}

.grid h4{
	letter-spacing:1px;
	font-size:16px;
	line-height:1.5em;
	text-align:left;
	padding:15px 15px 0px 15px;
	}

.grid p{
	padding:0px 15px 10px 15px;
	letter-spacing:1px;
	font-size:12px;
	}

.gazou_border{
    border-width:thin;
    }


.grid p{
	float:left;
	}

.box h3{
text-align:center;
font-size:18px;
color:#00924b;
	}

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

.box p{
	width:100%;
	text-align:justify;
	}


.box p.readmore{
padding:10px 0px 5px;
font-size:11px;
float:right;
text-align:right;
}

.box p.readmore a{
padding:3px 7px;
border-radius:3px;
color:#fff;
background:#00924b;
}

.box p.readmore a:hover{
color:#00924b;
background:#f9be00;
}


/*************
メイン コンテンツ
*************/
section.content article{
	margin-bottom: 15px;
	overflow: hidden;
	margin-left:0px;
}


* html section.content article{height:1%;}

section.content p{margin-bottom:5px;}

h3.heading{
font-weight:normal;
font-size:16px;
padding:0px 0px 0px 10px;
margin:40px 0px 15px 20px;
border-left:6px solid #00924b;
letter-spacing:2px;
}

h3.text{
font-weight:normal;
font-size:17px;
padding-bottom:5px;
margin-top:0px;
margin-bottom:10px;
letter-spacing:2px;
border-bottom:4px solid #e6e6e6;
}

h3.menu_top{
padding:10px 10px 10px 10px;
font-size:16px;
letter-spacing:1px;
}


h3.joho_midashi{
font-weight:normal;
font-size:16px;
letter-spacing:2px;
line-height:1.6em;
}

h3.joho_midashi_2{
font-weight:normal;
font-size:13px;
letter-spacing:2px;
line-height:1.6em;
}

h3.joho_shinko_red{
float:left;
font-size:14px;
text-align:center;
letter-spacing:2px;
padding:1px 8px 1px 8px;
margin:0px 10px 0px 0px;
color:#fff;
background:#dd4926;
border-radius:4px;
}

h3.joho_shinko_yellow{
float:left;
font-size:14px;
text-align:center;
letter-spacing:2px;
padding:1px 8px 1px 8px;
margin:0px 10px 0px 0px;
color:#fff;
background:#f9be00;
border-radius:4px;
}

h3.joho_shinko_green{
float:left;
font-size:14px;
text-align:center;
letter-spacing:2px;
padding:1px 8px 1px 8px;
margin:0px 10px 0px 0px;
color:#fff;
background:#00924b;
border-radius:4px;
}

h3.toppage{
	font-weight: normal;
	font-size: 18px;
	padding: 0px 0px 0px 10px;
	margin-top: 40px;
	margin-right: 0px;
	margin-left: 20px;
	margin-bottom: 20px;
	border-left: 6px solid #00924b;
	border-bottom: 0px solid #00924b;
	letter-spacing: 2px;
}

h3.toppage_joho{
	font-weight: normal;
	font-size: 18px;
	padding: 0px 0px 0px 10px;
	margin-top: 40px;
	margin-right: 0px;
	margin-left: 20px;
	margin-bottom: 20px;
	border-bottom: 0px solid #00924b;
	letter-spacing: 2px;
}

h3.side{
font-weight:normal;
font-size:13px;
color:#fff;
background:#00924b;
padding:1px 0px 1px 0px;
margin:0px 0px 0px 0px;
text-align:center;
letter-spacing:2px;
border-radius:3px;
}

h3.side a{
color:#fff;
}

h3.side a:hover{
color:#f9be00;
}

section.content img{
	max-width: 90%;
	clear: both;
	height: auto;
}

.alignleft{
float:left;
clear:left;
margin:0px 20px 10px 0;
}

.alignright{
float:right;
clear:right;
margin:0px 0 20px 10px;
}

#gallery .grid{background:transparent;}

#gallery .grid img,.border{
	float:left;
	border:5px solid #D6D6D6;
	}


/*************
テーブル
*************/
table.table{
border-collapse:collapse;
width:100%;
}

table.table td{
border-collapse:collapse;
background-color:#fff;
text-align:left;
padding:10px 30px 10px 20px;
border-top:1px solid #00924b;
border-right:0px solid #00924b;
border-bottom:1px solid #00924b;
border-left:0px solid #00924b;
line-height:20px;
}

table.table th{
background-color:#ebf4e2;
text-align:left;
width:100px;
padding:10px 10px 10px 20px;
white-space:nowrap;
color: #00924b;
border-top:1px solid #00924b;
border-right:8px solid #00924b;
border-bottom:1px solid #00924b;
border-left:0px solid #00924b;
font-size:13px;
font-weight:normal;
letter-spacing:1px;
background-repeat:repeat-x;
background-position:top;
}


/*************
/* サイドバー
*************/
#sidebar ul{padding:5px 10px 5px 10px;}

#sidebar li{
margin-bottom:5px;
font-size:12px;
padding-bottom:5px;
list-style:none;
border-bottom:1px dashed #e6e6e6;
}

#sidebar li:last-child{
border:0;
margin-bottom:0px;
}

#sidebar li a{
display:block;
color:#7A7A7A;
}

#sidebar li a:hover{
background-color:#f9be00;
color:#00924b;
padding-left:3px;
border-radius:2px;
}


#sidebar ul.list li{
clear:both;
margin-bottom:5px;
padding:5px 0;
overflow:hidden;
border:0;
}

ul.list li{height:1%;}

ul.list li img{
float:left;
margin-right:10px;
}

ul.list li{
font-size:12px;
line-height:1.35;
}


/*************
/* フッター
*************/
#footer{
clear:both;
}

#footer .inner{
border-top:5px solid #00924b;
border-bottom:2px solid #e6e6e6;
height:auto;
overflow:hidden;
}

* html #footer .inner{height:1%;}

#footer .grid{
margin:0;
}

#footer #info .logo, #footer #info .info{float:none;}

#footer #info .info{
clear:both;
text-align:left;
}

#footer .logo{
	font-size:20px;
	text-align:center;
	width:100%;
	}

#footer .info .tel{
font-size:20px;
}

#footer .info .tel span,#footer #info .open{
font-size:12px;
}

ul.footnav{
	float: right;
	text-align:center;
	width: 100%;
	margin-top: 10px;
}

ul.footnav li{
	float: none;
	display:inline-block;
	margin-bottom: 10px;
	padding: 0 7px 0 8px;
	border-right: 1px solid #e6e6e6;
}

address{
clear:both;
padding:20px 0;
text-align:center;
font-style:normal;
font-size:12px;
color:#555;
}


/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 960px){
	#wrapper,#header,.inner{
	width: 960px;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	}
	
	#wrapper{padding-bottom:20px;}

	#main{
	float:left;
	width:740px;
	padding:0 0 0 0;
	}

	#main2{
	float:left;
	width:960px;
	padding:0 0 0 0;
	}

	
	#sidebar{
	float: right;
	width: 190px;
	padding: 0 0 0 0;
	overflow: hidden;
	margin-bottom: 30px;
	}
	
	#sidebar article{
	padding: 6px 6px 0px 6px;
	margin-bottom: 10px;
	border: 1px solid #e6e6e6;
	overflow: hidden;
	border-radius: 4px;
	}
	
	/* グリッド全体 */
	.gridWrapper_top{
	width:980px;
	margin:0 0 0 -20px;
	}
	
	.gridWrapper{
	width:780px;
	margin:0 0 0 -20px;
	}
	
	#gallery article{padding:20px 20px 20px 20px;}
	
	/* グリッド */



.kiji{
width:698px;
margin:0px 0px 20px 20px;
}

.kiji2{
width:960px;
margin:0px 0px 20px 20px;
}



	.grid{
width: 304px;
margin: 0px 0px 15px 20px;
	}

	.grid_menu_top{
width: 300px;
margin: 0px 0px 0px 20px;
	}

.grid_menu_2{
width:358px;
margin:0px 0px 15px 20px;
}

.grid_menu_3{
width:231px;
margin:0px 0px 15px 20px;
}


.grid_news_2{
width:318px;
margin:0px 0px 20px 20px;
}

.grid_news_3{
width:191px;
margin:0px 0px 15px 20px;
}




.box_right{
width:25%;
float:right;
}


	
	#subpage .grid{width:auto;}
	
  #gallery .grid{
	width: 230px;
	}
	
	#footer{
	padding-top: 40px;
	}

	#footer .inner{
	width: 940px;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 30px;
	}

}





@media only screen and (max-width:959px){


.info{
	width:400px;
	margin:0px 0px 0px 0px;
}


	.tel{
	margin:2px 0px 0px 0px;
	}

	.mail{
	margin:0px 0px 0px 0px;
	}

	.search{
	float:right;
	width:240px;
	margin-bottom:15px;
	}

#searchform2 {  
    position: relative;   
}  
#keywords2  {
    height: 24px;
    border: 2px solid #00924b;
    padding: 2px;
	margin:0px 68px 0px 0px;
}
#searchBtn2 {
    position: absolute;
    top: 0;
    _top: 1px;
    right: 0px;
}
*:first-child + html #searchBtn2    {
    top: 1px;
}

	#topnav{
	margin:10px auto 0px;
	padding:0 5%;
	width:90%;
	}

	ul#topnav{
	clear:both;
	width:100%;
	border-left:1px solid #e6e6e6;
	}

	ul#topnav li{
	width:33%;
	margin:0 0 2px;
	 box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
	}

	ul#topnav li:nth-child(3n){border-right:0;width:34%;}

	ul#topnav li a{
	width:100%;
	border-top:0;
	}

	ul#topnav a{
	border-right:1px solid #e6e6e6;
	}

	ul#topnav li:first-child a,ul#topnav li:last-child a{width:100%;}







	*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}
	
	#header{padding:0 10px;}
	

	#subpage #mainBanner{margin-top:20px;}

.slogan{
position:absolute;
max-width:100%;
height:auto;
top:5px;
left:5px;
padding:5px 10px;
line-height:1.5;
font-size:12px;
letter-spacing:2px;
}

.slogan h2{
padding-bottom:2px;
font-size:40px;
letter-spacing:4px;
}

	#sidebar{
	padding-bottom:30px;
	clear:both;
	}
	
	#sidebar article{padding:7px 0;}
	
	#footer .grid,#footer ul.footnav{
	width:100%;
	text-align:center;
	}

	ul.footnav li{float:none;display:inline-block;}



	.gridWrapper_top{
	margin:0 0 0 -20px;
	}

	.gridWrapper{
	margin:0 0 0 -20px;
	}



	.kiji{
	width:97%;
	margin:0 0 3% 3%;
	}

	.grid{
	width:47%;
	margin:0 0 15px 3%;
	}

	.grid_menu_top{
	width:47%;
	margin:0 0 4% 3%;
	}

	.grid_menu_2{
	width:47%;
	margin:0 0 2% 3%;
	}

	.grid_menu_3{
	width:30%;
	margin:0 0 2% 3%;
	}

	.grid_news_2{
	width:47%;
	margin:0 0 15px 20px;
	}

	.grid_news_3{
	width:30%;
	margin:0 0 15px 20px;
	}
	
	#gallery .grid{
	float:left;
	width:32%;
	margin:0 0 0 1%;
	}



	#footer{
	margin:50px auto 0;
	padding:0 2% 0;
	width:96%;
	height:auto;
	}

	#footer .inner{
	padding:30px 0 30px 0;
	height:auto;
	}

	#footer .grid img, #footer .info{float:none;}
	#footer .grid p{display:block;}
	#footer #info .info{float:none;text-align:center;}
	
	#footer.logo,#footer .info{
	width:100%;
	float:none;
	margin-top:10px;
	}


}









/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
	#header{
	height:auto;
	padding-bottom:20px;
	}
	
	#header h1,.logo,.info{text-align:center;}

	#header h1{
	margin: 15px 0px 5px 0px;
	float:none;
	}


	.logo,.info{
	clear:both;
	width:100%;
	float:none;
	margin:0 auto;
	}


	.tel{
	margin:-5px 0px 0px 0px;
	}

	.mail{
	float:none;
	margin:0 auto;
	}

	.search{
	float:none;
	margin:0 auto;
	width:210px;
	}







	ul#topnav li{width:50%;}

	ul#topnav li:nth-child(3n){
	width:50%;
	}
	
	ul#topnav li:nth-child(2n),ul#topnav li:nth-child(6n){border-bottom:0;}







	.box img{
	float:left;
	}
	
	.box h3{
		padding-top:0;
		}

  .alignleft,.alignright{
	float:none;
	display:block;
	}
	
	#gallery .grid{
		float:left;
		width:49%;
		margin:0 0 0 1%;
		}

}


/* 点滅 */

.blinking{
	-webkit-animation: blink 1.5s ease-in-out infinite alternate;
	-moz-animation: blink 1.5s ease-in-out infinite alternate;
	animation: blink 1.5s ease-in-out infinite alternate;
	color: #F50307;	
}

@-webkit-keyframes blink{

    0% {opacity:0;}

    100% {opacity:1;}
}

@-moz-keyframes blink{

    0% {opacity:0;}

    100% {opacity:1;}
}

@keyframes blink{

    0% {opacity:0;}

    100% {opacity:1;}
}









/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){


.mail{
	margin:0px auto;
	float:none;
}



	ul#topnav li{width:50%;}

	ul#topnav li:nth-child(3n){
	width:50%;
	}
	
	ul#topnav li:nth-child(2n),ul#topnav li:nth-child(6n){border-right:0;}




	.kiji{width:95%;
	margin:0 0 3% 5%;
	}
	.grid{width:95%;}
	.grid_menu_top{width:95%;}
	.grid_menu_2{width:45%;
	margin:0 0 2% 5%;
	}
	.grid_menu_3{width:45%;
	margin:0 0 2% 5%;
	}
	.grid_news_2{width:95%;
	margin:0 0 3% 5%;
	}
	.grid_news_3{width:95%;
	margin:0 0 3% 5%;
	}
	.box img{width:100%;}
	#mainBanner h2{font-size:160%;}
	#mainBanner p{font-size:80%;}
	#sidebar p{text-align:center;}
}
