



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

menu

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


#menuNav{
width: 100%;
margin: 0 auto;
}
#menuAll{
background: linear-gradient(to right, #690006, #b2151e, #690006);
width: 100%;
line-height: 0;
padding: 0;
margin: 0 auto;
}

.menuBtn{
width: 100%;
font-family: trajan-pro-3, serif;
font-weight: 600;
font-style: normal;
text-align: center;
font-size: 17px;
line-height: 55px;
}

.menuBtn a{
color: #fffcd2;
text-decoration: none;
width: 100%;
height: 100%;
display: block;
text-shadow:0px 0px 7px #ffc425;
}

.menuBtnSNS{
background-color: #000;
width: 100%;
text-align: center;
font-size: 20px;
line-height: 1em;
padding: 20px 0;
opacity: 0.9;
}

.menuLine{ background-color: #b2a46b; width: 100%; height: 1px;}

.menuBtnSNS img{ margin: 0 5px;}

.newmark{
background: url("../images/newmark.png") no-repeat right;
background-size: auto 15px;
}


