@charset "utf-8";
@media screen and (max-width: 1024px) {
#siteId{
width: 100%;
padding: 0 10px;
}

#global .btn{
right: 10px;
}
}
#global .menu li{
width:calc(100%/6);
}
@media screen and (max-width: 768px){
#global .menu li{
width:100%;
}
#siteId{
position: relative;
height:36px;
}
#siteId img{
position: absolute;
top: 50%;
left: 10px;
transform: translateY(-50%);
height: auto;
width: 40%;
}
}
@media screen and (max-width: 480px){
#siteId img{
width: 70%;
}
}

/*#global .menu li.outline{
display:none;
}
@media screen and (max-width: 768px){
#global .menu li.outline{
display:block;
}
}*/

#global .menu a::after {
background-color: #eed800;
}
#global .btn li a{
border:0;
border-radius: 2px;
}

#global .btn li.request a{
background:#eed800;
color: #1E1301;
}
#global .btn li.reserve a{
background:#94c3e4;
color: #1E1301;
}
#contactbox .btn li a{
border:0;
border-radius: 3px;
}
#contactbox .btn li.request a{
background: #eed800;
color: #1E1301;
}
#contactbox .btn li.reserve a{
background:#94c3e4;
color: #fff;
}
#contactbox .btn li a::after{
border-left-color:#1E1301;
}