*::after, * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* #inner
================================================== */
.inner {
	width: 1000px;
	margin: 0 auto;
	background: #fff;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}


/* #header
================================================== */
#stickyHeader {
	background: #fff;
  line-height: 1;
  margin: 125px auto 0;
    margin: 0 auto 0\9;
  position: absolute;
    position: relative\9;
	top: -285px;
    top: -300px\9;
	width: 100%;
	z-index: 999;
}

@media all and (-ms-high-contrast:none){
#stickyHeader {
  margin: 0 auto 0;
  position: relative;
  top: 0px;
}
}



#stickyHeader .inner {
	position: relative;
}
#stickyHeader .logo {
	float: left;
	width: 60px;
	padding: 10px 0;
	display: block;
}

/*社名*/
#stickyHeader .name img {
	position: absolute;
	top: 32px;
	left: 0;
}

/*見える見えない*/
#stickyHeader .visible {
	display: block;
}

#stickyHeader .invisible {
	display: none;
}


/*キャッチコピー*/
#stickyHeader .copy {
  font-size: 90%;
	position: absolute;
	top: 15px;
	left: 0;
	line-height: 1.4em;
	display: block;
}

#stickyHeader .copy_sp {
  font-size: 85%;
	position: absolute;
	top: 7px;
	left: 0;
	line-height: 1.4em;
	display: none;
}

/*横並び　委員会、コンタクト*/
#stickyHeader .row {
  float: right;
  margin-top: 15px;
  width: 55%;
}

address {
  float: right;
  margin: 5px 0;
}

address .tel_box {
	float: left;
	margin-right: 20px;
	
}
address .number {
	font-family: Futura, sans-serif;
	font-size: 230%;
}

address .number img {
	width: 10%;
	margin-right: 5px;
}

address .mini_atn {
	font-size: 90%;
	margin-top: 5px;
}

address .contact {
	float: left;
	background: #90b879;
    border-radius: 3px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
    color: #fff;
    display: block;
	padding: 12px 20px;
}

address .contact i {
	margin: 0 5px;
}


address .contact a {
    color: #fff;
}


/* #nav
================================================== */
#stickyHeader nav {
  margin-top: 10px;
  width: 100%;
	padding: 10px 0;
	background: #f4f9eb;
	overflow: hidden;
}

#stickyHeader nav ul {
	margin: auto;
	width: 1000px;
}
#stickyHeader nav ul li {
  display: inline;
  float: left;
  margin: 2px 2px 0 0;
  position: relative;
  text-align: center;
  width: 19.8%;
border-right: #dfdfdf solid 1px;
}

#stickyHeader nav ul li:first-child {
	border-left: #dfdfdf solid 1px;
}

  #stickyHeader nav ul li.visible {
    display: none;
  }
  
#stickyHeader nav a {
  display: block;
  padding: 10px 10px;
  text-align: center;
	color: #252525!important;
}



/* #fixed
================================================== */
#stickyHeader.fixed {
	margin-top: 0;
	position: fixed;
	top: 0;
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}

/*ロゴ*/
#stickyHeader.fixed .logo {
	display: none;
}

/*社名*/
#stickyHeader.fixed .name {
display: none;
}

/*キャッチコピー*/
#stickyHeader.fixed .copy {
	display: none;
}
#stickyHeader.fixed .row {
	display: none;
}

#stickyHeader.fixed nav ul li {
  width: 19.8%;
}

#stickyHeader.fixed nav ul li.invisible {
  display: none;
}


#stickyHeader.fixed .invisible {
  display: none;
}


#stickyHeader.fixed nav ul li.visible {
  display: none;
}


#stickyHeader.fixed nav {
  margin: 0;
  width: 100%;
}
#stickyHeader.fixed nav ul li.visible {
  display: none;
}


#stickyHeader.fixed .logo img {
  height: 50px;
}



/* パソコンで見たときは"pc"のclassがついた画像が表示される 
#sticky-header-sp .logo { display: block !important; }
#sticky-header-sp .logo_sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される 
@media only screen and (max-width: 750px) {
#sticky-header-sp .logo { display: none !important; }
#sticky-header-sp .logo_sp { display: block !important; }
}
*/

