@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: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
.content article h2 {
    border: 1px solid #0F0F0F;
    padding-left: auto;
    padding-right: auto;
    text-align: center;
    text-shadow: 0px 0px;
    background-color: #1F5FC1;
    color: #FFFFFF;
    margin-top: 0px;
    padding-top: 5px;
    border-radius: 5px;
    padding-bottom: 5px;
}


 
.com {
    margin-left: auto;
    margin-right: auto;
    width: 320px;
    margin-bottom: 10px;
}
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;}
/* -------------------------------------------------------------- */

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
	z-index: 999;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

body {
    color: #333;
    font-size: 15px;
    font-family: verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    line-height: 1.5;
    -webkit-text-size-adjust: none;
    background-color: #F1F5EF;
}



/*------------------------------------------------------------*/
a{
	color: #2F9F07;
	text-decoration: none;
}
a:hover{
	color: #042B09;
	text-decoration: underline;
}
a:active, a:focus {outline:0;}


/*------------------------------------------------------------*/
#wrapper{
	margin: 0 auto;
	padding: 0 1%;
	width: 98%;
	position: relative;
	background: #fff;
}

#wrapper2{
	margin: 0 auto;
	padding: 0 1%;
	width: 98%;
	position: relative;
	background: #fff;
	/*
	border-right: 1px solid #C4C4C4;
	border-left: 1px solid #C4C4C4;
*/
}

.inner{
margin:0 auto;
width:100%;
}

.syakai_ul
{
	}

.syakai_li{
	padding: 5px;
	border-left-width: 5px;
	border-left-style: solid;

}

.red{
	color: #FF0004;
	}


#k_c{
    line-height: 150%;
    background-color: #E8FFD9;
    border: 1px dashed #3DA000;
    padding: 10px;
    margin-bottom: 10px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    text-align: justify;
}
#himg{
    line-height: 150%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 10px;
}

#topicpath{
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	}


#menu_title{
	border-bottom: 1px dotted #B0AEAE;
	border-left: 5px solid #3BA708;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
/*------------------------------------------------------------*/
#header{
	height: 90px;
	border-top: 3px solid #1C9703;

}

#header h1{
	padding: 5px 0 10px 10px;
	font-size: 12px;
	font-weight: normal;
}
.item {
	background: #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	margin-bottom: 20px;
	position: relative;
	width: 90%;
	padding-top: 16px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
    }
    .item .status {
      background: #DF0403;
      color: #fff;
      font-size: 10px;
      left: 10px;
      padding: 0 6px;
      position: absolute;
      text-transform: uppercase;
      top: -3px;
    }
    .item .status:after {
      border-bottom: 3px solid #740100;
      border-right: 3px solid transparent;
      content: "";
      display: block;
      height: 0;
      position: absolute;
      right: -3px;
      top: 0;
      width: 0;
    }
/*------------------------------------------------------------*/
.logo{
float:left;
}

.logo p{float:left;}

.logo img{
width:auto;
float:left;
padding:0 5px 0 10px;
}

.logo span{display:block;}

/*------------------------------------------------------------*/
.info{
float:right;
padding-right:20px;
text-align:right;
}

.info .open{
	font-size: 10px;
}
.infop{
	float: right;
	display: inline-block;
	background-color: #1861B7;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	margin: 5px;     
	vertical-align: middle; 
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	border-radius: 3px;
	clear: none;
}
.infop a {
	color: #FFFFFF;
}


/*------------------------------------------------------------*/
.logo,.info .tel{
color:#8aaa16;
font-size:24px;
font-weight:bold;
}

.logo span,.info span{
color:#333;
font-size:.6em;
font-weight:normal;
}


/*------------------------------------------------------------*/
#mainBanner{
	margin-top: 10px;
	margin-right: 15px;
	margin-left: auto;
	margin-bottom: 17px;
	padding: 0;
	position: relative;
	line-height: 0;
}

#mainBanner img{
	max-width: 100%;
	height: auto;
	border: 4px solid #ebebeb;
	border-radius: 10px;
}
#mainBanner2{
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	width: 100%;
	position: relative;
	line-height: 0;
}

