@charset "UTF-8";

html{
    font-size: 100%;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

body{
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;

    background-color: #FEDCBD;
    text-align: center;
}

/*注意分*/
p{
    justify-content: center;
}
#one{
    padding-top: 30px;
}
#two{
    padding-bottom: 30px;
}

/*お断り*/
.alert{
    font-size: 20px;
    color: red;
}

/*入口*/
a{
    font-size: 75px;
    border-radius: 16px;
}

a:hover{
    color: #411445;
    font-weight: bold;
}

/*フッター*/
footer{
    margin-top: 5px;
    text-align: center;
}
#tap{
    color: #d583a2;
}


/*-----------デスクトップ用--------------*/
@media(min-width:800px){

/*注意分*/
p{
    font-size: 30px;
}

/*入口*/
a{
    font-size: 200px;
}

/*お断り*/
.alert{
    font-size: 40px;
}

}