/* #toggle
================================================== */
#toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 14px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}

#toggle div {
	position: relative;
}
#toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #550030;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#toggle span:nth-child(1) {
	top: 0;
}
#toggle span:nth-child(2) {
	top: 11px;
}
#toggle span:nth-child(3) {
	top: 22px;
}

@media screen and (max-width: 1023px) {
.inner {
  width: 98%;
}

#stickyHeader.fixed nav {
  margin-top: 5px;
  width: 100%;
}
}



/*---------------------------
max-width: 750px
----------------------------*/

@media screen and (max-width: 750px) {
main {
  margin-top: 55px;
}
  
#stickyHeader .invisible {
display: block;
}

#stickyHeader {
  border: none;
top: 0;
  position: fixed;
  margin-top: 0;
}

#stickyHeader,
.inner {
  width: 100%;
  padding: 0;
}
	
	/*見える見えない*/
#stickyHeader .visible {
	display: none;
}

#stickyHeader .invisible {
	display: block;
}
	
/* Fixed reset */
#stickyHeader.fixed {
  padding-top: 0;
  background: transparent;
}
	
/*社名*/
#stickyHeader .name img {
position: absolute;
	top: 20px;
	left: 0;
	width: 45%;
}

#sticky-header-sp {
  width: 96%;
	margin: auto;
  height: 55px;
  z-index: 999;
  position: relative;
}

	.logo {
		padding: 5px 0;
	}

#stickyHeader.fixed .logo,
#stickyHeader .logo {
  position: absolute;
  left: 5px;
}
	
	#stickyHeader.fixed .invisible {
		display: block;
	}
	
#stickyHeader .logo img {
  height: 40px;
}


/* #nav
================================================== */
#stickyHeader nav {
  width: 100%;
  margin-top: 16px;
}
#sticky-header-nav {
  position: absolute;
  /* 開いてないときは画面外に配置 */
  top: -520px;
  background: #550030;
  width: 100%;
  text-align: center;
  padding: 5px 0;
  margin-top: 0;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
#stickyHeader nav ul {
	width: 100%;
  list-style: none;
  position: static;
  right: 0;
  bottom: 0;
}
#stickyHeader nav ul li {
  border: none;
  float: none;
  position: static;
 width: 100%;
}
	
#stickyHeader nav ul li:first-child {
    border: none;
  }
	

#stickyHeader #sticky-header-nav ul li a,
#stickyHeader.fixed #sticky-header-nav ul li a {
  width: 100%;
  display: block;
  color: #252525;
  padding: 10px 0;
}


/* #fixed
================================================== */
#stickyHeader.fixed {
  background: url(/images/bg_footer.png) repeat;
  border: none;
	top: 0;
  position: fixed;
  margin-top: 0;
	padding: 0;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
}
	
#stickyHeader.fixed .logo,
#stickyHeader.fixed .name {
		display: block;
	}

#stickyHeader.fixed nav {
  margin-top: 16px;
}
	#stickyHeader.fixed .invisible {
		display: block!important;
	}

#stickyHeader.fixed .logo img {
  height: 40px
}

#stickyHeader.fixed nav ul li {
  width: 100%;
}
	
	

/* #toggle
================================================== */
#toggle {
	display: block;
	top: 14px;
	width: 35px;
	height: 35px;
  top: 12px;
}

#toggle span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #7dc113;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#toggle span:nth-child(1) {
	top: 0;
}
#toggle span:nth-child(2) {
	top: 12px;
}
#toggle span:nth-child(3) {
	top: 24px;
}



/* #toggle 切り替えアニメーション */
.open #toggle span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}
.open #toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.open #toggle span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
/* #sticky-header-nav スライドアニメーション */
.open #sticky-header-nav {
  /* #sticky-header-nav top + #sticky-header-sp height */
  -moz-transform: translateY(556px);
  -webkit-transform: translateY(556px);
  transform: translateY(556px);
}


}
