#wrapper nav {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    padding-top: 50px;
    background:#333;
    font-size: 16px;
    box-sizing: border-box;
    z-index: 2;
	
}
#wrapper nav ul li {
    display:block;
    padding: 20px 28px
}
#wrapper nav ul li a {
    text-decoration: none;
    color: #ddd
}
#wrapper .btn-gnavi {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 24px;
    z-index: 3;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms
}
#wrapper .btn-gnavi span {
    position: absolute;
    width: 30px;
    height: 4px;
    background: #666;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms
}
#wrapper .btn-gnavi span:nth-child(1) {
    top: 0
}
#wrapper .btn-gnavi span:nth-child(2) {
    top: 10px
}
#wrapper .btn-gnavi span:nth-child(3) {
    top: 20px
}
#wrapper .btn-gnavi.open span {
    background: #fff
}
#wrapper .btn-gnavi.open span {
    width: 24px;
}
#wrapper .contents section p {
    position: absolute;
    top: 50%;
    width: 30%;
    line-height: 1.4;
    font-size: 20px;
    color: #fff;
}
#wrapper .contents section:nth-child(odd) p {
    left: 10%
}
#wrapper .contents section:nth-child(even) p {
    right: 10%
}
.drawer--left .drawer-nav{
	z-index: 10000;
	
}
.drawer--left .drawer-nav{
  display: flex;
  position: fixed;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;

}
.hednav{
	width: 100%;
	display: flex;
	margin-bottom: 2%;
	margin-top: 2%;
}
@media screen and (max-width: 320px) {
	.hednav{
	width: 320px;
	display: flex;
	margin-bottom: 2%;
	margin-top: 2%;
}
}
.hednav{
	width: 100%;
	display: flex;
	margin-bottom: 2%;
	margin-top: 2%;
}
.drawer-menu .drawer-brand{
	font-size:18px;
	font-weight: bold;
	
}
.drawer-menu li{
	border-bottom: solid 1px #33A02B;
	text-decoration: none;
	width: 300px;
}
.drawer-menu li a{
text-decoration: none;
}
.drawer-nav{
	overflow-y: auto;
	 -webkit-overflow-scrolling: touch;
}

.drawer--top.drawer-open .drawer-nav {
      top: 0;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
    }
 
    .drawer--left.drawer-open .drawer-nav,
    .drawer--left .drawer-hamburger,
    .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
      left: 0;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
    }
 
    .drawer--right.drawer-open .drawer-nav,
    .drawer--right .drawer-hamburger,
    .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
      right: 0;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
    }

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


テスト

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

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

  ここから下がハンバーガーメニュー
  に関するCSS

------------------------------*/
  
/* チェックボックスは非表示に */
.drawer-hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer-open {
  display: flex;
  height: 40px;
  width: 60px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;/* 重なり順を一番上に */
  cursor: pointer;
}

/* ハンバーガーメニューのアイコン */
.drawer-open span,
.drawer-open span:before,
.drawer-open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #333;
  transition: 0.5s;
  position: absolute;
}

/* 三本線のうち一番上の棒の位置調整 */
.drawer-open span:before {
  bottom: 8px;
}

/* 三本線のうち一番下の棒の位置調整 */
.drawer-open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer-check:checked ~ .drawer-open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer-check:checked ~ .drawer-open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer-check:checked ~ .drawer-open span::after {
  top: 0;
  transform: rotate(-45deg);
}
  
/* メニューのデザイン*/
.drawer-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;/* メニューを画面の外に飛ばす */
  z-index: 99;
  background: #fff;
  transition: .5s;
	overflow-y: scroll;
    overflow-x: hidden;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer-check:checked ~ .drawer-content {
  left: 0;/* メニューを画面に入れる */
	margin-left: 20%;
}


#menu-navibtn {
  display: none;
}
#navi input[type="checkbox"]:checked ~ .menu-child {
  max-height: inherit;
  overflow-y: visible;
  visibility: visible;
}
.angletoggle:before {
  content: "\f107";
}
#navi input[type="checkbox"]:checked ~ * .angletoggle:before {
  content: "\f106";
}
.drawer-list > li > a{
	text-decoration: none;
	font-size:14px;
	color: #000000;
	padding: 2%;
	    line-height: 3em;
}
.drawer-menu-item  {
	margin-bottom: 2%;
	border-bottom: 1px solid #33A02B;
	margin-top: 2%;
	    line-height: 1.15em;
	display: block;
}
.menu_title{
	background-color: #f7f7f7;
	font-size:16px;
	padding: 4%;
}
.drawer-brand{
	display: block;
    background: #33A02B;
    color: #fff!important;
    text-align: center;
    margin-left: 10%;
    width: 60%;
	border-radius: 10px 10px 10px 10px;
	margin-top: 5%;
}
.menu_title > a{
	text-decoration: none!important;
	color: #000000;
}