@charset "UTF-8";

body{
    font-family: serif;
}


 .ikn{
        position: fixed;
        top:1vh;
        left: 60vw;
        z-index: 10;
        opacity: 1 ;
    }

 
    .menui{
        height: 10vh;
        width: 10vh;
        opacity: 1;
    }
    .menut{
        height: 3vh;
        width: 10vh;
        opacity: 1;
    }

    


    .menumove{
        position: fixed;
        display: flex;
        flex-direction: column;
        top: 3vh;
        right: 3vh;
        z-index: 15;
        background-color: rgb(255, 255, 255);
        border-radius: 10%;
        cursor: pointer;
        pointer-events: auto;
        opacity: 1;
    }
    .ideamove{
         position: fixed;
        display: flex;
        flex-direction: column;
        top: 3vh;
        right: 3vh;
        z-index: 9;
        background-color: white;
        border-radius: 10%;
        opacity: 0;
    }
    .mapmove{
      position: fixed;
        display: flex;
        flex-direction: column;
        top: 3vh;
        right: 3vh;
        z-index: 9;
        background-color: white;
        border-radius: 10%;
        opacity: 0;
    }
    .homemove{
        position: fixed;
        display: flex;
        flex-direction: column;
        top: 3vh;
        right: 3vh;
        z-index: 9;
        background-color: white;
        border-radius: 10%;
        opacity: 0;
    }
    




.title{
    font-size: 60px;
    font-family: serif;
    position: relative;
    display: inline-block;
    padding-bottom: 4px; /* 下の線の位置確保 */
}

.title::before,.title::after{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    pointer-events: none;
}

.title::before{
    bottom: 20px;
    height: 4px;
    background-color: black;
}
.title::after{
    bottom: 16px;
    height: 2px;
    background-color: rgb(0, 0, 0);
}

.plans{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.plan1,.planE,.planS{
    font-size: 30px;
    text-decoration: none;
    color: white;
    border-radius: 30%;
    width: 20vw;
    height:auto;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plan1{
    background-color: pink;
}
.planE{
    background-color:red;
}
.planS{
    background-color: green;
}

.planContent{
    width: 100vw;
    height: 80vh;
}

