.ec-headerNavSP {
  display: none;
}

.sp_yudo_contact_wrap{
width: 100%!important;
padding-bottom: 0!important;
    margin: 0 auto;
    max-width: 500px !important;

}
.sp_yudo_contact_wrap .yudo_contact_list{
padding-bottom: 0!important;
        grid-row-gap: 11px!important;
        border-bottom:none!important;
}

.sp_yudo_contact_wrap .yc_img {
        margin-top: 0!important;
    }
	
.sp_yudo_contact_wrap .yc_img img {
    max-width: 80%;
}	
.yc_img.mizutama_point_01:before{
display: none;
}	
.sp_yudo_contact_wrap .yudo_contact_list > div{
width: 100%;
height: 100px;
}
.sp_yudo_contact_wrap .yudo_contact_list > div a{
    display: flex;
    flex-wrap: wrap;
	column-gap: 15px;
	padding: 15px;
	    flex-direction: row;
}
.sp_yudo_contact_wrap .yudo_contact_list > div a .yc_icon{
width: 70px;

}
.yudo_contact_list .yc_02 {
        font-size: 12px;
    }
	
	
	
	
.sp_yudo_contact_wrap .yudo_contact_list > div a .text{
flex:1;
text-align: left;
}
.sp_yudo_contact_wrap .yudo_contact_list .yc_icon{
margin: 0;

}
.sp_yudo_contact_wrap .yudo_contact_list .yc_icon img {
        max-width:100%;
    }
	
	
.sp_yudo_contact_wrap .yudo_contact_list .tel .yc_01 {
        font-size: 31px;
    }
	
.sp_yudo_contact_wrap .yudo_contact_list .mail .yc_01 {
        font-size: 25px;
    }	
.sp_yudo_contact_wrap .yudo_contact_list .yc_01{
margin: 0 0 10px 0;
}	
.sp_yudo_contact_wrap .yudo_contact_list .yc_02 {
        font-size: 12px;
    }	
	
	
