@charset "UTF-8";

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

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

.titleT::before{
    bottom: 20px;
    height: 2px;
    background-color: black;
}
.titleT::after{
    bottom: 16px;
    height: 1px;
    background-color: black;
}
.alert{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 2px solid black;
    padding: 20px;
    font-family: serif;
    margin-top: 20px;
    position: relative;
    top: 10vh;
}
.care{
    font-size: 30px;
}

.place{
    display: flex;
    position: relative;
    top: 13vh;
}
.textP{
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    margin-top: 10px;
    padding: 10px;
}

.top{
    font-family: serif;
    font-size: 30px;
}

.firstLine{
    display: flex;
    flex-direction: row;
    align-items: baseline;
}

.big{
    font-size: 20px;
}

.Ctext{
    margin-left: 20px;
}

.Htext{
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}



/*固定関係*/
 .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;
    }
    /*固定関係ここまで*/
