/* =============================================================================
   Base
   ========================================================================== */
html{ background: #1C330B;
	max-width:100%;
 }
body{
	background: #FFF url(../images/main_bg.jpg) repeat-x center top;
}
/*body.page{background: #FFF url(../images/main_bg2.jpg) repeat-x;}*/

/* For modern browsers */
.cf {
	zoom: 1;
	padding-top: 30px;
	padding-bottom: 20px;
}
.cf:before,
.cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.crr{
font-size:0;
line-height:0;
padding:0;
margin:0;
clear:both;
}

p{margin: 0px 0px 10px;padding: 0px;}
h2{
	margin: 20px 0px 10px;
	padding: 0px;
	clear: both;
}
h3{
	font-size: 1.4em;
	margin: 20px 0px 10px;
	padding: 10px 10px 10px 20px;
	clear: both;
	background: #1B500A url(../images/h3.jpg);
	color: #FFF;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;

}
h4{
	margin: 0px;
	padding: 0px;
	clear: both;
	font-weight: bold;
	color: #751406;
}
h5{margin: 0px;padding: 0px;clear: both;}

#wrapper{
	margin: 0px auto;
	padding: 0px;
	width: 100%;
}

img{
	max-width: 100%;
}



/* =============================================================================
   Header
   ========================================================================== */
#header{
	max-width: 100%;
	height: 80px;
	position: relative;
}
#header .hd_tp{
	height: 30px;
	width: 100%;
	display: block;
	position: relative;
}
#header .hd_tp img{
	max-height: 30px;
}
#header .hd_tpbtn{
	width: 40%;
	position: absolute;
	right: 0;
	bottom: 0;
}

#header .hd_ttl{
	background-color: #41671a;
	height: 50px;
}


#header img{
	max-width: 100%;
	height: auto;
}
#header h1{
	margin: 0px;
	padding: 0px 0px 0px;
	float: left;
}
.btn_ryouiki{
	width: 40%;
	position: absolute;
	bottom: 5px;
	right: 0;
}
/* =============================================================================
   Menu
   ========================================================================== */
#menu ul{list-style: none;margin: 0px;padding: 0px;}
#menu ul li{margin: 0px;padding: 0px;float: left;}

/*----------------------------------------------------------------------------
******************************************************************************
** global nav
******************************************************************************
----------------------------------------------------------------------------*/
.nav {
	background: rgba(25, 52, 7, 0.9);
	color: #fff;
	height: calc(100% + 500px);
	padding-bottom: 500px;
	margin-top: 0!important;
	z-index: 100;
	width: 70%;
	overflow-x: none;
	overflow-y: auto;
	top: 0px;
	right: -70%;
	position: fixed;
	transition: All 0.5s ease
}
.nav_list>li {
	width: 100%;
	border-bottom: 1px solid #ccc;
}
.nav_list>li>a {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	display: block;
	width: 100%;
	padding: 1em 1em;
	text-decoration: none;
	position: relative;
	box-sizing: border-box;
}
.nav_list>li>a:hover,
.nav_list>li>a.current{
	background-color: rgba(0, 0, 0, 0.2)
}
.nav_list>li>a::after {
	content: attr(data-text);
	display: block
}
.nav_list>li>a img {
	display: none
}

/*
.nav_clist>li>a {
	background-color: rgba(0, 0, 0, 0.4);
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 1em 1em 1em 2em;
	text-decoration: none
}
.nav_clist>li>a:hover, .nav_clist>li>a.current {
	background-color: #000;
	box-shadow: 0 0 4px rgba(255, 0, 0, 0.2)
}
.nav_glist>li>a {
	background-color: rgba(0, 0, 0, 0.7);
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	color: #fff;
	display: block;
	font-size: 11px;
	padding: 1em 1em 1em 3em;
	text-decoration: none
}
.nav_glist>li>a:hover, .nav_glist>li>a.current {
	background-color: #000;
	box-shadow: 0 0 4px rgba(255, 0, 0, 0.2)
}*/
.sp_nav_open {
	right: 0 !important
}
.sp_nav_trigger {
	cursor: pointer;
	z-index: 1000;
	position: fixed !important;
	top: 37px;
	right: 7px;
	margin-top: -5px;
	width: 40px;
	height: 39px;
	padding: 1%;
	border-radius: 5px;
	background: rgba(25, 52, 7, 0.9);
}
.sp_nav_trigger span {
	display: inline-block;
	position: absolute;
	left: 8%;
	width: 84%;
	height: 4px;
	background-color: #fff;
	border-radius: 4px;
	transition: all .4s;
	box-sizing: border-box
}
.sp_nav_trigger span:nth-of-type(1) {
	top: 6px
}
.sp_nav_trigger span:nth-of-type(2) {
	top: 16px
}
.sp_nav_trigger span:nth-of-type(3) {
	top: 26px;
}
.sp_nav_trigger::after {
	position: absolute;
	left: 0;
	bottom: -5px;
	content: 'MENU';
	display: block;
	width: 100%;
	padding-top: 20px;
	color: #fff;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	transition: all 0.4s;
}
.sp_nav_trigger.sp_active::after {
	content: 'CLOSE';
	bottom: -5px;
	color: #fff
}
.sp_nav_trigger.sp_active span:nth-of-type(1) {
	transform: translateY(10px) rotate(-45deg);
	background: #fff
}
.sp_nav_trigger.sp_active span:nth-of-type(2) {
	opacity: 0;
	background: #fff
}
.sp_nav_trigger.sp_active span:nth-of-type(3) {
	transform: translateY(-10px) rotate(45deg);
	background: #fff
}



/* =============================================================================
   Contents
   ========================================================================== */
/*#mainimage{
	width: 100%!important;
	background: url(../images/mainimage_bg.jpg) no-repeat;
	background-size: contain;
	padding: 30px 10px;
}*/


/*-- main-img --*/
.index_slider_bg{
	background: url(../images/mainimage_bg.jpg) repeat-x;
	background-size: contain;
	padding: 5px;
}
.slider_slick{
	width: 100%;
	border: 5px solid #fff;
}
.slider_slick img{
	width: 100%;
	height: auto;
}



/*-- contents --*/
#contents{
	background-color: #fff;
	padding: 0 10px;
}
#contents img{
	height: auto;
}
.cf .marB20{
	margin:10px 0;
}
#contents .thumbR{
	float: none;
	display: block;
	width: 80%;
	height: auto;
	margin: 0 auto 10px;
}

#news dt{
float: left;
  clear: left;
  width: 7em;
  padding: 10px 0;
  }
#news dd{padding: 10px 0 10px 7em;border-bottom: 1px #666 solid;
}
/* =============================================================================
   Footer
   ========================================================================== */
#footer{ 
	background: #1D330C url(../images/ft_bg.jpg);
	background-repeat: no-repeat;
}
.ft_con{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
.ft_con p{
	color: #FFF;
	font-size: 90%;
	padding: 5px 10px;
}
.address{

}
.copy{
	border-top: 2px solid #536d3e;
	background-color: #1D330C;
	text-align: right;
	margin-bottom: 0;
}
/* =============================================================================
   Other pages
   ========================================================================== */
.pagetop{
	background: url(../images/line.gif) repeat-x;
	padding-top: 10px;
	text-align: center;
}
.researchbox{
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.researchbox td{ text-align: center; }




/*-------------------------------------------------------------------------------------------------------
*********************************************************************************************************
*********************************************************************************************************
******
****** tabletスタイル
******
*********************************************************************************************************
*********************************************************************************************************
-------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 580px) {

#header .hd_ttl{
	 background: linear-gradient(to bottom, #20430d, #3c6018);
}


}