* {
    padding: 0;
    margin: 0;
}

h1 {
    font-size: 1.2rem;
}

h2 {
    font-size: 1rem;
}

.bt {
    margin-top: 1rem;
    padding: 0.5rem;
    background-color: rgb(207, 251, 255);
    border-radius: 15px;
    cursor: pointer;
}

.bt:active {
    background-color: rgb(176, 248, 255);
}

#global {
    background-color: rgb(243, 243, 243);
    position: fixed;
    height: 6vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#global .nav {
    height: 100%;
    width: 30%;
    font-size: 0.7rem;
}

#global .nav .nav_first {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#global .nav .nav_item {
    height: 100%;
    display: none;
}

#global .nav:hover .nav_item {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(255, 229, 195);
    border-bottom: 1px solid black;
}

#global .nav:hover .nav_first {
    background-color: rgba(253, 160, 255, 0.4);
    border: 1px solid black;
}

#global .nav .nav_item:active {
    background-color: rgb(255, 198, 174);
}

#p1 {
    padding-top: 6vh;
    height: 24vh;
    background-image: url("93c067733989b2674f6689f51227ec37.jpg");
    background-size: 100% 100%;
    color: #000;
}

#b1 {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.7));
}

#b1 .ct {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#b1 #logo {
    height: 1.5rem;
}

#p2 {
    padding-top: 1rem;
}

#b2 .ct {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#b2 .ct h2 {
    margin-bottom: 1rem;
}

#b2 .bt{
    display: none;
}

#list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 85%;
}

#list .item {
    width: 100%;
    padding: 3%;
    padding-right: 2%;
    margin-bottom: 1rem;
    background-color: aliceblue;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.line {
    display: none;
}

#p3 {
    margin-top: 1rem;
}

#b3 .item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#p4{
    margin-top: 2rem;
}

#b4 #item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#b4 #item #map {
    display: flex;
    align-items: center;
    justify-content: center;
}

#b4 #item #map #log {
    position: absolute;
}

#b4 ul{
    padding-left: 3rem;
    padding-right: 3rem;
    margin-top: 1rem;
    font-size: 1rem;
}

#b4 li{
    margin-bottom: 1rem;
}

#b4 #map_image{
    width: 95%;
}

.fill{
    display: none;
}

#b4 a{
    text-decoration: none;
    color: #FFF;
    font-size: 0.8rem;
}

#b4 #end{
    height: 5rem;
    margin-top: 2rem;
    background-color: black;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    font-size: 0.8rem;
    padding-bottom: 0.8rem;
}