@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,img,label,legend,li,nav,ol,p,section,main,span,table,tbody,tfoot,thead,time,tr,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}


/* ----------------------------------------------

 * アンカータグの設定

---------------------------------------------- */
a {
  outline:none;
}

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;
}




@media only screen and ( max-width : 768px ) {
  .sbox {
    margin-bottom: 20px;
  }
  .container {
    padding: 0 30px;
  }
}

@media only screen and ( max-width : 480px ) {
  .container {
    padding: 0 20px;
  }
}
@media only screen and ( max-width : 374px ) {
  .container {
    padding: 0 10px;
  }
}

@media print, screen and ( min-width : 769px ) {
  .sbox {
    margin-bottom: 25px;
  }
  .container {
    width: 1080px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */

header {
	z-index: 999999!important;
	position: fixed;
	width: 100%;
	padding: 0;
	top: 0;
	left: 0;
	-webkit-transition: all .4s;
	transition: all .4s;
	display: none!important;
}
.disbl{
	animation: appear .5s ease;
	display: block!important;
}
@keyframes appear {
    0%{
      opacity: 0;
    }
    100%{
      opacity: 1;
    }
  }

  #h_top {
	/*display: flex;
	justify-content: space-between;*/
	width: 100%;
	height: 100%;
	margin: 0 auto;
  }
.align-center{
	display: flex;
	align-items: center!important;
	justify-content: center;
}
.item1 { flex-basis: 70%; }
.item2 { flex-basis: 15%; }
.item3 { flex-basis: 15%; }

  .h_logo h1{
	font-size: 10px!important;
	padding:0!important;
	margin: 0;
	color: #999;
  }


  header {
	height: 60px;
  }
.hbg {
  position: fixed;
	background-color: rgba(255,255,255,1);
  box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
  -webkit-transition: all .4s;
  transition: all .4s;
}
#gNav a:hover {
  color: #333333;
	text-decoration: none;
}
nav li a{
  font-size: 13px;
  letter-spacing: 0.2em;
	font-family: 'Kiwi Maru', serif;
}
@media print, screen and ( min-width : 480px ) {
	nav li a{
	  font-size: 16px;
	  letter-spacing: 0.2em;
		font-family: 'Kiwi Maru', serif;
	}
}
nav .sub-menu,.mean-container .mean-nav ul ul {
  background: rgba(255,255,255,0);
}

@media print, screen and ( min-width : 769px ) {
  header {
    height: 80px;
	z-index: 9999;
  }
  .h_logo{
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 0;
	left: 0;
	max-width: 40%!important;
	padding: .2em .5em;
	margin: 0;
}
	.circle{
	display: inline-block;
	width: 100%;
	height: 100%;
	border-radius:  0 0 100% 0 ;
	background: #fff;
		padding: .5em 0 0 1em;
	}
  .h_navw  {
	display: flex;
	justify-content: flex-end;
	padding: 0 ;
	margin: 0!important;
	  height: 80px;
  }
  #gNav ul {
    position: relative;
    display: flex;
	margin: 0;
	padding: 0;
  }
  #gNav li {
    position: relative;
    margin-right: 1em;
    display: flex;
	align-items:center;
  }

  #gNav li i {
    font-size: 13px;
	 color: #646464;
    margin-left: 5px;
  }
  #gNav li i.pcgm {
    font-size: 12px;
	margin-right: 5px;
	color: #272727!important;
  }
  #gNav li a {
    position: relative;
    display: block!important;
    text-align: center;
  	color: #564C40!important;
	text-decoration: none!important;
	  padding: 10px 0 0;
	  height: 70px;
  }
  #gNav ul.sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -100px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
	border-left: solid 1px #D9D9D9;
	border-right: solid 1px #D9D9D9;
	border-bottom: solid 1px #D9D9D9;
	  background-color: rgba(255,255,255,1.00);
  }
	.sub-menu200{width: 200px;}
	.sub-menu600{width: 602px;}
 	.sub-menu600 li:nth-of-type(3)  {border-right: none!important;}
 	.sub-menu600 li:nth-of-type(6)  {border-right: none!important;}
 	.sub-menu600 li:nth-of-type(9)  {border-right: none!important;}
 	.sub-menu600 li:nth-of-type(10)  {border-bottom: none!important;}
 	.sub-menu600 li:nth-of-type(11)  {border-bottom: none!important;}
  #gNav .sub-menu a {
    display: block;
    border-bottom: none;
    padding: 20px;
  }
  #gNav .sub-menu a:hover:after {
    content: none;
  }
  #gNav .sub-menu li {
    display: block;
    font-size: 16px;
    padding: 0;
    margin: 0;
	border-right: solid 1px #D9D9D9;
	border-bottom: solid 1px #D9D9D9;
	 width: 200px;
	  float: left;
  }
  #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: #979797;
  }
  #gNav ul li a:hover {
    color: #90c31f!important;
	  transition: all .2s;
  }
  #gNav > ul > li:hover > ul.sub-menu {
    top: 75px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  #gNav > ul > li > ul.sub-menu > li:hover > ul.sub-menu {
    left: 150%;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  #gNav li ul li:after {
    content: none;
  }
 #gNav li:hover ul.sub-menu a {
    color: #111;
  }
  #gNav .sub-menu li a:hover {
    background: #fff;
  }
  #gNav .contact_btn a:hover {
    color: #fff;
  }
}

