.hderCenterLogo {
  /*position: fixed;*/
  top: 0;
  z-index: 9999;
  width: 100%;
  background: #fff;
  padding: 18px 0 0 0;
text-align: center;
}

@media (min-width: 768px) {
  .hderCenterLogo {
    padding: 18px 0 0 0;
  }
}

.hderCenterLogo img {
  height: 40px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .hderCenterLogo img {
    height: 40px;
  }
}
header h1{
	padding: 0 0 18px 0;
}
.shadow {
    box-shadow: 0 2px 2px -1px #ee7801;
}

.sukinavi{
	width: 100%;
	padding: 10px 0;
	background: #f8edd9;
	text-align: center;
}
.sukinavi img{
	height: 20px;
}