/* ===================================================================

setting

=================================================================== */
.header h1, .nav-content ul li, .content p {
  font-family: 'Codystar', cursive; }

.header {
	width: 100%;
	z-index: 20;
	height: 70px;
	margin:0;
	padding:0;
	background-image: url(../../img/h.png);
	background-repeat: repeat;	
	background-color:#fff;
	
  }
.header h1 {
	margin-top:-10px;
	padding:0;
	float:left;
	}
.serch {
	position: absolute;
	right: 43px;
	top:8px;
	}	
.header .header__heading {
    position: absolute;
    width: 100%;
    z-index: 20; 
	padding-top:15px;
	}

.nav-content {
	position: absolute;
	width: 100%;
	top: -735px;
	z-index: 15;
	-webkit-transition: 1.5s top;
	transition: 1.5s top;
	background-color: #FCE27C;
}
  .nav-content ul li {
	font-size: 12px;
	
}
    .nav-content ul li a {
	text-align: center;
	display: block;
	color: #963;
	text-decoration: none;
	clear: both;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #967C30;
	line-height:25px;
}
/*.nav-content ul li a p{
	color: #999;
}*/
.is-open .nav-content {
  top: 68px; }

#js-cover {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0px;
	opacity: 0;
	z-index: 1;
	background-color: #F8F4FB;
}

.menu-button {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: 14px;
  top: 25px; }
  .menu-button i {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 3px;
    background: #000;
    -webkit-transition: background 0.5s;
            transition: background 0.5s;
    position: relative;
    left: 5px;
    top: 16px; }
    .menu-button i:before,
    .menu-button i:after {
      content: "";
      display: block;
      width: 20px;
      height: 2px;
      border-radius: 3px;
      background: #000;
      position: absolute;
      -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transition: all 0.3s !important;
              transition: all 0.3s !important; }
    .menu-button i:before {
      -webkit-transform: translateY(8px);
          -ms-transform: translateY(8px);
              transform: translateY(8px); }
    .menu-button i:after {
      -webkit-transform: translateY(-8px);
          -ms-transform: translateY(-8px);
              transform: translateY(-8px); }

.is-open .menu-button i {
  background: none; }
  .is-open .menu-button i:after {
    -webkit-transform: translateY(0px) rotate(-45deg);
        -ms-transform: translateY(0px) rotate(-45deg);
            transform: translateY(0px) rotate(-45deg); }
  .is-open .menu-button i:before {
    -webkit-transform: translateY(0px) rotate(45deg);
        -ms-transform: translateY(0px) rotate(45deg);
            transform: translateY(0px) rotate(45deg); }
