
.zdo_drawer_button * {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  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_menu {
  position: relative;
}

.zdo_drawer_menu .wrapper{
  width: 64px;
  height: 64px;
  background-color: #8ecece;
}

.zdo_drawer_button {
  display: block;
  padding: 0;
  width: 50px;
  height: 22px;
  position: relative;
  background: none;
  border: none;
  text-align: center;
  letter-spacing: 0.1em;
  cursor: pointer;
  outline: none;
  margin: 20px 15px;
}

.zdo_drawer_button .zdo_drawer_bar {
  display: block;
  width: 35px;
  height: 2px;
  transition: all 0.2s;
  transform-origin: 0% 0%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
}

.zdo_drawer_span_menu{
  position: absolute;
  color: #fff;
  font-size: 10px;
  left: 0;
  right: 0;
  top: -18px;
  letter-spacing: -1px;
}

 .zdo_drawer_span_close{
  display: none;
  position: absolute;
  color: #fff;
  font-size: 10px;
  left: 0;
  top: -18px;
  letter-spacing: -1px;
}

.zdo_drawer_button.active{
  margin: 20px 11px;
}

.zdo_drawer_button.active .zdo_drawer_span_menu {
   display: none;
 }
.zdo_drawer_button.active .zdo_drawer_span_close {
   display: block;
   position: absolute;
   color: #fff;
   font-size: 10px;
   left: 14%;
   top: -18px;
   letter-spacing: -1px;
 }

.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 .zdo_drawer_bar {
  width: 36.77px;
  left: 8px;
}

.zdo_drawer_button.active .zdo_drawer_bar1 {
  transform: rotate(0.7853981634rad) translateY(-50%);
  top: 0px;
  background-color: #ffffff !important;
}

.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% - -4px);
  background-color: #ffffff !important;
}

.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: -20px;
  left: 0;
  text-align: center;
  font-size: 10px;
}

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

/*+++ Default Button Color +++*/
.zdo_drawer_button {
  color: #fff;
}

.zdo_drawer_button .zdo_drawer_bar {
  background-color: #FFF;
}

/* === Hambuerger Button's Style End === */
.zdo_drawer_menu .wrapper {
  /*+++ Hamburger Button Position +++*/
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1001;
  background: transparent linear-gradient(130deg, #04C0D9 0%, #046BC6 100%) 0% 0% no-repeat padding-box;
  border-radius: 0px 0px 0px 19px;
}
.zdo_drawer_menu a {
  color: inherit;
  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;
  display: none;
  top: 0;
  left: 0;
}
.zdo_drawer_menu .zdo_drawer_nav_wrapper {
  width: 100%;
  height: 100%;
  transition: all 0.2s;
  transform: translate(100%);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(255,255,255,0.9);
}
.zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
  transform: translate(0);
  overflow-y: scroll; 
}
.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: 145px 10% 0 10%;
  box-sizing: border-box;
  color: #333;
  font-weight: bold;
  font-size: 15px;
  text-align: left;
  width: 100%;
  height: auto;
}
.zdo_drawer_menu .zdo_drawer_nav li {
  font-size: 16px;
  letter-spacing: 1.6px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "YuGothic", "Yu Gothic","游ゴシック", "Meiryo", sans-serif;
  color: #0471D1;
  font-weight: bold;
  list-style-type: none;
  float: none;
  background-repeat: no-repeat;
  background-position:0px 7px;
  height: auto;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-bottom: 20px;
  border-bottom: solid 1px #0471D1;
}

.zdo_drawer_menu .zdo_drawer_nav ul.zdo_drawer_nav_bottom li{
  border-bottom: none;
  background-color: #0469CF;
  padding: 4%;
  color: #fff;
  text-align: center;
  position: relative;
  border-radius: 30px;
  font-size: 12px;
}

.zdo_drawer_menu .zdo_drawer_nav ul.zdo_drawer_nav_bottom li:after{
  content: "";
  position: absolute;
  right: 25px;
  top: 42%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 5px;
  height: 5px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
}

.accordion-container {
  position: relative;
  width: 100%;
  border-top: none;
  outline: 0;
  border-bottom: 0;
}

.accordion-container .accordion-content li{
  border-bottom: none;
  padding-top: 40px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.accordion-container .accordion-content li:last-child{
  border-bottom: none;
  padding-top: 0;
}

.zdo_drawer_menu .zdo_drawer_nav ul.zdo_drawer_nav_bottom{
  display: flex;
  justify-content: space-evenly;
}

.zdo_drawer_menu .zdo_drawer_nav ul.zdo_drawer_nav_bottom li{
  width: 40%;
}

.zdo_drawer_menu .zdo_drawer_nav ul.zdo_drawer_nav_bottom svg{
  fill: #fff;
  width: 10px;
  height: 10px;
  margin-left: 5px;
}


/*ハンバーガーメニューアコーディオン*/

.zdo_drawer_menu .zdo_drawer_nav_wrapper 
.zdo_drawer_nav .accordion-container .menu-article-title {
  display: block;
  position: relative;
  margin: 0;
}

.zdo_drawer_menu .zdo_drawer_nav_wrapper 
.zdo_drawer_nav .accordion-container .menu-article-title{
  position: relative;
  font-weight: bold;
}

.zdo_drawer_menu .zdo_drawer_nav_wrapper 
.zdo_drawer_nav .accordion-container .menu-article-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 20%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #0487D9;
  border-right: solid 2px #0487D9;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.zdo_drawer_menu .zdo_drawer_nav_wrapper 
.zdo_drawer_nav .accordion-container .menu-article-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.accordion-content {
  display: none;
}

.accordion-content p{
  font-weight: normal;
  font-size: 16px;
  margin: 20px 0;
}

.accordion-content a {
  display: block;
  margin-bottom: 30px;
}
/*# sourceMappingURL=/zdo_drawer_menu.css.map */