@charset "utf-8";
/**************
receptionist
***************/
#receptionist {
    background-image:url(../images/receptionist.png);
    position:fixed;
    bottom:40px;
    left:40px;
    cursor:pointer;
    width:72px;
    height:170px;
    z-index: 11;
}
#receptionist:hover {
    background-position: 70px 0;
    left:53px;
}
code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}
#root {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1000%;
    background-color: rgba(0,0,0,.8);
    z-index: 101;
    display:block;
    overflow:hidden;
}
input.close {
    display: block;
    position: absolute;
    right: 20px;
    top: 10px;
    background-color: initial;
    font-size: 50px;
    border-radius: 50%;
    font-size: 50px;
    color: white;
}
.App-logo {
    height: 40vmin;
    pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
    .App-logo {
        animation: App-logo-spin infinite 20s linear;
    }
}
.App-header {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: white;
    width: 80%;
    margin: 0 auto;
}
.App-link {
    color: #61dafb;
}
@keyframes App-logo-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
#receptionist2{
    background-image:url(../images/receptionist.png);
    width:72px;
    height:170px;
    z-index: 11;
}
/*何かお困りですか*/
#response{
    margin:10px;
}
/*wrap*/
#request{
    list-style-type: none;
    margin:0px;
    width: 100%;
}
/*デイサービスを探しています*/
.message {
    border:3px solid #ccc;
    border-radius:10px;
    text-align: center;
    padding:5px;
    text-indent: 0;
    margin:10px;
    cursor:pointer;
    background-color: #fff;
    color:#333;
}



/*画面幅600px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:600px){

}
