@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,html,i,img,label,legend,li,nav,ol,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;
}


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

 * 要素を左右中央寄せ

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

.taC {
  text-align: center !important;
}

.taR {
  text-align: right !important;
}

.taL {
  text-align: left !important;
}

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

　   HEADER

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

header {
	z-index: 9999;
	position: fixed;
	width: calc(100% - 20px);
	max-width: 1600px;
	height: 70px;
	padding: 0;
	margin: auto;
	top: 10px;
	left:0;
	right:0;
	-webkit-transition: all .4s;
	transition: all .4s;
	background-color: #fff;
	border-radius: 10px;
}
.align-center{
	display: flex;
	align-items: center;
	justify-content: center;
}
.item1 { flex-basis: 70%; }
.item2 { flex-basis: 15%; }
.item3 { flex-basis: 15%; }
	
  .h_logo {
    position: absolute;
    top: 4px;
    left: 10px;
    z-index: 9999;
  }
  .h_logo img{
    width: 260px;
  }
  .h_logo h1{
	font-size: 10px!important;
	padding:0!important;
	margin: 0 0 5px;
	color: #999;
  }

.hbg {
  position: fixed;
  box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
}
#gNav a:hover {
  color: #333333;
	text-decoration: none;
}
nav li a{
	font-size: 14px;
	letter-spacing: 0.1em;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
}

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


@media print, screen and ( min-width : 567px ) {
  .h_logo img{
	  width:260px;
  }
	.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;
  align-items: center;
	padding: 0 ;
	margin: 0!important;
	  height: 100%;
  }
  #gNav ul {
    position: relative;
    display: flex;
	margin: 0;
	padding: 0;
  }
  #gNav li {
    position: relative;
    display: flex;
	align-items:center;
    margin-right: 1em;
  }
  #gNav li:last-child{
    margin-right: 1.5em;
  }

  #gNav li i {
    margin-left: 5px;
	color: #C2C2C2!important;
  }
  #gNav li a {
    position: relative;
    display: block!important;
    text-align: center;
  	color: #565656!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: 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);
  }
	
  #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: #5E7E8B!important;
	  transition: all .2s;
  }
  #gNav > ul > li:hover > ul.sub-menu {
    top: 64px;
    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 : 576px ) {
.h_navw  {
	padding: 0 70px 0 0!important;
  }
ul.sub-menu600 li{
	width: calc(100% / 3);
	float: left;
	border-right: solid 1px #D9D9D9;
}

ul.sub-menu600 li:last-child{
	width: calc(100% / 3);
}
}

@media only screen and ( min-width : 991px ) {
  header {
	height: 80px;
  }
  .h_logo img{
    width: 300px!important;
  }
}

@media only screen and ( min-width : 1200px ) {
.hbg,.hbgs {
	background-color: rgba(255,255,255,1);
}

.nav a{
	text-decoration: none!important;
	color: #6A6A6A!important;
	}
  #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;}
}

@media print, screen and ( min-width :1400px ) {
.h_navw  {
	padding:0!important;
  }
	.sub-menu200{width: 200px;}
	.sub-menu600{width: 602px;padding: 0!important;}
 	.sub-menu600 li:nth-of-type(n3)  {border-right: none!important;}
}

@media print, screen and ( min-width :1600px ) {
  #gNav li {
    margin-right: 1.5em;
  }
  #gNav li a {
	  font-size: 16px;
  }
ul.sub-menu600 li:last-child a{
	text-align: center!important;
}
}

.menuicon{
	display: block!important;
	margin: auto;
}

.h_tel  {
	position: relative;
	text-decoration: none;
	background: #47585e;
	display: flex;
	align-items:center;
	padding: 0 20px;
	letter-spacing: 0;
	height: 60px;
	right: 15px;
}
a.h_tel {
	font-family: "Zen Maru Gothic", sans-serif!important;
	color: #fff;
	font-weight: 900;
	letter-spacing: 2px;
	border-radius: 10px 0 0 10px;
}
a.h_tel:hover {
	color: #fff;
	text-decoration: none;
}

.h_res {
	position: relative;
	text-decoration: none;
	display: flex;
	align-items:center;
	background: #b98e31;
	height: 60px;
	width: 150px;
	right: 15px;
	border-radius: 0 10px 10px 0;
}

.h_res span{
	display:flex;
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	color:#fff;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-weight: 500;
}

a.h_res{
	font-family: "Zen Maru Gothic", sans-serif!important;
	color: #fff!important;
	font-weight: 900;
	letter-spacing: 2px;
}
a.h_res:hover {
	color: #fff;
	text-decoration: none;
}

.h_insta  {
	position: relative;
	text-decoration: none;
	background: #f8ebc6;
	padding: 0 1em;
	display: flex;
	align-items:center;
	width: 150px;
	border-radius: 50px;
	right: 15px;
}

a.h_insta {
	color: #956134;
	font-weight: 700;
	letter-spacing: 2px;
}
a.h_insta:hover {
	color: #956134;
	text-decoration: none;
}

@media screen and (max-width:1400px){
	.h_tel,.h_res{right: 0;height: 50px;}
}

@media screen and (max-width:576px){
	.h_tel,.h_res,.h_insta  {
		display: none!important;
	}
}
