

.ec-headerNavSP {
	display: none;
}
@media (min-width:768px){
#globalNavi {
}
.zdo_drawer_menu .zdo_drawer_button {
	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: 40px;
}
.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;
}


}

@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: #e3e4e1;
}
.zdo_drawer_button .zdo_drawer_bar {
	display: block;
	height: 5px;
	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 {
	width:40px;
	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%);
	top: 62%;
}
.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: #595757;
}
/* === Hambuerger Button's Style End === */
.zdo_drawer_menu .zdo_drawer_button {
	/*+++ Hamburger Button Position +++*/
	position: fixed;
	top:0px;
	right: 0px;
	z-index: 10;
}
.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: 7;
  overflow: auto;
  background: #fff;
  padding: 50px;
  padding-top: 130px;
  border-top:solid 16px var(--color_01);
}
.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 {
	border-bottom: 3px solid #000;
	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_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: 15px;
    border-bottom: solid 3px #000;
}
.zdo_drawer_menu .zdo_drawer_nav li a {

    padding: 0 20px 10px 0;
    font-weight: 900;
    font-size: 18px;
    position: relative;
    display: block;
    letter-spacing: 1px;
}
.zdo_drawer_menu .zdo_drawer_nav li a:before {
    content: "\f105";
    font-family: "Font Awesome 5 pro";
    font-weight: bold;
    right: 0;
    position: absolute;
    color: var(--color_02);
    font-size: 20px;
    top: 0;
}
.zdo_drawer_menu .zdo_drawer_nav li a:hover{
color: var(--color_02);
}

.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:767.888px) {

.hamburger_logo{
text-align: center;
}
.hamburger_logo img{
max-width: 250px;
width: 100%;
height: auto;
}
.zdo_drawer_menu .zdo_drawer_button {
    top: 9px;
    right: 10px;
}

.zdo_drawer_button .zdo_drawer_bar {
    width: 16px;
	height: 1px;
}
.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: 16px;
	left: 6px;
}
.zdo_drawer_menu .zdo_drawer_nav_wrapper {
    width: 100%;
	    padding-top: 48px;
	
	}
.zdo_drawer_menu .zdo_drawer_nav li a {
    padding: 0 20px 10px 0;
    font-size: 15px;
	}
	
	
	


}


