@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');



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

 * アンカータグの設定

---------------------------------------------- */
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: 9999;
	position: fixed;
	width: 100%;
	padding: 0;
	top: 0;
	left: 0;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.hbg{background: #fff;}

  #h_top {
	/*display: flex;
	justify-content: space-between;*/
	width: 100%;
	height: 100%;
	margin: 0 auto;
  }
.align-center{
	display: flex;
	align-items: center;
	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;
  }
#gNav a:hover {
  color: #333333;
	text-decoration: none;
}
nav li a{
  font-size: 13px;
  letter-spacing: 0.1em;
	font-weight: 500;
	font-family: 'Zen Maru Gothic', sans-serif!important;
}

ul.sub-menu600 li{
	width: 50%;
	float: left;
	border-right: solid 1px #D9D9D9;
}

.h_navw  {
	padding: 0 80px 0 0!important;
  }

.nav a{
	text-decoration: none!important;
	color: #727171!important;
	}
	
  .h_logo {
    position: absolute;
    top: 4px;
    left: 10px;
    z-index: 100;
  }	
  .h_logo img{width: 170px;}
  #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: #727171;
    float: right;
  }
	.pcgm{color: #727171!important;}


@media print, screen and ( min-width : 576px ) {
	nav li a{
	  font-size: 16px;
	}
}
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;
	padding: .5em;
	margin: 0;
  }
  .h_logo img{width: 230px;}
	.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: 0.7em;
    display: flex;
	align-items:center;
  }

  #gNav li i {
    font-size: 13px;
	 color: #727171;
    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: #727171!important;
	text-decoration: none!important;
	  padding: 12px 0 14px;
  }
  #gNav ul.sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 80px;
    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);
	  border-radius: 0 0 20px 20px;
  }
  #gNav .sub-menu a {
    display: block;
    border-bottom: none;
    padding:20px 10px;
    font-size: 14px;
  }
  #gNav .sub-menu a:hover:after {
    content: none;
  }
  #gNav .sub-menu li {
    display: block;
    padding: 0;
    margin: 0;
	border-bottom: solid 1px #D9D9D9;
	 width: 200px;
	  float: left;
  }
  #gNav .sub-menu600 li {
	border-right: solid 1px #D9D9D9;
  }
  #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: #8fc31f!important;
	  transition: all .2s;
  }
  #gNav > ul > li:hover > ul.sub-menu {
    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;
	  border-radius: 0 0 20px 20px;
  }
  #gNav .sub-menu li a:hover {
    background: #fff;
  }
  #gNav .contact_btn a:hover {
    color: #fff;
  }
}

@media print, screen and ( min-width :1401px ) {
.h_navw  {
	padding: 0!important;
  }
	.sub-menu200{width: 202px;}
	.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(12)  {border-right: none!important;}
 	.sub-menu600 li:nth-of-type(13)  {border-bottom: none!important;}
 	.sub-menu600 li:nth-of-type(14)  {border-bottom: none!important;}
#gNav .sub-menu li:last-child {
border-bottom: none;
}
}

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

.menuicon{
	display: block!important;
	margin: auto;
}
@media only screen and ( max-width : 1400px ) {
	.menuicon{
		display: inline;
		float: left;
		margin: inherit;
		padding-right: 5px;
		height: 20px;

	}
}


.h_tel  {
	position: relative;
	color: #fff;
	text-decoration: none;
	background: #8fc31f;
	padding: 0 1em;
	height: 80px;
	display: flex;
	align-items:center;
	z-index: 9999;
}
a.h_tel {
	color: #fff;
	font-weight: 700;
	letter-spacing: 1px;
}
a.h_tel:hover {
	color: #fff;
	text-decoration: none;
}
.h_res  {
	position: relative;
	text-decoration: none;
	background: #22ac38;
	padding: 0 1em;
	display: flex;
	align-items:center;
	height: 80px;
	z-index: 9999;
}
a.h_res{
	color: #fff;
	font-weight: 700;
	letter-spacing: 1px;
}
a.h_res:hover {
	color: #fff;
	text-decoration: none;
}

a.h_insta{
	background: linear-gradient(218deg,rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 45%, rgba(247,186,100,1.00) 90%);
	color: #fff;
}
@media screen and (max-width:1700px){
.h_tel,.h_res  {padding: 1em;}
}
@media screen and (max-width:991px){
	.h_tel,.h_res,.h_insta  {
		display: none!important;
	}
}

