/*★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
header
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
header{
    background:
    url("../mail_img/common/head-bg.png") repeat-x top 0 left 0 /auto
    ,url("../mail_img/common/head-bg-brown.jpg") repeat top 0 left 0/auto;
}
.head-logo{
    text-align: center;
    padding: 15px 2% 15px;
}

.header-txt-area {
  background: #009141;
}

.header-txt {
  font-size: 27px;
  color: #fff;
  font-weight: bold;
}

.header-txt span {
  color: #FFF000;
  font-weight: bold;
}

.header-title {
  font-size: 42px;
  font-weight: bold;
  color: #009141;
  line-height: 1.2;
  padding: 40px 0 60px;
}

.header-title span {
  font-size: 20px;
}

.header-title-area {
  background: url(../img/kouji/header-bg.png) no-repeat center center, #d1e8da;
  background-size: cover;
  border-bottom: 4px solid #009141;
  box-sizing: border-box;
}

.pankuzu ul {
  overflow: hidden;
  padding: 20px 0;
}

.pankuzu ul li {
  float: left;
  padding-right: 30px;
  position: relative;
}

.pankuzu ul li:last-child {
  padding-right: 0px;
}

.pankuzu ul li::after {
  content: '＞';
  position: absolute;
  display: inline-block;
  width: 20px;
  right: 0;
}

.pankuzu ul li:last-child::after {
  display: none;
}

.pankuzu ul li a {
  color: #000;
  font-size: 13px;
  transition: all ease .4s;
}

.pankuzu ul li a:hover {
  color: #009141;
}



.header-area {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: #fff;
  z-index: 100;
}

.header-area-inner {
  width: 94%;
  margin: 0 auto;
  overflow: hidden;
}

.h-logo {
  float: left;
  width: 30%;
  padding: 4px 3% 0px 0px;
  box-sizing: border-box;
}

.h-logo img {
  max-height: 70px;
}

.header-area nav {
  float: left;
  width: 70%;
  box-sizing: border-box;
}

.header-area nav ul {
  overflow: hidden;
}

.top-nav {
  width: 25%;
  float: left;
  line-height: 80px;
  height: 80px;
  padding-left: 34px;
  position: relative;
  overflow: hidden;
}
.top-nav:first-child {
  width: 25%;
}
.top-nav > a {
  transition: all ease .4s;
}

.top-nav > a:hover {
  opacity: .7;
}

.top-nav a {
  font-size: 14px;
  font-weight: bold;
  color: #5E0000;
}

.header-area-inner, .header-area nav ul {
  overflow: visible !important;
}

.top-nav > ul {
  opacity: 0;
}
.top-nav.open {
  width: 30%;
}
.top-nav.open:first-child {
  width: 20%;
}
.top-nav.open > ul {
  opacity: 1;
  position: absolute;
  top: 80%;
  left: 0;
  width: 130%;
}


.top-nav.open > ul a {
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 4% 20px;
  color: #fff;
  text-decoration: none;
  transition: all ease .4s;
  background: #B95994;
}

.top-nav.open > ul a:hover {
  background: #de9ec5;
}

.top-nav:nth-child(2).open > ul a {
  background: #009141;
}

.top-nav:nth-child(2).open > ul a:hover {
  background: #59b783;
}
