header {
  background-color: #fff;
}
header .headerTop{
  padding:10px 10px;
}
header .siteTitle a{
  display: block;
  font-size: 18px;
  color: #52A746;
  font-weight: bold;
  text-decoration: none;
}
.navDrawr>ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.navDrawr>ul{
  display: flex;
}
@media screen and (max-width: 650px){
  .navDrawr>ul{
    display: block;
  }   
}
.navDrawr>ul>li {
 

  position: relative;
  vertical-align: middle;
  top:50%;
}
span.en{
  font-size: 0.8rem;
  color: #52A746;
  display: block;
  text-align: center;
  padding-top: 0.5rem;
}
.navDrawr a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  background: #fff;
  padding: 10px;

}
ul.sub li a{
  padding:20px !important;
}
.navDrawr .sub li:last-child a {
  border: none;
}
.navDrawr>ul>li>a {
  border-right: 1px solid #000;
  border-bottom: 5px solid #52A746;
  text-align: center;
  vertical-align: middle;
    height: 100%;
    color: #000;
display: flex;
flex-direction: column;

}
li.logo{
  width: 25%;
}
li.menu{
  width: 12%;
}

.navDrawr>ul>li>a:hover {
  background: #52A746;
  color: #fff;
}
.navDrawr>ul>li>a>span:hover{
  color: #fff;
}
.navDrawr .sub {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9999;
font-size:1.2rem;
}
.navDrawr .sub a {
  background: #52A746;
  border-bottom: 1px solid #600000;
  padding: 10px 10px 10px 20px;
}
.navDrawr .sub a:hover {
  background: #52A746;
}
#contents{
  padding-top:20px;
}
li.menu_contact{
  width:15%;
  display: flex;
  flex-direction: column;
}
li.menu_contact > a.menu_conatct_tell{
  font-size: 1.2rem;
  font-weight: 700;
  color: #52A746 !important;
  border-bottom: none;
}
li.menu_contact > a.menu_conatct_mail{
  font-size: 1rem;
  font-weight: 700;
  color: #fff !important;
  border-bottom: none;
  background-color: #52A746;
}

@media only screen and (max-width: 768px) {
  #wrapper{
      overflow:hidden;
  }
  .navDrawr {
      background-color: #666;
      position: fixed;
      width: 270px;
      top: 60px;
      bottom: 0;
      right: -270px;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      z-index: 9999;
  }
  body.menuOpen #wrapper{
      padding-top:60px;
  }
  .overlay {
      display: none;
      background-color: rgba(0,0,0,0.49);
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
  }
  header {
      position:relative;
      height: 60px;
      padding:0;
  }
  body.menuOpen header{
      position: fixed;
      top:0;
      width: 100%;
      z-index:9999
  }
  header .headerTop{
      padding:inherit;
  }
  header .siteTitle a{
      margin-left: 0px;
      line-height: 60px;
  }
  .navDrawrBtn {
      text-align: right;
  }
  .navDrawrBtn span {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      display: block;
      width: 60px;
      height: 60px;
      cursor: pointer;
  }
  .navDrawrBtn span::before {
      font-family: FontAwesome;
      content: "\f0c9";
      font-size: 24px;
      color: #52A746;
      position: absolute;
      left: 0;
      width: 100%;
      text-align: center;
      line-height: 60px;
  }/* ハンバーガーメニューボタンをクリックしたときのメニューの表示状態（JavaScriptでクラスを切り替えるなどの処理が必要） */
.navDrawr.active {
  transform: translateX(0);
}
  body.menuOpen .navDrawrBtn span::before {
      content: "\f00d";
  }
  .navDrawr a {
      position: relative;
  }
  .navDrawr a::after {
      position: absolute;
      top: 50%;
      margin-top: -10px;
      right: 15px;
      font-family: FontAwesome;
      content: "\f054";
  }
  .navDrawr>ul>li {
      float: none;
      width: auto;
  }
  .navDrawr>ul>li>a {
      text-align: left;
      border-right: none;
      border-bottom: 1px solid #52A746;
  }
  .navDrawr .sub {
      position: static;
      display: block!important;
  }
  .banner{
    position: fixed;
  }
}

ul.imgList{}
ul.imgList::after{
  display: table;
  line-height: 0;
  content: "";
  clear:both;
}
ul.imgList li{
  float: left;
  width: 31.33333333%;
  margin: 1%;
}
ul.imgList li .thumbnail{
  background-color: #FFF;
  padding: 20px;
  border:solid 1px #ccc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
ul.imgList li img{
  margin-bottom:10px;
}
ul.imgList li .caption{}
ul.imgList li .title{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media only screen and (max-width: 480px) {
  ul.imgList li{
      float: none;
      width: 98%;
      margin: 1%;
  }
}
.menu a:hover .en {
  color: white;
}