/*
Theme Name: original
*/

/*common*/
.pc_none {
display: none;
}
/* 施設基準について */
.txt_right01 {
text-align:right;
font-weight: bold;
font-size: 1.3em;
}
.txt_right01 span {
font-weight: bold;
font-size: 0.85em;
}
.facility-standards #menu_unker{display:none}

@media screen and (max-width: 500px){
.pc_none {
display: block;
}
}