@charset "utf-8";
/* header
------------------------------------------- */
#header {

	z-index: 200;
	padding-bottom: 30px;
}
.header__leadWrap {
/*  background: #0285c1;
  color: #fff;
  font-size: 11px;*/
}
.headerNavWrap,
.headerNav  {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}
.headerNavWrap {
	width: 1200px;
}
.header__logo {
  width: 171px;
  line-height: 50px;
	display: none;/*pc*/
}
.headerNav {
  max-width: none;
  font-size: 13px;
  font-weight: bold;
}
.headerNav li a {
  display: block;
}
#js-menuBk {
  display: none;
  position: fixed;
  z-index: 31;
  top: 0;
  left: 0;
  background: rgba(255,255,255,.95);
}
#js-closeBtnWrap {
  display: none;
}
#js-openBtn {
  display: none;
}







#menu{
/*	background-color: #fff;*/
	margin: auto;
	max-width: 100%;
	width: 1000px;
}
#menu li a:hover{
	text-decoration: none;
}
#menu > ul > li{
	line-height: 1;
}
#menu > ul > li{
	white-space: nowrap;
}


#header{
	background-image: url(../images/h_bg.png);
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 34px;
}
#header .hcnt{
	position: relative;
}
#header .h_logo{
	width: 287px;
	height: 84px;
	position: absolute;
	top: 2px;
	left: calc( 50% - 28px);
	transform: translateX(-50%);
}
#header .h_logo a{
	display: block;
}
#header .h_list{
	float: right;
	display: flex;
	flex-wrap: wrap;
	width: 300px;
	margin-right: 45px;
}
#header .h_list li{
	background-image: url(../images/h_li.png);
	background-position: left top 7px;
	padding-left: 14px;
	background-repeat: no-repeat;
}
#header .h_list li:nth-of-type(2){
	margin-left: 13px;
}
#header .h_list li a{
  font-family: A1 Gothic M;
	font-size: 1.6rem;
	color: #4B4948;
	font-weight: lighter;
	letter-spacing: -0.03em;
}
#header .h_list li a:hover{
	text-decoration: none;
	opacity: 0.7;
}
#menu li{
	background-image: url(../images/gnav01.png);
	background-repeat: no-repeat;
	background-position: left top 1px;
	padding-left: 16px;
}
#menu li:nth-of-type(1){ background-image: url(../images/gnav01.png); }
#menu li:nth-of-type(2){ background-image: url(../images/gnav02.png); }
#menu li:nth-of-type(3){ background-image: url(../images/gnav03.png); }
#menu li:nth-of-type(4){ background-image: url(../images/gnav04.png); }
#menu li:nth-of-type(5){ background-image: url(../images/gnav05.png); }
#menu li:nth-of-type(6){ background-image: url(../images/gnav06.png); }
#menu li:nth-of-type(7){ background-image: url(../images/gnav07.png); }

#menu li a{
	color: #4B4948;
	font-size: 1.8rem;
	  font-family: A1 Gothic M;
	letter-spacing: -0.05em;
}

#menu li a:hover{
	opacity: 0.7;
}

#menu .sp_nav_link{
	display: none;
}
@media screen and (min-width: 769px) {
	
	#menu{
		margin-top: 38px;
	}
}







/* safari */
::-webkit-full-page-media, _:future, :root #menu li a {

}