@media (min-width:768px) {
  #globalNavi {}
  .sp_sns_list, .sp_logo {
    display: none;
  }
  .zdo_drawer_menu .zdo_drawer_button {
    width: 110px;
    height: 110px;
    border-radius: 0px;
    padding: 5px;
    background: var(--color_01);
    right: 0;
    top: 0;
    border-radius: 0;
  }
  .zdo_drawer_button.active .zdo_drawer_bar, .zdo_drawer_button .zdo_drawer_bar {
    width: 54px;
  }
  .zdo_drawer_button .zdo_drawer_bar1 {
    top: 34%;
  }
  .zdo_drawer_button .zdo_drawer_bar3 {
    top: 66%;
  }
  .zdo_drawer_button.active .zdo_drawer_bar3 {
    top: 70px;
  }
  .zdo_drawer_button.active .zdo_drawer_bar1 {
    top: 35px;
  }
  .zdo_drawer_button.active .zdo_drawer_bar1 {
    top: 36%;
  }
  .zdo_drawer_button.active .zdo_drawer_bar3 {
    top: 71%;
  }
}
@media (min-width: 768px) and (max-width: 1069.888px) {
  .header_nav_wrap {
    display: none;
  }
}
@media (max-width: 1069.888px) {
  .header_info_wrap, .header_login_wrap, .header_wrap {
    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: 0px;
  padding: 5px;
  position: relative;
  background: none;
  border: none;
  text-align: center;
  letter-spacing: 0.1em;
  cursor: pointer;
  outline: none;
  background: var(--color_01);
}
.zdo_drawer_button .zdo_drawer_bar {
  display: block;
  height: 3px;
  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: 38px;
}
.zdo_drawer_button .zdo_drawer_bar2 {
  top: 50%;
}
.zdo_drawer_button .zdo_drawer_bar3 {
  top: 65%;
}
.zdo_drawer_button.active .zdo_drawer_bar {
  left: 8px;
}
.zdo_drawer_button.active .zdo_drawer_bar1 {
  transform: rotate(0.7853981634rad) translateY(-50%);
  top: 36%;
}
.zdo_drawer_button.active .zdo_drawer_bar2 {
  opacity: 0;
}
.zdo_drawer_button.active .zdo_drawer_bar3 {
  transform: rotate(-0.7853981634rad) translateY(-50%);
}
.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: 0px;
  right: 0px;
  z-index: 11;
}
.zdo_drawer_menu .zdo_drawer_button:before {
  content: "";
  display: block;
  background: var(--color_01);
  width: 154px;
  aspect-ratio: 1 / 1;
  height: auto;
  border-radius: 100px;
  margin: auto;
  position: absolute;
  left: -22px;
  right: 0;
  top: 0;
  bottom: 0;
}
.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: 500px;
  height: 100%;
  transition: all 0.2s;
  transform: translate(100%);
  position: fixed;
  top: 0px;
  right: 0;
  z-index: 10;
  overflow: auto;
  background: var(--color_02);
  padding: 50px;
  padding-top: 75px;
}
.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 {
  position: relative;
}
.zdo_drawer_menu .zdo_drawer_nav li.menu-item-has-children > a {
  padding-right: 17px;
}
.zdo_drawer_menu .zdo_drawer_nav li.menu-item-has-children > a:before {
  display: none;
}
.accordionBtn {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  width: 59px;
  height: 56px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  display: flex;
  background: transparent;
  color: var(--color_01);
  padding-right: 23px;
  font-size: 24px;
}
.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;
}
/*             サブメニュー　　　*/
.zdo_drawer_menu .zdo_drawer_nav li .sub-menu {
  display: none;
  background: var(--color_01);
  padding: 20px 20px 10px;
  border-radius: 14px;
  margin: 10px 10px;
}
.zdo_drawer_menu .zdo_drawer_nav li .sub-menu a {
  background: #fff;
}
.zdo_drawer_menu .zdo_drawer_nav li .sub-menu a:hover {
  border-color: #fff;
}
/*              spメニュー　　　上　　　*/
.sp_menu_logo {
  max-width: 80px;
  padding: 10px;
}
.zdo_drawer_nav_wrapper .header_info {
  padding: 0px 15px;
  background: white;
  margin-bottom: 20px;
}
.zdo_drawer_nav_wrapper .header_info > div {
  width: 100%;
  background: #fff;
  border: dashed 1px #ccc;
  margin: 5px 0;
  padding: 10px;
}
/*            spメニュー　navi　　　　　*/
.zdo_drawer_nav {}
.zdo_drawer_menu .zdo_drawer_nav li {
  margin-bottom: 10px;
}
.zdo_drawer_menu .zdo_drawer_nav li a {
  border: solid 2px var(--color_01);
  display: block;
  padding: 5px 30px 5px 20px;
  position: relative;
  letter-spacing: 2px;
  border-radius: 100px;
  transition: all 0.2s ease-out 0s;
  height: 56px;
  max-width: 100%;
  width: 100%;
  color: var(--color_01);
  background: #fff;
  font-family: "Zen Maru Gothic", serif;
  flex-direction: column;
  justify-content: center;
  display: flex;
  letter-spacing: 0;
  font-size: 16px;
  padding-left: 30px;
  padding-right: 70px;
  font-weight: bold;
}
.zdo_drawer_menu .zdo_drawer_nav li a:before {
  content: "";
  position: absolute;
  background: url(../images/common/arrow_b.svg) no-repeat center center;
  background-size: contain;
  width: 32px;
  height: 7px;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.zdo_drawer_menu .zdo_drawer_nav li a:hover {
  background: var(--color_01);
  color: #fff;
}
.zdo_drawer_menu .zdo_drawer_nav li a:hover {
  color: var(--color_02);
}
.zdo_drawer_menu .zdo_drawer_nav li a:hover:before {
  background: url(../images/common/arrow_w.svg) no-repeat center center;
  background-size: contain;
}
.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;
}
.sp_logo {
  display: none;
}
@media (max-width:1070px) {
  .sp_logo {
    display: block;
    padding: 15px;
  }
  .sp_logo img {
    height: 25px;
  }
  #globalNavi {
    display: none;
  }
  .zdo_drawer_menu .zdo_drawer_button {
    top: 9px;
    right: 10px;
  }
  .zdo_drawer_button .zdo_drawer_bar {
    width: 16px;
    height: 3px;
  }
  .zdo_drawer_button .zdo_drawer_bar1 {
    top: 14px;
  }
  .zdo_drawer_button .zdo_drawer_bar2 {
    top: 49%;
  }
  .zdo_drawer_button .zdo_drawer_bar3 {
    top: 67%;
  }
  .zdo_drawer_button.active .zdo_drawer_bar {
    width: 38px;
    left: 6px;
  }
  .zdo_drawer_menu .zdo_drawer_nav_wrapper {
    width: 100%;
    padding-top: 107px;
  }
  .zdo_drawer_menu .zdo_drawer_nav li a {
    font-size: 15px;
	        line-height: 1.1;
  }
}
@media (min-width:767.888px) and (max-width:1070px) {

  .zdo_drawer_menu .zdo_drawer_button:before {
    width: 147px;
    left: -25px;
    right: 0;
    top: -32px;
    bottom: 0;
  }
  .zdo_drawer_menu .zdo_drawer_button {
    width: 77px;
    height: 77px;
    top: 0;
    right: 0;
  }
  .zdo_drawer_button .zdo_drawer_bar {
    width: 25px;
    height: 3px;
  }
  .zdo_drawer_button .zdo_drawer_bar1 {
    top: 24px;
  }
}


@media (max-width:767px){
.sp_yudo_contact_wrap .yudo_contact_list .tel .yc_01 {
    font-size: 29px;
    letter-spacing: 1px;
}
.sp_yudo_contact_wrap .yudo_contact_list .mail .yc_01 {
    font-size: 24px;
    letter-spacing: 1px;
}

.sp_yudo_contact_wrap .yudo_contact_list > div {
    width: 100%;
    height: 85px;
}
.sp_yudo_contact_wrap .yudo_contact_list .yc_01 {
    margin: 0 0 5px 0;
}

.sp_yudo_contact_wrap .yudo_contact_list > div a .yc_icon {
    width: 60px;
}
.sp_yudo_contact_wrap .yudo_contact_list > div a {
    column-gap: 10px;
    padding: 15px;
}


.zdo_drawer_menu .zdo_drawer_button:before {
    width: 82px;
    left: -16px;
    right: 0;
    top: -9px;
    bottom: 0;
}
.zdo_drawer_button.active .zdo_drawer_bar {
        width: 18px;
        left: 6px;
    }
	
    .zdo_drawer_menu .zdo_drawer_nav_wrapper {
        padding: 90px 25px 50px;
    }
.zdo_drawer_menu .zdo_drawer_nav li a {
    font-size: 15px;
    padding-left: 24px;
    padding-right: 56px;
    font-weight: bold;
}
.zdo_drawer_menu .zdo_drawer_nav li a:before {
    width: 27px;
    height: 6px;
    right: 16px;
}
.accordionBtn {
    padding-right: 7px;
    font-size: 21px;
}

}