#mainBanner2 img{
	max-width: 100%;
	height: auto;

}
.slogan{
	position: absolute;
	max-width: 100%;
	height: auto;
	bottom: 10px;
	left: 10px;
	padding: 5px 10px;
	line-height: 1.4;
	color: #fff;
	background-color: rgba(22,151,45,0.40);
	width: 93%;
}

.slogan h2{
padding-bottom:5px;
font-size:20px;
}


/*------------------------------------------------------------*/
.gridWrapper{
padding-bottom:20px;
overflow: hidden;
}

* html .gridWrapper{height:1%;}
	
.grid{
float:left;
border-radius:5px;
background:#fff;
}

.grid2{
float:rights;
border-radius:5px;
background:#fff;
}


.box{
margin:0 5px;
padding:10px;
border:1px solid #ebebeb;
}

.box img{
max-width:100%;
height:auto;
border:4px solid #ebebeb;
}

.box h3{padding:10px 0 5px;}

.box h3, .box p{text-align:left;}

.box p.readmore{
padding:10px 5px 5px;
text-align:right;
}



/*------------------------------------------------------------*/
section.content article{
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #ebebeb;
	overflow: hidden;
}

* html section.content article{height:1%;}

section.content p{margin-bottom:5px;}

h3.heading{
	font-weight: normal;
	padding: 0 10px;
	line-height: 36px;
	color: #fff;
	background: url(images/heading3.png) repeat-x 0 0;
	font-size: 14px;
}

section.content img{
	max-width: 100%;
	padding-right: auto;
	padding-left: auto;
}

.alignleft{
float:left;
clear:left;
margin:3px 10px 10px 0;
}

.alignright{
float:right;
clear:right;
margin:3px 0 10px 10px;
}

#aligncenter{
	padding-right: auto;
	padding-left: auto;
	padding-bottom: auto;
	min-width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}


#gallery .grid img,.border{border:4px solid #ebebeb;}







.text, textarea, .dropdown, .field{
	border: 1px solid #777;
	padding: 5px;
	color: #999;
	background: #fff;
	border-radius: 5px;
	/* Webkit */
	background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#eee),
        to(#fff)
        );
	-webkit-border-radius: 5px;
	/* Firefox */
	background: -moz-linear-gradient(
        top,
        #eee,
        #fff
        );
	-moz-border-radius: 5px;
     
    /* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ffeeeeee,endColorstr=#ffffffff);
	zoom: 1;
	margin-right: 5px;
}



.btn-success{
    border:1px solid #777;
    padding: 4px 10px;
    color: #fff;
    cursor: pointer;
    background: #428ec9;
    border-radius: 5px;
     
/* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#99c9e5),
        to(#428ec9)
        );
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 1px 1px 1px #fff;
         
/* Firefox */
    background: -moz-linear-gradient(
        top,
        #99c9e5,
        #428ec9
        );
    -moz-border-radius: 5px;
    -moz-box-shadow: 1px 1px 1px #fff;
     
/* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ff99c9e5,endColorstr=#ff428ec9);
    zoom: 1;
}




/*------------------------------------------------------------*/
table.table{
	border-collapse: collapse;
	margin: 5px auto 15px auto;
	width: 100%;
}

table.table td{
	border-collapse: collapse;
	background-color: #F9F9F9;
	text-align: left;
	padding: 8px;
	border: 1px solid #D6D6D6;
	line-height: 20px;
	margin-right: 5px;
}

table.table th{
	background-color: #F5F5F5;
	text-align: left;
	padding: 8px;
	white-space: nowrap;
	color: #151515;
	border-top: 1px solid #D4D4D4;
	border-right-width: 4px;
	border-bottom: 1px solid #D4D4D4;
	border-left: 3px solid #1C9703;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 1px;
	background-repeat: repeat-x;
	background-position: top;
}


/*------------------------------------------------------------*/
#sidebar ul{
    padding-top: 0px;
}

#sidebar li{
	margin-bottom: 5px;
	list-style: none;
	border-bottom: 1px dashed #ebebeb;
	font-size: 14px;
}

#sidebar li:last-child{
    border-right: 0;
    border-bottom: 1px dotted #B1B1B1;
    border-top: 0;
    margin-bottom: 0px;
}

