@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

/* RESET
----------------------------------------------------------------------------------------------------*/
/*
a,article,body,dd,div,dl,dt,em,form,footer,header,h1,h2,h3,h4,h5,h6,html,i,iframe,img,label,legend,li,nav,ol,p,section,main,span,table,tbody,tfoot,thead,time,tr,th,td,ul,video{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;white-space:normal;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.6;text-align:left}textarea{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.6;text-align:left}article,footer,header,nav,section,main{display:block}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}

/* ----------------------------------------------

 * 設定をしなおす

---------------------------------------------- */
body {
  margin: 0 auto;
  padding: 0;
  font-size: 15px;
  line-height: 1.6em;
  font-family: "Kosugi Maru", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #7a6a56;
  -webkit-text-size-adjust: 100%;
}



.sbox {
    margin-bottom: 25px;
}
.container {
    width: 100%;
}


/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */

#header {
	position:relative;
	z-index: 99;
	width: 100%;
	top: 0;
	left: 0;
	margin: auto;
	background-image: url(images/header_b.png), url(images/header_bl.png), url(images/header_br.png);
	background-position: left bottom, left bottom, right bottom;
	background-repeat: repeat-x, no-repeat, no-repeat;
	border-top: 8px solid #8cc63f;
}

#h_top {
    width: 100%;
}

#mainmenu{
	width: 100%;
	height: auto;
}
  
.h_nav{
	width: 50%;
	margin: auto;
}
.nav{
	width: 100%;
	display: flex;
	justify-content: center;
	list-style: none;
	text-indent: 0;
	padding-left: 0;
	padding-bottom: 1%;
}

.h_logo{
	padding-top: 15px;
	padding-bottom: 35px;
}

#gNav a:hover {
	color: #999;
}

.slide-top:hover {
	-webkit-animation: slide-top 0.5s ease-in-out both;
	        animation: slide-top 0.5s ease-in-out both;
}

/* ----------------------------------------------
 * Generated by Animista on 2023-3-18 17:1:44
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}

nav li a {
	font-size: 13.5px;
	letter-spacing: 0em;
	color: #fff;
	font-weight: bold;
}

nav .sub-menu{
	border-radius: 5px;
	margin-top: 10px;
}

nav .sub-menu,.mean-container .mean-nav ul ul {
	background-color: #95DF6E;
}

nav .sub-menu li:first-child a{
	border-radius: 5px 5px 0px 0px;
}

#gNav ul {
    width: 100%;
	display: flex;
	justify-content: center;
	list-style: none;
	text-indent: 0;
	padding-left: 0;
	padding-bottom: 1%;
  }
#gNav li {
    width: 25%;
	margin-top: 2%;
	border-left: 1px dotted #c69c6d;
  }

  #gNav li:last-child{
    border-right: 1px dotted #c69c6d;
  }
  #gNav li i {
    font-size: 16px;
    margin-left: 0px;
  }
  #gNav li a {
    position: relative;
    display: block;
    text-align: center;
    line-height: 40px;
	padding: 0px 5px;
  }
  
  #gNav li.resp_menu{
	  display: none;
  }
  
  #gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  #gNav .sub-menu a {
    display: block;
    border-bottom: none;
    padding: 20px 15px;
    line-height: 1.2em;
	border-bottom: 1px solid #fff;
  }
  
  #gNav .sub-menu li:last-child a {
	  border-bottom: none;
  }
  
  #gNav .sub-menu a:hover:after {
    content: none;
  }
  #gNav .sub-menu li {
	  width: auto;
    display: block;
    font-size: 16px;
    padding: 0;
    margin: 0;
  }
  #gNav .sub-menu li:last-child {
    border-bottom: none;
  }
  #gNav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #gNav ul > li:hover a,#gNav .current-menu-item a,#gNav .current-menu-parent a {
    color: #fff;
  }
  #gNav li:hover ul.sub-menu {
    top: 80px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  #gNav li ul li:after {
    content: none;
  }
 #gNav li:hover ul.sub-menu a {
    color: #fff;
	text-decoration: none;
  }
 #gNav li:hover ul.sub-menu a:hover {
    color: #33770E;
	text-decoration: none;
  } 
  
  #gNav .sub-menu li a:hover {
    background: #E1F9C0;
  }
  #gNav .contact_btn a:hover {
    color: #fff;
  }
  
@media screen and (max-width:1500px){

#header{
	width: 100%;
	height: auto;
	background-size: 10%, 17%, 17%;
	border-top: 5px solid #8cc63f;
}
.h_nav{
	width: 65%;
}

}

@media screen and (max-width:1300px){
	
/*-----------------------------------------ヘッダー*/

.h_logo{
	padding-bottom: 2.2%;
}
.h_logo img{
	width: 26%;
}
.nav li img{
	width: 75%;
}

}


@media only screen and ( max-width : 768px ) {
  body {font-size: 15px;}

table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: middle;
  border: none;
}


/* ----------------------------------------------

 * アンカータグの設定

---------------------------------------------- */
a {
  outline:none;
  color: #333;
}

a:hover {
  text-decoration: none;
}


a,a:hover,a:hover img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}


/* ----------------------------------------------

 * 要素を左右中央寄せ

---------------------------------------------- */

.taC {
  text-align: center !important;
}

.taR {
  text-align: right !important;
}

.taL {
  text-align: left !important;
}



*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;*behavior:url(/scripts/boxsizing.htc)}.container{margin:0 auto}.clr:after,.col:after,.container:after,.group:after,.row:after{content:"";display:table;clear:both}.row{padding-bottom:0}.col{display:block;float:left;width:100%}@media (min-width:769px),print{.gutters .col{margin-left:2%}.gutters .col:first-child{margin-left:0}.gutters .colR:first-child{margin-right:0}.sp{display:none}}@media(max-width:768px){.sp_none{display:none !important;}}


img {
    max-width: 100%;
    height: auto;
    width /***/:auto;　/*IE8のみ適用*/
}

.sbox {
	margin-bottom: 20px;
}
.container {
    padding: 0;
}

#header {
	height: auto;
	background-size: 18%, 23%, 23%;
}

.h_logo{
	width: 38%;
	padding-top: 10px;
	padding-bottom: 4%;
	margin: auto;
}
.h_logo img{
	width: 100%;
}

#gNav .nav {
    overflow-y: auto;
    height: 100vh;
}

.mean-nav .container {
    padding: 0;
}

nav li .fa {
    display: none;
}

#gNav li {
    position: relative;
    margin-right: 3em;
	width: auto;
  }
.nav li img{
	width: auto;
}
  

}

@media only screen and ( max-width : 480px ) {

#header {
	background-size: 20%, 25%, 25%;
}

.h_logo{
	width: 55%;
	padding-bottom: 5%;
}

}



