@charset "utf-8";
*{
    margin: 0;
    padding: 0;
    font-family: "BIZ UDPGothic", sans-serif;
    font-weight: normal;
}
body{
    background-color:  #f3f3f3;
    height: 100%;
}
header{
    background-color:#000000;
    padding: 1em;
    justify-content: space-between;
    height: 100px;
}
.ue{
    display: flex;
    justify-content: flex-end;
    color: #005b60;
}
.ue ul{
    font-weight: bold;
    list-style: none;
    display: flex;
}
.ue ul li{
    margin: 20px 10px;
}
header h2{
    font-size:25px;
    color:#005b60;
    justify-content: flex-end;
}
header nav ul{
    color: white;
    display: flex;
    list-style-type: none;
    justify-content: flex-end;
    align-items: center;
}
header nav ul a{
    margin: auto 10px;
}
.logo{
    color: blue;
    margin-right: 10px;
    font-size: 20px;
    font-family: sans-serif;
}
.x-logo{
    object-fit: contain;
    width: 20px;
    height: 20px;
}
nav ul a{
    text-decoration: none;
    color: #f3f3f3;
}
nav ul a:hover{
    color: gray;
}

nav li
hr{
    margin: 0 auto;
    width: 35%;
}
.map{
    text-align: center;
    margin: 40px 0;
}
h2{
    text-align: center;
}