#sidebar li a{
    display: block;
}

ul.list li{
clear:both;
margin-bottom:5px;
padding:5px 0;
overflow:hidden;
}

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;
	overflow: hidden;
	padding: 10px 10px 20px 10px;
	background: #e8e8e8;
}

* html #footer{height:1%;}

#footer .grid{
padding:10px 0 5px;
margin:0;
background:transparent;
}

#footer #info .logo, #footer #info .info{float:none;}

#footer #info .info{
clear:both;
padding:10px 0 0 15px;
text-align:left;
}

#footer .logo{font-size:18px;}

#footer .info .tel,#footer .info .tel span,#footer #info .open{font-size:12px;}

ul.footnav{
	float: right;
	width: 800px;
	padding: 10px 0;
}

ul.footnav li{
float:left;
margin-bottom:10px;
padding:0 7px 0 8px;
border-right:1px solid #b6b6b6;
}

#footer a{color:#333;}

#footer a:hover{color:#888;}

address{
clear:both;
padding:5px;
text-align:center;
font-style:normal;
font-size:12px;
color:#fff;
background:#333;
}


#tabmenu{
    padding:0px;
    margin:0px;
    color:#333;
    font-size: 13px;
    position:relative;
}


#tabmenu div#tab{
	position: absolute;
	top: 0px;
	left: 0px;
	border: 100% solid #07AC00;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

#tabmenu div#tab a{
	float: left;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	background-color: #FFFFFF;
	margin-right: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border-left: 1px solid #19A204;
	border-right: 1px solid #19A204;
	border-top: 1px solid #19A204;
}

#tabmenu div#tab a:hover{
    background:#07AC00;
    color:#fff;
}

div#tab_contents{
    overflow:
    hidden;clear:both;
}
div#tab_contents ul{
    width:2300px;
    padding:0px;
    margin:0px;
}
div#tab_contents ul li{
	float: left;
	list-style-type: none;
	padding: 41px  0px  20px 0px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}


/*------------------------------------------------------------*/
@media only screen and (min-width: 960px){
  nav#mainNav{
	padding: 0 14px;
	clear: both;
	overflow: hidden;
	position: relative;
	}

	nav#mainNav ul li{
	float: left;
	position: relative;
	}

	nav#mainNav li.last{border-right:1px solid #ebebeb;}

	nav#mainNav ul li a{
	display: block;
	text-align: center;
	_float: left;
	font-size: 13px;
	width: 154px;
	height: 36px;
	padding-top: 15px;
	color: #333;
	background-image: url(images/topnavSep.png);
	border-left: 1px solid #ebebeb;
	}

	nav#mainNav ul li a span,nav#mainNav ul li a strong{
	display:block;
	}

	nav#mainNav ul li a span{
	color:#708c0c;
	font-size:10px;
	}

	nav div.panel{
	display: block !important;
	float: left;
	}

	a#menu{display:none;}

	nav#mainNav li.active a, nav#mainNav li a:hover{
	color:#fff;
	background-position:0 -60px;
	padding-top:15px;
	}
	
	#mainBanner{margin-left:15px;}

#mainBanner2{
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	width: 100%;
	position: relative;
	line-height: 0;
}

#mainBanner2 img{
	max-width: 97%;
	height: auto;
}
	
	
	#subpage #mainBanner{margin:15px auto;}

	#wrapper,.inner{
	width:960px;
	padding:0;
	}
	
	#wrapper{
	padding-bottom: 20px;
	border: 1px solid #9A9A9A;
}
	
	#main{
	float: right;
	width: 717px;
	padding-right: 15px;
	margin-top: 15px;
	}
	#main2{
    float: right;
    width: 96%;
    padding-right: 15px;
    margin-top: 15px;
    padding-left: 15px;
	}    
	
	#sidebar{
	float:left;
	width:195px;
	padding:15px 0 0 15px;
	overflow:hidden;
	}
	
	#sidebar article{
    padding: 7px;
    margin-bottom: 20px;
    border: 1px solid #ebebeb;
    overflow: hidden;
    min-height: 100%;
	}
	
