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

menu

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



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

.spmenu{ display: none;}

#menuPlate{
background: linear-gradient(to right, #ea5503, #ff7700);
width: 100%; height: 60px;
position: fixed;
top: 0; left: 0;
z-index: 30;
}

#menuBtn,#menuBtn2{display: none;}

#menuAll{
width: 100%; height: 60px;
position: fixed;
top: 0; left: 0;
z-index: 40;
}

#menu{
width: 100%; height: 60px;
margin: 0;
position: absolute;
top: 0; left: 0;
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 0.8em 0 0;
float: left;
}

#menu ul li.menubtn {
line-height: 60px;
margin: 0 auto;
font-family: "Kaisei Decol", serif;
font-weight: 700;
font-style: normal;
font-size: 21px;
text-align: center;
padding: 0 0 0 1.2em;
float: left;
}

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

#menu ul li a:hover{
color: #FFFE46;
text-decoration: none;
opacity: 1;
}


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

sns

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

#snsIcon{
width: 120px; height: 50px;
position: fixed;
top: 5px; right: 5px;
z-index: 51;
display: flex;
flex-wrap: wrap;
justify-content: center;
}

#iX{ background: url("../images/sns/i_x.png") no-repeat center;}
#iInstagram{ background: url("../images/sns/i_instagram.png") no-repeat center;}
#iTiktok{ background: url("../images/sns/i_tiktok.png") no-repeat center;}
#iX,#iInstagram,#iTiktok{
background-size: 38px auto;
width: 40px; height: 40px;
margin: 5px 0;
text-indent: -99999px;
overflow: hidden;
}

#iX a,#iInstagram a,#iTiktok a{
width: 100%; height: 100%;
display: block;
}


}


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

.pcmenu{ display: none;}

#menuPlate{
background: linear-gradient(to right, #ea5503, #ff7700);
width: 100%; height: 60px;
position: fixed;
top: 0; left: 0;
z-index: 50;
}

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

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

#menuAll{
background: linear-gradient(to right, #ea5503, #ff7700);
width: 100%; height: 100%;
position: fixed;
top: 0; left: 0;
z-index: 45;
overflow: hidden;
display: none;
}

#menu{
background: #fff;
width: 100%;
margin: 0;
position: absolute;
top: 60px; left: 0;
z-index: 2;
border-top: 2px dotted #ea5503;
}

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

#menu ul li {
width: 100%; height: 55px;
font-family: "Kaisei Decol", serif;
font-weight: 700;
font-style: normal;
font-size: 22px;
text-align: center;
background: #fff;
border-bottom: 2px dotted #ea5503;
}

#menu ul li.menubtn {
width: 100%; height: 55px;
line-height: 50px;
}

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


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

sns

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

#snsIcon{
width: 120px; height: 50px;
position: fixed;
top: 5px; right: 0;
z-index: 51;
display: flex;
flex-wrap: wrap;
justify-content: center;
}

#iX{ background: url("../images/sns/i_x.png") no-repeat center;}
#iInstagram{ background: url("../images/sns/i_instagram.png") no-repeat center;}
#iTiktok{ background: url("../images/sns/i_tiktok.png") no-repeat center;}
#iX,#iInstagram,#iTiktok{
background-size: 35px auto;
width: 40px; height: 40px;
margin: 5px 0;
text-indent: -99999px;
overflow: hidden;
}

#iX a,#iInstagram a,#iTiktok a{
width: 100%; height: 100%;
display: block;
}


}





