@charset "utf-8";
@import url(entrance.css);
/*--京introduction.css--*/
/* ##########PC########## */
.contents.index .page_body .child_page_list{
    display: none;
}

.contents.index .page_body .child_page_list.manually{
    display: block;
    margin-top: 5em;
}

            

@media screen and (min-width:1px) and (max-width:1400px) {
}

/*ipad*/
@media screen and (min-width:1px) and (max-width:1024px){


}

/* ##########SP横向き########## */
@media screen and (min-width:1px) and (max-width:768px) {

}

/* ##########SP########## */
@media screen and (min-width:1px) and (max-width:575px) {


}


/* ##########印刷用########## */
@media print{

}