/*+++ Reset +++*/
/* @media screen and (max-width:992px){ */
@media screen and (max-width:2000px){
  .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: #fff; */
    background-color: rgba(255, 255, 255, 0);
    /* border: 2px solid #fff; */
    border: none;
    }
  
  
  .zdo_drawer_button .zdo_drawer_bar {
    display: block;
  /*   width: 42px;
    height: 2px; */
    width: 25px;
    height: 2px;
    transition: all 0.2s;
    transform-origin: 0% 0%;
    transform: translateY(-50%);
    position: absolute;
    /* left: 0; */
    left:  25%;
  }
  
  .zdo_drawer_button .zdo_drawer_bar1 {
    /* top: 0; */
    top: 30%;
  }
  
  .zdo_drawer_button .zdo_drawer_bar2 {
    /* top: 50%; */
    top: 50%;
  }
  
  .zdo_drawer_button .zdo_drawer_bar3 {
    /* top: 100%; */
    top: 70%;
    /* width: 18px; */
  
  }
  
  .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; */
    transform: rotate(0.7853981634rad) translateY(-15%);
    top: 10px;
    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; */
    transform: rotate(-0.7853981634rad) translateY(-75%);
    top: 37px;
    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:  #CB2228;
  }
  
  .zdo_drawer_button .zdo_drawer_bar {
    background-color: #0D264E;
  }
  
  /* === 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 {
    font-size: 18px;
    font-weight: 700;
    color: #00223D;
    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);
    display: none;
    top: 0;
    left: 0;
  }
  .zdo_drawer_menu .zdo_drawer_nav_wrapper {
    width: 350px;
    height: 100%;
    transition: all 0.2s;
    transform: translate(350px);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    background-color: rgba(16,144, 203, 0.9);
    /* background-color: rgba(255,255, 255, 0.9); */
  }
  .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: 60px 0 50px;
    margin: 0 auto;
  }
  .zdo_drawer_menu .zdo_drawer_nav li {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    padding: 9px 0;
  }
  .zdo_drawer_menu .zdo_drawer_nav li a{
    color: #fff;
  }
  .zdo_drawer_menu .zdo_drawer_nav li:first-of-type a{
    color: #FED455;
  }
  /* SPメニュー_申し込みボタン */
  /* SPメニュー_お問い合わせボタン */
  /* →style.cssへ */

}


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