@charset "utf-8";
/*  style　[  Smart Phone ]
=================================================================== */
/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
  
  /*----------------------------------------------
   header
---------------------------------------------*/
  header {
  }
  
  .item01 {
    width: 80%;
  }

 /* ヘッダ部分 */
	h1 {
/*
    padding: 0 ;
    margin: auto;
*/
}
  h1 img {
    padding: 0 ;
    margin: auto;
    width: 100%;
    
  }
  
    /* nav */
  .wrapper {
  height: 100%;
  overflow-x: hidden;
  position: relative;
}
.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.menu-trigger {
  display: inline-block;
  width: 36px;
  height: 28px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 100;
  transform: translateX(0);
  transition: transform .5s;
 }
 .menu-trigger.active {
  transform: translateX(-250px);
}
 .menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
}
.menu-trigger.active span {
  background-color: #333;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 12px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}

nav {
  width: 250px;
  height: 100%;
  padding-top: 100px;
  background-color: rgb(178, 204, 122, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  transform: translate(250px);
  transition: all .5s;
}
nav.open {
  transform: translateZ(0);
}
nav li  {
  color: #333;
  text-align: center;
 /* padding: 10px 0;*/
}
  
  nav li a {
  display: block;
    padding: 10px 0;
}
 nav li a:link {
  color: #333;
}
   nav li a:hover {
  background-color: rgb(223, 255, 153, 1);
}
  
  
* {
  box-sizing: border-box;
}
nav ul {
  list-style: none;
  display: block;
}
  

  
  
 /*----------------------------------------------
  
  ---------------------------------------------*/

  .main {
  width: 90%;
  margin: 0 auto;
}
  
  table.tdLine th {
 display: block;
    width: 100%;
}

table.tdLine td {
 display: block;
    width: 100%;
}
  
  /*----------------------------------------------
  豆知識
---------------------------------------------*/
.tips {
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
  .tip {
  width: 98%;
    margin: 0 auto 1em auto;
}
  
  /*----------------------------------------------
  活動状況
---------------------------------------------*/
.reports {
   -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.article {
  width: 98%;
  margin: 0 auto 1em auto;
  padding-bottom: 1em;
  border-bottom: #D9D900 1px dotted;
}
.article h3 {
  margin: 0 0 1em 0;
}

  .photos {
  list-style: none;
    margin: 0 auto;
}
.photos li {
  display: inline-block;
  width: 48%;
}
 
  
/*----------------------------------------------
  footer
  ---------------------------------------------*/
  address {
    font-size: 1em;
    }
.parking {
  margin-bottom: 10px;
}
  .copyright {
  font-size: 0.7em;
  text-align: center;
  /*padding-top: 30px;
  color: #ccc;*/
}
  .smart-flex-box{
    display: block;
  }
  .smart_top{
    padding-top: 5px;
  }

}
/*----------------------------------------------
   480px以下
  ---------------------------------------------*/
@media screen and (max-width: 480px) {
   header {
   /* min-height: 300px;*/
  }
  #areaHeader {
  height: 50px;
}
    h1 img {
    width: 100%;
    
  }
  /*----------------------------------------------
   見出し
---------------------------------------------*/
/* h2 */

h2:before {
  width: 2em;
}
h2:after {
  width: 2em;
}
.smart-flex-box{
    display: block;
  }
  .smart_top{
    padding-top: 5px;
  }
}