@media print, screen and ( min-width :1500px ) {
  #gNav li {
    margin-right: 2em;
  }
}

@media print, screen and ( min-width :1400px ) {
  .h_logo  {
    width: 350px!important;
  }
}

@media print, screen and ( min-width :769px ) {
  .h_logo  {
    width: 30%;
  }
}

@media only screen and ( max-width : 1200px ) {
.h_navw  {
	padding: 0 80px 0 0!important;
  }

.hbg,.hbgs {
	background-color: rgba(255,255,255,1);
}

.nav a{
	text-decoration: none!important;
	color: #6A6A6A!important;
	}
	
  .h_logo {
    width: 300px;
    position: absolute;
    top: 4px;
    left: 10px;
    z-index: 100;
  }
  #gNav .nav {
    overflow-y: auto;
    height: 100vh;
  }
  .mean-nav .container {
    padding: 0;
  }
  nav li .fa-chevron-down {
    display: none;
  }
  nav .fa-chevron-right {
  padding:0 0.7em;
  font-size: 16px;
	 color: #646464;
    float: right;
  }
	.pcgm{color: #6A6A6A!important;}
}

.menuicon{
	display: block!important;
	margin: auto;
}
@media only screen and ( max-width : 1300px ) {
  .h_logo {
    width: 280px;
  }
}
@media only screen and ( max-width : 1200px ) {
  .h_logo {
    width: 280px;
    position: absolute;
    top: 4px;
    left: 10px;
    z-index: 9999999!important;
  }
	.menuicon{
		display: inline;
		float: left;
		margin: inherit;
		padding-right: 5px;
		height: 20px;

	}
}


.h_tel  {
	position: relative;
	color: #fff;
	text-decoration: none;
	background: #fff;
	padding: 0 2em;
	height: 80px;
	display: flex;
	align-items:center;
}
.h_tel a {
	font-family: "M PLUS Rounded 1c";
	font-weight: bold;
	color: #fff;
	font-size: 18px!important;
	letter-spacing: 2px;
}
.h_tel a:hover {
	color: #fff;
	text-decoration: none;
}
.h_res  {
	position: relative;
	text-decoration: none;
	background: #23a85d;
	padding: 0 2em;
	display: flex;
	align-items:center;
	height: 80px;
}
.h_res a{
	color: #fff;
	font-size: 18px!important;
	letter-spacing: 2px;
	font-family: "M PLUS Rounded 1c";
	font-weight:600;
}
.h_res a:hover {
	color: #fff;
	text-decoration: none;
}
@media screen and (max-width:1400px){
.h_tel  {padding: .5em;font-size: 16px!important;}
.h_res  {padding: .5em;font-size: 18px!important;}
}
@media screen and (max-width:768px){
	.h_tel  {
		display: none!important;
	}
	.h_res  {
		display: none!important;
	}
}

