.ec-headerNavSP {
  display: none;
}
.sp_logo {
  display: block;
  padding: 10px 15px;
  position: relative;
  width: calc(100% - 70px);
}
.sp_logo img {
  height: 40px;
  width: auto;
}
@media screen and (min-width:1070px) {
  .sp_logo, .zdo_drawer_menu {
    display: none;
  }
}
@media screen and (max-width: 1069.999px) {
  .header {
    display: none;
  }
}
.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_button {
  display: block;
  padding: 0;
  width: 42px;
  height: 42px;
  border-radius: 2px;
  padding: 5px;
  position: relative;
  background: none;
  border: none;
  text-align: center;
  letter-spacing: 0.1em;
  cursor: pointer;
  outline: none;
  background: var(--color_02);
}
.zdo_drawer_button .zdo_drawer_bar {
  display: block;
  width: 20px;
  height: 2px;
  transition: all 0.2s;
  transform-origin: 0% 0%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.zdo_drawer_button .zdo_drawer_bar1 {
  top: 13px;
}
.zdo_drawer_button .zdo_drawer_bar2 {
  top: 50%;
}
.zdo_drawer_button .zdo_drawer_bar3 {
  top: 70%;
}
.zdo_drawer_button.active .zdo_drawer_bar {
  width: 22px;
  left: 8px;
}
.zdo_drawer_button.active .zdo_drawer_bar1 {
  transform: rotate(0.7853981634rad) translateY(-50%);
  top: 14px;
}
.zdo_drawer_button.active .zdo_drawer_bar2 {
  opacity: 0;
}
.zdo_drawer_button.active .zdo_drawer_bar3 {
  transform: rotate(-0.7853981634rad) translateY(-50%);
  top: 30px;
}
.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 .zdo_drawer_button {
  /*+++ Hamburger Button Position +++*/
  position: fixed;
  top: 8px;
  right: 10px;
  z-index: 8;
}
.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: 7;
  background-color: rgba(51, 51, 51, 0.5);
  display: none;
  top: 0px;
  left: 0;
}
.zdo_drawer_menu .zdo_drawer_nav_wrapper {
  width: 100%;
  height: 100%;
  transition: all 0.2s;
  transform: translate(100%);
  position: fixed;
  top: 0px;
  right: 0;
  z-index: 7;
  background-color: #fff;
  overflow: auto;
  padding-bottom: 60px;
}
.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(-100%);
  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: 70px 24px;
}
.zdo_drawer_menu .zdo_drawer_nav li {
  font-size: 15px;
}
.zdo_drawer_menu .zdo_drawer_nav li a {
  display: block;
  padding: 10px 15px;
}
/*# sourceMappingURL=/zdo_drawer_menu.css.map */
.child_btn {}
.zdo_drawer_menu .zdo_drawer_nav li .sub-menu {
  display: none;
  background: #fff;
}
.zdo_drawer_menu .zdo_drawer_nav li {

  position: relative;
}
.zdo_drawer_menu .zdo_drawer_nav li.menu-item-has-children > a {}
.accordionBtn {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 45px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  display: flex;
  background: #ccc;
  color: #889d3f;
}
.accordionBtn:before {
  content: "\f067";
  font-family: "Font Awesome 5 pro";
  font-weight: 300;
}
.accordionBtn.active:before {
  content: "\f068";
  font-family: "Font Awesome 5 pro";
  font-weight: 300;
}
/*              spメニュー　　　上　　　*/
.sp_menu_midasi {
  position: relative;
  font-weight: bold;
  text-align: center;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 20px;
}
.sp_menu_midasi:before {
  background: url(../images/common/tenten_midasi.svg) no-repeat center center / contain;
  width: 48px;
  height: 10px;
  content: "";
  display: block;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
.zdo_drawer_menu .zdo_drawer_nav_wrapper {
  background: var(--color_03);
  padding: 70px 20px 50px;
}
.sp_menu_01_wrap {
  background: #fff;
  border-radius: 10px;
  padding: 25px 10px;
}
.zdo_drawer_nav .sp_menu_01_wrap .menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-row-gap: 20px;
}
.zdo_drawer_nav .sp_menu_01_wrap li {
  width: calc(100% / 3);
  text-align: center;
  border: none !important;
}
.zdo_drawer_nav .sp_menu_01_wrap li a {
  padding: 0 !important;
  font-size: 12px;
  line-height: 1.2;
  color: #3E330F !important;
      font-weight: bold;
}
.zdo_drawer_nav .sp_menu_01_wrap li img {
  display: block;
  margin: 0 auto;
}
/*            spメニュー　navi　　　　　*/
.sp_menu_02_wrap {
  margin: 30px 0 10px 0;
}
.zdo_drawer_nav .sp_menu_02_wrap li {
  border: none !important;
  margin-bottom: 10px;
}
.zdo_drawer_nav .sp_menu_02_wrap li a {
  height: 60px;
  border-radius: 100px;
  width: 100%;
  padding: 5px 20px;
  position: relative;
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.2s ease-out 0s;
  line-height: 1.2;
  background: #fff;
  color: var(--color_01);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.zdo_drawer_nav .sp_menu_02_wrap li a:after {
  position: absolute;
  background: url(../images/common/icon_arrow_01_g.svg) no-repeat center center / contain;
  width: 15px;
  height: 16px;
  content: "";
  right: 23px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.zdo_drawer_nav .sp_menu_02_wrap li.more_pink a {
  background: var(--color_pink);
  color: #fff;
}
.zdo_drawer_nav .sp_menu_02_wrap li.more_pink a {
  background: var(--color_pink);
}
.zdo_drawer_nav .sp_menu_02_wrap li.more_pink a:after {
  position: absolute;
  background: url(../images/common/icon_arrow_01_w.svg) no-repeat center center / contain;
}
.zdo_drawer_nav{
max-width: 600px;
margin: 0 auto;
}
.zdo_drawer_nav .contact_btn_list {
  grid-row-gap: 10px;
  max-width: 100%;
}
.zdo_drawer_nav .contact_btn_list li {
  width: 100%;
  max-width: 100%;
  grid-row-gap: 10px;
}
.zdo_drawer_nav .contact_btn_list .more_fax {
  font-size: 24px;
}
.zdo_drawer_nav .contact_btn_list .more_pink{
opacity: 1!important;
    transform: scale(1)!important;


}
.zdo_drawer_nav .contact_btn_list .more_pink a {
  color: #fff!important;
  font-size: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.sp_menu > li > a:before {
  content: "\f4cb";
  font-family: "Font Awesome 5 pro";
  font-weight: 600;
  margin-right: 10px;
}
.sp_has_sub_menu {
  position: relative;
}
.open_btn {
  position: absolute;
  right: 0;
  top: 1px;
  width: 60px;
  height: 51px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  display: flex;
  background: #ebefe0;
  color: #889d3f;
  cursor: pointer;
}
.open_btn:before {}
.open_btn:before {
  content: "\f067";
  font-family: "Font Awesome 5 pro";
  font-weight: 300;
}
.open_btn.active:before {
  content: "\f068";
  font-family: "Font Awesome 5 pro";
  font-weight: 300;
}
.sp_sub_menu {
  display: none;
  background-color: #ebefe0;
}


@media (max-width: 768px) {
.zdo_drawer_menu .zdo_drawer_nav .more_fax a{
padding-left: 40px;
}


}











