body{
    position: relative;
    background:#ffffff;
    font-family:sans-serif;
    font-size: clamp(16px, 1.5vw, 20px);
}

html {
    scroll-behavior: smooth;
}

#map{
    position: absolute;
    top: 10vw;
    margin-left: 33vw;
    width: 63vw;
    height: 80vw;
    display: block;
    border: 0.5vw solid black;
    border-radius: 20px;
    box-sizing: border-box;
    max-width: 800px;
    max-height: 800px;
}

#mapbtn{
    position: absolute;
    font-size: 5px;
    z-index: 9999;
    top: 84vw;
    right: 4vw;
    padding: 0;
    border-radius: 10px;
    width: 24px;
    height: 20px;
}


h1{
    color:rgb(10, 1, 1);
    font-size: 6vw;
    width: 100vw;
    margin-top: 0;
}


p{
    font-size:20px;
}



#scroll{
    position: fixed;
    top: 90vh;
    right: 5vw;
    z-index: 9999;
}


#list{
    position: absolute;
    display: block;
    border: 2px solid rgb(0, 0, 0);
    margin-left: 3px;
    top: 10vw;
    width: 30vw;
    height: 80vw;
    font-size: 3vw;
    overflow-y: scroll;
    overflow-x: hidden;
    border-radius: 8px;
    background-color: #e0ebf0;
    box-sizing: border-box;
    max-width: 600px;
    max-height: 800px;
}


.listname{
    margin: 1%;
} 

#list a {
    display: block;
    margin-bottom: 2vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#list::-webkit-scrollbar {
    width: 4px;
}

#list::-webkit-scrollbar-thumb {
    background: gray;
    border-radius: 10px;
}


.site{
    margin: auto;
}













/* 本文 */
#content{
    margin-top: min(83vw, 850px);
}

.section{
    margin-bottom: 7vw;
}

.section_title{
    width: 100vw;
    margin: 0 0 3vw 0;
    height: auto;
}

.section_text{
    display: flex;
    width: 95vw;
    align-items: center;
}

.section_img{
    width: 40vw;
    height: 35vw;
    margin-right: 5vw;
}

.section_content{
    
}