*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.animenu__toggle {
  display: none;
  cursor: pointer;
  background-color: #ffffff;
  border: 0;
  padding: 10px;
  height: 40px;
  width: 40px;
  border: 1px solid #d0cfcf;
  margin-bottom: 10px;
}
.animenu__toggle:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
  background-color: #FFF;
}

.animenu__toggle__bar {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #2e9b49;
  -webkit-transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);
  transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);

}
.animenu__toggle__bar + .animenu__toggle__bar {
  margin-top: 4px;
}
.animenu {
  display: block;
  width: 950px;
  margin: 0 auto;
}
.animenu li, .animenu a {
  display: inline-block;
}
.animenu__nav {
	display: inline-block;
 	margin-top: 20px;
	margin-bottom: 2px;
}
.animenu__nav li span {
	font-size: 1.1rem;
	color: #999;
	font-family: 'Lora', serif;
}
.animenu__nav > li {
  position: relative;
  margin-right: 10px;
  text-align: center;
  background-color: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 3px;
  border: 1px solid #d0cfcf;
  -moz-box-shadow:
		0px 1px 1px rgba(000,000,000,0.5);
  -webkit-box-shadow:
		0px 1px 1px rgba(000,000,000,0.5);
  box-shadow:
		0px 1px 1px rgba(000,000,000,0.5);
}
.animenu__nav > .entry_nav_btn {
  position: relative;
  margin-right: 10px;
  text-align: center;
  background-color: #e60012;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 3px;
  border: 1px solid #d0cfcf;
  -moz-box-shadow:
		0px 1px 1px rgba(000,000,000,0.5);
  -webkit-box-shadow:
		0px 1px 1px rgba(000,000,000,0.5);
  box-shadow:
		0px 1px 1px rgba(000,000,000,0.5);
}


.animenu__nav > li > a {
  padding: 10px 50px;
  text-transform: uppercase;
  text-decoration: none;
  color: #07587a;
  padding-left: 20px;
  background-image: url(../img/common/arrow_pic_003.png);
  background-repeat: no-repeat;
  background-position: 10px 10px;
}
.animenu__nav > .entry_nav_btn > a {
  padding: 10px 50px;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  padding-left: 20px;
  background-image: url(../img/common/arrow_pic_004.png);
  background-repeat: no-repeat;
  background-position: 10px 10px;
}

.animenu__nav > li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin: 0;
}
.animenu__nav > li:hover > a, .animenu__nav li span:hover {
  text-decoration: underline;
}




/*タブレット*/
@media screen and (max-width:1000px) {

.animenu	{
	  width: 96%;
	  margin-left: 4%;
  }
  
  .animenu__nav > li {
	margin-right: 1px;
}
  
  .animenu__nav > li > a {
  padding: 10px 20px;
  }
  .animenu__nav > .entry_nav_btn > a {
  padding: 10px 20px;
  }

}


/*スマートフォン*/
@media screen and (max-width:640px) {
	.animenu	{
	  width: 96%;
	  margin-left: 2%;
  }
	
  .animenu__toggle {
    display: inline-block;
	float: right;
  }

  .animenu__nav,
  .animenu__nav__child {
    display: none;
  }

  .animenu__nav {
    margin: 0 0 10px 0;
  }
  .animenu__nav > li {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #515151;
  }
  .animenu__nav > li:last-child {
    border: 0;
  }
  .animenu__nav > li:first-child > a:after {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    right: 1em;
    top: -6px;
    border: 6px solid transparent;
    border-top: 0;
    border-bottom-color: #CCC;
  }
  .animenu__nav > li > a {
    width: 100%;
    padding: 10px;
    border-color: #111111;
    position: relative;
  }
  .animenu__nav a:hover {
    border-color: #0186ba;
    color: #07587a;
  }
    .animenu__nav .entry_nav_btn a:hover {
    border-color: #0186ba;
    color: #fff;
  }

  .animenu__nav__child {
    position: static;
    background-color: #373737;
    margin: 0;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
    opacity: 1;
  }
  .animenu__nav__child > li:first-child > a:after {
    content: none;
  }
  .animenu__nav__child a {
    padding-left: 20px;
    width: 100%;
  }
  .animenu__nav--open {
  display: block !important;
  width: 100% !important;
}
.animenu__nav__child {
  display: block;
}
  
}
   

