@charset "utf-8";

#global .menu li{
width:calc(100%/3);
}
@media screen and (max-width: 768px){
#global .menu li{
width:100%;
}
}

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

#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 a::after {
background-color: #90bac0;
}

#global .btn li.request a{
background:#a4d1d7;
}
#global .btn li.reserve a{
background:#e7afbd;
}

#contactbox .btn li.request a{
background: #a4d1d7;
}
#contactbox .btn li.reserve a{
background:#e7afbd;
}