body{
    height: 1200vw;
    background: linear-gradient(to bottom, #90ee90 30%, #edffd4);
    text-align: center;
    margin: 0;
}

.space{
    height: 5vw;
}

.bun-title{
    font-size: 4vw;
    font-family: serif;
}

.bun{
    font-size: 2.5vw;
}

.title{
    margin-top: 10vw;
    width: 90vw;
}

.link a{
    background-color: #3cb371;
    position: fixed;
    font-size: 5vw;
    padding: 2vw;
    left: 3vw;
    top: 3vw;
    border-radius: 10vw;
}

.mokuji{
    background-color: #88cd8e;
    margin-top: 2vw;
    margin-left: 2vw;
    margin-right: 2vw;
    padding: 2vw;
    font-size: 3vw;
    border-radius: 3vw;
}

.mokuji-table{
    text-align: center;
    margin: auto;
}

.button{
    font-size: 6vw;
    height: 10vw;
    width: 20vw;
    margin: auto;
    background-color: #3cb371;
    border-radius: 3vw;
}

.classbutton{
    font-size: 5vw;
    height: 12vw;
    width: 36vw;
    margin: 1vw auto;
    background-color: #3cb371;
    border-radius: 9vw;
}

.title-grid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin-left: 3vw;
    margin-right: 3vw;
    margin-bottom: 5vw;
    gap: 3vw;
}

.titlegrid-item{
    background-color: #88cd8e;
    padding: 2vw;
    border-radius: 3vw;
}

.map-item{
    background-color: #88cd8e;
    margin-left: 3vw;
    margin-right: 3vw;
    padding: 1vw;
    border-radius: 6vw;
}

.buttongrid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 5vw;
    padding-left: 10vw;
    padding-right: 10vw;
    padding-bottom: 1vw;
}

.tenji{
    font-size: 7.5vw;
    margin: auto;

}

.footer{
    background-color: #369961;
    bottom: 0;
    position: fixed;
    width: 100vw;
    height: 120px;
    font-size: 30px;
    font-family: serif;
    z-index: 1; 
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
}

.copyright{
    font-size: 14px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 2; 
}

.titleimage{
    width : 38vw ; 
}


.image-vw{
    width : 16vw ;
}

.image-vwMap{
    width: 80vw;
}

h1{
    font-size: 8vw;
}

p{
    font-family: serif;
    font-size: 4vw;
}

.classSelect{
    background-color: #88cd8e;
    margin-left: 3vw;
    margin-right: 3vw;
    padding: 1vw;
    border-radius: 6vw;
}

.gaku{
    background-color: #76b37b;
    border-radius: 5vw;
    margin: 2vw;
    padding: 1vw;
}

.classGrid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 2vw;
}

.class-image{
    width: 35vw;
}