  /*+++ Reset +++*/
/* @media screen and (max-width:768px){ */ /* 常にドロワーメニューを表示 */
.zdo_drawer_button * {
  margin: 0;
  padding: 0;
  outline: none;
  /* border: none; */
  border: 0;
  font: inherit;
  font-family: inherit;
  /* font-size: 100%; */
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  text-decoration: none;
  list-style: none;
}
.zdo_drawer_button {
  display: none;
}

.zdo_drawer_button {
  display: block;
  padding: 0;
  width: 42px;
  height: 26px;
  /* min-width: 50px;
  min-height: 50px; */
  position: relative;
  background: none;
  border: none;
  text-align: center;
  letter-spacing: 0.1em;
  cursor: pointer;
  outline: none;
  background-color: rgb(255, 255, 255, 0);;
  border: none;
}
.zdo_drawer_button:focus{
  outline: none;
}


.zdo_drawer_button .zdo_drawer_bar {
  display: block;
  width: 42px;
  height: 4px;
  transition: all 0.2s;
  transform-origin: 0% 0%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
}
@media screen and (max-width:768px){
  .zdo_drawer_button .zdo_drawer_bar {
    width: 35px;
  }
}

.zdo_drawer_button .zdo_drawer_bar1 {
  top: 0;
}

.zdo_drawer_button .zdo_drawer_bar2 {
  top: 50%;
}

.zdo_drawer_button .zdo_drawer_bar3 {
  top: 100%;
}
.zdo_drawer_button.active{
  background-color: transparent;
  border: transparent;
}
.zdo_drawer_button.active .zdo_drawer_bar {
/*   width: 36.77px;
  left: 8px; */
  width: 60px;
  left: 25%;
}

.zdo_drawer_button.active .zdo_drawer_bar1 {
  transform: rotate(0.7853981634rad) translateY(-50%);
  top: 0px;
/*   transform: rotate(0.7853981634rad) translateY(-30%);
  top: 30px; */
  width: 37px;
  background-color: #fff;
}

.zdo_drawer_button.active .zdo_drawer_bar2 {
  opacity: 0;
}

.zdo_drawer_button.active .zdo_drawer_bar3 {
  transform: rotate(-0.7853981634rad) translateY(-50%);
  top: calc(100% - 0px);
/*   transform: rotate(-0.7853981634rad) translateY(-150%);
  top: 75px; */
  width: 37px;
  background-color: #fff;
}

.zdo_drawer_button.active .zdo_drawer_menu_text {
  display: none;
}

.zdo_drawer_button.active .zdo_drawer_close {
  display: block;
}

.zdo_drawer_text {
  width: 100%;
  position: absolute;
  bottom: -15px;
  left: 0;
  text-align: center;
  font-size: 10px;
}

.zdo_drawer_close {
  letter-spacing: 0.08em;
  display: none;
}

/*+++ Default Button Color +++*/
.zdo_drawer_button {
  /* color: #2274a5; */
  color: #2196f3;
}

.zdo_drawer_button .zdo_drawer_bar {
  /* background-color: #2274a5; */
  background-color: #707070;
}

/* === Hambuerger Button's Style End === */
.zdo_drawer_menu .zdo_drawer_button {
  /*+++ Hamburger Button Position +++*/
  /* position: fixed; */
/*   top: 32px;
  right: 32px; */
  top: 0px;
  right: 0px;
  z-index: 1001;
}
.zdo_drawer_menu a {
  color: inherit;
  /* color: #000; */
  text-decoration: none;
}
.zdo_drawer_menu a:visited {
  color: inherit;
}
.zdo_drawer_menu .zdo_drawer_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  /* background-color: rgba(51, 51, 51, 0.5); */
  /* background-color: rgba(0, 0, 0, 0.5); */
  background-color: transparent;
  display: none;
  top: 0;
  left: 0;
}
.zdo_drawer_menu .zdo_drawer_nav_wrapper {
  /* width: 312px;
  height: 100%; */
  width: 100%;
  height: auto;
  transition: all 0.5s;
  transform: translate(0,-100%);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  /* background-color: rgba(0, 0, 0, 0.9); */
  background-color: #ddd;
}
.zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
  transform: translate(0);
}
.zdo_drawer_menu.left .zdo_drawer_button {
  right: auto;
  left: 32px;
}
.zdo_drawer_menu.left .zdo_drawer_nav_wrapper {
  transform: translate(-312px);
  right: auto;
  left: 0;
}
.zdo_drawer_menu.left .zdo_drawer_nav_wrapper.open {
  transform: translate(0);
}

/*+++ Default Navigation CSS +++*/
.zdo_drawer_menu .zdo_drawer_nav {
  /* padding: 100px 24px; */
  padding: 50px 24px;
}
.zdo_drawer_menu .zdo_drawer_nav li {
  font-size: 1.5rem;
  margin-bottom: 14px;
  color: #707070;
  text-align: center;
}
.zdo_drawer_menu .zdo_drawer_nav li.contact{
  padding: 10px;
  border: 2px solid white;
  border-radius: 5px;
  background-color: rgba(33,150,243,.5);
}

/* } */


/*# sourceMappingURL=/zdo_drawer_menu.css.map */