@charset "shift_JIS";
@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: 16px;
  line-height: 1.6em;
  font-family: "Kosugi Maru", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #736357;
  -webkit-text-size-adjust: 100%;
}



.sbox {
    margin-bottom: 25px;
}
.container {
    width: 100%;
}


/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */

#header {
	position: relative;
	z-index: 99;
	width: 100%;
	height: auto;
	background-image: url(images/header.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
}

#h_top {
    width: 100%;
}

#mainmenu{
	width: 100%;
	height: auto;
}
  
.h_nav{
	width: 100%;
	position: relative;
	margin: auto;
	z-index: 999;
}
.nav{
	width: 65%;
	margin: auto;
	line-height: 0;
	font-size: 0;
}

.h_logo{
	position: relative;
	text-align: center;
	padding-top: 20px;
	margin-bottom: 40px;
}

#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 {
    position: relative;
    display: flex;
	list-style: none;
	text-indent: 0;
	padding-left: 0;
	padding-top: 20px;
	padding-bottom: 5px;
}
  #gNav li {
    position: relative;
	border-left: 1px dashed #736357;
  }
  #gNav li:nth-child(7){
	  border-right: 1px dashed #736357;
  }
   #gNav li img{
	   width: 98%;
   }

  #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;
  }
.link_blog2{
	position: absolute;
	bottom: -1.5vw;
	right: 10px;
	z-index: 999;
	transform: rotate(-3deg);
	text-align: right;
}
.link_blog2 img{
	width: 95%;
}
  
  
@media screen and (max-width:1500px){

.container{
	width: 100%;
	height: auto;
}
.nav img{
	width: 100%;
}

}

@media only screen and ( max-width : 1300px ) {

.nav{
	width: 80%;
	margin: auto;
}
#gNav ul {
	padding-top: 30px;
}


#gNav{
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: center;
}

#gNav li img{
	width:100%;
}

.link_blog2{
	bottom: 28%;
}
.link_blog2 img{
	width: 80%;
}
	
}


@media only screen and ( max-width : 1100px ) {

.h_logo{
	margin-bottom: 30px;
}
.h_logo img	{
	width: 430px;
}
	
.nav{
	width: 90%;
}
.link_blog2 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:1024px),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 {
	background-size: 15%, 15%;
}

#header{
	background-image: url(images/header_resp.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;;
}


.h_logo{
	position: relative;
	width: 100%;
	margin-bottom: 5px;
}
.h_logo a{
	opacity: 1;
}
.h_logo img{
	width: 55%;
}
#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;
  }
.link_blog2{
	display: none;
}
	
}

@media only screen and ( max-width : 480px ) {


.h_logo img{
	width: 90%;
}

}



