
/*---------------------------------------------

menu

---------------------------------------------*/





@media screen and (min-width : 769px){


#menuBtn{
display: none;
pointer-events: none;
}

#menuBtn2{
display: none;
pointer-events: none;
}

#menuPlate{
background: #fff;
width: 100%; height: 60px;
position: fixed;
top: 0; left: 0;
z-index: 20;
}

#menuAll{
background: #fff;
width: 100%; height: 60px;
position: fixed;
top: 0; left: 0;
z-index: 40;
overflow-x: hidden;
overflow-y: auto;
filter:drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
}

#menu{
width: 90%; height: 60px;
margin: 0;
position: absolute;
top: 0; left: 70px;
z-index: 2;
}


#menu ul {
list-style: none outside none;
margin: 0;
padding: 0;
position: relative;
}

#menu ul li {
line-height: 60px;
margin: 0 auto;
text-align: center;
padding: 0 1em 0;
float: left;
letter-spacing: -0.5px;
}

#menu ul li.menu {
line-height: 60px;
margin: 0 auto;
font-weight: 700;
font-size: 20px;
text-align: center;
padding: 0 0.7em;
float: left;
}

#menu ul li a{
color: #c66673;
text-decoration: none;
transition: all 0.3s ease;
}

#menu ul li a:hover{
opacity: 0.7;
}

#mainCarMenu{
background: url("../images/nav/i_taxi.png") no-repeat center;
background-size: auto 80%;
width: 60px; height: 60px;
position: absolute;
top: 0; left: 5px;
z-index: 2;
}

#mainCarMenu a{
width: 100%; height: 100%;
display: block;
}

}


@media screen and (max-width : 768px){

#menuBtn{
background: url("../images/nav/btn_menu01.png") no-repeat left;
background-size:contain;
width: 50px; height: 50px;
cursor: pointer;
position: fixed;
top: 0; left: 0;
z-index: 50;
}

#menuBtn2{
background: url("../images/nav/btn_menu02.png") no-repeat left;
background-size:contain;
width: 50px; height: 50px;
cursor: pointer;
position: fixed;
top: 0; left: 0;
z-index: 55;
display: none;
}

#menuPlate{
background: #fff;
width: 100%; height: 50px;
position: fixed;
top: 0; left: 0;
z-index: 49;
}

#menuAll{
background: #f0d3d0 url("../images/nav/bg_logo.png") no-repeat bottom 100px left 50%;
background-size: 80% auto;
width: 100%; height: 100%;
position: fixed;
top: 0; right: 0;
z-index: 48;
overflow-x: hidden;
overflow-y: auto;
display: none;
filter:drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
}

#menu{
width: 100%;
margin: 0 0 60px;
position: absolute;
top: 50px; left: 0;
z-index: 2;
}

#menu ul {
list-style: none outside none;
margin: 0;
padding: 0;
position: relative;
}

#menu ul li {
width: 100%;
margin: 0 auto;
text-align: center;
font-weight: 700;
font-size: 20px;
font-style: normal;
}

#menu ul li.menu {
background-color: #fff;
width: 100%; height: 55px;
line-height: 55px;
margin: 0 auto;
border-top: 2px dotted #b98f96;
}

#menu ul li a{
width: 100%; height: 100%;
display: block;
color: #c66673;
text-decoration: none;
}

#mainCarMenu{
background: url("../images/nav/i_taxi.png") no-repeat center;
background-size: contain;
width: 80px; height: 80px;
position: absolute;
bottom: 15px; left: 50%;
margin-left: -40px;
z-index: 2;
pointer-events: none;
}

}



