@charset "utf-8";
/* CSS Document */

/* 800px以下*/
@media screen and (max-width:800px){

#contents_jump_box ul li a{
    padding: 0.8em 1em;
    }
#contents_jump_box ul li::after {
    border-right: 3px solid #c894ae;
    border-bottom: 3px solid #c894ae;
    right: 8px;
}

#tokutyou .tokabout .kankyouabout{
    gap: 2%;
}

#tokutyou .systemBox .system-in .systemtxt{
    margin: 1em 0 1em 0;
}
#Room {
    margin: 3em auto 0em;
    width: 96%;
}
}
@media screen and (min-width: 320px) {
    body {
        font-size: 90%;
    }
}
/*----------------------------------------------------------------------------
 ***                                                       
----------------------------------------------------------------------------*/