@media screen and (max-width: 768px) {
	
	#header{
		width: 100%;
	}
  .header__leadWrap {
    padding: 0 80px;
  }
  .headerNavWrap {
    padding: 0 80px;
  }

	#menu{
		width: 100%;
		overflow-x: hidden;
	}
	#js-spNav{
		width: 100%;
	}
  #header {
    position: fixed;
	 padding-top: 0;
  }
  .headerNavWrap {
    display: block;
    position: relative;
    padding: 8px 20px 9px;
	  max-width: 1280px;
	  width: 100%;
  }
  .headerNav {
    display: block;
/*	  padding-bottom: 100px;*/
  }
  .header__logo img {
    width: 219px;
  }
  #js-closeBtnWrap {
    display: block;
    background-color:transparent;
  }
  #js-openBtn {
    display: block;
    position: absolute;
    height: 24px;
    margin: auto;
    padding:2px 0 19px;
	  right: 7px;
	  top: 4px;
  }
  #js-openBtn img {
    width: 32px;
  }
  #js-spNav {
    position: absolute;
    z-index: 2;
    top: 0;
    right: -100%;
    width: 100%;
    transform: translateX(200%);
    transition: all .3s;
  }
  #js-spNav.isOpen {
    transform: translateX(0);
      right: 0;
  }
  .headerNav li {
        box-sizing: border-box;
  }

	.headerNav li{
		background-color: transparent;
		
	}
	.headerNav li a{
		line-height: inherit;
		padding: 0;
	}
	#menu li a{
		padding-bottom: 0;
	}

	#js-spNav.isOpen{
		height: 100%;
		overflow: scroll;
	}

	

	#menu li{
		padding-bottom: 0;
	}

	#menu .wrap{
		padding: 0;
		width: 100%;
	}




	
	#header{
		background-color: #fff;
		padding-bottom: 0;
	}
	#js-spNav{
		background: rgba(255,255,255,.95);
	}
	#js-spNav .sp_nav-logo{
		width: calc(347px / 2);
		margin: auto;
		padding-top: 6px;
		position: relative;
		left: -15px;
	}

	#js-openBtn,
	#js-closeBtnWrap{
		width: 57px;
		height: 48px;
		background-size: contain;
		color: #fff;
		text-align: center;
	   font-family: Shuei MaruGo B;
		font-size: 1rem;
		display: block;
    position: absolute;
    margin: auto;
    padding: 2px 0 19px;
    right: 7px;
    top: 4px;
	background-image: url(../images/menu_bg.png);
		padding-top: 7px;
}
	#js-closeBtnWrap{
	}
	#js-closeBtnWrap img{
		width: calc(35px / 2);
	}
	.headerNavWrap{
		padding: 9px 0 16px 14px;
	}
	.header__logo{
		display: block;
		width: calc(476px / 2);
	}
	

	.header__logo img {
		width: 100%;

	}
	#menu{
		padding-top: 22px;
	}
	#menu li{
		border: none;
		background-image: none;
		padding: 0;
		margin-bottom: 11px;		
	}
	#menu li:nth-of-type(1),
	#menu li:nth-of-type(2),
	#menu li:nth-of-type(3),
	#menu li:nth-of-type(4),
	#menu li:nth-of-type(5),
	#menu li:nth-of-type(6),
	#menu li:nth-of-type(7){
		background-image: none;
	}
	#menu li a {
		padding: 0;
		color: #4B4948;
		text-align: center;
		background-color: #FFD4E0;
		width: 345px;
		max-width: 92%;
		margin: auto;
		border-radius: 15px;
		height: 40px;
		font-size: 1.9rem;
		line-height: 40px;
		font-family: A1 Gothic M;
		box-shadow: 2px 2px 0 0 #9FA0A0; 
		-webkit-text-size-adjust: 100%;
		font-weight: normal;
	}
	#menu .sp_nav_link{
		display: block;
		width: 345px;
		max-width: 92%;
		margin: auto;
		padding-top: 7px;
	}
	#menu .sp_nav_link li{
		background-image: url(../images/h_li.png);
		background-position: left center;
		padding-left: 14px;
		background-repeat: no-repeat;
		width: auto;
		display: inline-block;
		margin: auto;
		margin-bottom: 7px;
	}
	#menu .sp_nav_link li:nth-of-type(2),
	#menu .sp_nav_link li:nth-of-type(4){
		margin-left: 11px;
	}
	#menu .sp_nav_link li a{
		background-color: transparent;
		box-shadow: none;
		font-size: 1.5rem;
		display: inline-block;
		font-weight: normal;
		width: auto;
		height: auto;
		line-height: inherit;
		max-width: none;
	}
	
	#menu .contact,
	#closeBtn{
		width: 140px;
		margin: auto;
		display: block;
		margin-top: 15px;
	}
	#menu{
		background-image: url(../images/spnav_bg.png);
		background-repeat: no-repeat;
		background-position: bottom center;
		background-size: contain;
		padding-bottom: 16%;
	}
	
	#header .wrap{
		width: 100%;
	}
}

@media screen and (max-width: 360px) {
	
	#menu .sp_nav_link li:nth-of-type(4){
		margin-left: 0;
		display: block;
	}

}



/* ------------------- Firefox -------------------*/
@-moz-document url-prefix() {
    #menu > ul > li.logo {
        margin-right: 195px;
    }
}

/*------------------- Edge -------------------*/
_:-ms-lang(x)::backdrop,
#menu > ul > li.logo {
        margin-right: 200px;
}

/*------------------- IE11 -------------------*/
_:-ms-lang(x)::-ms-backdrop,
#menu > ul > li.logo {
        margin-right: 205px;
}

/*------------------- Safari -------------------*/

_::-webkit-full-page-media, _:future, :root #menu > ul > li.logo {
        /* margin-right: 195px; */
        margin-right: auto;
}