/*------------------------------------------------------------*/
	.gridWrapper{
	width:960px;
	margin:0 0 0 -10px;
	}
	
	#gallery article{padding:10px 0 10px 10px;}
	
/*------------------------------------------------------------*/
	.grid{
	float:left;
	width:300px;
	margin-left:20px;
	}
	
	#subpage .grid{width:auto;}
	
  #gallery .grid{
	width:auto;
	margin:10px 0 2px 10px;
	}
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
	
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  background: url("./image/movie.jpg") no-repeat;
  background-size: cover;    
}



@media only screen and (max-width:959px){
	*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}
	
	nav#mainNav{
	clear:both;
	width:100%;
	margin:0 auto;
	padding:0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #f5f5f5), color-stop(0.5, #f0f0f0), color-stop(0.00, #f7f7f7));
	background: -webkit-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -moz-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -o-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -ms-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
  border:1px solid #e4e4e4;
	}

	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:40px;
	line-height:40px;
	font-weight: bold;
	text-align:left;
	}

	nav#mainNav a#menu span{padding-left:10px;}
	nav#mainNav > a span:before{content: "→ ";}
	nav#mainNav a.menuOpen span:before{content: "↓ ";}

	nav#mainNav a#menu:hover{cursor:pointer;}

	nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	}

	nav#mainNav ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	background:url(images/bg.png);
	}

	nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
	display: block;
	padding:15px 10px;
	text-align:left;
	border-bottom:1px dashed #ccc;
	}
	
	nav#mainNav ul li a span{padding-left:10px;}
	
	nav#mainNav ul li:first-child a{
	border-top:1px solid #e4e4e4;
	}
	
	nav#mainNav ul li:last-child a{border:0;}
	
	nav#mainNav ul li.active a{	color:#708c0c;}

	nav div.panel{float:none;}
	
	#subpage #mainBanner{max-width:720px;}
	
	#sidebar article{padding:7px 8px;}
	
	#footer .grid,#footer ul.footnav{
	float:none;
	width:100%;
	text-align:center;
	}

	ul.footnav li{float:none;display:inline-block;}
	
	.grid{
	width:32%;
	margin:10px 0 0 1%;
	}
	
	#gallery .grid{
	float:left;
	width:31%;
	margin:0 0 0 1%;
	}
	
	#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;
	}
	
	#footer .logo p{float:none;display:block;}
	#footer .logo img{float:none;padding:0;}
	
	
	
	
	
	
#tabmenu{
    padding:0px;
    margin:0px;
    color:#333;
    width: 100%;
    font-size: 12px;
    position:relative;
}


#tabmenu div#tab{
    position: absolute;
    top:0px;
    left:0px;
}

#tabmenu div#tab a{
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 240px;
    display: block;
    text-decoration:none;
    color:#333;
    background:#eee;
}

#tabmenu div#tab a:hover{
    background:#000;
    color:#fff;
}

div#tab_contents{
    width: 100%;
    overflow:
    hidden;clear:both;
}
div#tab_contents ul{
    width:100%;
    padding:0px;
    margin:0px;
}
div#tab_contents ul li{
    float: left;
    width: 100%;
    list-style-type:none;
    padding:20px  20px  20px 20px;

}

	
}


/*------------------------------------------------------------*/
@media only screen and (max-width:640px){
	#header{
	height:auto;
	padding-bottom:20px;
	}
	
	#header h1,.logo,.info{text-align:center;}
	
	.logo,.info{
	clear:both;
	width:100%;
	float:none;
	}
	
	.logo p{float:none;display:block;}
	.logo img{float:none;padding:0;}
	
	.box img{
	max-width:180px;
	float:left;
	margin-right:5px;
	}
	
	.box h3{padding-top:0;}

  .alignleft,.alignright{
	float:none;
	display:block;
	margin:0 auto 10px;
	}
	
	#gallery .grid{float:left;}
}


/*------------------------------------------------------------*/
@media only screen and (max-width:480px){
	.grid{width:100%;}
	.box img{max-width:100px;}
	#mainBanner h2,#mainBanner p{font-size:80%;}
	
	#header{
	height:auto;
	padding-bottom:20px;
	}

.youtube {
  position: relative;
  width: 100%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}	
	
	}
